diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f974a496f6..d738b0cf360 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+## [1.21.0]- 2023-10-11
+
+### Changed
+
+- Weekly generation.
+
## [1.20.0]- 2023-10-04
### Changed
diff --git a/admin/edge_internet_explorer_mode_site_lists_browser_site_list_item_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_browser_site_list_item_request_builder.go
index 438f3414ffe..e7c528c4a3a 100644
--- a/admin/edge_internet_explorer_mode_site_lists_browser_site_list_item_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_browser_site_list_item_request_builder.go
@@ -18,7 +18,7 @@ type EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderGetQueryParameters get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
+// EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderGetQueryParameters get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
type EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewEdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a browserSiteList object. This API is supported in the following national cloud deployments.
+// Delete delete a browserSiteList object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) Del
}
return nil
}
-// Get get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
+// Get get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteListable), nil
}
-// Patch update the properties of a browserSiteList object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a browserSiteList object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) Sha
func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) Sites()(*EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) {
return NewEdgeInternetExplorerModeSiteListsItemSitesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a browserSiteList object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a browserSiteList object. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a browserSiteList object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a browserSiteList object. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteListable, requestConfiguration *EdgeInternetExplorerModeSiteListsBrowserSiteListItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/edge_internet_explorer_mode_site_lists_item_publish_post_request_body.go b/admin/edge_internet_explorer_mode_site_lists_item_publish_post_request_body.go
index 1d069265b66..69aa3bf049d 100644
--- a/admin/edge_internet_explorer_mode_site_lists_item_publish_post_request_body.go
+++ b/admin/edge_internet_explorer_mode_site_lists_item_publish_post_request_body.go
@@ -23,7 +23,7 @@ func NewEdgeInternetExplorerModeSiteListsItemPublishPostRequestBody()(*EdgeInter
func CreateEdgeInternetExplorerModeSiteListsItemPublishPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEdgeInternetExplorerModeSiteListsItemPublishPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EdgeInternetExplorerModeSiteListsItemPublishPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemPublishPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EdgeInternetExplorerModeSiteListsItemPublishPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -159,14 +159,14 @@ func (m *EdgeInternetExplorerModeSiteListsItemPublishPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EdgeInternetExplorerModeSiteListsItemPublishPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EdgeInternetExplorerModeSiteListsItemPublishPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/edge_internet_explorer_mode_site_lists_item_publish_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_item_publish_request_builder.go
index fcb7c0e2b8c..47f07bc26f6 100644
--- a/admin/edge_internet_explorer_mode_site_lists_item_publish_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_item_publish_request_builder.go
@@ -31,7 +31,7 @@ func NewEdgeInternetExplorerModeSiteListsItemPublishRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewEdgeInternetExplorerModeSiteListsItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments.
+// Post publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemPublishRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteListable), nil
}
-// ToPostRequestInformation publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, body EdgeInternetExplorerModeSiteListsItemPublishPostRequestBodyable, requestConfiguration *EdgeInternetExplorerModeSiteListsItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_browser_shared_cookie_item_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_browser_shared_cookie_item_request_builder.go
index 7f4e4e57253..564d394d64a 100644
--- a/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_browser_shared_cookie_item_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_browser_shared_cookie_item_request_builder.go
@@ -18,7 +18,7 @@ type EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters 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.
+// EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters 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.
type EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIte
urlParams["request-raw-url"] = rawUrl
return NewEdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments.
+// Delete delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable), nil
}
-// Patch update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable), nil
}
-// ToDeleteRequestInformation delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_request_builder.go
index a192d5f13af..69595ec45d1 100644
--- a/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_item_shared_cookies_request_builder.go
@@ -11,7 +11,7 @@ import (
type EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilderGetQueryParameters get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
+// EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilderGetQueryParameters get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
type EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder(rawUrl
func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder) Count()(*EdgeInternetExplorerModeSiteListsItemSharedCookiesCountRequestBuilder) {
return NewEdgeInternetExplorerModeSiteListsItemSharedCookiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieCollectionResponseable), nil
}
-// Post create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments.
+// Post create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable), nil
}
-// ToGetRequestInformation get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSharedCookiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/edge_internet_explorer_mode_site_lists_item_sites_browser_site_item_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_item_sites_browser_site_item_request_builder.go
index e43a298c035..a343524f594 100644
--- a/admin/edge_internet_explorer_mode_site_lists_item_sites_browser_site_item_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_item_sites_browser_site_item_request_builder.go
@@ -18,7 +18,7 @@ type EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderGetQueryParameters get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
+// EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderGetQueryParameters get a browserSite that resides on a browserSiteList. This API is available in the following national cloud deployments.
type EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewEdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments.
+// Delete delete a browserSite from a browserSiteList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder
}
return nil
}
-// Get get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
+// Get get a browserSite that resides on a browserSiteList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteable), nil
}
-// Patch update the properties of a browserSite object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a browserSite object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteable), nil
}
-// ToDeleteRequestInformation delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a browserSite from a browserSiteList. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a browserSite that resides on a browserSiteList. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a browserSite object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a browserSite object. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteable, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSitesBrowserSiteItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/edge_internet_explorer_mode_site_lists_item_sites_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_item_sites_request_builder.go
index fbe7871ed3b..fead291d59f 100644
--- a/admin/edge_internet_explorer_mode_site_lists_item_sites_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_item_sites_request_builder.go
@@ -11,7 +11,7 @@ import (
type EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EdgeInternetExplorerModeSiteListsItemSitesRequestBuilderGetQueryParameters get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments.
+// EdgeInternetExplorerModeSiteListsItemSitesRequestBuilderGetQueryParameters get a list of the browserSite objects and their properties. This API is available in the following national cloud deployments.
type EdgeInternetExplorerModeSiteListsItemSitesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEdgeInternetExplorerModeSiteListsItemSitesRequestBuilder(rawUrl string,
func (m *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) Count()(*EdgeInternetExplorerModeSiteListsItemSitesCountRequestBuilder) {
return NewEdgeInternetExplorerModeSiteListsItemSitesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the browserSite objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) Get(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteCollectionResponseable), nil
}
-// Post create a new browserSite object in a browserSiteList. This API is supported in the following national cloud deployments.
+// Post create a new browserSite object in a browserSiteList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteable), nil
}
-// ToGetRequestInformation get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the browserSite objects and their properties. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) ToGetRequestI
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new browserSite object in a browserSiteList. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new browserSite object in a browserSiteList. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteable, requestConfiguration *EdgeInternetExplorerModeSiteListsItemSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/edge_internet_explorer_mode_site_lists_request_builder.go b/admin/edge_internet_explorer_mode_site_lists_request_builder.go
index ced9a316249..293904bb6de 100644
--- a/admin/edge_internet_explorer_mode_site_lists_request_builder.go
+++ b/admin/edge_internet_explorer_mode_site_lists_request_builder.go
@@ -11,7 +11,7 @@ import (
type EdgeInternetExplorerModeSiteListsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EdgeInternetExplorerModeSiteListsRequestBuilderGetQueryParameters get a list of the browserSiteList objects and their properties. This API is supported in the following national cloud deployments.
+// EdgeInternetExplorerModeSiteListsRequestBuilderGetQueryParameters get a list of the browserSiteList objects and their properties. This API is available in the following national cloud deployments.
type EdgeInternetExplorerModeSiteListsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEdgeInternetExplorerModeSiteListsRequestBuilder(rawUrl string, requestAd
func (m *EdgeInternetExplorerModeSiteListsRequestBuilder) Count()(*EdgeInternetExplorerModeSiteListsCountRequestBuilder) {
return NewEdgeInternetExplorerModeSiteListsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the browserSiteList objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the browserSiteList objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EdgeInternetExplorerModeSiteListsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteListCollectionResponseable), nil
}
-// Post create a new browserSiteList object to support Internet Explorer mode. This API is supported in the following national cloud deployments.
+// Post create a new browserSiteList object to support Internet Explorer mode. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EdgeInternetExplorerModeSiteListsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteListable), nil
}
-// ToGetRequestInformation get a list of the browserSiteList objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the browserSiteList objects and their properties. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EdgeInternetExplorerModeSiteListsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EdgeInternetExplorerModeSiteListsRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new browserSiteList object to support Internet Explorer mode. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new browserSiteList object to support Internet Explorer mode. This API is available in the following national cloud deployments.
func (m *EdgeInternetExplorerModeSiteListsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSiteListable, requestConfiguration *EdgeInternetExplorerModeSiteListsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_health_overviews_request_builder.go b/admin/service_announcement_health_overviews_request_builder.go
index 736c436ba65..a5194be1cb9 100644
--- a/admin/service_announcement_health_overviews_request_builder.go
+++ b/admin/service_announcement_health_overviews_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServiceAnnouncementHealthOverviewsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServiceAnnouncementHealthOverviewsRequestBuilderGetQueryParameters 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.
+// ServiceAnnouncementHealthOverviewsRequestBuilderGetQueryParameters 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.
type ServiceAnnouncementHealthOverviewsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewServiceAnnouncementHealthOverviewsRequestBuilder(rawUrl string, requestA
func (m *ServiceAnnouncementHealthOverviewsRequestBuilder) Count()(*ServiceAnnouncementHealthOverviewsCountRequestBuilder) {
return NewServiceAnnouncementHealthOverviewsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ServiceAnnouncementHealthOverviewsRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ServiceAnnouncementHealthOverviewsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementHealthOverviewsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_health_overviews_service_health_item_request_builder.go b/admin/service_announcement_health_overviews_service_health_item_request_builder.go
index 510caba0c7e..24c01f1a595 100644
--- a/admin/service_announcement_health_overviews_service_health_item_request_builder.go
+++ b/admin/service_announcement_health_overviews_service_health_item_request_builder.go
@@ -18,7 +18,7 @@ type ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilderGetQueryParameters 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.
+// ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilderGetQueryParameters 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.
type ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilder) Dele
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementHealthOverviewsServiceHealthItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_issues_request_builder.go b/admin/service_announcement_issues_request_builder.go
index 6b66104c845..6e8f1f8bd2b 100644
--- a/admin/service_announcement_issues_request_builder.go
+++ b/admin/service_announcement_issues_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServiceAnnouncementIssuesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServiceAnnouncementIssuesRequestBuilderGetQueryParameters 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.
+// ServiceAnnouncementIssuesRequestBuilderGetQueryParameters 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.
type ServiceAnnouncementIssuesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewServiceAnnouncementIssuesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ServiceAnnouncementIssuesRequestBuilder) Count()(*ServiceAnnouncementIssuesCountRequestBuilder) {
return NewServiceAnnouncementIssuesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ServiceAnnouncementIssuesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthIssueable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ServiceAnnouncementIssuesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementIssuesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_issues_service_health_issue_item_request_builder.go b/admin/service_announcement_issues_service_health_issue_item_request_builder.go
index 847c4b152c5..9b82d476134 100644
--- a/admin/service_announcement_issues_service_health_issue_item_request_builder.go
+++ b/admin/service_announcement_issues_service_health_issue_item_request_builder.go
@@ -18,7 +18,7 @@ type ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilderGetQueryParameters 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.
+// ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilderGetQueryParameters 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.
type ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilder) Delete(c
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementIssuesServiceHealthIssueItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_archive_post_request_body.go b/admin/service_announcement_messages_archive_post_request_body.go
index 87f9801ef09..32928b75d35 100644
--- a/admin/service_announcement_messages_archive_post_request_body.go
+++ b/admin/service_announcement_messages_archive_post_request_body.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesArchivePostRequestBody()(*ServiceAnnouncement
func CreateServiceAnnouncementMessagesArchivePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesArchivePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesArchivePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesArchivePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesArchivePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ServiceAnnouncementMessagesArchivePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesArchivePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesArchivePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_archive_post_response.go b/admin/service_announcement_messages_archive_post_response.go
index f0f6bc9c83b..371a0d3e525 100644
--- a/admin/service_announcement_messages_archive_post_response.go
+++ b/admin/service_announcement_messages_archive_post_response.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesArchivePostResponse()(*ServiceAnnouncementMes
func CreateServiceAnnouncementMessagesArchivePostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesArchivePostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesArchivePostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesArchivePostResponse) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesArchivePostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ServiceAnnouncementMessagesArchivePostResponse) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesArchivePostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesArchivePostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_archive_request_builder.go b/admin/service_announcement_messages_archive_request_builder.go
index 6ce7a93fb3b..f6ad110dab1 100644
--- a/admin/service_announcement_messages_archive_request_builder.go
+++ b/admin/service_announcement_messages_archive_request_builder.go
@@ -30,7 +30,7 @@ func NewServiceAnnouncementMessagesArchiveRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewServiceAnnouncementMessagesArchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post archive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// Post archive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsArchivePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ServiceAnnouncementMessagesArchiveRequestBuilder) Post(ctx context.Cont
}
return res.(ServiceAnnouncementMessagesArchiveResponseable), nil
}
-// PostAsArchivePostResponse archive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// PostAsArchivePostResponse archive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ServiceAnnouncementMessagesArchiveRequestBuilder) PostAsArchivePostResp
}
return res.(ServiceAnnouncementMessagesArchivePostResponseable), nil
}
-// ToPostRequestInformation archive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation archive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesArchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ServiceAnnouncementMessagesArchivePostRequestBodyable, requestConfiguration *ServiceAnnouncementMessagesArchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_favorite_post_request_body.go b/admin/service_announcement_messages_favorite_post_request_body.go
index 4e499e559d8..ca12626aeef 100644
--- a/admin/service_announcement_messages_favorite_post_request_body.go
+++ b/admin/service_announcement_messages_favorite_post_request_body.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesFavoritePostRequestBody()(*ServiceAnnouncemen
func CreateServiceAnnouncementMessagesFavoritePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesFavoritePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesFavoritePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesFavoritePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesFavoritePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ServiceAnnouncementMessagesFavoritePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesFavoritePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesFavoritePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_favorite_post_response.go b/admin/service_announcement_messages_favorite_post_response.go
index 10d81f006f2..72351a9327e 100644
--- a/admin/service_announcement_messages_favorite_post_response.go
+++ b/admin/service_announcement_messages_favorite_post_response.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesFavoritePostResponse()(*ServiceAnnouncementMe
func CreateServiceAnnouncementMessagesFavoritePostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesFavoritePostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesFavoritePostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesFavoritePostResponse) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesFavoritePostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ServiceAnnouncementMessagesFavoritePostResponse) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesFavoritePostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesFavoritePostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_favorite_request_builder.go b/admin/service_announcement_messages_favorite_request_builder.go
index dbd5b526cc2..eb4161e16ce 100644
--- a/admin/service_announcement_messages_favorite_request_builder.go
+++ b/admin/service_announcement_messages_favorite_request_builder.go
@@ -30,7 +30,7 @@ func NewServiceAnnouncementMessagesFavoriteRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewServiceAnnouncementMessagesFavoriteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsFavoritePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ServiceAnnouncementMessagesFavoriteRequestBuilder) Post(ctx context.Con
}
return res.(ServiceAnnouncementMessagesFavoriteResponseable), nil
}
-// PostAsFavoritePostResponse 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.
+// PostAsFavoritePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ServiceAnnouncementMessagesFavoriteRequestBuilder) PostAsFavoritePostRe
}
return res.(ServiceAnnouncementMessagesFavoritePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ServiceAnnouncementMessagesFavoriteRequestBuilder) ToPostRequestInformation(ctx context.Context, body ServiceAnnouncementMessagesFavoritePostRequestBodyable, requestConfiguration *ServiceAnnouncementMessagesFavoriteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_item_attachments_request_builder.go b/admin/service_announcement_messages_item_attachments_request_builder.go
index bde069ca674..2052172eb97 100644
--- a/admin/service_announcement_messages_item_attachments_request_builder.go
+++ b/admin/service_announcement_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServiceAnnouncementMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServiceAnnouncementMessagesItemAttachmentsRequestBuilderGetQueryParameters get the list of attachments associated with a service message. This API is supported in the following national cloud deployments.
+// ServiceAnnouncementMessagesItemAttachmentsRequestBuilderGetQueryParameters get the list of attachments associated with a service message. This API is available in the following national cloud deployments.
type ServiceAnnouncementMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewServiceAnnouncementMessagesItemAttachmentsRequestBuilder(rawUrl string,
func (m *ServiceAnnouncementMessagesItemAttachmentsRequestBuilder) Count()(*ServiceAnnouncementMessagesItemAttachmentsCountRequestBuilder) {
return NewServiceAnnouncementMessagesItemAttachmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of attachments associated with a service message. This API is supported in the following national cloud deployments.
+// Get get the list of attachments associated with a service message. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ServiceAnnouncementMessagesItemAttachmentsRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceAnnouncementAttachmentable), nil
}
-// ToGetRequestInformation get the list of attachments associated with a service message. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of attachments associated with a service message. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_item_attachments_service_announcement_attachment_item_request_builder.go b/admin/service_announcement_messages_item_attachments_service_announcement_attachment_item_request_builder.go
index 68423371074..8bff6e9ebd2 100644
--- a/admin/service_announcement_messages_item_attachments_service_announcement_attachment_item_request_builder.go
+++ b/admin/service_announcement_messages_item_attachments_service_announcement_attachment_item_request_builder.go
@@ -18,7 +18,7 @@ type ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachmentItem
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters read the properties and relationships of a serviceAnnouncementAttachment object. This API is supported in the following national cloud deployments.
+// ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters read the properties and relationships of a serviceAnnouncementAttachment object. This API is available in the following national cloud deployments.
type ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachment
}
return nil
}
-// Get read the properties and relationships of a serviceAnnouncementAttachment object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a serviceAnnouncementAttachment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachment
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a serviceAnnouncementAttachment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a serviceAnnouncementAttachment object. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementMessagesItemAttachmentsServiceAnnouncementAttachmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_mark_read_post_request_body.go b/admin/service_announcement_messages_mark_read_post_request_body.go
index c9c14eb492a..ea6b11cb262 100644
--- a/admin/service_announcement_messages_mark_read_post_request_body.go
+++ b/admin/service_announcement_messages_mark_read_post_request_body.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesMarkReadPostRequestBody()(*ServiceAnnouncemen
func CreateServiceAnnouncementMessagesMarkReadPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesMarkReadPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkReadPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesMarkReadPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkReadPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ServiceAnnouncementMessagesMarkReadPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkReadPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkReadPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_mark_read_post_response.go b/admin/service_announcement_messages_mark_read_post_response.go
index 2b1f38873c4..a12e36ef42d 100644
--- a/admin/service_announcement_messages_mark_read_post_response.go
+++ b/admin/service_announcement_messages_mark_read_post_response.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesMarkReadPostResponse()(*ServiceAnnouncementMe
func CreateServiceAnnouncementMessagesMarkReadPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesMarkReadPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkReadPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesMarkReadPostResponse) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkReadPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ServiceAnnouncementMessagesMarkReadPostResponse) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkReadPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkReadPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_mark_read_request_builder.go b/admin/service_announcement_messages_mark_read_request_builder.go
index 80d7b8bc4f0..6677e6ce387 100644
--- a/admin/service_announcement_messages_mark_read_request_builder.go
+++ b/admin/service_announcement_messages_mark_read_request_builder.go
@@ -30,7 +30,7 @@ func NewServiceAnnouncementMessagesMarkReadRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewServiceAnnouncementMessagesMarkReadRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post mark a list of serviceUpdateMessages as read for the signed in user. This API is supported in the following national cloud deployments.
+// Post mark a list of serviceUpdateMessages as read for the signed in user. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsMarkReadPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ServiceAnnouncementMessagesMarkReadRequestBuilder) Post(ctx context.Con
}
return res.(ServiceAnnouncementMessagesMarkReadResponseable), nil
}
-// PostAsMarkReadPostResponse mark a list of serviceUpdateMessages as read for the signed in user. This API is supported in the following national cloud deployments.
+// PostAsMarkReadPostResponse mark a list of serviceUpdateMessages as read for the signed in user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ServiceAnnouncementMessagesMarkReadRequestBuilder) PostAsMarkReadPostRe
}
return res.(ServiceAnnouncementMessagesMarkReadPostResponseable), nil
}
-// ToPostRequestInformation mark a list of serviceUpdateMessages as read for the signed in user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation mark a list of serviceUpdateMessages as read for the signed in user. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesMarkReadRequestBuilder) ToPostRequestInformation(ctx context.Context, body ServiceAnnouncementMessagesMarkReadPostRequestBodyable, requestConfiguration *ServiceAnnouncementMessagesMarkReadRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_mark_unread_post_request_body.go b/admin/service_announcement_messages_mark_unread_post_request_body.go
index caeea1f7a37..e30b1f3e858 100644
--- a/admin/service_announcement_messages_mark_unread_post_request_body.go
+++ b/admin/service_announcement_messages_mark_unread_post_request_body.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesMarkUnreadPostRequestBody()(*ServiceAnnouncem
func CreateServiceAnnouncementMessagesMarkUnreadPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesMarkUnreadPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkUnreadPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesMarkUnreadPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkUnreadPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ServiceAnnouncementMessagesMarkUnreadPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkUnreadPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkUnreadPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_mark_unread_post_response.go b/admin/service_announcement_messages_mark_unread_post_response.go
index 427db3aba14..6e5e5e69320 100644
--- a/admin/service_announcement_messages_mark_unread_post_response.go
+++ b/admin/service_announcement_messages_mark_unread_post_response.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesMarkUnreadPostResponse()(*ServiceAnnouncement
func CreateServiceAnnouncementMessagesMarkUnreadPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesMarkUnreadPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkUnreadPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesMarkUnreadPostResponse) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkUnreadPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ServiceAnnouncementMessagesMarkUnreadPostResponse) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesMarkUnreadPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesMarkUnreadPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_mark_unread_request_builder.go b/admin/service_announcement_messages_mark_unread_request_builder.go
index dc2c0f9c5a1..4624fea87c1 100644
--- a/admin/service_announcement_messages_mark_unread_request_builder.go
+++ b/admin/service_announcement_messages_mark_unread_request_builder.go
@@ -30,7 +30,7 @@ func NewServiceAnnouncementMessagesMarkUnreadRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewServiceAnnouncementMessagesMarkUnreadRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post mark a list of serviceUpdateMessages as unread for the signed in user. This API is supported in the following national cloud deployments.
+// Post mark a list of serviceUpdateMessages as unread for the signed in user. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsMarkUnreadPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ServiceAnnouncementMessagesMarkUnreadRequestBuilder) Post(ctx context.C
}
return res.(ServiceAnnouncementMessagesMarkUnreadResponseable), nil
}
-// PostAsMarkUnreadPostResponse mark a list of serviceUpdateMessages as unread for the signed in user. This API is supported in the following national cloud deployments.
+// PostAsMarkUnreadPostResponse mark a list of serviceUpdateMessages as unread for the signed in user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ServiceAnnouncementMessagesMarkUnreadRequestBuilder) PostAsMarkUnreadPo
}
return res.(ServiceAnnouncementMessagesMarkUnreadPostResponseable), nil
}
-// ToPostRequestInformation mark a list of serviceUpdateMessages as unread for the signed in user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation mark a list of serviceUpdateMessages as unread for the signed in user. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesMarkUnreadRequestBuilder) ToPostRequestInformation(ctx context.Context, body ServiceAnnouncementMessagesMarkUnreadPostRequestBodyable, requestConfiguration *ServiceAnnouncementMessagesMarkUnreadRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_request_builder.go b/admin/service_announcement_messages_request_builder.go
index 068e1abde09..523583f6c6c 100644
--- a/admin/service_announcement_messages_request_builder.go
+++ b/admin/service_announcement_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServiceAnnouncementMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServiceAnnouncementMessagesRequestBuilderGetQueryParameters 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.
+// ServiceAnnouncementMessagesRequestBuilderGetQueryParameters 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.
type ServiceAnnouncementMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func (m *ServiceAnnouncementMessagesRequestBuilder) Count()(*ServiceAnnouncement
func (m *ServiceAnnouncementMessagesRequestBuilder) Favorite()(*ServiceAnnouncementMessagesFavoriteRequestBuilder) {
return NewServiceAnnouncementMessagesFavoriteRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ServiceAnnouncementMessagesRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceUpdateMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ServiceAnnouncementMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_service_update_message_item_request_builder.go b/admin/service_announcement_messages_service_update_message_item_request_builder.go
index 39fb62b4cd5..35acc8bab36 100644
--- a/admin/service_announcement_messages_service_update_message_item_request_builder.go
+++ b/admin/service_announcement_messages_service_update_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilderGetQueryParameters 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.
+// ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilderGetQueryParameters 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.
type ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilder) Dele
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServiceAnnouncementMessagesServiceUpdateMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_unarchive_post_request_body.go b/admin/service_announcement_messages_unarchive_post_request_body.go
index 44c503f35ee..7642e14ff49 100644
--- a/admin/service_announcement_messages_unarchive_post_request_body.go
+++ b/admin/service_announcement_messages_unarchive_post_request_body.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesUnarchivePostRequestBody()(*ServiceAnnounceme
func CreateServiceAnnouncementMessagesUnarchivePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesUnarchivePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnarchivePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesUnarchivePostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnarchivePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ServiceAnnouncementMessagesUnarchivePostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnarchivePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnarchivePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_unarchive_post_response.go b/admin/service_announcement_messages_unarchive_post_response.go
index cfc3dee9ae0..5dc3c57efaa 100644
--- a/admin/service_announcement_messages_unarchive_post_response.go
+++ b/admin/service_announcement_messages_unarchive_post_response.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesUnarchivePostResponse()(*ServiceAnnouncementM
func CreateServiceAnnouncementMessagesUnarchivePostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesUnarchivePostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnarchivePostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesUnarchivePostResponse) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnarchivePostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ServiceAnnouncementMessagesUnarchivePostResponse) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnarchivePostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnarchivePostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_unarchive_request_builder.go b/admin/service_announcement_messages_unarchive_request_builder.go
index 78702a99f3b..81f62d591de 100644
--- a/admin/service_announcement_messages_unarchive_request_builder.go
+++ b/admin/service_announcement_messages_unarchive_request_builder.go
@@ -30,7 +30,7 @@ func NewServiceAnnouncementMessagesUnarchiveRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewServiceAnnouncementMessagesUnarchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unarchive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// Post unarchive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsUnarchivePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ServiceAnnouncementMessagesUnarchiveRequestBuilder) Post(ctx context.Co
}
return res.(ServiceAnnouncementMessagesUnarchiveResponseable), nil
}
-// PostAsUnarchivePostResponse unarchive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// PostAsUnarchivePostResponse unarchive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ServiceAnnouncementMessagesUnarchiveRequestBuilder) PostAsUnarchivePost
}
return res.(ServiceAnnouncementMessagesUnarchivePostResponseable), nil
}
-// ToPostRequestInformation unarchive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation unarchive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesUnarchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ServiceAnnouncementMessagesUnarchivePostRequestBodyable, requestConfiguration *ServiceAnnouncementMessagesUnarchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/service_announcement_messages_unfavorite_post_request_body.go b/admin/service_announcement_messages_unfavorite_post_request_body.go
index b4fd70d455b..de715be4ba3 100644
--- a/admin/service_announcement_messages_unfavorite_post_request_body.go
+++ b/admin/service_announcement_messages_unfavorite_post_request_body.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesUnfavoritePostRequestBody()(*ServiceAnnouncem
func CreateServiceAnnouncementMessagesUnfavoritePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesUnfavoritePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnfavoritePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesUnfavoritePostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnfavoritePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ServiceAnnouncementMessagesUnfavoritePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnfavoritePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnfavoritePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_unfavorite_post_response.go b/admin/service_announcement_messages_unfavorite_post_response.go
index 5ea1a58485a..4cf731d88f4 100644
--- a/admin/service_announcement_messages_unfavorite_post_response.go
+++ b/admin/service_announcement_messages_unfavorite_post_response.go
@@ -22,7 +22,7 @@ func NewServiceAnnouncementMessagesUnfavoritePostResponse()(*ServiceAnnouncement
func CreateServiceAnnouncementMessagesUnfavoritePostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesUnfavoritePostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnfavoritePostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceAnnouncementMessagesUnfavoritePostResponse) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnfavoritePostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ServiceAnnouncementMessagesUnfavoritePostResponse) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceAnnouncementMessagesUnfavoritePostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceAnnouncementMessagesUnfavoritePostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/admin/service_announcement_messages_unfavorite_request_builder.go b/admin/service_announcement_messages_unfavorite_request_builder.go
index 90a0fbc5c99..5bf6a0d65bf 100644
--- a/admin/service_announcement_messages_unfavorite_request_builder.go
+++ b/admin/service_announcement_messages_unfavorite_request_builder.go
@@ -30,7 +30,7 @@ func NewServiceAnnouncementMessagesUnfavoriteRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewServiceAnnouncementMessagesUnfavoriteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post remove the favorite status of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// Post remove the favorite status of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsUnfavoritePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ServiceAnnouncementMessagesUnfavoriteRequestBuilder) Post(ctx context.C
}
return res.(ServiceAnnouncementMessagesUnfavoriteResponseable), nil
}
-// PostAsUnfavoritePostResponse remove the favorite status of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// PostAsUnfavoritePostResponse remove the favorite status of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ServiceAnnouncementMessagesUnfavoriteRequestBuilder) PostAsUnfavoritePo
}
return res.(ServiceAnnouncementMessagesUnfavoritePostResponseable), nil
}
-// ToPostRequestInformation remove the favorite status of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation remove the favorite status of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments.
func (m *ServiceAnnouncementMessagesUnfavoriteRequestBuilder) ToPostRequestInformation(ctx context.Context, body ServiceAnnouncementMessagesUnfavoritePostRequestBodyable, requestConfiguration *ServiceAnnouncementMessagesUnfavoriteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/admin/sharepoint_settings_request_builder.go b/admin/sharepoint_settings_request_builder.go
index 625b3d12a4c..3c4bba1a141 100644
--- a/admin/sharepoint_settings_request_builder.go
+++ b/admin/sharepoint_settings_request_builder.go
@@ -18,7 +18,7 @@ type SharepointSettingsRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SharepointSettingsRequestBuilderGetQueryParameters get the tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments.
+// SharepointSettingsRequestBuilderGetQueryParameters get the tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments.
type SharepointSettingsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *SharepointSettingsRequestBuilder) Delete(ctx context.Context, requestCo
}
return nil
}
-// Get get the tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments.
+// Get get the tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *SharepointSettingsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharepointSettingsable), nil
}
-// Patch update one or more tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments.
+// Patch update one or more tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *SharepointSettingsRequestBuilder) ToDeleteRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToGetRequestInformation get the tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments.
func (m *SharepointSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharepointSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *SharepointSettingsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPatchRequestInformation update one or more tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update one or more tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments.
func (m *SharepointSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharepointSettingsable, requestConfiguration *SharepointSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/agreements/item_acceptances_request_builder.go b/agreements/item_acceptances_request_builder.go
index 5ac6635e1d2..43f9a9f7fd0 100644
--- a/agreements/item_acceptances_request_builder.go
+++ b/agreements/item_acceptances_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAcceptancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAcceptancesRequestBuilderGetQueryParameters get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments.
+// ItemAcceptancesRequestBuilderGetQueryParameters get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.
type ItemAcceptancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAcceptancesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemAcceptancesRequestBuilder) Count()(*ItemAcceptancesCountRequestBuilder) {
return NewItemAcceptancesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments.
+// Get get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemAcceptancesRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable), nil
}
-// ToGetRequestInformation get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.
func (m *ItemAcceptancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAcceptancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/agreements/item_file_localizations_request_builder.go b/agreements/item_file_localizations_request_builder.go
index df06169b1fc..e25aab28294 100644
--- a/agreements/item_file_localizations_request_builder.go
+++ b/agreements/item_file_localizations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemFileLocalizationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemFileLocalizationsRequestBuilderGetQueryParameters get a list of the default and localized agreement files. This API is supported in the following national cloud deployments.
+// ItemFileLocalizationsRequestBuilderGetQueryParameters get a list of the default and localized agreement files. This API is available in the following national cloud deployments.
type ItemFileLocalizationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemFileLocalizationsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemFileLocalizationsRequestBuilder) Count()(*ItemFileLocalizationsCountRequestBuilder) {
return NewItemFileLocalizationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the default and localized agreement files. This API is supported in the following national cloud deployments.
+// Get get a list of the default and localized agreement files. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemFileLocalizationsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable), nil
}
-// ToGetRequestInformation get a list of the default and localized agreement files. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the default and localized agreement files. This API is available in the following national cloud deployments.
func (m *ItemFileLocalizationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFileLocalizationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/agreements/item_file_request_builder.go b/agreements/item_file_request_builder.go
index e90473590a0..1905c292bd6 100644
--- a/agreements/item_file_request_builder.go
+++ b/agreements/item_file_request_builder.go
@@ -18,7 +18,7 @@ type ItemFileRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemFileRequestBuilderGetQueryParameters 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.
+// ItemFileRequestBuilderGetQueryParameters 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.
type ItemFileRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemFileRequestBuilder) Delete(ctx context.Context, requestConfiguratio
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemFileRequestBuilder) ToDeleteRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemFileRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFileRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/agreements/item_files_request_builder.go b/agreements/item_files_request_builder.go
index a95ed0ab8fd..f17d145348b 100644
--- a/agreements/item_files_request_builder.go
+++ b/agreements/item_files_request_builder.go
@@ -93,7 +93,7 @@ func (m *ItemFilesRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationCollectionResponseable), nil
}
-// Post create a new localized agreement file. This API is supported in the following national cloud deployments.
+// Post create a new localized agreement file. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemFilesRequestBuilder) ToGetRequestInformation(ctx context.Context, r
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new localized agreement file. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new localized agreement file. This API is available in the following national cloud deployments.
func (m *ItemFilesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, requestConfiguration *ItemFilesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/appcatalogs/teams_apps_item_app_definitions_item_bot_request_builder.go b/appcatalogs/teams_apps_item_app_definitions_item_bot_request_builder.go
index 8b23e015444..0e30efbf757 100644
--- a/appcatalogs/teams_apps_item_app_definitions_item_bot_request_builder.go
+++ b/appcatalogs/teams_apps_item_app_definitions_item_bot_request_builder.go
@@ -18,7 +18,7 @@ type TeamsAppsItemAppDefinitionsItemBotRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TeamsAppsItemAppDefinitionsItemBotRequestBuilderGetQueryParameters get the bot associated with a specific definition of the TeamsApp. This API is supported in the following national cloud deployments.
+// TeamsAppsItemAppDefinitionsItemBotRequestBuilderGetQueryParameters get the bot associated with a specific definition of the TeamsApp. This API is available in the following national cloud deployments.
type TeamsAppsItemAppDefinitionsItemBotRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TeamsAppsItemAppDefinitionsItemBotRequestBuilder) Delete(ctx context.Co
}
return nil
}
-// Get get the bot associated with a specific definition of the TeamsApp. This API is supported in the following national cloud deployments.
+// Get get the bot associated with a specific definition of the TeamsApp. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *TeamsAppsItemAppDefinitionsItemBotRequestBuilder) ToDeleteRequestInform
}
return requestInfo, nil
}
-// ToGetRequestInformation get the bot associated with a specific definition of the TeamsApp. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the bot associated with a specific definition of the TeamsApp. This API is available in the following national cloud deployments.
func (m *TeamsAppsItemAppDefinitionsItemBotRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TeamsAppsItemAppDefinitionsItemBotRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/appcatalogs/teams_apps_item_app_definitions_request_builder.go b/appcatalogs/teams_apps_item_app_definitions_request_builder.go
index f35dfc40eb9..87000aba4cd 100644
--- a/appcatalogs/teams_apps_item_app_definitions_request_builder.go
+++ b/appcatalogs/teams_apps_item_app_definitions_request_builder.go
@@ -93,7 +93,7 @@ func (m *TeamsAppsItemAppDefinitionsRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *TeamsAppsItemAppDefinitionsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *TeamsAppsItemAppDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppDefinitionable, requestConfiguration *TeamsAppsItemAppDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/appcatalogs/teams_apps_item_app_definitions_teams_app_definition_item_request_builder.go b/appcatalogs/teams_apps_item_app_definitions_teams_app_definition_item_request_builder.go
index eb7a22f38c2..c15efee3063 100644
--- a/appcatalogs/teams_apps_item_app_definitions_teams_app_definition_item_request_builder.go
+++ b/appcatalogs/teams_apps_item_app_definitions_teams_app_definition_item_request_builder.go
@@ -93,7 +93,7 @@ func (m *TeamsAppsItemAppDefinitionsTeamsAppDefinitionItemRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppDefinitionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *TeamsAppsItemAppDefinitionsTeamsAppDefinitionItemRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *TeamsAppsItemAppDefinitionsTeamsAppDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppDefinitionable, requestConfiguration *TeamsAppsItemAppDefinitionsTeamsAppDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/appcatalogs/teams_apps_request_builder.go b/appcatalogs/teams_apps_request_builder.go
index 441e1cf50da..f447d886cbe 100644
--- a/appcatalogs/teams_apps_request_builder.go
+++ b/appcatalogs/teams_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type TeamsAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TeamsAppsRequestBuilderGetQueryParameters 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.
+// TeamsAppsRequestBuilderGetQueryParameters 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.
type TeamsAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTeamsAppsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *TeamsAppsRequestBuilder) Count()(*TeamsAppsCountRequestBuilder) {
return NewTeamsAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TeamsAppsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TeamsAppsRequestBuilder) Post(ctx context.Context, body iadcd81124412c6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *TeamsAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TeamsAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TeamsAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, r
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *TeamsAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppable, requestConfiguration *TeamsAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/appcatalogs/teams_apps_teams_app_item_request_builder.go b/appcatalogs/teams_apps_teams_app_item_request_builder.go
index 2ec90f5329e..f7db0e0a23b 100644
--- a/appcatalogs/teams_apps_teams_app_item_request_builder.go
+++ b/appcatalogs/teams_apps_teams_app_item_request_builder.go
@@ -58,7 +58,7 @@ func NewTeamsAppsTeamsAppItemRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewTeamsAppsTeamsAppItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete this API is supported in the following national cloud deployments.
+// Delete this API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *TeamsAppsTeamsAppItemRequestBuilder) Patch(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppable), nil
}
-// ToDeleteRequestInformation this API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation this API is available in the following national cloud deployments.
func (m *TeamsAppsTeamsAppItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TeamsAppsTeamsAppItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/application_item_request_builder.go b/applications/application_item_request_builder.go
index 04880ecf070..6a2e1f94df1 100644
--- a/applications/application_item_request_builder.go
+++ b/applications/application_item_request_builder.go
@@ -18,7 +18,7 @@ type ApplicationItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ApplicationItemRequestBuilderGetQueryParameters get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
+// ApplicationItemRequestBuilderGetQueryParameters get the properties and relationships of an application object. This API is available in the following national cloud deployments.
type ApplicationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func NewApplicationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ApplicationItemRequestBuilder) CreatedOnBehalfOf()(*ItemCreatedOnBehalfOfRequestBuilder) {
return NewItemCreatedOnBehalfOfRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0
@@ -105,7 +105,7 @@ func (m *ApplicationItemRequestBuilder) ExtensionProperties()(*ItemExtensionProp
func (m *ApplicationItemRequestBuilder) FederatedIdentityCredentials()(*ItemFederatedIdentityCredentialsRequestBuilder) {
return NewItemFederatedIdentityCredentialsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of an application object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0
@@ -147,7 +147,7 @@ func (m *ApplicationItemRequestBuilder) Logo()(*ItemLogoRequestBuilder) {
func (m *ApplicationItemRequestBuilder) Owners()(*ItemOwnersRequestBuilder) {
return NewItemOwnersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an application object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an application object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0
@@ -189,7 +189,7 @@ func (m *ApplicationItemRequestBuilder) SetVerifiedPublisher()(*ItemSetVerifiedP
func (m *ApplicationItemRequestBuilder) Synchronization()(*ItemSynchronizationRequestBuilder) {
return NewItemSynchronizationRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ApplicationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ApplicationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -201,7 +201,7 @@ func (m *ApplicationItemRequestBuilder) ToDeleteRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of an application object. This API is available in the following national cloud deployments.
func (m *ApplicationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -225,7 +225,7 @@ func (m *ApplicationItemRequestBuilder) TokenIssuancePolicies()(*ItemTokenIssuan
func (m *ApplicationItemRequestBuilder) TokenLifetimePolicies()(*ItemTokenLifetimePoliciesRequestBuilder) {
return NewItemTokenLifetimePoliciesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToPatchRequestInformation update the properties of an application object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an application object. This API is available in the following national cloud deployments.
func (m *ApplicationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, requestConfiguration *ApplicationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/applications_request_builder.go b/applications/applications_request_builder.go
index f2fb597b6c6..b4d7b7a6a69 100644
--- a/applications/applications_request_builder.go
+++ b/applications/applications_request_builder.go
@@ -11,7 +11,7 @@ import (
type ApplicationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ApplicationsRequestBuilderGetQueryParameters get the list of applications in this organization. This API is supported in the following national cloud deployments.
+// ApplicationsRequestBuilderGetQueryParameters get the list of applications in this organization. This API is available in the following national cloud deployments.
type ApplicationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ApplicationsRequestBuilder) Count()(*CountRequestBuilder) {
func (m *ApplicationsRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of applications in this organization. This API is supported in the following national cloud deployments.
+// Get get the list of applications in this organization. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0
@@ -108,7 +108,7 @@ func (m *ApplicationsRequestBuilder) GetAvailableExtensionProperties()(*GetAvail
func (m *ApplicationsRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
return NewGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new application object. This API is supported in the following national cloud deployments.
+// Post create a new application object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ApplicationsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable), nil
}
-// ToGetRequestInformation get the list of applications in this organization. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of applications in this organization. This API is available in the following national cloud deployments.
func (m *ApplicationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ApplicationsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new application object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new application object. This API is available in the following national cloud deployments.
func (m *ApplicationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, requestConfiguration *ApplicationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/get_available_extension_properties_post_request_body.go b/applications/get_available_extension_properties_post_request_body.go
index 119a5845365..9e15db23a72 100644
--- a/applications/get_available_extension_properties_post_request_body.go
+++ b/applications/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/get_available_extension_properties_request_builder.go b/applications/get_available_extension_properties_request_builder.go
index 029aa559a23..dd6bd7c0cb9 100644
--- a/applications/get_available_extension_properties_request_builder.go
+++ b/applications/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/get_by_ids_post_request_body.go b/applications/get_by_ids_post_request_body.go
index 17a17906793..2241a9ef84d 100644
--- a/applications/get_by_ids_post_request_body.go
+++ b/applications/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/get_by_ids_request_builder.go b/applications/get_by_ids_request_builder.go
index 1a667abd712..9569549bba1 100644
--- a/applications/get_by_ids_request_builder.go
+++ b/applications/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_add_key_post_request_body.go b/applications/item_add_key_post_request_body.go
index e855eba55c8..0790ef357d9 100644
--- a/applications/item_add_key_post_request_body.go
+++ b/applications/item_add_key_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemAddKeyPostRequestBody()(*ItemAddKeyPostRequestBody) {
func CreateItemAddKeyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddKeyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddKeyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemAddKeyPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddKeyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemAddKeyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddKeyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddKeyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_add_key_request_builder.go b/applications/item_add_key_request_builder.go
index 452b427d2f7..34f88f26201 100644
--- a/applications/item_add_key_request_builder.go
+++ b/applications/item_add_key_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAddKeyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
urlParams["request-raw-url"] = rawUrl
return NewItemAddKeyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAddKeyRequestBuilder) Post(ctx context.Context, body ItemAddKeyPost
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAddKeyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAddKeyPostRequestBodyable, requestConfiguration *ItemAddKeyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_add_password_post_request_body.go b/applications/item_add_password_post_request_body.go
index ecec69e12e9..d275de73fbd 100644
--- a/applications/item_add_password_post_request_body.go
+++ b/applications/item_add_password_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemAddPasswordPostRequestBody()(*ItemAddPasswordPostRequestBody) {
func CreateItemAddPasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddPasswordPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddPasswordPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemAddPasswordPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddPasswordPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemAddPasswordPostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddPasswordPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddPasswordPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_add_password_request_builder.go b/applications/item_add_password_request_builder.go
index b23a698283c..c258b1ac1dd 100644
--- a/applications/item_add_password_request_builder.go
+++ b/applications/item_add_password_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAddPasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemAddPasswordRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post adds a strong password or secret to an application. This API is supported in the following national cloud deployments.
+// Post adds a strong password or secret to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAddPasswordRequestBuilder) Post(ctx context.Context, body ItemAddPa
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable), nil
}
-// ToPostRequestInformation adds a strong password or secret to an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation adds a strong password or secret to an application. This API is available in the following national cloud deployments.
func (m *ItemAddPasswordRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAddPasswordPostRequestBodyable, requestConfiguration *ItemAddPasswordRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_app_management_policies_item_ref_request_builder.go b/applications/item_app_management_policies_item_ref_request_builder.go
index 477f2c2c656..9d63c989a0e 100644
--- a/applications/item_app_management_policies_item_ref_request_builder.go
+++ b/applications/item_app_management_policies_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemAppManagementPoliciesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAppManagementPoliciesItemRefRequestBuilderDeleteQueryParameters 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.
+// ItemAppManagementPoliciesItemRefRequestBuilderDeleteQueryParameters 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.
type ItemAppManagementPoliciesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemAppManagementPoliciesItemRefRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemAppManagementPoliciesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemAppManagementPoliciesItemRefRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemAppManagementPoliciesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAppManagementPoliciesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_app_management_policies_ref_request_builder.go b/applications/item_app_management_policies_ref_request_builder.go
index cfd740f5c6b..43f82391a2f 100644
--- a/applications/item_app_management_policies_ref_request_builder.go
+++ b/applications/item_app_management_policies_ref_request_builder.go
@@ -74,7 +74,7 @@ func (m *ItemAppManagementPoliciesRefRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0
@@ -109,7 +109,7 @@ func (m *ItemAppManagementPoliciesRefRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAppManagementPoliciesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemAppManagementPoliciesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_check_member_groups_post_request_body.go b/applications/item_check_member_groups_post_request_body.go
index c2b2bd783fd..c18092fc557 100644
--- a/applications/item_check_member_groups_post_request_body.go
+++ b/applications/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_check_member_groups_request_builder.go b/applications/item_check_member_groups_request_builder.go
index 66a52843c0e..d3af853ee08 100644
--- a/applications/item_check_member_groups_request_builder.go
+++ b/applications/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_check_member_objects_post_request_body.go b/applications/item_check_member_objects_post_request_body.go
index b42d81ea0dd..01f794b6ee7 100644
--- a/applications/item_check_member_objects_post_request_body.go
+++ b/applications/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_extension_properties_extension_property_item_request_builder.go b/applications/item_extension_properties_extension_property_item_request_builder.go
index f5c7bd8a617..0155220a062 100644
--- a/applications/item_extension_properties_extension_property_item_request_builder.go
+++ b/applications/item_extension_properties_extension_property_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemExtensionPropertiesExtensionPropertyItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemExtensionPropertiesExtensionPropertyItemRequestBuilderGetQueryParameters read a directory extension definition represented by an extensionProperty object. This API is supported in the following national cloud deployments.
+// ItemExtensionPropertiesExtensionPropertyItemRequestBuilderGetQueryParameters read a directory extension definition represented by an extensionProperty object. This API is available in the following national cloud deployments.
type ItemExtensionPropertiesExtensionPropertyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemExtensionPropertiesExtensionPropertyItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemExtensionPropertiesExtensionPropertyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemExtensionPropertiesExtensionPropertyItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get read a directory extension definition represented by an extensionProperty object. This API is supported in the following national cloud deployments.
+// Get read a directory extension definition represented by an extensionProperty object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemExtensionPropertiesExtensionPropertyItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemExtensionPropertiesExtensionPropertyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemExtensionPropertiesExtensionPropertyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemExtensionPropertiesExtensionPropertyItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation read a directory extension definition represented by an extensionProperty object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read a directory extension definition represented by an extensionProperty object. This API is available in the following national cloud deployments.
func (m *ItemExtensionPropertiesExtensionPropertyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemExtensionPropertiesExtensionPropertyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_extension_properties_request_builder.go b/applications/item_extension_properties_request_builder.go
index 159833f5e0c..d3389f6e8c4 100644
--- a/applications/item_extension_properties_request_builder.go
+++ b/applications/item_extension_properties_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemExtensionPropertiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemExtensionPropertiesRequestBuilderGetQueryParameters retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is supported in the following national cloud deployments.
+// ItemExtensionPropertiesRequestBuilderGetQueryParameters retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is available in the following national cloud deployments.
type ItemExtensionPropertiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemExtensionPropertiesRequestBuilder) Count()(*ItemExtensionPropertiesCountRequestBuilder) {
return NewItemExtensionPropertiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is supported in the following national cloud deployments.
+// Get retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemExtensionPropertiesRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyCollectionResponseable), nil
}
-// Post create a new directory extension definition, represented by an extensionProperty object. This API is supported in the following national cloud deployments.
+// Post create a new directory extension definition, represented by an extensionProperty object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemExtensionPropertiesRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable), nil
}
-// ToGetRequestInformation retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is available in the following national cloud deployments.
func (m *ItemExtensionPropertiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemExtensionPropertiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemExtensionPropertiesRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new directory extension definition, represented by an extensionProperty object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new directory extension definition, represented by an extensionProperty object. This API is available in the following national cloud deployments.
func (m *ItemExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, requestConfiguration *ItemExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go b/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go
index 8c2ebfd7775..6a258aa3107 100644
--- a/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go
+++ b/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters read the properties and relationships of a federatedIdentityCredential object. This API is supported in the following national cloud deployments.
+// ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters read the properties and relationships of a federatedIdentityCredential object. This API is available in the following national cloud deployments.
type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a federatedIdentityCredential object from an application. This API is supported in the following national cloud deployments.
+// Delete delete a federatedIdentityCredential object from an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB
}
return nil
}
-// Get read the properties and relationships of a federatedIdentityCredential object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a federatedIdentityCredential object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable), nil
}
-// Patch update the properties of a federatedIdentityCredential object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a federatedIdentityCredential object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable), nil
}
-// ToDeleteRequestInformation delete a federatedIdentityCredential object from an application. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a federatedIdentityCredential object from an application. This API is available in the following national cloud deployments.
func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a federatedIdentityCredential object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a federatedIdentityCredential object. This API is available in the following national cloud deployments.
func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a federatedIdentityCredential object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a federatedIdentityCredential object. This API is available in the following national cloud deployments.
func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable, requestConfiguration *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_federated_identity_credentials_request_builder.go b/applications/item_federated_identity_credentials_request_builder.go
index f980f565bb6..2bcd8dc925f 100644
--- a/applications/item_federated_identity_credentials_request_builder.go
+++ b/applications/item_federated_identity_credentials_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemFederatedIdentityCredentialsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters get a list of the federatedIdentityCredential objects and their properties. This API is supported in the following national cloud deployments.
+// ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters get a list of the federatedIdentityCredential objects and their properties. This API is available in the following national cloud deployments.
type ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemFederatedIdentityCredentialsRequestBuilder(rawUrl string, requestAda
func (m *ItemFederatedIdentityCredentialsRequestBuilder) Count()(*ItemFederatedIdentityCredentialsCountRequestBuilder) {
return NewItemFederatedIdentityCredentialsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the federatedIdentityCredential objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the federatedIdentityCredential objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemFederatedIdentityCredentialsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemFederatedIdentityCredentialsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable), nil
}
-// ToGetRequestInformation get a list of the federatedIdentityCredential objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the federatedIdentityCredential objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemFederatedIdentityCredentialsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemFederatedIdentityCredentialsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemFederatedIdentityCredentialsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable, requestConfiguration *ItemFederatedIdentityCredentialsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_get_member_groups_post_request_body.go b/applications/item_get_member_groups_post_request_body.go
index e5ce528bd86..e9a4f142097 100644
--- a/applications/item_get_member_groups_post_request_body.go
+++ b/applications/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_get_member_groups_request_builder.go b/applications/item_get_member_groups_request_builder.go
index 6282b855011..a98aba6c726 100644
--- a/applications/item_get_member_groups_request_builder.go
+++ b/applications/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_get_member_objects_post_request_body.go b/applications/item_get_member_objects_post_request_body.go
index 8604bdb4629..fe1b75b5dfd 100644
--- a/applications/item_get_member_objects_post_request_body.go
+++ b/applications/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_get_member_objects_request_builder.go b/applications/item_get_member_objects_request_builder.go
index 76702dff27f..abcb9e20f2e 100644
--- a/applications/item_get_member_objects_request_builder.go
+++ b/applications/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_owners_item_ref_request_builder.go b/applications/item_owners_item_ref_request_builder.go
index 033fc3aa472..188d04c9730 100644
--- a/applications/item_owners_item_ref_request_builder.go
+++ b/applications/item_owners_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemOwnersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOwnersItemRefRequestBuilderDeleteQueryParameters 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.
+// ItemOwnersItemRefRequestBuilderDeleteQueryParameters 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.
type ItemOwnersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemOwnersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemOwnersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemOwnersItemRefRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemOwnersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOwnersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_owners_ref_request_builder.go b/applications/item_owners_ref_request_builder.go
index 8863a735a34..7f86b23fd14 100644
--- a/applications/item_owners_ref_request_builder.go
+++ b/applications/item_owners_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemOwnersRefRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add an owner to an application by posting to the owners collection. This API is supported in the following national cloud deployments.
+// Post add an owner to an application by posting to the owners collection. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemOwnersRefRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation add an owner to an application by posting to the owners collection. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add an owner to an application by posting to the owners collection. This API is available in the following national cloud deployments.
func (m *ItemOwnersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemOwnersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_remove_key_post_request_body.go b/applications/item_remove_key_post_request_body.go
index 1d11292da2a..4d0eddf3fe1 100644
--- a/applications/item_remove_key_post_request_body.go
+++ b/applications/item_remove_key_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemRemoveKeyPostRequestBody()(*ItemRemoveKeyPostRequestBody) {
func CreateItemRemoveKeyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemoveKeyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveKeyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemRemoveKeyPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRemoveKeyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemRemoveKeyPostRequestBody) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveKeyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRemoveKeyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_remove_key_request_builder.go b/applications/item_remove_key_request_builder.go
index bc9b051a576..ef2906b6b61 100644
--- a/applications/item_remove_key_request_builder.go
+++ b/applications/item_remove_key_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRemoveKeyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemRemoveKeyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemRemoveKeyRequestBuilder) Post(ctx context.Context, body ItemRemoveK
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRemoveKeyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemRemoveKeyPostRequestBodyable, requestConfiguration *ItemRemoveKeyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_remove_password_post_request_body.go b/applications/item_remove_password_post_request_body.go
index ede83e02e30..aa1a8d91624 100644
--- a/applications/item_remove_password_post_request_body.go
+++ b/applications/item_remove_password_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemRemovePasswordPostRequestBody()(*ItemRemovePasswordPostRequestBody)
func CreateItemRemovePasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemovePasswordPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemovePasswordPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemRemovePasswordPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRemovePasswordPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemRemovePasswordPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemovePasswordPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRemovePasswordPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_remove_password_request_builder.go b/applications/item_remove_password_request_builder.go
index fddb639b0c8..5ff8994cc44 100644
--- a/applications/item_remove_password_request_builder.go
+++ b/applications/item_remove_password_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRemovePasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemRemovePasswordRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post remove a password from an application. This API is supported in the following national cloud deployments.
+// Post remove a password from an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemRemovePasswordRequestBuilder) Post(ctx context.Context, body ItemRe
}
return nil
}
-// ToPostRequestInformation remove a password from an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation remove a password from an application. This API is available in the following national cloud deployments.
func (m *ItemRemovePasswordRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemRemovePasswordPostRequestBodyable, requestConfiguration *ItemRemovePasswordRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_restore_request_builder.go b/applications/item_restore_request_builder.go
index 68902d9cd7d..271f3949f3d 100644
--- a/applications/item_restore_request_builder.go
+++ b/applications/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_set_verified_publisher_post_request_body.go b/applications/item_set_verified_publisher_post_request_body.go
index 1d4586800fe..2936693b644 100644
--- a/applications/item_set_verified_publisher_post_request_body.go
+++ b/applications/item_set_verified_publisher_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSetVerifiedPublisherPostRequestBody()(*ItemSetVerifiedPublisherPostR
func CreateItemSetVerifiedPublisherPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSetVerifiedPublisherPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSetVerifiedPublisherPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSetVerifiedPublisherPostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSetVerifiedPublisherPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSetVerifiedPublisherPostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSetVerifiedPublisherPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSetVerifiedPublisherPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_set_verified_publisher_request_builder.go b/applications/item_set_verified_publisher_request_builder.go
index 9643ec91000..2d34b481bcd 100644
--- a/applications/item_set_verified_publisher_request_builder.go
+++ b/applications/item_set_verified_publisher_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSetVerifiedPublisherRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemSetVerifiedPublisherRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSetVerifiedPublisherRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSetVerifiedPublisherRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSetVerifiedPublisherPostRequestBodyable, requestConfiguration *ItemSetVerifiedPublisherRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_acquire_access_token_post_request_body.go b/applications/item_synchronization_acquire_access_token_post_request_body.go
index 80d4709fffa..08c302d79b6 100644
--- a/applications/item_synchronization_acquire_access_token_post_request_body.go
+++ b/applications/item_synchronization_acquire_access_token_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationAcquireAccessTokenPostRequestBody()(*ItemSynchronizat
func CreateItemSynchronizationAcquireAccessTokenPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationAcquireAccessTokenPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_acquire_access_token_request_builder.go b/applications/item_synchronization_acquire_access_token_request_builder.go
index 9a35b8e7fe0..ee03f7e07df 100644
--- a/applications/item_synchronization_acquire_access_token_request_builder.go
+++ b/applications/item_synchronization_acquire_access_token_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationAcquireAccessTokenRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationAcquireAccessTokenRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationAcquireAccessTokenRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationAcquireAccessTokenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationAcquireAccessTokenPostRequestBodyable, requestConfiguration *ItemSynchronizationAcquireAccessTokenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_pause_request_builder.go b/applications/item_synchronization_jobs_item_pause_request_builder.go
index 85612f36926..16a131154f0 100644
--- a/applications/item_synchronization_jobs_item_pause_request_builder.go
+++ b/applications/item_synchronization_jobs_item_pause_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemPauseRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemPauseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemPauseRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemPauseRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemPauseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_provision_on_demand_post_request_body.go b/applications/item_synchronization_jobs_item_provision_on_demand_post_request_body.go
index 3b66eb6a507..12574ed90bf 100644
--- a/applications/item_synchronization_jobs_item_provision_on_demand_post_request_body.go
+++ b/applications/item_synchronization_jobs_item_provision_on_demand_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemProvisionOnDemandPostRequestBody()(*ItemSynch
func CreateItemSynchronizationJobsItemProvisionOnDemandPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemProvisionOnDemandPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go b/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go
index e5651c68302..a72bdec5ff1 100644
--- a/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go
+++ b/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringKeyStringValuePairable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemProvisionOnDemandPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_restart_post_request_body.go b/applications/item_synchronization_jobs_item_restart_post_request_body.go
index 6d911f128df..1470f950002 100644
--- a/applications/item_synchronization_jobs_item_restart_post_request_body.go
+++ b/applications/item_synchronization_jobs_item_restart_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemRestartPostRequestBody()(*ItemSynchronization
func CreateItemSynchronizationJobsItemRestartPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemRestartPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationJobsItemRestartPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemSynchronizationJobsItemRestartPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_jobs_item_restart_request_builder.go b/applications/item_synchronization_jobs_item_restart_request_builder.go
index bf75c00444e..6e2d74609ad 100644
--- a/applications/item_synchronization_jobs_item_restart_request_builder.go
+++ b/applications/item_synchronization_jobs_item_restart_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemRestartRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemRestartRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemRestartRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemRestartRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemRestartPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemRestartRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go b/applications/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go
index 1103348f740..4c46b397858 100644
--- a/applications/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go
+++ b/applications/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// Post discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryDefinitionable), nil
}
-// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go b/applications/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go
index 9738d7b1075..5ed736152ba 100644
--- a/applications/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go
+++ b/applications/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody()(*ItemS
func CreateItemSynchronizationJobsItemSchemaParseExpressionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_jobs_item_schema_parse_expression_request_builder.go b/applications/item_synchronization_jobs_item_schema_parse_expression_request_builder.go
index 35d9c99b590..950ea65981e 100644
--- a/applications/item_synchronization_jobs_item_schema_parse_expression_request_builder.go
+++ b/applications/item_synchronization_jobs_item_schema_parse_expression_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemSchemaParseExpressionRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemSchemaParseExpressionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationJobsItemSchemaParseExpressionRequestBuilder) Post(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseExpressionResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemSchemaParseExpressionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_schema_request_builder.go b/applications/item_synchronization_jobs_item_schema_request_builder.go
index d84e4054829..311f9811e14 100644
--- a/applications/item_synchronization_jobs_item_schema_request_builder.go
+++ b/applications/item_synchronization_jobs_item_schema_request_builder.go
@@ -18,7 +18,7 @@ type ItemSynchronizationJobsItemSchemaRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSynchronizationJobsItemSchemaRequestBuilderGetQueryParameters retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments.
+// ItemSynchronizationJobsItemSchemaRequestBuilderGetQueryParameters retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments.
type ItemSynchronizationJobsItemSchemaRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) FilterOperators()(*Ite
func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) Functions()(*ItemSynchronizationJobsItemSchemaFunctionsRequestBuilder) {
return NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments.
+// Get retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_start_request_builder.go b/applications/item_synchronization_jobs_item_start_request_builder.go
index 7951948ba09..d83f50d4622 100644
--- a/applications/item_synchronization_jobs_item_start_request_builder.go
+++ b/applications/item_synchronization_jobs_item_start_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemStartRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemStartRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemStartRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemStartRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemStartRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_item_validate_credentials_post_request_body.go b/applications/item_synchronization_jobs_item_validate_credentials_post_request_body.go
index d5b2cbdd228..8dc0be0de35 100644
--- a/applications/item_synchronization_jobs_item_validate_credentials_post_request_body.go
+++ b/applications/item_synchronization_jobs_item_validate_credentials_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemValidateCredentialsPostRequestBody()(*ItemSyn
func CreateItemSynchronizationJobsItemValidateCredentialsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemValidateCredentialsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) GetAppli
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -174,7 +174,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -188,7 +188,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) SetAppli
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_jobs_item_validate_credentials_request_builder.go b/applications/item_synchronization_jobs_item_validate_credentials_request_builder.go
index 2e8e4746f17..851fc04fa20 100644
--- a/applications/item_synchronization_jobs_item_validate_credentials_request_builder.go
+++ b/applications/item_synchronization_jobs_item_validate_credentials_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemValidateCredentialsRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemValidateCredentialsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments.
+// Post validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsItemValidateCredentialsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemValidateCredentialsPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemValidateCredentialsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_request_builder.go b/applications/item_synchronization_jobs_request_builder.go
index 130a1bb80f9..4972d17baba 100644
--- a/applications/item_synchronization_jobs_request_builder.go
+++ b/applications/item_synchronization_jobs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSynchronizationJobsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSynchronizationJobsRequestBuilderGetQueryParameters list existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments.
+// ItemSynchronizationJobsRequestBuilderGetQueryParameters list existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments.
type ItemSynchronizationJobsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSynchronizationJobsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemSynchronizationJobsRequestBuilder) Count()(*ItemSynchronizationJobsCountRequestBuilder) {
return NewItemSynchronizationJobsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments.
+// Get list existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSynchronizationJobsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationJobCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSynchronizationJobsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationJobable), nil
}
-// ToGetRequestInformation list existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSynchronizationJobsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationJobable, requestConfiguration *ItemSynchronizationJobsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_synchronization_job_item_request_builder.go b/applications/item_synchronization_jobs_synchronization_job_item_request_builder.go
index 822ead19ef5..621102b1479 100644
--- a/applications/item_synchronization_jobs_synchronization_job_item_request_builder.go
+++ b/applications/item_synchronization_jobs_synchronization_job_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSynchronizationJobsSynchronizationJobItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetQueryParameters retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments.
+// ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetQueryParameters retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments.
type ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSynchronizationJobsSynchronizationJobItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsSynchronizationJobItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments.
+// Get retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) Schema()(*
func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) Start()(*ItemSynchronizationJobsItemStartRequestBuilder) {
return NewItemSynchronizationJobsItemStartRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsSynchronizationJobItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_jobs_validate_credentials_post_request_body.go b/applications/item_synchronization_jobs_validate_credentials_post_request_body.go
index ef866848bea..cf17aefe43c 100644
--- a/applications/item_synchronization_jobs_validate_credentials_post_request_body.go
+++ b/applications/item_synchronization_jobs_validate_credentials_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsValidateCredentialsPostRequestBody()(*ItemSynchro
func CreateItemSynchronizationJobsValidateCredentialsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsValidateCredentialsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) GetApplicati
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -174,7 +174,7 @@ func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -188,7 +188,7 @@ func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) SetApplicati
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go b/applications/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go
index d5bfd849f58..8103fee65fa 100644
--- a/applications/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go
+++ b/applications/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// Post discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryDefinitionable), nil
}
-// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_templates_item_schema_parse_expression_post_request_body.go b/applications/item_synchronization_templates_item_schema_parse_expression_post_request_body.go
index f4c6ab5d73a..d7f0fddb0fd 100644
--- a/applications/item_synchronization_templates_item_schema_parse_expression_post_request_body.go
+++ b/applications/item_synchronization_templates_item_schema_parse_expression_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody()(*
func CreateItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/item_synchronization_templates_item_schema_parse_expression_request_builder.go b/applications/item_synchronization_templates_item_schema_parse_expression_request_builder.go
index 35b895d0fc5..ca29879805e 100644
--- a/applications/item_synchronization_templates_item_schema_parse_expression_request_builder.go
+++ b/applications/item_synchronization_templates_item_schema_parse_expression_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilder) Po
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseExpressionResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBodyable, requestConfiguration *ItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_templates_request_builder.go b/applications/item_synchronization_templates_request_builder.go
index 1066e5cf46a..921daa55f00 100644
--- a/applications/item_synchronization_templates_request_builder.go
+++ b/applications/item_synchronization_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSynchronizationTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSynchronizationTemplatesRequestBuilderGetQueryParameters list the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments.
+// ItemSynchronizationTemplatesRequestBuilderGetQueryParameters list the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments.
type ItemSynchronizationTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSynchronizationTemplatesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemSynchronizationTemplatesRequestBuilder) Count()(*ItemSynchronizationTemplatesCountRequestBuilder) {
return NewItemSynchronizationTemplatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments.
+// Get list the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSynchronizationTemplatesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationTemplateable), nil
}
-// ToGetRequestInformation list the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_synchronization_templates_synchronization_template_item_request_builder.go b/applications/item_synchronization_templates_synchronization_template_item_request_builder.go
index 040fb984c68..de59e097630 100644
--- a/applications/item_synchronization_templates_synchronization_template_item_request_builder.go
+++ b/applications/item_synchronization_templates_synchronization_template_item_request_builder.go
@@ -89,7 +89,7 @@ func (m *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationTemplateable), nil
}
-// Patch update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments.
+// Patch update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationTemplateable, requestConfiguration *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_token_issuance_policies_item_ref_request_builder.go b/applications/item_token_issuance_policies_item_ref_request_builder.go
index dd88239355e..cf84fe39fb9 100644
--- a/applications/item_token_issuance_policies_item_ref_request_builder.go
+++ b/applications/item_token_issuance_policies_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemTokenIssuancePoliciesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTokenIssuancePoliciesItemRefRequestBuilderDeleteQueryParameters remove a tokenIssuancePolicy from an application. This API is supported in the following national cloud deployments.
+// ItemTokenIssuancePoliciesItemRefRequestBuilderDeleteQueryParameters remove a tokenIssuancePolicy from an application. This API is available in the following national cloud deployments.
type ItemTokenIssuancePoliciesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemTokenIssuancePoliciesItemRefRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemTokenIssuancePoliciesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a tokenIssuancePolicy from an application. This API is supported in the following national cloud deployments.
+// Delete remove a tokenIssuancePolicy from an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemTokenIssuancePoliciesItemRefRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// ToDeleteRequestInformation remove a tokenIssuancePolicy from an application. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a tokenIssuancePolicy from an application. This API is available in the following national cloud deployments.
func (m *ItemTokenIssuancePoliciesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTokenIssuancePoliciesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_token_issuance_policies_ref_request_builder.go b/applications/item_token_issuance_policies_ref_request_builder.go
index 5b7270aa95a..149dd11bdfd 100644
--- a/applications/item_token_issuance_policies_ref_request_builder.go
+++ b/applications/item_token_issuance_policies_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTokenIssuancePoliciesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTokenIssuancePoliciesRefRequestBuilderGetQueryParameters list the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments.
+// ItemTokenIssuancePoliciesRefRequestBuilderGetQueryParameters list the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments.
type ItemTokenIssuancePoliciesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewItemTokenIssuancePoliciesRefRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemTokenIssuancePoliciesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get list the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments.
+// Get list the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTokenIssuancePoliciesRefRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post assign a tokenIssuancePolicy to an application. This API is supported in the following national cloud deployments.
+// Post assign a tokenIssuancePolicy to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTokenIssuancePoliciesRefRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToGetRequestInformation list the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments.
func (m *ItemTokenIssuancePoliciesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTokenIssuancePoliciesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ItemTokenIssuancePoliciesRefRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation assign a tokenIssuancePolicy to an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation assign a tokenIssuancePolicy to an application. This API is available in the following national cloud deployments.
func (m *ItemTokenIssuancePoliciesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemTokenIssuancePoliciesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_token_issuance_policies_request_builder.go b/applications/item_token_issuance_policies_request_builder.go
index 1f3194b7cf1..ddbddab6ab4 100644
--- a/applications/item_token_issuance_policies_request_builder.go
+++ b/applications/item_token_issuance_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTokenIssuancePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTokenIssuancePoliciesRequestBuilderGetQueryParameters list the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments.
+// ItemTokenIssuancePoliciesRequestBuilderGetQueryParameters list the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments.
type ItemTokenIssuancePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemTokenIssuancePoliciesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemTokenIssuancePoliciesRequestBuilder) Count()(*ItemTokenIssuancePoliciesCountRequestBuilder) {
return NewItemTokenIssuancePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments.
+// Get list the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemTokenIssuancePoliciesRequestBuilder) Get(ctx context.Context, reque
func (m *ItemTokenIssuancePoliciesRequestBuilder) Ref()(*ItemTokenIssuancePoliciesRefRequestBuilder) {
return NewItemTokenIssuancePoliciesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation list the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments.
func (m *ItemTokenIssuancePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTokenIssuancePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_token_lifetime_policies_item_ref_request_builder.go b/applications/item_token_lifetime_policies_item_ref_request_builder.go
index e0704df70d0..ed600911d3d 100644
--- a/applications/item_token_lifetime_policies_item_ref_request_builder.go
+++ b/applications/item_token_lifetime_policies_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemTokenLifetimePoliciesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTokenLifetimePoliciesItemRefRequestBuilderDeleteQueryParameters remove a tokenLifetimePolicy from an application. This API is supported in the following national cloud deployments.
+// ItemTokenLifetimePoliciesItemRefRequestBuilderDeleteQueryParameters remove a tokenLifetimePolicy from an application. This API is available in the following national cloud deployments.
type ItemTokenLifetimePoliciesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemTokenLifetimePoliciesItemRefRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemTokenLifetimePoliciesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a tokenLifetimePolicy from an application. This API is supported in the following national cloud deployments.
+// Delete remove a tokenLifetimePolicy from an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemTokenLifetimePoliciesItemRefRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// ToDeleteRequestInformation remove a tokenLifetimePolicy from an application. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a tokenLifetimePolicy from an application. This API is available in the following national cloud deployments.
func (m *ItemTokenLifetimePoliciesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTokenLifetimePoliciesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_token_lifetime_policies_ref_request_builder.go b/applications/item_token_lifetime_policies_ref_request_builder.go
index 3edcbc1ce1e..d43d2f75840 100644
--- a/applications/item_token_lifetime_policies_ref_request_builder.go
+++ b/applications/item_token_lifetime_policies_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTokenLifetimePoliciesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTokenLifetimePoliciesRefRequestBuilderGetQueryParameters 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.
+// ItemTokenLifetimePoliciesRefRequestBuilderGetQueryParameters 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.
type ItemTokenLifetimePoliciesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewItemTokenLifetimePoliciesRefRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemTokenLifetimePoliciesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTokenLifetimePoliciesRefRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTokenLifetimePoliciesRefRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTokenLifetimePoliciesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTokenLifetimePoliciesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ItemTokenLifetimePoliciesRefRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTokenLifetimePoliciesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemTokenLifetimePoliciesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_token_lifetime_policies_request_builder.go b/applications/item_token_lifetime_policies_request_builder.go
index 66b14f407fc..b36f3a31ade 100644
--- a/applications/item_token_lifetime_policies_request_builder.go
+++ b/applications/item_token_lifetime_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTokenLifetimePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTokenLifetimePoliciesRequestBuilderGetQueryParameters 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.
+// ItemTokenLifetimePoliciesRequestBuilderGetQueryParameters 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.
type ItemTokenLifetimePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemTokenLifetimePoliciesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemTokenLifetimePoliciesRequestBuilder) Count()(*ItemTokenLifetimePoliciesCountRequestBuilder) {
return NewItemTokenLifetimePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemTokenLifetimePoliciesRequestBuilder) Get(ctx context.Context, reque
func (m *ItemTokenLifetimePoliciesRequestBuilder) Ref()(*ItemTokenLifetimePoliciesRefRequestBuilder) {
return NewItemTokenLifetimePoliciesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTokenLifetimePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTokenLifetimePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/item_unset_verified_publisher_request_builder.go b/applications/item_unset_verified_publisher_request_builder.go
index 56f992d992a..2162864e1a0 100644
--- a/applications/item_unset_verified_publisher_request_builder.go
+++ b/applications/item_unset_verified_publisher_request_builder.go
@@ -30,7 +30,7 @@ func NewItemUnsetVerifiedPublisherRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemUnsetVerifiedPublisherRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemUnsetVerifiedPublisherRequestBuilder) Post(ctx context.Context, req
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemUnsetVerifiedPublisherRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemUnsetVerifiedPublisherRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applications/validate_properties_post_request_body.go b/applications/validate_properties_post_request_body.go
index ef762889dac..f29ef561b61 100644
--- a/applications/validate_properties_post_request_body.go
+++ b/applications/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applications/validate_properties_request_builder.go b/applications/validate_properties_request_builder.go
index 55dea200d0c..57d4ac126f5 100644
--- a/applications/validate_properties_request_builder.go
+++ b/applications/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applicationswithappid/applications_with_app_id_request_builder.go b/applicationswithappid/applications_with_app_id_request_builder.go
index 6e77fc8428b..e3fb42941e7 100644
--- a/applicationswithappid/applications_with_app_id_request_builder.go
+++ b/applicationswithappid/applications_with_app_id_request_builder.go
@@ -18,7 +18,7 @@ type ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ApplicationsWithAppIdRequestBuilderGetQueryParameters get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
+// ApplicationsWithAppIdRequestBuilderGetQueryParameters get the properties and relationships of an application object. This API is available in the following national cloud deployments.
type ApplicationsWithAppIdRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -57,7 +57,7 @@ func NewApplicationsWithAppIdRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewApplicationsWithAppIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0
@@ -76,7 +76,7 @@ func (m *ApplicationsWithAppIdRequestBuilder) Delete(ctx context.Context, reques
}
return nil
}
-// Get get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of an application object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ApplicationsWithAppIdRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable), nil
}
-// Patch update the properties of an application object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an application object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ApplicationsWithAppIdRequestBuilder) Patch(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ApplicationsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ApplicationsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of an application object. This API is available in the following national cloud deployments.
func (m *ApplicationsWithAppIdRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationsWithAppIdRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -148,7 +148,7 @@ func (m *ApplicationsWithAppIdRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an application object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an application object. This API is available in the following national cloud deployments.
func (m *ApplicationsWithAppIdRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, requestConfiguration *ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applicationtemplates/application_template_item_request_builder.go b/applicationtemplates/application_template_item_request_builder.go
index c3fd5257c85..a79f5c6516f 100644
--- a/applicationtemplates/application_template_item_request_builder.go
+++ b/applicationtemplates/application_template_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ApplicationTemplateItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ApplicationTemplateItemRequestBuilderGetQueryParameters retrieve the properties of an applicationTemplate object. This API is supported in the following national cloud deployments.
+// ApplicationTemplateItemRequestBuilderGetQueryParameters retrieve the properties of an applicationTemplate object. This API is available in the following national cloud deployments.
type ApplicationTemplateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewApplicationTemplateItemRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewApplicationTemplateItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties of an applicationTemplate object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of an applicationTemplate object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ApplicationTemplateItemRequestBuilder) Get(ctx context.Context, request
func (m *ApplicationTemplateItemRequestBuilder) Instantiate()(*ItemInstantiateRequestBuilder) {
return NewItemInstantiateRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation retrieve the properties of an applicationTemplate object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of an applicationTemplate object. This API is available in the following national cloud deployments.
func (m *ApplicationTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationTemplateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applicationtemplates/application_templates_request_builder.go b/applicationtemplates/application_templates_request_builder.go
index a912b288730..bc2b2c90b0b 100644
--- a/applicationtemplates/application_templates_request_builder.go
+++ b/applicationtemplates/application_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ApplicationTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ApplicationTemplatesRequestBuilderGetQueryParameters retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is supported in the following national cloud deployments.
+// ApplicationTemplatesRequestBuilderGetQueryParameters retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is available in the following national cloud deployments.
type ApplicationTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewApplicationTemplatesRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ApplicationTemplatesRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is supported in the following national cloud deployments.
+// Get retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ApplicationTemplatesRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApplicationTemplateCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is available in the following national cloud deployments.
func (m *ApplicationTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/applicationtemplates/item_instantiate_post_request_body.go b/applicationtemplates/item_instantiate_post_request_body.go
index b51c2beade9..1ad85bb91ed 100644
--- a/applicationtemplates/item_instantiate_post_request_body.go
+++ b/applicationtemplates/item_instantiate_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemInstantiatePostRequestBody()(*ItemInstantiatePostRequestBody) {
func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemInstantiatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemInstantiatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemInstantiatePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemInstantiatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemInstantiatePostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemInstantiatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemInstantiatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/applicationtemplates/item_instantiate_request_builder.go b/applicationtemplates/item_instantiate_request_builder.go
index 3218fd82012..838030af6fe 100644
--- a/applicationtemplates/item_instantiate_request_builder.go
+++ b/applicationtemplates/item_instantiate_request_builder.go
@@ -31,7 +31,7 @@ func NewItemInstantiateRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemInstantiateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemInstantiateRequestBuilder) Post(ctx context.Context, body ItemInsta
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApplicationServicePrincipalable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemInstantiateRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemInstantiatePostRequestBodyable, requestConfiguration *ItemInstantiateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/auditlogs/directory_audits_directory_audit_item_request_builder.go b/auditlogs/directory_audits_directory_audit_item_request_builder.go
index 8c8c21a286a..345e7c23f60 100644
--- a/auditlogs/directory_audits_directory_audit_item_request_builder.go
+++ b/auditlogs/directory_audits_directory_audit_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryAuditsDirectoryAuditItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryAuditsDirectoryAuditItemRequestBuilderGetQueryParameters 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.
+// DirectoryAuditsDirectoryAuditItemRequestBuilderGetQueryParameters 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.
type DirectoryAuditsDirectoryAuditItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DirectoryAuditsDirectoryAuditItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *DirectoryAuditsDirectoryAuditItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryAuditsDirectoryAuditItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryAuditsDirectoryAuditItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/auditlogs/directory_audits_request_builder.go b/auditlogs/directory_audits_request_builder.go
index edf99ece5f8..e234905263a 100644
--- a/auditlogs/directory_audits_request_builder.go
+++ b/auditlogs/directory_audits_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryAuditsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryAuditsRequestBuilderGetQueryParameters 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.
+// DirectoryAuditsRequestBuilderGetQueryParameters 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.
type DirectoryAuditsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDirectoryAuditsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *DirectoryAuditsRequestBuilder) Count()(*DirectoryAuditsCountRequestBuilder) {
return NewDirectoryAuditsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DirectoryAuditsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryAuditable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryAuditsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryAuditsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/auditlogs/provisioning_request_builder.go b/auditlogs/provisioning_request_builder.go
index f4c22840e20..716b3d2309e 100644
--- a/auditlogs/provisioning_request_builder.go
+++ b/auditlogs/provisioning_request_builder.go
@@ -11,7 +11,7 @@ import (
type ProvisioningRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ProvisioningRequestBuilderGetQueryParameters 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.
+// ProvisioningRequestBuilderGetQueryParameters 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.
type ProvisioningRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewProvisioningRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *ProvisioningRequestBuilder) Count()(*ProvisioningCountRequestBuilder) {
return NewProvisioningCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ProvisioningRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisioningObjectSummaryable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ProvisioningRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ProvisioningRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/auditlogs/sign_ins_request_builder.go b/auditlogs/sign_ins_request_builder.go
index e28e42f9cd5..a60e3be72d3 100644
--- a/auditlogs/sign_ins_request_builder.go
+++ b/auditlogs/sign_ins_request_builder.go
@@ -11,7 +11,7 @@ import (
type SignInsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SignInsRequestBuilderGetQueryParameters 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.
+// SignInsRequestBuilderGetQueryParameters 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.
type SignInsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSignInsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371
func (m *SignInsRequestBuilder) Count()(*SignInsCountRequestBuilder) {
return NewSignInsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *SignInsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SignInable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SignInsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SignInsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/auditlogs/sign_ins_sign_in_item_request_builder.go b/auditlogs/sign_ins_sign_in_item_request_builder.go
index 625a493787c..985c8071a1d 100644
--- a/auditlogs/sign_ins_sign_in_item_request_builder.go
+++ b/auditlogs/sign_ins_sign_in_item_request_builder.go
@@ -18,7 +18,7 @@ type SignInsSignInItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SignInsSignInItemRequestBuilderGetQueryParameters 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.
+// SignInsSignInItemRequestBuilderGetQueryParameters 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.
type SignInsSignInItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *SignInsSignInItemRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *SignInsSignInItemRequestBuilder) ToDeleteRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SignInsSignInItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SignInsSignInItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/chat_item_request_builder.go b/chats/chat_item_request_builder.go
index 71722b79041..c8ffdd8bbbf 100644
--- a/chats/chat_item_request_builder.go
+++ b/chats/chat_item_request_builder.go
@@ -18,7 +18,7 @@ type ChatItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ChatItemRequestBuilderGetQueryParameters 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.
+// ChatItemRequestBuilderGetQueryParameters 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.
type ChatItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ChatItemRequestBuilder) Delete(ctx context.Context, requestConfiguratio
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ChatItemRequestBuilder) Members()(*ItemMembersRequestBuilder) {
func (m *ChatItemRequestBuilder) Messages()(*ItemMessagesRequestBuilder) {
return NewItemMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a chat object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a chat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0
@@ -170,7 +170,7 @@ func (m *ChatItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ChatItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -186,7 +186,7 @@ func (m *ChatItemRequestBuilder) ToGetRequestInformation(ctx context.Context, re
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a chat object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a chat object. This API is available in the following national cloud deployments.
func (m *ChatItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, requestConfiguration *ChatItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/chats_request_builder.go b/chats/chats_request_builder.go
index c85132459d4..a3b2392a25a 100644
--- a/chats/chats_request_builder.go
+++ b/chats/chats_request_builder.go
@@ -11,7 +11,7 @@ import (
type ChatsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ChatsRequestBuilderGetQueryParameters 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.
+// ChatsRequestBuilderGetQueryParameters 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.
type ChatsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewChatsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
func (m *ChatsRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ChatsRequestBuilder) Get(ctx context.Context, requestConfiguration *Cha
func (m *ChatsRequestBuilder) GetAllMessages()(*GetAllMessagesRequestBuilder) {
return NewGetAllMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new chat object. This API is supported in the following national cloud deployments.
+// Post create a new chat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ChatsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ChatsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ChatsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ChatsRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new chat object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new chat object. This API is available in the following national cloud deployments.
func (m *ChatsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, requestConfiguration *ChatsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_hide_for_user_post_request_body.go b/chats/item_hide_for_user_post_request_body.go
index f6ca96d8b28..8b5f5d2299f 100644
--- a/chats/item_hide_for_user_post_request_body.go
+++ b/chats/item_hide_for_user_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemHideForUserPostRequestBody()(*ItemHideForUserPostRequestBody) {
func CreateItemHideForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemHideForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemHideForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemHideForUserPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemHideForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemHideForUserPostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemHideForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemHideForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_hide_for_user_request_builder.go b/chats/item_hide_for_user_request_builder.go
index b474e6b3756..7c7c40d5c97 100644
--- a/chats/item_hide_for_user_request_builder.go
+++ b/chats/item_hide_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemHideForUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemHideForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post hide a chat for a user. This API is supported in the following national cloud deployments.
+// Post hide a chat for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemHideForUserRequestBuilder) Post(ctx context.Context, body ItemHideF
}
return nil
}
-// ToPostRequestInformation hide a chat for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation hide a chat for a user. This API is available in the following national cloud deployments.
func (m *ItemHideForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemHideForUserPostRequestBodyable, requestConfiguration *ItemHideForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_installed_apps_item_upgrade_post_request_body.go b/chats/item_installed_apps_item_upgrade_post_request_body.go
index ae1519e013c..a621213f6d5 100644
--- a/chats/item_installed_apps_item_upgrade_post_request_body.go
+++ b/chats/item_installed_apps_item_upgrade_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemInstalledAppsItemUpgradePostRequestBody()(*ItemInstalledAppsItemUpgr
func CreateItemInstalledAppsItemUpgradePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemInstalledAppsItemUpgradePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemInstalledAppsItemUpgradePostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_installed_apps_item_upgrade_request_builder.go b/chats/item_installed_apps_item_upgrade_request_builder.go
index cefcf3e8063..40c60817d3e 100644
--- a/chats/item_installed_apps_item_upgrade_request_builder.go
+++ b/chats/item_installed_apps_item_upgrade_request_builder.go
@@ -30,7 +30,7 @@ func NewItemInstalledAppsItemUpgradeRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemInstalledAppsItemUpgradeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// Post upgrade an app installation within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemInstalledAppsItemUpgradeRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation upgrade an app installation within a chat. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsItemUpgradeRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemInstalledAppsItemUpgradePostRequestBodyable, requestConfiguration *ItemInstalledAppsItemUpgradeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_installed_apps_request_builder.go b/chats/item_installed_apps_request_builder.go
index 1e0efff2f4b..5e1a5800b19 100644
--- a/chats/item_installed_apps_request_builder.go
+++ b/chats/item_installed_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemInstalledAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemInstalledAppsRequestBuilderGetQueryParameters list all app installations within a chat. This API is supported in the following national cloud deployments.
+// ItemInstalledAppsRequestBuilderGetQueryParameters list all app installations within a chat. This API is available in the following national cloud deployments.
type ItemInstalledAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemInstalledAppsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemInstalledAppsRequestBuilder) Count()(*ItemInstalledAppsCountRequestBuilder) {
return NewItemInstalledAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all app installations within a chat. This API is supported in the following national cloud deployments.
+// Get list all app installations within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemInstalledAppsRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationCollectionResponseable), nil
}
-// Post install a teamsApp to the specified chat. This API is supported in the following national cloud deployments.
+// Post install a teamsApp to the specified chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemInstalledAppsRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable), nil
}
-// ToGetRequestInformation list all app installations within a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list all app installations within a chat. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInstalledAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation install a teamsApp to the specified chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation install a teamsApp to the specified chat. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable, requestConfiguration *ItemInstalledAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_installed_apps_teams_app_installation_item_request_builder.go b/chats/item_installed_apps_teams_app_installation_item_request_builder.go
index ebb0ea9735f..f99f0341a27 100644
--- a/chats/item_installed_apps_teams_app_installation_item_request_builder.go
+++ b/chats/item_installed_apps_teams_app_installation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters get an app installed in a chat. This API is supported in the following national cloud deployments.
+// ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters get an app installed in a chat. This API is available in the following national cloud deployments.
type ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemInstalledAppsTeamsAppInstallationItemRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemInstalledAppsTeamsAppInstallationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete uninstall an app installed within a chat. This API is supported in the following national cloud deployments.
+// Delete uninstall an app installed within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get get an app installed in a chat. This API is supported in the following national cloud deployments.
+// Get get an app installed in a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsApp()(*It
func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsAppDefinition()(*ItemInstalledAppsItemTeamsAppDefinitionRequestBuilder) {
return NewItemInstalledAppsItemTeamsAppDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation uninstall an app installed within a chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation uninstall an app installed within a chat. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation get an app installed in a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an app installed in a chat. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_mark_chat_read_for_user_post_request_body.go b/chats/item_mark_chat_read_for_user_post_request_body.go
index 9657297c5ca..949f5341bd9 100644
--- a/chats/item_mark_chat_read_for_user_post_request_body.go
+++ b/chats/item_mark_chat_read_for_user_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMarkChatReadForUserPostRequestBody()(*ItemMarkChatReadForUserPostReq
func CreateItemMarkChatReadForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMarkChatReadForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMarkChatReadForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemMarkChatReadForUserPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMarkChatReadForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemMarkChatReadForUserPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMarkChatReadForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMarkChatReadForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_mark_chat_read_for_user_request_builder.go b/chats/item_mark_chat_read_for_user_request_builder.go
index 929efc5f2cb..d95ddcab97b 100644
--- a/chats/item_mark_chat_read_for_user_request_builder.go
+++ b/chats/item_mark_chat_read_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMarkChatReadForUserRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemMarkChatReadForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post mark a chat as read for a user. This API is supported in the following national cloud deployments.
+// Post mark a chat as read for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMarkChatReadForUserRequestBuilder) Post(ctx context.Context, body I
}
return nil
}
-// ToPostRequestInformation mark a chat as read for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation mark a chat as read for a user. This API is available in the following national cloud deployments.
func (m *ItemMarkChatReadForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMarkChatReadForUserPostRequestBodyable, requestConfiguration *ItemMarkChatReadForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_mark_chat_unread_for_user_post_request_body.go b/chats/item_mark_chat_unread_for_user_post_request_body.go
index 5eeca0a61db..916e26012c4 100644
--- a/chats/item_mark_chat_unread_for_user_post_request_body.go
+++ b/chats/item_mark_chat_unread_for_user_post_request_body.go
@@ -24,7 +24,7 @@ func NewItemMarkChatUnreadForUserPostRequestBody()(*ItemMarkChatUnreadForUserPos
func CreateItemMarkChatUnreadForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMarkChatUnreadForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMarkChatUnreadForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *ItemMarkChatUnreadForUserPostRequestBody) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMarkChatUnreadForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -109,14 +109,14 @@ func (m *ItemMarkChatUnreadForUserPostRequestBody) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMarkChatUnreadForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMarkChatUnreadForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_mark_chat_unread_for_user_request_builder.go b/chats/item_mark_chat_unread_for_user_request_builder.go
index 8c53a7edaa2..5bd7767f417 100644
--- a/chats/item_mark_chat_unread_for_user_request_builder.go
+++ b/chats/item_mark_chat_unread_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMarkChatUnreadForUserRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewItemMarkChatUnreadForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post mark a chat as unread for a user. This API is supported in the following national cloud deployments.
+// Post mark a chat as unread for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMarkChatUnreadForUserRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation mark a chat as unread for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation mark a chat as unread for a user. This API is available in the following national cloud deployments.
func (m *ItemMarkChatUnreadForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMarkChatUnreadForUserPostRequestBodyable, requestConfiguration *ItemMarkChatUnreadForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_members_add_post_request_body.go b/chats/item_members_add_post_request_body.go
index c11fa64aaa6..dcfd11d5d99 100644
--- a/chats/item_members_add_post_request_body.go
+++ b/chats/item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMembersAddPostRequestBody()(*ItemMembersAddPostRequestBody) {
func CreateItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemMembersAddPostRequestBody) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_members_add_request_builder.go b/chats/item_members_add_request_builder.go
index bb3f017a2bf..29acaa4a881 100644
--- a/chats/item_members_add_request_builder.go
+++ b/chats/item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
urlParams["request-raw-url"] = rawUrl
return NewItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemMembersAddRequestBuilder) Post(ctx context.Context, body ItemMember
}
return res.(ItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemMembersAddRequestBuilder) PostAsAddPostResponse(ctx context.Context
}
return res.(ItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMembersAddPostRequestBodyable, requestConfiguration *ItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_members_conversation_member_item_request_builder.go b/chats/item_members_conversation_member_item_request_builder.go
index 04eba922f3b..2ecb221ea6d 100644
--- a/chats/item_members_conversation_member_item_request_builder.go
+++ b/chats/item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments.
+// ItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
type ItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemMembersConversationMemberItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a conversationMember from a chat. This API is supported in the following national cloud deployments.
+// Delete remove a conversationMember from a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0
@@ -73,10 +73,10 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments.
+// Get retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0
func (m *ItemMembersConversationMemberItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -114,7 +114,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation remove a conversationMember from a chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a conversationMember from a chat. This API is available in the following national cloud deployments.
func (m *ItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
func (m *ItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_members_request_builder.go b/chats/item_members_request_builder.go
index 6ba4691bb6d..4ac4f07924d 100644
--- a/chats/item_members_request_builder.go
+++ b/chats/item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMembersRequestBuilderGetQueryParameters list all conversation members in a chat or channel. This API is supported in the following national cloud deployments.
+// ItemMembersRequestBuilderGetQueryParameters list all conversation members in a chat or channel. This API is available in the following national cloud deployments.
type ItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *ItemMembersRequestBuilder) Count()(*ItemMembersCountRequestBuilder) {
return NewItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all conversation members in a chat or channel. This API is supported in the following national cloud deployments.
+// Get list all conversation members in a chat or channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemMembersRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a chat. This API is supported in the following national cloud deployments.
+// Post add a conversationMember to a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation list all conversation members in a chat or channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list all conversation members in a chat or channel. This API is available in the following national cloud deployments.
func (m *ItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a conversationMember to a chat. This API is available in the following national cloud deployments.
func (m *ItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_chat_message_item_request_builder.go b/chats/item_messages_chat_message_item_request_builder.go
index 9a85f8e00bd..3ab46169099 100644
--- a/chats/item_messages_chat_message_item_request_builder.go
+++ b/chats/item_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMessagesChatMessageItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemMessagesChatMessageItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemMessagesChatMessageItemRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/chats/item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 3d306523185..d38651ee25b 100644
--- a/chats/item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/chats/item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilde
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_hosted_contents_request_builder.go b/chats/item_messages_item_hosted_contents_request_builder.go
index bba67547aea..de0d3b133f1 100644
--- a/chats/item_messages_item_hosted_contents_request_builder.go
+++ b/chats/item_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemMessagesItemHostedContentsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemMessagesItemHostedContentsRequestBuilder) Count()(*ItemMessagesItemHostedContentsCountRequestBuilder) {
return NewItemMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemMessagesItemHostedContentsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_replies_chat_message_item_request_builder.go b/chats/item_messages_item_replies_chat_message_item_request_builder.go
index 608c7504a21..a26b690ae68 100644
--- a/chats/item_messages_item_replies_chat_message_item_request_builder.go
+++ b/chats/item_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMessagesItemRepliesChatMessageItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemMessagesItemRepliesChatMessageItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemMessagesItemRepliesChatMessageItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/chats/item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index ba218399c69..e23b1d810c0 100644
--- a/chats/item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/chats/item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRe
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_replies_item_hosted_contents_request_builder.go b/chats/item_messages_item_replies_item_hosted_contents_request_builder.go
index 6f3421f0296..6e1e9568cdb 100644
--- a/chats/item_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/chats/item_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemMessagesItemRepliesItemHostedContentsRequestBuilder(rawUrl string, r
func (m *ItemMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemMessagesItemRepliesItemHostedContentsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_replies_item_set_reaction_post_request_body.go b/chats/item_messages_item_replies_item_set_reaction_post_request_body.go
index e62eca56a6e..a16e073e78b 100644
--- a/chats/item_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/chats/item_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMessagesItemRepliesItemSetReactionPostRequestBody()(*ItemMessagesIte
func CreateItemMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemMessagesItemRepliesItemSetReactionPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_messages_item_replies_item_soft_delete_request_builder.go b/chats/item_messages_item_replies_item_soft_delete_request_builder.go
index 6d9908ad2a5..aed5864012d 100644
--- a/chats/item_messages_item_replies_item_soft_delete_request_builder.go
+++ b/chats/item_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemRepliesItemSoftDeleteRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemRepliesItemSoftDeleteRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_replies_item_undo_soft_delete_request_builder.go b/chats/item_messages_item_replies_item_undo_soft_delete_request_builder.go
index 00a3a72bae6..f66bbf9a4bf 100644
--- a/chats/item_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/chats/item_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_replies_item_unset_reaction_post_request_body.go b/chats/item_messages_item_replies_item_unset_reaction_post_request_body.go
index ba0a44f3441..b032c02c6fd 100644
--- a/chats/item_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/chats/item_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMessagesItemRepliesItemUnsetReactionPostRequestBody()(*ItemMessagesI
func CreateItemMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemMessagesItemRepliesItemUnsetReactionPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_messages_item_replies_request_builder.go b/chats/item_messages_item_replies_request_builder.go
index 2f26f5b8162..6c2b017f867 100644
--- a/chats/item_messages_item_replies_request_builder.go
+++ b/chats/item_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemMessagesItemRepliesRequestBuilder) Count()(*ItemMessagesItemReplies
func (m *ItemMessagesItemRepliesRequestBuilder) Delta()(*ItemMessagesItemRepliesDeltaRequestBuilder) {
return NewItemMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemMessagesItemRepliesRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_set_reaction_post_request_body.go b/chats/item_messages_item_set_reaction_post_request_body.go
index cdcb3c048a4..9aef739109b 100644
--- a/chats/item_messages_item_set_reaction_post_request_body.go
+++ b/chats/item_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMessagesItemSetReactionPostRequestBody()(*ItemMessagesItemSetReactio
func CreateItemMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemMessagesItemSetReactionPostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_messages_item_soft_delete_request_builder.go b/chats/item_messages_item_soft_delete_request_builder.go
index 18299a20775..0a8e60202ef 100644
--- a/chats/item_messages_item_soft_delete_request_builder.go
+++ b/chats/item_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemSoftDeleteRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemSoftDeleteRequestBuilder) Post(ctx context.Context, req
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_undo_soft_delete_request_builder.go b/chats/item_messages_item_undo_soft_delete_request_builder.go
index 883fc8b4eb7..ecf50350a7f 100644
--- a/chats/item_messages_item_undo_soft_delete_request_builder.go
+++ b/chats/item_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemUndoSoftDeleteRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemUndoSoftDeleteRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_messages_item_unset_reaction_post_request_body.go b/chats/item_messages_item_unset_reaction_post_request_body.go
index 4921cdb0e18..77af9e15832 100644
--- a/chats/item_messages_item_unset_reaction_post_request_body.go
+++ b/chats/item_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMessagesItemUnsetReactionPostRequestBody()(*ItemMessagesItemUnsetRea
func CreateItemMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemMessagesItemUnsetReactionPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_messages_request_builder.go b/chats/item_messages_request_builder.go
index 4f74c5136c4..6fe58839bfa 100644
--- a/chats/item_messages_request_builder.go
+++ b/chats/item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemMessagesRequestBuilderGetQueryParameters 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.
type ItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemMessagesRequestBuilder) Count()(*ItemMessagesCountRequestBuilder) {
func (m *ItemMessagesRequestBuilder) Delta()(*ItemMessagesDeltaRequestBuilder) {
return NewItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemMessagesRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post 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.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
func (m *ItemMessagesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemMessagesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemMessagesRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_permission_grants_delta_get_response.go b/chats/item_permission_grants_delta_get_response.go
deleted file mode 100644
index 433d887ee84..00000000000
--- a/chats/item_permission_grants_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsDeltaGetResponse
-type ItemPermissionGrantsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewItemPermissionGrantsDeltaGetResponse instantiates a new ItemPermissionGrantsDeltaGetResponse and sets the default values.
-func NewItemPermissionGrantsDeltaGetResponse()(*ItemPermissionGrantsDeltaGetResponse) {
- m := &ItemPermissionGrantsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsDeltaGetResponseable
-type ItemPermissionGrantsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/chats/item_permission_grants_delta_request_builder.go b/chats/item_permission_grants_delta_request_builder.go
deleted file mode 100644
index 962f821b232..00000000000
--- a/chats/item_permission_grants_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package chats
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsDeltaRequestBuilder provides operations to call the delta method.
-type ItemPermissionGrantsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters invoke function delta
-type ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters
-}
-// NewItemPermissionGrantsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemPermissionGrantsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsDeltaRequestBuilder) {
- m := &ItemPermissionGrantsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemPermissionGrantsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *ItemPermissionGrantsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemPermissionGrantsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *ItemPermissionGrantsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemPermissionGrantsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *ItemPermissionGrantsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsDeltaRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemPermissionGrantsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/chats/item_permission_grants_delta_response.go b/chats/item_permission_grants_delta_response.go
deleted file mode 100644
index f09248f8756..00000000000
--- a/chats/item_permission_grants_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemPermissionGrantsDeltaResponse struct {
- ItemPermissionGrantsDeltaGetResponse
-}
-// NewItemPermissionGrantsDeltaResponse instantiates a new ItemPermissionGrantsDeltaResponse and sets the default values.
-func NewItemPermissionGrantsDeltaResponse()(*ItemPermissionGrantsDeltaResponse) {
- m := &ItemPermissionGrantsDeltaResponse{
- ItemPermissionGrantsDeltaGetResponse: *NewItemPermissionGrantsDeltaGetResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsDeltaResponse(), nil
-}
-// ItemPermissionGrantsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemPermissionGrantsDeltaResponseable interface {
- ItemPermissionGrantsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_get_available_extension_properties_post_request_body.go b/chats/item_permission_grants_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index fa801aad944..00000000000
--- a/chats/item_permission_grants_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody()(*ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/chats/item_permission_grants_get_available_extension_properties_post_response.go b/chats/item_permission_grants_get_available_extension_properties_post_response.go
deleted file mode 100644
index 06016296c1d..00000000000
--- a/chats/item_permission_grants_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse()(*ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/chats/item_permission_grants_get_available_extension_properties_request_builder.go b/chats/item_permission_grants_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 5f8e3c6fc95..00000000000
--- a/chats/item_permission_grants_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package chats
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/chats/item_permission_grants_get_available_extension_properties_response.go b/chats/item_permission_grants_get_available_extension_properties_response.go
deleted file mode 100644
index a6cc3384b67..00000000000
--- a/chats/item_permission_grants_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesResponse struct {
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse()(*ItemPermissionGrantsGetAvailableExtensionPropertiesResponse) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesResponse{
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse: *NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse(), nil
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable interface {
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_get_by_ids_post_response.go b/chats/item_permission_grants_get_by_ids_post_response.go
deleted file mode 100644
index e46dd294e65..00000000000
--- a/chats/item_permission_grants_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsGetByIdsPostResponse
-type ItemPermissionGrantsGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsGetByIdsPostResponse instantiates a new ItemPermissionGrantsGetByIdsPostResponse and sets the default values.
-func NewItemPermissionGrantsGetByIdsPostResponse()(*ItemPermissionGrantsGetByIdsPostResponse) {
- m := &ItemPermissionGrantsGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetByIdsPostResponseable
-type ItemPermissionGrantsGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/chats/item_permission_grants_get_by_ids_request_builder.go b/chats/item_permission_grants_get_by_ids_request_builder.go
deleted file mode 100644
index 456b1258cb2..00000000000
--- a/chats/item_permission_grants_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package chats
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type ItemPermissionGrantsGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- m := &ItemPermissionGrantsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/getByIds", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemPermissionGrantsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/chats/item_permission_grants_get_by_ids_response.go b/chats/item_permission_grants_get_by_ids_response.go
deleted file mode 100644
index fb3ec70230e..00000000000
--- a/chats/item_permission_grants_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemPermissionGrantsGetByIdsResponse struct {
- ItemPermissionGrantsGetByIdsPostResponse
-}
-// NewItemPermissionGrantsGetByIdsResponse instantiates a new ItemPermissionGrantsGetByIdsResponse and sets the default values.
-func NewItemPermissionGrantsGetByIdsResponse()(*ItemPermissionGrantsGetByIdsResponse) {
- m := &ItemPermissionGrantsGetByIdsResponse{
- ItemPermissionGrantsGetByIdsPostResponse: *NewItemPermissionGrantsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsResponse(), nil
-}
-// ItemPermissionGrantsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemPermissionGrantsGetByIdsResponseable interface {
- ItemPermissionGrantsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_item_check_member_groups_post_response.go b/chats/item_permission_grants_item_check_member_groups_post_response.go
deleted file mode 100644
index c8dbca9630a..00000000000
--- a/chats/item_permission_grants_item_check_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsPostResponse
-type ItemPermissionGrantsItemCheckMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsPostResponse instantiates a new ItemPermissionGrantsItemCheckMemberGroupsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsPostResponse()(*ItemPermissionGrantsItemCheckMemberGroupsPostResponse) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberGroupsPostResponseable
-type ItemPermissionGrantsItemCheckMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/chats/item_permission_grants_item_check_member_groups_response.go b/chats/item_permission_grants_item_check_member_groups_response.go
deleted file mode 100644
index dfdba442d87..00000000000
--- a/chats/item_permission_grants_item_check_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsResponse
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberGroupsResponse struct {
- ItemPermissionGrantsItemCheckMemberGroupsPostResponse
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsResponse instantiates a new ItemPermissionGrantsItemCheckMemberGroupsResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsResponse()(*ItemPermissionGrantsItemCheckMemberGroupsResponse) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsResponse{
- ItemPermissionGrantsItemCheckMemberGroupsPostResponse: *NewItemPermissionGrantsItemCheckMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsResponse(), nil
-}
-// ItemPermissionGrantsItemCheckMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberGroupsResponseable interface {
- ItemPermissionGrantsItemCheckMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_item_check_member_objects_post_request_body.go b/chats/item_permission_grants_item_check_member_objects_post_request_body.go
deleted file mode 100644
index c4f4efad310..00000000000
--- a/chats/item_permission_grants_item_check_member_objects_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody
-type ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody instantiates a new ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody()(*ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable
-type ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
-}
diff --git a/chats/item_permission_grants_item_check_member_objects_post_response.go b/chats/item_permission_grants_item_check_member_objects_post_response.go
deleted file mode 100644
index f61814773b1..00000000000
--- a/chats/item_permission_grants_item_check_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsPostResponse
-type ItemPermissionGrantsItemCheckMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsPostResponse instantiates a new ItemPermissionGrantsItemCheckMemberObjectsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsPostResponse()(*ItemPermissionGrantsItemCheckMemberObjectsPostResponse) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberObjectsPostResponseable
-type ItemPermissionGrantsItemCheckMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/chats/item_permission_grants_item_check_member_objects_response.go b/chats/item_permission_grants_item_check_member_objects_response.go
deleted file mode 100644
index a874c09265c..00000000000
--- a/chats/item_permission_grants_item_check_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsResponse
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberObjectsResponse struct {
- ItemPermissionGrantsItemCheckMemberObjectsPostResponse
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsResponse instantiates a new ItemPermissionGrantsItemCheckMemberObjectsResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsResponse()(*ItemPermissionGrantsItemCheckMemberObjectsResponse) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsResponse{
- ItemPermissionGrantsItemCheckMemberObjectsPostResponse: *NewItemPermissionGrantsItemCheckMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsResponse(), nil
-}
-// ItemPermissionGrantsItemCheckMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberObjectsResponseable interface {
- ItemPermissionGrantsItemCheckMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_item_get_member_groups_request_builder.go b/chats/item_permission_grants_item_get_member_groups_request_builder.go
deleted file mode 100644
index 551c8c213b5..00000000000
--- a/chats/item_permission_grants_item_get_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package chats
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
-type ItemPermissionGrantsItemGetMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- m := &ItemPermissionGrantsItemGetMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberGroupsResponseable), nil
-}
-// PostAsGetMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/chats/item_permission_grants_item_get_member_groups_response.go b/chats/item_permission_grants_item_get_member_groups_response.go
deleted file mode 100644
index 6129560d96e..00000000000
--- a/chats/item_permission_grants_item_get_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemGetMemberGroupsResponse
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberGroupsResponse struct {
- ItemPermissionGrantsItemGetMemberGroupsPostResponse
-}
-// NewItemPermissionGrantsItemGetMemberGroupsResponse instantiates a new ItemPermissionGrantsItemGetMemberGroupsResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsResponse()(*ItemPermissionGrantsItemGetMemberGroupsResponse) {
- m := &ItemPermissionGrantsItemGetMemberGroupsResponse{
- ItemPermissionGrantsItemGetMemberGroupsPostResponse: *NewItemPermissionGrantsItemGetMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsResponse(), nil
-}
-// ItemPermissionGrantsItemGetMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberGroupsResponseable interface {
- ItemPermissionGrantsItemGetMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_item_get_member_objects_post_request_body.go b/chats/item_permission_grants_item_get_member_objects_post_request_body.go
deleted file mode 100644
index 064b849c162..00000000000
--- a/chats/item_permission_grants_item_get_member_objects_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsPostRequestBody
-type ItemPermissionGrantsItemGetMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody instantiates a new ItemPermissionGrantsItemGetMemberObjectsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody()(*ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) {
- m := &ItemPermissionGrantsItemGetMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable
-type ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/chats/item_permission_grants_item_get_member_objects_post_response.go b/chats/item_permission_grants_item_get_member_objects_post_response.go
deleted file mode 100644
index b86728cbedd..00000000000
--- a/chats/item_permission_grants_item_get_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsPostResponse
-type ItemPermissionGrantsItemGetMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemGetMemberObjectsPostResponse instantiates a new ItemPermissionGrantsItemGetMemberObjectsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsPostResponse()(*ItemPermissionGrantsItemGetMemberObjectsPostResponse) {
- m := &ItemPermissionGrantsItemGetMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberObjectsPostResponseable
-type ItemPermissionGrantsItemGetMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/chats/item_permission_grants_item_get_member_objects_request_builder.go b/chats/item_permission_grants_item_get_member_objects_request_builder.go
deleted file mode 100644
index 42921159846..00000000000
--- a/chats/item_permission_grants_item_get_member_objects_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package chats
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
-type ItemPermissionGrantsItemGetMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- m := &ItemPermissionGrantsItemGetMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberObjectsResponseable), nil
-}
-// PostAsGetMemberObjectsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/chats/item_permission_grants_item_get_member_objects_response.go b/chats/item_permission_grants_item_get_member_objects_response.go
deleted file mode 100644
index 163a064c079..00000000000
--- a/chats/item_permission_grants_item_get_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package chats
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsResponse
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberObjectsResponse struct {
- ItemPermissionGrantsItemGetMemberObjectsPostResponse
-}
-// NewItemPermissionGrantsItemGetMemberObjectsResponse instantiates a new ItemPermissionGrantsItemGetMemberObjectsResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsResponse()(*ItemPermissionGrantsItemGetMemberObjectsResponse) {
- m := &ItemPermissionGrantsItemGetMemberObjectsResponse{
- ItemPermissionGrantsItemGetMemberObjectsPostResponse: *NewItemPermissionGrantsItemGetMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsResponse(), nil
-}
-// ItemPermissionGrantsItemGetMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberObjectsResponseable interface {
- ItemPermissionGrantsItemGetMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/chats/item_permission_grants_item_restore_request_builder.go b/chats/item_permission_grants_item_restore_request_builder.go
deleted file mode 100644
index a820fc7e9c1..00000000000
--- a/chats/item_permission_grants_item_restore_request_builder.go
+++ /dev/null
@@ -1,72 +0,0 @@
-package chats
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemRestoreRequestBuilder provides operations to call the restore method.
-type ItemPermissionGrantsItemRestoreRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- m := &ItemPermissionGrantsItemRestoreRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemPermissionGrantsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/chats/item_permission_grants_request_builder.go b/chats/item_permission_grants_request_builder.go
index b52a5fd2cb6..deff4e5d739 100644
--- a/chats/item_permission_grants_request_builder.go
+++ b/chats/item_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemPermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemPermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,11 +74,7 @@ func NewItemPermissionGrantsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemPermissionGrantsRequestBuilder) Count()(*ItemPermissionGrantsCountRequestBuilder) {
return NewItemPermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *ItemPermissionGrantsRequestBuilder) Delta()(*ItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemPermissionGrantsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0
@@ -100,14 +96,6 @@ func (m *ItemPermissionGrantsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *ItemPermissionGrantsRequestBuilder) GetAvailableExtensionProperties()(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *ItemPermissionGrantsRequestBuilder) GetByIds()(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemPermissionGrantsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Post create new navigation property to permissionGrants for chats
func (m *ItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemPermissionGrantsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
@@ -127,7 +115,7 @@ func (m *ItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -160,10 +148,6 @@ func (m *ItemPermissionGrantsRequestBuilder) ToPostRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *ItemPermissionGrantsRequestBuilder) ValidateProperties()(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *ItemPermissionGrantsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsRequestBuilder) {
return NewItemPermissionGrantsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/chats/item_permission_grants_resource_specific_permission_grant_item_request_builder.go b/chats/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
index 73127097ca4..74a0edaf1d8 100644
--- a/chats/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
+++ b/chats/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
@@ -41,14 +41,6 @@ type ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CheckMemberGroups provides operations to call the checkMemberGroups method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberGroups()(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// CheckMemberObjects provides operations to call the checkMemberObjects method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberObjects()(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// NewItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values.
func NewItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) {
m := &ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder{
@@ -97,14 +89,6 @@ func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// GetMemberGroups provides operations to call the getMemberGroups method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberGroups()(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetMemberObjects provides operations to call the getMemberObjects method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberObjects()(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Patch update the navigation property permissionGrants in chats
func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
@@ -124,10 +108,6 @@ func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// Restore provides operations to call the restore method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Restore()(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemPermissionGrantsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// ToDeleteRequestInformation delete navigation property permissionGrants for chats
func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/chats/item_pinned_messages_pinned_chat_message_info_item_request_builder.go b/chats/item_pinned_messages_pinned_chat_message_info_item_request_builder.go
index 24d43ed69af..227a84bac5d 100644
--- a/chats/item_pinned_messages_pinned_chat_message_info_item_request_builder.go
+++ b/chats/item_pinned_messages_pinned_chat_message_info_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete unpin a message from a chat. This API is supported in the following national cloud deployments.
+// Delete unpin a message from a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoable), nil
}
-// ToDeleteRequestInformation unpin a message from a chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation unpin a message from a chat. This API is available in the following national cloud deployments.
func (m *ItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_pinned_messages_request_builder.go b/chats/item_pinned_messages_request_builder.go
index b34dcb4145e..255b6ee4ea0 100644
--- a/chats/item_pinned_messages_request_builder.go
+++ b/chats/item_pinned_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPinnedMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPinnedMessagesRequestBuilderGetQueryParameters get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments.
+// ItemPinnedMessagesRequestBuilderGetQueryParameters get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments.
type ItemPinnedMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPinnedMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemPinnedMessagesRequestBuilder) Count()(*ItemPinnedMessagesCountRequestBuilder) {
return NewItemPinnedMessagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments.
+// Get get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemPinnedMessagesRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemPinnedMessagesRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoable), nil
}
-// ToGetRequestInformation get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments.
func (m *ItemPinnedMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPinnedMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemPinnedMessagesRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPinnedMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoable, requestConfiguration *ItemPinnedMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_send_activity_notification_post_request_body.go b/chats/item_send_activity_notification_post_request_body.go
index f696a215371..d328f9d265c 100644
--- a/chats/item_send_activity_notification_post_request_body.go
+++ b/chats/item_send_activity_notification_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemSendActivityNotificationPostRequestBody) GetActivityType()(*string)
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSendActivityNotificationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemSendActivityNotificationPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSendActivityNotificationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -235,14 +235,14 @@ func (m *ItemSendActivityNotificationPostRequestBody) SetActivityType(value *str
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSendActivityNotificationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSendActivityNotificationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_send_activity_notification_request_builder.go b/chats/item_send_activity_notification_request_builder.go
index b5b0fb52321..80d2c1a9dc7 100644
--- a/chats/item_send_activity_notification_request_builder.go
+++ b/chats/item_send_activity_notification_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSendActivityNotificationRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemSendActivityNotificationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSendActivityNotificationRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSendActivityNotificationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSendActivityNotificationPostRequestBodyable, requestConfiguration *ItemSendActivityNotificationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_tabs_request_builder.go b/chats/item_tabs_request_builder.go
index 010bb87c87d..23ae3010ec6 100644
--- a/chats/item_tabs_request_builder.go
+++ b/chats/item_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments.
+// ItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments.
type ItemTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTabsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
func (m *ItemTabsRequestBuilder) Count()(*ItemTabsCountRequestBuilder) {
return NewItemTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTabsRequestBuilder) Get(ctx context.Context, requestConfiguration *
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTabsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments.
func (m *ItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, re
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_tabs_teams_tab_item_request_builder.go b/chats/item_tabs_teams_tab_item_request_builder.go
index 37b2f865b3a..9cb1f734020 100644
--- a/chats/item_tabs_teams_tab_item_request_builder.go
+++ b/chats/item_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTabsTeamsTabItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments.
+// ItemTabsTeamsTabItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments.
type ItemTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTabsTeamsTabItemRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments.
+// Delete remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTabsTeamsTabItemRequestBuilder) Delete(ctx context.Context, request
}
return nil
}
-// Get retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemTabsTeamsTabItemRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemTabsTeamsTabItemRequestBuilder) Patch(ctx context.Context, body iad
func (m *ItemTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemTabsItemTeamsAppRequestBuilder) {
return NewItemTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments.
func (m *ItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments.
func (m *ItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/chats/item_unhide_for_user_post_request_body.go b/chats/item_unhide_for_user_post_request_body.go
index 2a2d34ea69d..00ba47ad144 100644
--- a/chats/item_unhide_for_user_post_request_body.go
+++ b/chats/item_unhide_for_user_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemUnhideForUserPostRequestBody()(*ItemUnhideForUserPostRequestBody) {
func CreateItemUnhideForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemUnhideForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemUnhideForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemUnhideForUserPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemUnhideForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemUnhideForUserPostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemUnhideForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemUnhideForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/chats/item_unhide_for_user_request_builder.go b/chats/item_unhide_for_user_request_builder.go
index d1d6ca53764..21b9eea8105 100644
--- a/chats/item_unhide_for_user_request_builder.go
+++ b/chats/item_unhide_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemUnhideForUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemUnhideForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unhide a chat for a user. This API is supported in the following national cloud deployments.
+// Post unhide a chat for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemUnhideForUserRequestBuilder) Post(ctx context.Context, body ItemUnh
}
return nil
}
-// ToPostRequestInformation unhide a chat for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation unhide a chat for a user. This API is available in the following national cloud deployments.
func (m *ItemUnhideForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemUnhideForUserPostRequestBodyable, requestConfiguration *ItemUnhideForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/call_records_call_record_item_request_builder.go b/communications/call_records_call_record_item_request_builder.go
index 35360685d23..c385e37123e 100644
--- a/communications/call_records_call_record_item_request_builder.go
+++ b/communications/call_records_call_record_item_request_builder.go
@@ -18,7 +18,7 @@ type CallRecordsCallRecordItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CallRecordsCallRecordItemRequestBuilderGetQueryParameters 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.
+// CallRecordsCallRecordItemRequestBuilderGetQueryParameters 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.
type CallRecordsCallRecordItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CallRecordsCallRecordItemRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *CallRecordsCallRecordItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CallRecordsCallRecordItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallRecordsCallRecordItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/call_records_item_sessions_request_builder.go b/communications/call_records_item_sessions_request_builder.go
index 45877730275..fc2b1c3f8a7 100644
--- a/communications/call_records_item_sessions_request_builder.go
+++ b/communications/call_records_item_sessions_request_builder.go
@@ -11,7 +11,7 @@ import (
type CallRecordsItemSessionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallRecordsItemSessionsRequestBuilderGetQueryParameters 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.
+// CallRecordsItemSessionsRequestBuilderGetQueryParameters 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.
type CallRecordsItemSessionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCallRecordsItemSessionsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *CallRecordsItemSessionsRequestBuilder) Count()(*CallRecordsItemSessionsCountRequestBuilder) {
return NewCallRecordsItemSessionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/callrecords-session-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *CallRecordsItemSessionsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.Sessionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CallRecordsItemSessionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallRecordsItemSessionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/call_records_request_builder.go b/communications/call_records_request_builder.go
index a0350bc66ce..74e826864a6 100644
--- a/communications/call_records_request_builder.go
+++ b/communications/call_records_request_builder.go
@@ -12,7 +12,7 @@ import (
type CallRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallRecordsRequestBuilderGetQueryParameters 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.
+// CallRecordsRequestBuilderGetQueryParameters 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.
type CallRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -75,7 +75,7 @@ func NewCallRecordsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *CallRecordsRequestBuilder) Count()(*CallRecordsCountRequestBuilder) {
return NewCallRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *CallRecordsRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsRequestBuilderGetRequestConfiguration)(iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -121,7 +121,7 @@ func (m *CallRecordsRequestBuilder) Post(ctx context.Context, body iaf7085b34cf3
}
return res.(iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CallRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_call_item_request_builder.go b/communications/calls_call_item_request_builder.go
index 24109cdaf03..e530d620115 100644
--- a/communications/calls_call_item_request_builder.go
+++ b/communications/calls_call_item_request_builder.go
@@ -18,7 +18,7 @@ type CallsCallItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CallsCallItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments.
+// CallsCallItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments.
type CallsCallItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func NewCallsCallItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *CallsCallItemRequestBuilder) ContentSharingSessions()(*CallsItemContentSharingSessionsRequestBuilder) {
return NewCallsItemContentSharingSessionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0
@@ -97,7 +97,7 @@ func (m *CallsCallItemRequestBuilder) Delete(ctx context.Context, requestConfigu
}
return nil
}
-// Get retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0
@@ -174,7 +174,7 @@ func (m *CallsCallItemRequestBuilder) Reject()(*CallsItemRejectRequestBuilder) {
func (m *CallsCallItemRequestBuilder) SubscribeToTone()(*CallsItemSubscribeToToneRequestBuilder) {
return NewCallsItemSubscribeToToneRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *CallsCallItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CallsCallItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -186,7 +186,7 @@ func (m *CallsCallItemRequestBuilder) ToDeleteRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments.
func (m *CallsCallItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsCallItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_add_large_gallery_view_post_request_body.go b/communications/calls_item_add_large_gallery_view_post_request_body.go
index fb126fdd0db..2a85956fc10 100644
--- a/communications/calls_item_add_large_gallery_view_post_request_body.go
+++ b/communications/calls_item_add_large_gallery_view_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemAddLargeGalleryViewPostRequestBody()(*CallsItemAddLargeGalleryV
func CreateCallsItemAddLargeGalleryViewPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemAddLargeGalleryViewPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemAddLargeGalleryViewPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemAddLargeGalleryViewPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemAddLargeGalleryViewPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemAddLargeGalleryViewPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemAddLargeGalleryViewPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemAddLargeGalleryViewPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_add_large_gallery_view_request_builder.go b/communications/calls_item_add_large_gallery_view_request_builder.go
index 198c31ff607..9f38c2540ce 100644
--- a/communications/calls_item_add_large_gallery_view_request_builder.go
+++ b/communications/calls_item_add_large_gallery_view_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemAddLargeGalleryViewRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewCallsItemAddLargeGalleryViewRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemAddLargeGalleryViewRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AddLargeGalleryViewOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemAddLargeGalleryViewRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemAddLargeGalleryViewPostRequestBodyable, requestConfiguration *CallsItemAddLargeGalleryViewRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_answer_post_request_body.go b/communications/calls_item_answer_post_request_body.go
index 4a0ebd4dc88..6120ed21bf0 100644
--- a/communications/calls_item_answer_post_request_body.go
+++ b/communications/calls_item_answer_post_request_body.go
@@ -34,7 +34,7 @@ func (m *CallsItemAnswerPostRequestBody) GetAcceptedModalities()([]iadcd81124412
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemAnswerPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *CallsItemAnswerPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemAnswerPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -202,14 +202,14 @@ func (m *CallsItemAnswerPostRequestBody) SetAcceptedModalities(value []iadcd8112
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemAnswerPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemAnswerPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_answer_request_builder.go b/communications/calls_item_answer_request_builder.go
index 5d894f33b2b..30dfdd61deb 100644
--- a/communications/calls_item_answer_request_builder.go
+++ b/communications/calls_item_answer_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsItemAnswerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewCallsItemAnswerRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsItemAnswerRequestBuilder) Post(ctx context.Context, body CallsItem
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemAnswerRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemAnswerPostRequestBodyable, requestConfiguration *CallsItemAnswerRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_audio_routing_groups_audio_routing_group_item_request_builder.go b/communications/calls_item_audio_routing_groups_audio_routing_group_item_request_builder.go
index 67158ee30ca..de22768645c 100644
--- a/communications/calls_item_audio_routing_groups_audio_routing_group_item_request_builder.go
+++ b/communications/calls_item_audio_routing_groups_audio_routing_group_item_request_builder.go
@@ -18,7 +18,7 @@ type CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an audioRoutingGroup object. This API is supported in the following national cloud deployments.
+// CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an audioRoutingGroup object. This API is available in the following national cloud deployments.
type CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewCallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewCallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the specified audioRoutingGroup. This API is supported in the following national cloud deployments.
+// Delete delete the specified audioRoutingGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) Delete(
}
return nil
}
-// Get retrieve the properties and relationships of an audioRoutingGroup object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an audioRoutingGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AudioRoutingGroupable), nil
}
-// Patch modify sources and receivers of an audioRoutingGroup. This API is supported in the following national cloud deployments.
+// Patch modify sources and receivers of an audioRoutingGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) Patch(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AudioRoutingGroupable), nil
}
-// ToDeleteRequestInformation delete the specified audioRoutingGroup. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the specified audioRoutingGroup. This API is available in the following national cloud deployments.
func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) ToDelet
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an audioRoutingGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an audioRoutingGroup object. This API is available in the following national cloud deployments.
func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation modify sources and receivers of an audioRoutingGroup. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation modify sources and receivers of an audioRoutingGroup. This API is available in the following national cloud deployments.
func (m *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AudioRoutingGroupable, requestConfiguration *CallsItemAudioRoutingGroupsAudioRoutingGroupItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_audio_routing_groups_request_builder.go b/communications/calls_item_audio_routing_groups_request_builder.go
index b7ca32ccdc2..d3cfb77feac 100644
--- a/communications/calls_item_audio_routing_groups_request_builder.go
+++ b/communications/calls_item_audio_routing_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type CallsItemAudioRoutingGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallsItemAudioRoutingGroupsRequestBuilderGetQueryParameters retrieve a list of audioRoutingGroup objects. This API is supported in the following national cloud deployments.
+// CallsItemAudioRoutingGroupsRequestBuilderGetQueryParameters retrieve a list of audioRoutingGroup objects. This API is available in the following national cloud deployments.
type CallsItemAudioRoutingGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCallsItemAudioRoutingGroupsRequestBuilder(rawUrl string, requestAdapter
func (m *CallsItemAudioRoutingGroupsRequestBuilder) Count()(*CallsItemAudioRoutingGroupsCountRequestBuilder) {
return NewCallsItemAudioRoutingGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of audioRoutingGroup objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of audioRoutingGroup objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CallsItemAudioRoutingGroupsRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AudioRoutingGroupCollectionResponseable), nil
}
-// Post create a new audioRoutingGroup. This API is supported in the following national cloud deployments.
+// Post create a new audioRoutingGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CallsItemAudioRoutingGroupsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AudioRoutingGroupable), nil
}
-// ToGetRequestInformation retrieve a list of audioRoutingGroup objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of audioRoutingGroup objects. This API is available in the following national cloud deployments.
func (m *CallsItemAudioRoutingGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemAudioRoutingGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CallsItemAudioRoutingGroupsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new audioRoutingGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new audioRoutingGroup. This API is available in the following national cloud deployments.
func (m *CallsItemAudioRoutingGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AudioRoutingGroupable, requestConfiguration *CallsItemAudioRoutingGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_cancel_media_processing_post_request_body.go b/communications/calls_item_cancel_media_processing_post_request_body.go
index 4aef4beb54d..8585f7ec2c2 100644
--- a/communications/calls_item_cancel_media_processing_post_request_body.go
+++ b/communications/calls_item_cancel_media_processing_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemCancelMediaProcessingPostRequestBody()(*CallsItemCancelMediaPro
func CreateCallsItemCancelMediaProcessingPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemCancelMediaProcessingPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemCancelMediaProcessingPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemCancelMediaProcessingPostRequestBody) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemCancelMediaProcessingPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemCancelMediaProcessingPostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemCancelMediaProcessingPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemCancelMediaProcessingPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_cancel_media_processing_request_builder.go b/communications/calls_item_cancel_media_processing_request_builder.go
index 7602e52c7d4..d65b0dc9b46 100644
--- a/communications/calls_item_cancel_media_processing_request_builder.go
+++ b/communications/calls_item_cancel_media_processing_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemCancelMediaProcessingRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewCallsItemCancelMediaProcessingRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemCancelMediaProcessingRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CancelMediaProcessingOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemCancelMediaProcessingRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemCancelMediaProcessingPostRequestBodyable, requestConfiguration *CallsItemCancelMediaProcessingRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_change_screen_sharing_role_post_request_body.go b/communications/calls_item_change_screen_sharing_role_post_request_body.go
index 6cec1bdf712..17c880ddaf8 100644
--- a/communications/calls_item_change_screen_sharing_role_post_request_body.go
+++ b/communications/calls_item_change_screen_sharing_role_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemChangeScreenSharingRolePostRequestBody()(*CallsItemChangeScreen
func CreateCallsItemChangeScreenSharingRolePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemChangeScreenSharingRolePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemChangeScreenSharingRolePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemChangeScreenSharingRolePostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemChangeScreenSharingRolePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -82,14 +82,14 @@ func (m *CallsItemChangeScreenSharingRolePostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemChangeScreenSharingRolePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemChangeScreenSharingRolePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_change_screen_sharing_role_request_builder.go b/communications/calls_item_change_screen_sharing_role_request_builder.go
index 6088f51a60c..5341587340b 100644
--- a/communications/calls_item_change_screen_sharing_role_request_builder.go
+++ b/communications/calls_item_change_screen_sharing_role_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsItemChangeScreenSharingRoleRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewCallsItemChangeScreenSharingRoleRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post allow applications to share screen content with the participants of a group call. This API is supported in the following national cloud deployments.
+// Post allow applications to share screen content with the participants of a group call. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsItemChangeScreenSharingRoleRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation allow applications to share screen content with the participants of a group call. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation allow applications to share screen content with the participants of a group call. This API is available in the following national cloud deployments.
func (m *CallsItemChangeScreenSharingRoleRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemChangeScreenSharingRolePostRequestBodyable, requestConfiguration *CallsItemChangeScreenSharingRoleRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_content_sharing_sessions_content_sharing_session_item_request_builder.go b/communications/calls_item_content_sharing_sessions_content_sharing_session_item_request_builder.go
index cbc2de0fd74..6d4c6f102ee 100644
--- a/communications/calls_item_content_sharing_sessions_content_sharing_session_item_request_builder.go
+++ b/communications/calls_item_content_sharing_sessions_content_sharing_session_item_request_builder.go
@@ -18,7 +18,7 @@ type CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilderGetQueryParameters retrieve the properties of a contentSharingSession object in a call. This API is supported in the following national cloud deployments.
+// CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilderGetQueryParameters retrieve the properties of a contentSharingSession object in a call. This API is available in the following national cloud deployments.
type CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilder)
}
return nil
}
-// Get retrieve the properties of a contentSharingSession object in a call. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of a contentSharingSession object in a call. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties of a contentSharingSession object in a call. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of a contentSharingSession object in a call. This API is available in the following national cloud deployments.
func (m *CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemContentSharingSessionsContentSharingSessionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_content_sharing_sessions_request_builder.go b/communications/calls_item_content_sharing_sessions_request_builder.go
index 2b9bd30a6c7..0526471f288 100644
--- a/communications/calls_item_content_sharing_sessions_request_builder.go
+++ b/communications/calls_item_content_sharing_sessions_request_builder.go
@@ -11,7 +11,7 @@ import (
type CallsItemContentSharingSessionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallsItemContentSharingSessionsRequestBuilderGetQueryParameters retrieve a list of contentSharingSession objects in a call. This API is supported in the following national cloud deployments.
+// CallsItemContentSharingSessionsRequestBuilderGetQueryParameters retrieve a list of contentSharingSession objects in a call. This API is available in the following national cloud deployments.
type CallsItemContentSharingSessionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCallsItemContentSharingSessionsRequestBuilder(rawUrl string, requestAdap
func (m *CallsItemContentSharingSessionsRequestBuilder) Count()(*CallsItemContentSharingSessionsCountRequestBuilder) {
return NewCallsItemContentSharingSessionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of contentSharingSession objects in a call. This API is supported in the following national cloud deployments.
+// Get retrieve a list of contentSharingSession objects in a call. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *CallsItemContentSharingSessionsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentSharingSessionable), nil
}
-// ToGetRequestInformation retrieve a list of contentSharingSession objects in a call. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of contentSharingSession objects in a call. This API is available in the following national cloud deployments.
func (m *CallsItemContentSharingSessionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemContentSharingSessionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_keep_alive_request_builder.go b/communications/calls_item_keep_alive_request_builder.go
index c8f8eb77dec..d9738a877dd 100644
--- a/communications/calls_item_keep_alive_request_builder.go
+++ b/communications/calls_item_keep_alive_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsItemKeepAliveRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewCallsItemKeepAliveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsItemKeepAliveRequestBuilder) Post(ctx context.Context, requestConf
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemKeepAliveRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CallsItemKeepAliveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_mute_post_request_body.go b/communications/calls_item_mute_post_request_body.go
index 05f39d04308..f639fb46b2d 100644
--- a/communications/calls_item_mute_post_request_body.go
+++ b/communications/calls_item_mute_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemMutePostRequestBody()(*CallsItemMutePostRequestBody) {
func CreateCallsItemMutePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemMutePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemMutePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemMutePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemMutePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemMutePostRequestBody) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemMutePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemMutePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_mute_request_builder.go b/communications/calls_item_mute_request_builder.go
index 9ed9e2589b9..f5de0a275d2 100644
--- a/communications/calls_item_mute_request_builder.go
+++ b/communications/calls_item_mute_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemMuteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewCallsItemMuteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemMuteRequestBuilder) Post(ctx context.Context, body CallsItemMu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MuteParticipantOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemMuteRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemMutePostRequestBodyable, requestConfiguration *CallsItemMuteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_operations_comms_operation_item_request_builder.go b/communications/calls_item_operations_comms_operation_item_request_builder.go
index 0790cbae4d4..502f0a7d7bd 100644
--- a/communications/calls_item_operations_comms_operation_item_request_builder.go
+++ b/communications/calls_item_operations_comms_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type CallsItemOperationsCommsOperationItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CallsItemOperationsCommsOperationItemRequestBuilderGetQueryParameters 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.
+// CallsItemOperationsCommsOperationItemRequestBuilderGetQueryParameters 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.
type CallsItemOperationsCommsOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CallsItemOperationsCommsOperationItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *CallsItemOperationsCommsOperationItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CallsItemOperationsCommsOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemOperationsCommsOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_operations_request_builder.go b/communications/calls_item_operations_request_builder.go
index 1a3db26bb2a..9d0039769d0 100644
--- a/communications/calls_item_operations_request_builder.go
+++ b/communications/calls_item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type CallsItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallsItemOperationsRequestBuilderGetQueryParameters 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.
+// CallsItemOperationsRequestBuilderGetQueryParameters 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.
type CallsItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCallsItemOperationsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *CallsItemOperationsRequestBuilder) Count()(*CallsItemOperationsCountRequestBuilder) {
return NewCallsItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
func (m *CallsItemOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *CallsItemOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CommsOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *CallsItemOperationsRequestBuilder) Post(ctx context.Context, body iadcd
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CommsOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CallsItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_participants_invite_post_request_body.go b/communications/calls_item_participants_invite_post_request_body.go
index e7c0f352a53..8d01fa94070 100644
--- a/communications/calls_item_participants_invite_post_request_body.go
+++ b/communications/calls_item_participants_invite_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemParticipantsInvitePostRequestBody()(*CallsItemParticipantsInvit
func CreateCallsItemParticipantsInvitePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemParticipantsInvitePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsInvitePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemParticipantsInvitePostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsInvitePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -120,14 +120,14 @@ func (m *CallsItemParticipantsInvitePostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsInvitePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsInvitePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_participants_invite_request_builder.go b/communications/calls_item_participants_invite_request_builder.go
index 7faa89fb677..9d409c44145 100644
--- a/communications/calls_item_participants_invite_request_builder.go
+++ b/communications/calls_item_participants_invite_request_builder.go
@@ -31,10 +31,10 @@ func NewCallsItemParticipantsInviteRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewCallsItemParticipantsInviteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
func (m *CallsItemParticipantsInviteRequestBuilder) Post(ctx context.Context, body CallsItemParticipantsInvitePostRequestBodyable, requestConfiguration *CallsItemParticipantsInviteRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InviteParticipantsOperationable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -53,7 +53,7 @@ func (m *CallsItemParticipantsInviteRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InviteParticipantsOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemParticipantsInviteRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemParticipantsInvitePostRequestBodyable, requestConfiguration *CallsItemParticipantsInviteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_participants_item_mute_post_request_body.go b/communications/calls_item_participants_item_mute_post_request_body.go
index 2da220d992a..ea767d559b1 100644
--- a/communications/calls_item_participants_item_mute_post_request_body.go
+++ b/communications/calls_item_participants_item_mute_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemParticipantsItemMutePostRequestBody()(*CallsItemParticipantsIte
func CreateCallsItemParticipantsItemMutePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemParticipantsItemMutePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsItemMutePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemParticipantsItemMutePostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsItemMutePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemParticipantsItemMutePostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsItemMutePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsItemMutePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_participants_item_mute_request_builder.go b/communications/calls_item_participants_item_mute_request_builder.go
index dafb89859cb..ca0b4fa2cd9 100644
--- a/communications/calls_item_participants_item_mute_request_builder.go
+++ b/communications/calls_item_participants_item_mute_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemParticipantsItemMuteRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewCallsItemParticipantsItemMuteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemParticipantsItemMuteRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MuteParticipantOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemParticipantsItemMuteRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemParticipantsItemMutePostRequestBodyable, requestConfiguration *CallsItemParticipantsItemMuteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_participants_item_start_hold_music_post_request_body.go b/communications/calls_item_participants_item_start_hold_music_post_request_body.go
index 0079e08e4a9..6d4b0d51144 100644
--- a/communications/calls_item_participants_item_start_hold_music_post_request_body.go
+++ b/communications/calls_item_participants_item_start_hold_music_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemParticipantsItemStartHoldMusicPostRequestBody()(*CallsItemParti
func CreateCallsItemParticipantsItemStartHoldMusicPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemParticipantsItemStartHoldMusicPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsItemStartHoldMusicPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemParticipantsItemStartHoldMusicPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsItemStartHoldMusicPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *CallsItemParticipantsItemStartHoldMusicPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsItemStartHoldMusicPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsItemStartHoldMusicPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_participants_item_start_hold_music_request_builder.go b/communications/calls_item_participants_item_start_hold_music_request_builder.go
index 9a86197b1b2..0b8ee4d92d7 100644
--- a/communications/calls_item_participants_item_start_hold_music_request_builder.go
+++ b/communications/calls_item_participants_item_start_hold_music_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemParticipantsItemStartHoldMusicRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewCallsItemParticipantsItemStartHoldMusicRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post put a participant on hold and play music in the background. This API is supported in the following national cloud deployments.
+// Post put a participant on hold and play music in the background. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemParticipantsItemStartHoldMusicRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StartHoldMusicOperationable), nil
}
-// ToPostRequestInformation put a participant on hold and play music in the background. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation put a participant on hold and play music in the background. This API is available in the following national cloud deployments.
func (m *CallsItemParticipantsItemStartHoldMusicRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemParticipantsItemStartHoldMusicPostRequestBodyable, requestConfiguration *CallsItemParticipantsItemStartHoldMusicRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_participants_item_stop_hold_music_post_request_body.go b/communications/calls_item_participants_item_stop_hold_music_post_request_body.go
index a84a7d2043e..78795a3fead 100644
--- a/communications/calls_item_participants_item_stop_hold_music_post_request_body.go
+++ b/communications/calls_item_participants_item_stop_hold_music_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemParticipantsItemStopHoldMusicPostRequestBody()(*CallsItemPartic
func CreateCallsItemParticipantsItemStopHoldMusicPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemParticipantsItemStopHoldMusicPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsItemStopHoldMusicPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemParticipantsItemStopHoldMusicPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsItemStopHoldMusicPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemParticipantsItemStopHoldMusicPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemParticipantsItemStopHoldMusicPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemParticipantsItemStopHoldMusicPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_participants_item_stop_hold_music_request_builder.go b/communications/calls_item_participants_item_stop_hold_music_request_builder.go
index 46576e9ac58..9fbc67d956f 100644
--- a/communications/calls_item_participants_item_stop_hold_music_request_builder.go
+++ b/communications/calls_item_participants_item_stop_hold_music_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemParticipantsItemStopHoldMusicRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewCallsItemParticipantsItemStopHoldMusicRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reincorporate a participant previously put on hold to the call. This API is supported in the following national cloud deployments.
+// Post reincorporate a participant previously put on hold to the call. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemParticipantsItemStopHoldMusicRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StopHoldMusicOperationable), nil
}
-// ToPostRequestInformation reincorporate a participant previously put on hold to the call. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reincorporate a participant previously put on hold to the call. This API is available in the following national cloud deployments.
func (m *CallsItemParticipantsItemStopHoldMusicRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemParticipantsItemStopHoldMusicPostRequestBodyable, requestConfiguration *CallsItemParticipantsItemStopHoldMusicRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_participants_participant_item_request_builder.go b/communications/calls_item_participants_participant_item_request_builder.go
index 1d6670ec762..609ac143b80 100644
--- a/communications/calls_item_participants_participant_item_request_builder.go
+++ b/communications/calls_item_participants_participant_item_request_builder.go
@@ -18,7 +18,7 @@ type CallsItemParticipantsParticipantItemRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CallsItemParticipantsParticipantItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a participant object. This API is supported in the following national cloud deployments.
+// CallsItemParticipantsParticipantItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a participant object. This API is available in the following national cloud deployments.
type CallsItemParticipantsParticipantItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewCallsItemParticipantsParticipantItemRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewCallsItemParticipantsParticipantItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *CallsItemParticipantsParticipantItemRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get retrieve the properties and relationships of a participant object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a participant object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *CallsItemParticipantsParticipantItemRequestBuilder) StartHoldMusic()(*C
func (m *CallsItemParticipantsParticipantItemRequestBuilder) StopHoldMusic()(*CallsItemParticipantsItemStopHoldMusicRequestBuilder) {
return NewCallsItemParticipantsItemStopHoldMusicRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *CallsItemParticipantsParticipantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CallsItemParticipantsParticipantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *CallsItemParticipantsParticipantItemRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a participant object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a participant object. This API is available in the following national cloud deployments.
func (m *CallsItemParticipantsParticipantItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemParticipantsParticipantItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_participants_request_builder.go b/communications/calls_item_participants_request_builder.go
index ef458286cfd..915df05a621 100644
--- a/communications/calls_item_participants_request_builder.go
+++ b/communications/calls_item_participants_request_builder.go
@@ -11,7 +11,7 @@ import (
type CallsItemParticipantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallsItemParticipantsRequestBuilderGetQueryParameters retrieve a list of participant objects in the call. This API is supported in the following national cloud deployments.
+// CallsItemParticipantsRequestBuilderGetQueryParameters retrieve a list of participant objects in the call. This API is available in the following national cloud deployments.
type CallsItemParticipantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCallsItemParticipantsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *CallsItemParticipantsRequestBuilder) Count()(*CallsItemParticipantsCountRequestBuilder) {
return NewCallsItemParticipantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of participant objects in the call. This API is supported in the following national cloud deployments.
+// Get retrieve a list of participant objects in the call. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *CallsItemParticipantsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Participantable), nil
}
-// ToGetRequestInformation retrieve a list of participant objects in the call. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of participant objects in the call. This API is available in the following national cloud deployments.
func (m *CallsItemParticipantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsItemParticipantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_play_prompt_post_request_body.go b/communications/calls_item_play_prompt_post_request_body.go
index 80dc0bdf7da..9e1e20ccc35 100644
--- a/communications/calls_item_play_prompt_post_request_body.go
+++ b/communications/calls_item_play_prompt_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemPlayPromptPostRequestBody()(*CallsItemPlayPromptPostRequestBody
func CreateCallsItemPlayPromptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemPlayPromptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemPlayPromptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemPlayPromptPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemPlayPromptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -120,14 +120,14 @@ func (m *CallsItemPlayPromptPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemPlayPromptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemPlayPromptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_play_prompt_request_builder.go b/communications/calls_item_play_prompt_request_builder.go
index 81826540ecb..4b1ab1d006b 100644
--- a/communications/calls_item_play_prompt_request_builder.go
+++ b/communications/calls_item_play_prompt_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemPlayPromptRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewCallsItemPlayPromptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemPlayPromptRequestBuilder) Post(ctx context.Context, body Calls
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlayPromptOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemPlayPromptRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemPlayPromptPostRequestBodyable, requestConfiguration *CallsItemPlayPromptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_record_response_post_request_body.go b/communications/calls_item_record_response_post_request_body.go
index 0a2c5a0fd9b..8f9cb105514 100644
--- a/communications/calls_item_record_response_post_request_body.go
+++ b/communications/calls_item_record_response_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemRecordResponsePostRequestBody()(*CallsItemRecordResponsePostReq
func CreateCallsItemRecordResponsePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemRecordResponsePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemRecordResponsePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemRecordResponsePostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemRecordResponsePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -288,14 +288,14 @@ func (m *CallsItemRecordResponsePostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemRecordResponsePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemRecordResponsePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_record_response_request_builder.go b/communications/calls_item_record_response_request_builder.go
index 99fcfc9c4c4..b27cbe84c78 100644
--- a/communications/calls_item_record_response_request_builder.go
+++ b/communications/calls_item_record_response_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemRecordResponseRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewCallsItemRecordResponseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemRecordResponseRequestBuilder) Post(ctx context.Context, body C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RecordOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemRecordResponseRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemRecordResponsePostRequestBodyable, requestConfiguration *CallsItemRecordResponseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_redirect_post_request_body.go b/communications/calls_item_redirect_post_request_body.go
index 45adfc601fb..b4d42a4bcc8 100644
--- a/communications/calls_item_redirect_post_request_body.go
+++ b/communications/calls_item_redirect_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemRedirectPostRequestBody()(*CallsItemRedirectPostRequestBody) {
func CreateCallsItemRedirectPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemRedirectPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemRedirectPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemRedirectPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemRedirectPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -147,14 +147,14 @@ func (m *CallsItemRedirectPostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemRedirectPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemRedirectPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_redirect_request_builder.go b/communications/calls_item_redirect_request_builder.go
index b7d031a060d..6557250b6f2 100644
--- a/communications/calls_item_redirect_request_builder.go
+++ b/communications/calls_item_redirect_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsItemRedirectRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewCallsItemRedirectRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsItemRedirectRequestBuilder) Post(ctx context.Context, body CallsIt
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemRedirectRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemRedirectPostRequestBodyable, requestConfiguration *CallsItemRedirectRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_reject_post_request_body.go b/communications/calls_item_reject_post_request_body.go
index 462c0b1e532..aa0fbfc947f 100644
--- a/communications/calls_item_reject_post_request_body.go
+++ b/communications/calls_item_reject_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemRejectPostRequestBody()(*CallsItemRejectPostRequestBody) {
func CreateCallsItemRejectPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemRejectPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemRejectPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemRejectPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemRejectPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -109,14 +109,14 @@ func (m *CallsItemRejectPostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemRejectPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemRejectPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_reject_request_builder.go b/communications/calls_item_reject_request_builder.go
index d9635f00e41..08995a19f08 100644
--- a/communications/calls_item_reject_request_builder.go
+++ b/communications/calls_item_reject_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsItemRejectRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewCallsItemRejectRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsItemRejectRequestBuilder) Post(ctx context.Context, body CallsItem
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemRejectRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemRejectPostRequestBodyable, requestConfiguration *CallsItemRejectRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_subscribe_to_tone_post_request_body.go b/communications/calls_item_subscribe_to_tone_post_request_body.go
index e2604beb1c3..8e2d62dc494 100644
--- a/communications/calls_item_subscribe_to_tone_post_request_body.go
+++ b/communications/calls_item_subscribe_to_tone_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemSubscribeToTonePostRequestBody()(*CallsItemSubscribeToTonePostR
func CreateCallsItemSubscribeToTonePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemSubscribeToTonePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemSubscribeToTonePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemSubscribeToTonePostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemSubscribeToTonePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemSubscribeToTonePostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemSubscribeToTonePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemSubscribeToTonePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_subscribe_to_tone_request_builder.go b/communications/calls_item_subscribe_to_tone_request_builder.go
index 0d9dca9ec92..c1e0d3eadce 100644
--- a/communications/calls_item_subscribe_to_tone_request_builder.go
+++ b/communications/calls_item_subscribe_to_tone_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemSubscribeToToneRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewCallsItemSubscribeToToneRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemSubscribeToToneRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscribeToToneOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemSubscribeToToneRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemSubscribeToTonePostRequestBodyable, requestConfiguration *CallsItemSubscribeToToneRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_transfer_post_request_body.go b/communications/calls_item_transfer_post_request_body.go
index dc741ba8822..1b32ecd533e 100644
--- a/communications/calls_item_transfer_post_request_body.go
+++ b/communications/calls_item_transfer_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemTransferPostRequestBody()(*CallsItemTransferPostRequestBody) {
func CreateCallsItemTransferPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemTransferPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemTransferPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemTransferPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemTransferPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *CallsItemTransferPostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemTransferPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemTransferPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_transfer_request_builder.go b/communications/calls_item_transfer_request_builder.go
index 516b83b19df..3c36c1a7854 100644
--- a/communications/calls_item_transfer_request_builder.go
+++ b/communications/calls_item_transfer_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsItemTransferRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewCallsItemTransferRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsItemTransferRequestBuilder) Post(ctx context.Context, body CallsIt
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemTransferRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemTransferPostRequestBodyable, requestConfiguration *CallsItemTransferRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_unmute_post_request_body.go b/communications/calls_item_unmute_post_request_body.go
index b22539ec54e..86c3e04d125 100644
--- a/communications/calls_item_unmute_post_request_body.go
+++ b/communications/calls_item_unmute_post_request_body.go
@@ -22,7 +22,7 @@ func NewCallsItemUnmutePostRequestBody()(*CallsItemUnmutePostRequestBody) {
func CreateCallsItemUnmutePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemUnmutePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemUnmutePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallsItemUnmutePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemUnmutePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CallsItemUnmutePostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemUnmutePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemUnmutePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_unmute_request_builder.go b/communications/calls_item_unmute_request_builder.go
index fb2079961fe..30f9aeaa946 100644
--- a/communications/calls_item_unmute_request_builder.go
+++ b/communications/calls_item_unmute_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemUnmuteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewCallsItemUnmuteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemUnmuteRequestBuilder) Post(ctx context.Context, body CallsItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnmuteParticipantOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemUnmuteRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemUnmutePostRequestBodyable, requestConfiguration *CallsItemUnmuteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_item_update_recording_status_post_request_body.go b/communications/calls_item_update_recording_status_post_request_body.go
index 9269d0dccd5..53b631882c9 100644
--- a/communications/calls_item_update_recording_status_post_request_body.go
+++ b/communications/calls_item_update_recording_status_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsItemUpdateRecordingStatusPostRequestBody()(*CallsItemUpdateRecordin
func CreateCallsItemUpdateRecordingStatusPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsItemUpdateRecordingStatusPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemUpdateRecordingStatusPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsItemUpdateRecordingStatusPostRequestBody) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsItemUpdateRecordingStatusPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -109,14 +109,14 @@ func (m *CallsItemUpdateRecordingStatusPostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsItemUpdateRecordingStatusPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsItemUpdateRecordingStatusPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_item_update_recording_status_request_builder.go b/communications/calls_item_update_recording_status_request_builder.go
index c31c15d4890..f615bdcbbb5 100644
--- a/communications/calls_item_update_recording_status_request_builder.go
+++ b/communications/calls_item_update_recording_status_request_builder.go
@@ -31,7 +31,7 @@ func NewCallsItemUpdateRecordingStatusRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewCallsItemUpdateRecordingStatusRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *CallsItemUpdateRecordingStatusRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateRecordingStatusOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsItemUpdateRecordingStatusRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsItemUpdateRecordingStatusPostRequestBodyable, requestConfiguration *CallsItemUpdateRecordingStatusRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_log_teleconference_device_quality_post_request_body.go b/communications/calls_log_teleconference_device_quality_post_request_body.go
index 7a66652e972..16ee59cc5fb 100644
--- a/communications/calls_log_teleconference_device_quality_post_request_body.go
+++ b/communications/calls_log_teleconference_device_quality_post_request_body.go
@@ -23,7 +23,7 @@ func NewCallsLogTeleconferenceDeviceQualityPostRequestBody()(*CallsLogTeleconfer
func CreateCallsLogTeleconferenceDeviceQualityPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallsLogTeleconferenceDeviceQualityPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsLogTeleconferenceDeviceQualityPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallsLogTeleconferenceDeviceQualityPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallsLogTeleconferenceDeviceQualityPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *CallsLogTeleconferenceDeviceQualityPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallsLogTeleconferenceDeviceQualityPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallsLogTeleconferenceDeviceQualityPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/calls_log_teleconference_device_quality_request_builder.go b/communications/calls_log_teleconference_device_quality_request_builder.go
index 7216a2c9aff..44d1230b6fd 100644
--- a/communications/calls_log_teleconference_device_quality_request_builder.go
+++ b/communications/calls_log_teleconference_device_quality_request_builder.go
@@ -30,7 +30,7 @@ func NewCallsLogTeleconferenceDeviceQualityRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewCallsLogTeleconferenceDeviceQualityRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CallsLogTeleconferenceDeviceQualityRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsLogTeleconferenceDeviceQualityRequestBuilder) ToPostRequestInformation(ctx context.Context, body CallsLogTeleconferenceDeviceQualityPostRequestBodyable, requestConfiguration *CallsLogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/calls_request_builder.go b/communications/calls_request_builder.go
index 447f8d2d538..378be9a0ed2 100644
--- a/communications/calls_request_builder.go
+++ b/communications/calls_request_builder.go
@@ -11,7 +11,7 @@ import (
type CallsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CallsRequestBuilderGetQueryParameters retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments.
+// CallsRequestBuilderGetQueryParameters retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments.
type CallsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCallsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
func (m *CallsRequestBuilder) Count()(*CallsCountRequestBuilder) {
return NewCallsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments.
func (m *CallsRequestBuilder) Get(ctx context.Context, requestConfiguration *CallsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -97,7 +97,7 @@ func (m *CallsRequestBuilder) Get(ctx context.Context, requestConfiguration *Cal
func (m *CallsRequestBuilder) LogTeleconferenceDeviceQuality()(*CallsLogTeleconferenceDeviceQualityRequestBuilder) {
return NewCallsLogTeleconferenceDeviceQualityRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *CallsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Callable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments.
func (m *CallsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CallsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -135,7 +135,7 @@ func (m *CallsRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CallsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Callable, requestConfiguration *CallsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/get_presences_by_user_id_post_request_body.go b/communications/get_presences_by_user_id_post_request_body.go
index 0e5331a4eeb..c1fb1c1bc90 100644
--- a/communications/get_presences_by_user_id_post_request_body.go
+++ b/communications/get_presences_by_user_id_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetPresencesByUserIdPostRequestBody()(*GetPresencesByUserIdPostRequestBo
func CreateGetPresencesByUserIdPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetPresencesByUserIdPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetPresencesByUserIdPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetPresencesByUserIdPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetPresencesByUserIdPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *GetPresencesByUserIdPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetPresencesByUserIdPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetPresencesByUserIdPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/get_presences_by_user_id_request_builder.go b/communications/get_presences_by_user_id_request_builder.go
index 97907405f94..a80d5597273 100644
--- a/communications/get_presences_by_user_id_request_builder.go
+++ b/communications/get_presences_by_user_id_request_builder.go
@@ -30,7 +30,7 @@ func NewGetPresencesByUserIdRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewGetPresencesByUserIdRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post get the presence information for multiple users. This API is supported in the following national cloud deployments.
+// Post get the presence information for multiple users. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsGetPresencesByUserIdPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetPresencesByUserIdRequestBuilder) Post(ctx context.Context, body GetP
}
return res.(GetPresencesByUserIdResponseable), nil
}
-// PostAsGetPresencesByUserIdPostResponse get the presence information for multiple users. This API is supported in the following national cloud deployments.
+// PostAsGetPresencesByUserIdPostResponse get the presence information for multiple users. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetPresencesByUserIdRequestBuilder) PostAsGetPresencesByUserIdPostRespo
}
return res.(GetPresencesByUserIdPostResponseable), nil
}
-// ToPostRequestInformation get the presence information for multiple users. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation get the presence information for multiple users. This API is available in the following national cloud deployments.
func (m *GetPresencesByUserIdRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetPresencesByUserIdPostRequestBodyable, requestConfiguration *GetPresencesByUserIdRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_create_or_get_post_request_body.go b/communications/online_meetings_create_or_get_post_request_body.go
index 81d874ea49e..756a9e596c5 100644
--- a/communications/online_meetings_create_or_get_post_request_body.go
+++ b/communications/online_meetings_create_or_get_post_request_body.go
@@ -24,7 +24,7 @@ func NewOnlineMeetingsCreateOrGetPostRequestBody()(*OnlineMeetingsCreateOrGetPos
func CreateOnlineMeetingsCreateOrGetPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnlineMeetingsCreateOrGetPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingsCreateOrGetPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *OnlineMeetingsCreateOrGetPostRequestBody) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnlineMeetingsCreateOrGetPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -217,14 +217,14 @@ func (m *OnlineMeetingsCreateOrGetPostRequestBody) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingsCreateOrGetPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnlineMeetingsCreateOrGetPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/online_meetings_create_or_get_request_builder.go b/communications/online_meetings_create_or_get_request_builder.go
index 0015e0dcb80..c7b15406a65 100644
--- a/communications/online_meetings_create_or_get_request_builder.go
+++ b/communications/online_meetings_create_or_get_request_builder.go
@@ -31,7 +31,7 @@ func NewOnlineMeetingsCreateOrGetRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewOnlineMeetingsCreateOrGetRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *OnlineMeetingsCreateOrGetRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *OnlineMeetingsCreateOrGetRequestBuilder) ToPostRequestInformation(ctx context.Context, body OnlineMeetingsCreateOrGetPostRequestBodyable, requestConfiguration *OnlineMeetingsCreateOrGetRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_attendance_reports_item_attendance_records_request_builder.go b/communications/online_meetings_item_attendance_reports_item_attendance_records_request_builder.go
index ca52a7a79ff..d5e78a2fb8c 100644
--- a/communications/online_meetings_item_attendance_reports_item_attendance_records_request_builder.go
+++ b/communications/online_meetings_item_attendance_reports_item_attendance_records_request_builder.go
@@ -11,7 +11,7 @@ import (
type OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetQueryParameters get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments.
+// OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetQueryParameters get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments.
type OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder(r
func (m *OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder) Count()(*OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsCountRequestBuilder) {
return NewOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttendanceRecordable), nil
}
-// ToGetRequestInformation get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments.
func (m *OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go b/communications/online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go
index b95798cd290..e9da39f1114 100644
--- a/communications/online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go
+++ b/communications/online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go
@@ -18,7 +18,7 @@ type OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetQueryParameters 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.
+// OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetQueryParameters 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.
type OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBu
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_attendance_reports_request_builder.go b/communications/online_meetings_item_attendance_reports_request_builder.go
index 2413b6716a4..ca44a145cd7 100644
--- a/communications/online_meetings_item_attendance_reports_request_builder.go
+++ b/communications/online_meetings_item_attendance_reports_request_builder.go
@@ -11,7 +11,7 @@ import (
type OnlineMeetingsItemAttendanceReportsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OnlineMeetingsItemAttendanceReportsRequestBuilderGetQueryParameters 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.
+// OnlineMeetingsItemAttendanceReportsRequestBuilderGetQueryParameters 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.
type OnlineMeetingsItemAttendanceReportsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewOnlineMeetingsItemAttendanceReportsRequestBuilder(rawUrl string, request
func (m *OnlineMeetingsItemAttendanceReportsRequestBuilder) Count()(*OnlineMeetingsItemAttendanceReportsCountRequestBuilder) {
return NewOnlineMeetingsItemAttendanceReportsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *OnlineMeetingsItemAttendanceReportsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingAttendanceReportable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *OnlineMeetingsItemAttendanceReportsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemAttendanceReportsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_attendee_report_request_builder.go b/communications/online_meetings_item_attendee_report_request_builder.go
index 15dddf7fad9..1fdb01313a1 100644
--- a/communications/online_meetings_item_attendee_report_request_builder.go
+++ b/communications/online_meetings_item_attendee_report_request_builder.go
@@ -37,7 +37,7 @@ func NewOnlineMeetingsItemAttendeeReportRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewOnlineMeetingsItemAttendeeReportRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// Get get attendeeReport for the navigation property onlineMeetings from communications
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
@@ -59,7 +59,7 @@ func (m *OnlineMeetingsItemAttendeeReportRequestBuilder) Get(ctx context.Context
}
return res.([]byte), nil
}
-// Put the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// Put update attendeeReport for the navigation property onlineMeetings in communications
func (m *OnlineMeetingsItemAttendeeReportRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *OnlineMeetingsItemAttendeeReportRequestBuilderPutRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToPutRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -78,7 +78,7 @@ func (m *OnlineMeetingsItemAttendeeReportRequestBuilder) Put(ctx context.Context
}
return res.([]byte), nil
}
-// ToGetRequestInformation the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// ToGetRequestInformation get attendeeReport for the navigation property onlineMeetings from communications
func (m *OnlineMeetingsItemAttendeeReportRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemAttendeeReportRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -90,7 +90,7 @@ func (m *OnlineMeetingsItemAttendeeReportRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPutRequestInformation the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// ToPutRequestInformation update attendeeReport for the navigation property onlineMeetings in communications
func (m *OnlineMeetingsItemAttendeeReportRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *OnlineMeetingsItemAttendeeReportRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_get_virtual_appointment_join_web_url_get_response.go b/communications/online_meetings_item_get_virtual_appointment_join_web_url_get_response.go
index 52c380e208e..7f9ba02466e 100644
--- a/communications/online_meetings_item_get_virtual_appointment_join_web_url_get_response.go
+++ b/communications/online_meetings_item_get_virtual_appointment_join_web_url_get_response.go
@@ -22,7 +22,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse()(*OnlineMe
func CreateOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/online_meetings_item_transcripts_call_transcript_item_request_builder.go b/communications/online_meetings_item_transcripts_call_transcript_item_request_builder.go
index 9afc50aecea..39c2964f008 100644
--- a/communications/online_meetings_item_transcripts_call_transcript_item_request_builder.go
+++ b/communications/online_meetings_item_transcripts_call_transcript_item_request_builder.go
@@ -18,7 +18,7 @@ type OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetQueryParameters get transcripts from communications
+// OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetQueryParameters 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.
type OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,10 @@ func (m *OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) Delete(c
}
return nil
}
-// Get get transcripts from communications
+// Get 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.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
func (m *OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -128,7 +131,7 @@ func (m *OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation get transcripts from communications
+// ToGetRequestInformation 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.
func (m *OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_transcripts_item_content_request_builder.go b/communications/online_meetings_item_transcripts_item_content_request_builder.go
index ef137328826..7b5ec2e994f 100644
--- a/communications/online_meetings_item_transcripts_item_content_request_builder.go
+++ b/communications/online_meetings_item_transcripts_item_content_request_builder.go
@@ -38,7 +38,10 @@ func NewOnlineMeetingsItemTranscriptsItemContentRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewOnlineMeetingsItemTranscriptsItemContentRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get content for the navigation property transcripts from communications
+// Get the content of the transcript. Read-only.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsItemContentRequestBuilderGetRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -57,7 +60,7 @@ func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) Get(ctx context
}
return res.([]byte), nil
}
-// Put update content for the navigation property transcripts in communications
+// Put the content of the transcript. Read-only.
func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *OnlineMeetingsItemTranscriptsItemContentRequestBuilderPutRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable, error) {
requestInfo, err := m.ToPutRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -76,7 +79,7 @@ func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) Put(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable), nil
}
-// ToGetRequestInformation get content for the navigation property transcripts from communications
+// ToGetRequestInformation the content of the transcript. Read-only.
func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsItemContentRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -88,7 +91,7 @@ func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPutRequestInformation update content for the navigation property transcripts in communications
+// ToPutRequestInformation the content of the transcript. Read-only.
func (m *OnlineMeetingsItemTranscriptsItemContentRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *OnlineMeetingsItemTranscriptsItemContentRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_transcripts_item_metadata_content_request_builder.go b/communications/online_meetings_item_transcripts_item_metadata_content_request_builder.go
index 909c4585bec..6e57853b080 100644
--- a/communications/online_meetings_item_transcripts_item_metadata_content_request_builder.go
+++ b/communications/online_meetings_item_transcripts_item_metadata_content_request_builder.go
@@ -37,7 +37,10 @@ func NewOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get metadataContent for the navigation property transcripts from communications
+// Get the time-aligned metadata of the utterances in the transcript. Read-only.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderGetRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -56,7 +59,7 @@ func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Get(ctx
}
return res.([]byte), nil
}
-// Put update metadataContent for the navigation property transcripts in communications
+// Put the time-aligned metadata of the utterances in the transcript. Read-only.
func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderPutRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToPutRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -75,7 +78,7 @@ func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Put(ctx
}
return res.([]byte), nil
}
-// ToGetRequestInformation get metadataContent for the navigation property transcripts from communications
+// ToGetRequestInformation the time-aligned metadata of the utterances in the transcript. Read-only.
func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -87,7 +90,7 @@ func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPutRequestInformation update metadataContent for the navigation property transcripts in communications
+// ToPutRequestInformation the time-aligned metadata of the utterances in the transcript. Read-only.
func (m *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *OnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_item_transcripts_request_builder.go b/communications/online_meetings_item_transcripts_request_builder.go
index b2c3cbd0d0d..98f3cb0c3e2 100644
--- a/communications/online_meetings_item_transcripts_request_builder.go
+++ b/communications/online_meetings_item_transcripts_request_builder.go
@@ -11,7 +11,7 @@ import (
type OnlineMeetingsItemTranscriptsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OnlineMeetingsItemTranscriptsRequestBuilderGetQueryParameters get transcripts from communications
+// OnlineMeetingsItemTranscriptsRequestBuilderGetQueryParameters 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.
type OnlineMeetingsItemTranscriptsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,10 @@ func NewOnlineMeetingsItemTranscriptsRequestBuilder(rawUrl string, requestAdapte
func (m *OnlineMeetingsItemTranscriptsRequestBuilder) Count()(*OnlineMeetingsItemTranscriptsCountRequestBuilder) {
return NewOnlineMeetingsItemTranscriptsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get transcripts from communications
+// Get 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.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
func (m *OnlineMeetingsItemTranscriptsRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +115,7 @@ func (m *OnlineMeetingsItemTranscriptsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable), nil
}
-// ToGetRequestInformation get transcripts from communications
+// ToGetRequestInformation 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.
func (m *OnlineMeetingsItemTranscriptsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsItemTranscriptsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/online_meetings_request_builder.go b/communications/online_meetings_request_builder.go
index 1523565c849..69f16c322ed 100644
--- a/communications/online_meetings_request_builder.go
+++ b/communications/online_meetings_request_builder.go
@@ -11,7 +11,7 @@ import (
type OnlineMeetingsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OnlineMeetingsRequestBuilderGetQueryParameters 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.
+// OnlineMeetingsRequestBuilderGetQueryParameters 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.
type OnlineMeetingsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *OnlineMeetingsRequestBuilder) Count()(*OnlineMeetingsCountRequestBuilde
func (m *OnlineMeetingsRequestBuilder) CreateOrGet()(*OnlineMeetingsCreateOrGetRequestBuilder) {
return NewOnlineMeetingsCreateOrGetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *OnlineMeetingsRequestBuilder) Post(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *OnlineMeetingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnlineMeetingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_item_clear_presence_post_request_body.go b/communications/presences_item_clear_presence_post_request_body.go
index 7228117d45f..9773ac4a534 100644
--- a/communications/presences_item_clear_presence_post_request_body.go
+++ b/communications/presences_item_clear_presence_post_request_body.go
@@ -22,7 +22,7 @@ func NewPresencesItemClearPresencePostRequestBody()(*PresencesItemClearPresenceP
func CreatePresencesItemClearPresencePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPresencesItemClearPresencePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemClearPresencePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PresencesItemClearPresencePostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PresencesItemClearPresencePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PresencesItemClearPresencePostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemClearPresencePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PresencesItemClearPresencePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/presences_item_clear_presence_request_builder.go b/communications/presences_item_clear_presence_request_builder.go
index 9587bb72482..7d017d36d65 100644
--- a/communications/presences_item_clear_presence_request_builder.go
+++ b/communications/presences_item_clear_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewPresencesItemClearPresenceRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewPresencesItemClearPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PresencesItemClearPresenceRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PresencesItemClearPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, body PresencesItemClearPresencePostRequestBodyable, requestConfiguration *PresencesItemClearPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_item_clear_user_preferred_presence_request_builder.go b/communications/presences_item_clear_user_preferred_presence_request_builder.go
index bf258eb38ab..1539dae6705 100644
--- a/communications/presences_item_clear_user_preferred_presence_request_builder.go
+++ b/communications/presences_item_clear_user_preferred_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewPresencesItemClearUserPreferredPresenceRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewPresencesItemClearUserPreferredPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments.
+// Post clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PresencesItemClearUserPreferredPresenceRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments.
func (m *PresencesItemClearUserPreferredPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *PresencesItemClearUserPreferredPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_item_set_presence_post_request_body.go b/communications/presences_item_set_presence_post_request_body.go
index 3bed03d4657..f7203e8cb3e 100644
--- a/communications/presences_item_set_presence_post_request_body.go
+++ b/communications/presences_item_set_presence_post_request_body.go
@@ -33,7 +33,7 @@ func (m *PresencesItemSetPresencePostRequestBody) GetActivity()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemSetPresencePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *PresencesItemSetPresencePostRequestBody) GetAvailability()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PresencesItemSetPresencePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -168,7 +168,7 @@ func (m *PresencesItemSetPresencePostRequestBody) SetActivity(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemSetPresencePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -182,7 +182,7 @@ func (m *PresencesItemSetPresencePostRequestBody) SetAvailability(value *string)
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PresencesItemSetPresencePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/presences_item_set_presence_request_builder.go b/communications/presences_item_set_presence_request_builder.go
index 1932f52ab85..1f333c8c16e 100644
--- a/communications/presences_item_set_presence_request_builder.go
+++ b/communications/presences_item_set_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewPresencesItemSetPresenceRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewPresencesItemSetPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post set the state of a user's presence session as an application. This API is supported in the following national cloud deployments.
+// Post set the state of a user's presence session as an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PresencesItemSetPresenceRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation set the state of a user's presence session as an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation set the state of a user's presence session as an application. This API is available in the following national cloud deployments.
func (m *PresencesItemSetPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, body PresencesItemSetPresencePostRequestBodyable, requestConfiguration *PresencesItemSetPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_item_set_status_message_post_request_body.go b/communications/presences_item_set_status_message_post_request_body.go
index fbb89e59307..64f79818e54 100644
--- a/communications/presences_item_set_status_message_post_request_body.go
+++ b/communications/presences_item_set_status_message_post_request_body.go
@@ -23,7 +23,7 @@ func NewPresencesItemSetStatusMessagePostRequestBody()(*PresencesItemSetStatusMe
func CreatePresencesItemSetStatusMessagePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPresencesItemSetStatusMessagePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemSetStatusMessagePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PresencesItemSetStatusMessagePostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PresencesItemSetStatusMessagePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *PresencesItemSetStatusMessagePostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemSetStatusMessagePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PresencesItemSetStatusMessagePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/presences_item_set_status_message_request_builder.go b/communications/presences_item_set_status_message_request_builder.go
index 1e5addb9d75..4577ae437e2 100644
--- a/communications/presences_item_set_status_message_request_builder.go
+++ b/communications/presences_item_set_status_message_request_builder.go
@@ -30,7 +30,7 @@ func NewPresencesItemSetStatusMessageRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewPresencesItemSetStatusMessageRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PresencesItemSetStatusMessageRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PresencesItemSetStatusMessageRequestBuilder) ToPostRequestInformation(ctx context.Context, body PresencesItemSetStatusMessagePostRequestBodyable, requestConfiguration *PresencesItemSetStatusMessageRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_item_set_user_preferred_presence_post_request_body.go b/communications/presences_item_set_user_preferred_presence_post_request_body.go
index 3a333d95796..32de608b980 100644
--- a/communications/presences_item_set_user_preferred_presence_post_request_body.go
+++ b/communications/presences_item_set_user_preferred_presence_post_request_body.go
@@ -33,7 +33,7 @@ func (m *PresencesItemSetUserPreferredPresencePostRequestBody) GetActivity()(*st
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemSetUserPreferredPresencePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *PresencesItemSetUserPreferredPresencePostRequestBody) GetAvailability()
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PresencesItemSetUserPreferredPresencePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,7 +141,7 @@ func (m *PresencesItemSetUserPreferredPresencePostRequestBody) SetActivity(value
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresencesItemSetUserPreferredPresencePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -155,7 +155,7 @@ func (m *PresencesItemSetUserPreferredPresencePostRequestBody) SetAvailability(v
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PresencesItemSetUserPreferredPresencePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/communications/presences_item_set_user_preferred_presence_request_builder.go b/communications/presences_item_set_user_preferred_presence_request_builder.go
index 7763de0fdbc..31fe96d9a37 100644
--- a/communications/presences_item_set_user_preferred_presence_request_builder.go
+++ b/communications/presences_item_set_user_preferred_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewPresencesItemSetUserPreferredPresenceRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewPresencesItemSetUserPreferredPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PresencesItemSetUserPreferredPresenceRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PresencesItemSetUserPreferredPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, body PresencesItemSetUserPreferredPresencePostRequestBodyable, requestConfiguration *PresencesItemSetUserPreferredPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_presence_item_request_builder.go b/communications/presences_presence_item_request_builder.go
index 887125e9e55..29482463674 100644
--- a/communications/presences_presence_item_request_builder.go
+++ b/communications/presences_presence_item_request_builder.go
@@ -18,7 +18,7 @@ type PresencesPresenceItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PresencesPresenceItemRequestBuilderGetQueryParameters get a user's presence information. This API is supported in the following national cloud deployments.
+// PresencesPresenceItemRequestBuilderGetQueryParameters get a user's presence information. This API is available in the following national cloud deployments.
type PresencesPresenceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *PresencesPresenceItemRequestBuilder) Delete(ctx context.Context, reques
}
return nil
}
-// Get get a user's presence information. This API is supported in the following national cloud deployments.
+// Get get a user's presence information. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *PresencesPresenceItemRequestBuilder) ToDeleteRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToGetRequestInformation get a user's presence information. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a user's presence information. This API is available in the following national cloud deployments.
func (m *PresencesPresenceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PresencesPresenceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/communications/presences_request_builder.go b/communications/presences_request_builder.go
index 7d7d8c7d9f9..715e287a6d1 100644
--- a/communications/presences_request_builder.go
+++ b/communications/presences_request_builder.go
@@ -11,7 +11,7 @@ import (
type PresencesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PresencesRequestBuilderGetQueryParameters get a user's presence information. This API is supported in the following national cloud deployments.
+// PresencesRequestBuilderGetQueryParameters get a user's presence information. This API is available in the following national cloud deployments.
type PresencesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPresencesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *PresencesRequestBuilder) Count()(*PresencesCountRequestBuilder) {
return NewPresencesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a user's presence information. This API is supported in the following national cloud deployments.
+// Get get a user's presence information. This API is available in the following national cloud deployments.
func (m *PresencesRequestBuilder) Get(ctx context.Context, requestConfiguration *PresencesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PresenceCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *PresencesRequestBuilder) Post(ctx context.Context, body iadcd81124412c6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Presenceable), nil
}
-// ToGetRequestInformation get a user's presence information. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a user's presence information. This API is available in the following national cloud deployments.
func (m *PresencesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PresencesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_groups_external_group_item_request_builder.go b/connections/item_groups_external_group_item_request_builder.go
index 141b457c3b6..0d84744b4d1 100644
--- a/connections/item_groups_external_group_item_request_builder.go
+++ b/connections/item_groups_external_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemGroupsExternalGroupItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemGroupsExternalGroupItemRequestBuilderGetQueryParameters get an externalGroup object. This API is supported in the following national cloud deployments.
+// ItemGroupsExternalGroupItemRequestBuilderGetQueryParameters get an externalGroup object. This API is available in the following national cloud deployments.
type ItemGroupsExternalGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemGroupsExternalGroupItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemGroupsExternalGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an externalGroup object. This API is supported in the following national cloud deployments.
+// Delete delete an externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemGroupsExternalGroupItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get get an externalGroup object. This API is supported in the following national cloud deployments.
+// Get get an externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemGroupsExternalGroupItemRequestBuilder) Get(ctx context.Context, req
func (m *ItemGroupsExternalGroupItemRequestBuilder) Members()(*ItemGroupsItemMembersRequestBuilder) {
return NewItemGroupsItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an externalGroup object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemGroupsExternalGroupItemRequestBuilder) Patch(ctx context.Context, b
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable), nil
}
-// ToDeleteRequestInformation delete an externalGroup object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an externalGroup object. This API is available in the following national cloud deployments.
func (m *ItemGroupsExternalGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemGroupsExternalGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemGroupsExternalGroupItemRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation get an externalGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an externalGroup object. This API is available in the following national cloud deployments.
func (m *ItemGroupsExternalGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemGroupsExternalGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemGroupsExternalGroupItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an externalGroup object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an externalGroup object. This API is available in the following national cloud deployments.
func (m *ItemGroupsExternalGroupItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable, requestConfiguration *ItemGroupsExternalGroupItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_groups_item_members_identity_item_request_builder.go b/connections/item_groups_item_members_identity_item_request_builder.go
index f70bd24e310..355442e9e11 100644
--- a/connections/item_groups_item_members_identity_item_request_builder.go
+++ b/connections/item_groups_item_members_identity_item_request_builder.go
@@ -54,10 +54,10 @@ func NewItemGroupsItemMembersIdentityItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemGroupsItemMembersIdentityItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments.
+// Delete delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-identity-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0
func (m *ItemGroupsItemMembersIdentityItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ItemGroupsItemMembersIdentityItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -111,7 +111,7 @@ func (m *ItemGroupsItemMembersIdentityItemRequestBuilder) Patch(ctx context.Cont
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Identityable), nil
}
-// ToDeleteRequestInformation delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments.
func (m *ItemGroupsItemMembersIdentityItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemGroupsItemMembersIdentityItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_groups_item_members_request_builder.go b/connections/item_groups_item_members_request_builder.go
index 74adaa4fd55..7b095d3a398 100644
--- a/connections/item_groups_item_members_request_builder.go
+++ b/connections/item_groups_item_members_request_builder.go
@@ -93,7 +93,7 @@ func (m *ItemGroupsItemMembersRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.IdentityCollectionResponseable), nil
}
-// Post create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments.
+// Post create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemGroupsItemMembersRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments.
func (m *ItemGroupsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Identityable, requestConfiguration *ItemGroupsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_groups_request_builder.go b/connections/item_groups_request_builder.go
index 84f8784de9f..e6467251714 100644
--- a/connections/item_groups_request_builder.go
+++ b/connections/item_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemGroupsRequestBuilderGetQueryParameters get an externalGroup object. This API is supported in the following national cloud deployments.
+// ItemGroupsRequestBuilderGetQueryParameters get an externalGroup object. This API is available in the following national cloud deployments.
type ItemGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *ItemGroupsRequestBuilder) Count()(*ItemGroupsCountRequestBuilder) {
return NewItemGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an externalGroup object. This API is supported in the following national cloud deployments.
+// Get get an externalGroup object. This API is available in the following national cloud deployments.
func (m *ItemGroupsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGroupsRequestBuilderGetRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ItemGroupsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupCollectionResponseable), nil
}
-// Post create a new externalGroup object. This API is supported in the following national cloud deployments.
+// Post create a new externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemGroupsRequestBuilder) Post(ctx context.Context, body i648e92ed22999
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable), nil
}
-// ToGetRequestInformation get an externalGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an externalGroup object. This API is available in the following national cloud deployments.
func (m *ItemGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new externalGroup object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new externalGroup object. This API is available in the following national cloud deployments.
func (m *ItemGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable, requestConfiguration *ItemGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_items_external_item_item_request_builder.go b/connections/item_items_external_item_item_request_builder.go
index 20437aac51b..654c2c4f568 100644
--- a/connections/item_items_external_item_item_request_builder.go
+++ b/connections/item_items_external_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsExternalItemItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsExternalItemItemRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ItemItemsExternalItemItemRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
type ItemItemsExternalItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemItemsExternalItemItemRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewItemItemsExternalItemItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an externalItem object. This API is supported in the following national cloud deployments.
+// Delete delete an externalItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemItemsExternalItemItemRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemItemsExternalItemItemRequestBuilder) Put(ctx context.Context, body
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalItemable), nil
}
-// ToDeleteRequestInformation delete an externalItem object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an externalItem object. This API is available in the following national cloud deployments.
func (m *ItemItemsExternalItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsExternalItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemItemsExternalItemItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
func (m *ItemItemsExternalItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsExternalItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go
index 12c78df6acd..0dab9d49ed8 100644
--- a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go
+++ b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivities
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivities
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivities
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/connections/item_items_request_builder.go b/connections/item_items_request_builder.go
index e751fa1d484..90ca08ffeaf 100644
--- a/connections/item_items_request_builder.go
+++ b/connections/item_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ItemItemsRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
type ItemItemsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *ItemItemsRequestBuilder) Count()(*ItemItemsCountRequestBuilder) {
return NewItemItemsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
func (m *ItemItemsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsRequestBuilderGetRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalItemCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemItemsRequestBuilder) Post(ctx context.Context, body i648e92ed229992
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalItemable), nil
}
-// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
func (m *ItemItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_operations_connection_operation_item_request_builder.go b/connections/item_operations_connection_operation_item_request_builder.go
index f0f42113bad..9262befc0b6 100644
--- a/connections/item_operations_connection_operation_item_request_builder.go
+++ b/connections/item_operations_connection_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOperationsConnectionOperationItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOperationsConnectionOperationItemRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ItemOperationsConnectionOperationItemRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
type ItemOperationsConnectionOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOperationsConnectionOperationItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemOperationsConnectionOperationItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
func (m *ItemOperationsConnectionOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOperationsConnectionOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_operations_request_builder.go b/connections/item_operations_request_builder.go
index 6d4f04849de..94f6d2db6d6 100644
--- a/connections/item_operations_request_builder.go
+++ b/connections/item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOperationsRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ItemOperationsRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
type ItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOperationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
func (m *ItemOperationsRequestBuilder) Count()(*ItemOperationsCountRequestBuilder) {
return NewItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
func (m *ItemOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOperationsRequestBuilderGetRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemOperationsRequestBuilder) Post(ctx context.Context, body i648e92ed2
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable), nil
}
-// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
func (m *ItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/connections/item_schema_request_builder.go b/connections/item_schema_request_builder.go
index 8414618d666..0d5b1f71bf7 100644
--- a/connections/item_schema_request_builder.go
+++ b/connections/item_schema_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSchemaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSchemaRequestBuilderGetQueryParameters read the properties and relationships of a schema object. This API is supported in the following national cloud deployments.
+// ItemSchemaRequestBuilderGetQueryParameters read the properties and relationships of a schema object. This API is available in the following national cloud deployments.
type ItemSchemaRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemSchemaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
urlParams["request-raw-url"] = rawUrl
return NewItemSchemaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a schema object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a schema object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0
@@ -69,7 +69,10 @@ func (m *ItemSchemaRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable), nil
}
-// Patch update the navigation property schema in connections
+// Patch create a new schema object.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0
func (m *ItemSchemaRequestBuilder) Patch(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, requestConfiguration *ItemSchemaRequestBuilderPatchRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -88,7 +91,7 @@ func (m *ItemSchemaRequestBuilder) Patch(ctx context.Context, body i648e92ed2299
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable), nil
}
-// ToGetRequestInformation read the properties and relationships of a schema object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a schema object. This API is available in the following national cloud deployments.
func (m *ItemSchemaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSchemaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -104,7 +107,7 @@ func (m *ItemSchemaRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the navigation property schema in connections
+// ToPatchRequestInformation create a new schema object.
func (m *ItemSchemaRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, requestConfiguration *ItemSchemaRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/contacts_request_builder.go b/contacts/contacts_request_builder.go
index 30b8e2ba88e..4c15e96829c 100644
--- a/contacts/contacts_request_builder.go
+++ b/contacts/contacts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ContactsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ContactsRequestBuilderGetQueryParameters get the list of organizational contacts for this organization. This API is supported in the following national cloud deployments.
+// ContactsRequestBuilderGetQueryParameters get the list of organizational contacts for this organization. This API is available in the following national cloud deployments.
type ContactsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ContactsRequestBuilder) Count()(*CountRequestBuilder) {
func (m *ContactsRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of organizational contacts for this organization. This API is supported in the following national cloud deployments.
+// Get get the list of organizational contacts for this organization. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ContactsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable), nil
}
-// ToGetRequestInformation get the list of organizational contacts for this organization. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of organizational contacts for this organization. This API is available in the following national cloud deployments.
func (m *ContactsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ContactsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/get_available_extension_properties_post_request_body.go b/contacts/get_available_extension_properties_post_request_body.go
index 3fa1df65e86..2cd83771358 100644
--- a/contacts/get_available_extension_properties_post_request_body.go
+++ b/contacts/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/get_available_extension_properties_request_builder.go b/contacts/get_available_extension_properties_request_builder.go
index bf983a26968..5dd9faf5a29 100644
--- a/contacts/get_available_extension_properties_request_builder.go
+++ b/contacts/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/get_by_ids_post_request_body.go b/contacts/get_by_ids_post_request_body.go
index 29cd0a10127..463e93acfaa 100644
--- a/contacts/get_by_ids_post_request_body.go
+++ b/contacts/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/get_by_ids_request_builder.go b/contacts/get_by_ids_request_builder.go
index fb303fb994f..93f06942373 100644
--- a/contacts/get_by_ids_request_builder.go
+++ b/contacts/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/item_check_member_groups_post_request_body.go b/contacts/item_check_member_groups_post_request_body.go
index fd2b0274962..34cf524765d 100644
--- a/contacts/item_check_member_groups_post_request_body.go
+++ b/contacts/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/item_check_member_groups_request_builder.go b/contacts/item_check_member_groups_request_builder.go
index e565942a2d1..5bf4a037374 100644
--- a/contacts/item_check_member_groups_request_builder.go
+++ b/contacts/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/item_check_member_objects_post_request_body.go b/contacts/item_check_member_objects_post_request_body.go
index c4fd4821c24..b1f2d97d164 100644
--- a/contacts/item_check_member_objects_post_request_body.go
+++ b/contacts/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/item_get_member_groups_post_request_body.go b/contacts/item_get_member_groups_post_request_body.go
index 1aa87b1567f..4ce75a25faf 100644
--- a/contacts/item_get_member_groups_post_request_body.go
+++ b/contacts/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/item_get_member_groups_request_builder.go b/contacts/item_get_member_groups_request_builder.go
index af26e3a78f4..327a035ece2 100644
--- a/contacts/item_get_member_groups_request_builder.go
+++ b/contacts/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/item_get_member_objects_post_request_body.go b/contacts/item_get_member_objects_post_request_body.go
index 57c751a1cdf..938841bce62 100644
--- a/contacts/item_get_member_objects_post_request_body.go
+++ b/contacts/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/item_get_member_objects_request_builder.go b/contacts/item_get_member_objects_request_builder.go
index 1122ad25c45..761981fd350 100644
--- a/contacts/item_get_member_objects_request_builder.go
+++ b/contacts/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/item_manager_request_builder.go b/contacts/item_manager_request_builder.go
index 423f83cf444..54923ea37c1 100644
--- a/contacts/item_manager_request_builder.go
+++ b/contacts/item_manager_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemManagerRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemManagerRequestBuilderGetQueryParameters get this organizational contact's manager. This API is supported in the following national cloud deployments.
+// ItemManagerRequestBuilderGetQueryParameters get this organizational contact's manager. This API is available in the following national cloud deployments.
type ItemManagerRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemManagerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemManagerRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get this organizational contact's manager. This API is supported in the following national cloud deployments.
+// Get get this organizational contact's manager. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemManagerRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToGetRequestInformation get this organizational contact's manager. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get this organizational contact's manager. This API is available in the following national cloud deployments.
func (m *ItemManagerRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemManagerRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/item_restore_request_builder.go b/contacts/item_restore_request_builder.go
index f2c9c7f7686..f67da3de5cd 100644
--- a/contacts/item_restore_request_builder.go
+++ b/contacts/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/org_contact_item_request_builder.go b/contacts/org_contact_item_request_builder.go
index e4a24e78ae3..cd34226a795 100644
--- a/contacts/org_contact_item_request_builder.go
+++ b/contacts/org_contact_item_request_builder.go
@@ -18,7 +18,7 @@ type OrgContactItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OrgContactItemRequestBuilderGetQueryParameters get the properties and relationships of an organizational contact. This API is supported in the following national cloud deployments.
+// OrgContactItemRequestBuilderGetQueryParameters get the properties and relationships of an organizational contact. This API is available in the following national cloud deployments.
type OrgContactItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *OrgContactItemRequestBuilder) Delete(ctx context.Context, requestConfig
func (m *OrgContactItemRequestBuilder) DirectReports()(*ItemDirectReportsRequestBuilder) {
return NewItemDirectReportsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the properties and relationships of an organizational contact. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of an organizational contact. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0
@@ -163,7 +163,7 @@ func (m *OrgContactItemRequestBuilder) ToDeleteRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of an organizational contact. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of an organizational contact. This API is available in the following national cloud deployments.
func (m *OrgContactItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OrgContactItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contacts/validate_properties_post_request_body.go b/contacts/validate_properties_post_request_body.go
index 8eea9772f21..46caba8c4e8 100644
--- a/contacts/validate_properties_post_request_body.go
+++ b/contacts/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contacts/validate_properties_request_builder.go b/contacts/validate_properties_request_builder.go
index 4a2d7f5c0dc..f37059c1cb4 100644
--- a/contacts/validate_properties_request_builder.go
+++ b/contacts/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/contract_item_request_builder.go b/contracts/contract_item_request_builder.go
index d75fbb6cde9..606e9ad9c69 100644
--- a/contracts/contract_item_request_builder.go
+++ b/contracts/contract_item_request_builder.go
@@ -18,7 +18,7 @@ type ContractItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ContractItemRequestBuilderGetQueryParameters retrieve the properties and relationships of contract object. This API is supported in the following national cloud deployments.
+// ContractItemRequestBuilderGetQueryParameters retrieve the properties and relationships of contract object. This API is available in the following national cloud deployments.
type ContractItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ContractItemRequestBuilder) Delete(ctx context.Context, requestConfigur
}
return nil
}
-// Get retrieve the properties and relationships of contract object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of contract object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ContractItemRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of contract object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of contract object. This API is available in the following national cloud deployments.
func (m *ContractItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ContractItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/contracts_request_builder.go b/contracts/contracts_request_builder.go
index cc0464dfda0..ae98d66e55d 100644
--- a/contracts/contracts_request_builder.go
+++ b/contracts/contracts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ContractsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ContractsRequestBuilderGetQueryParameters retrieve a list of contract objects associated to a partner tenant. This API is supported in the following national cloud deployments.
+// ContractsRequestBuilderGetQueryParameters retrieve a list of contract objects associated to a partner tenant. This API is available in the following national cloud deployments.
type ContractsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ContractsRequestBuilder) Count()(*CountRequestBuilder) {
func (m *ContractsRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of contract objects associated to a partner tenant. This API is supported in the following national cloud deployments.
+// Get retrieve a list of contract objects associated to a partner tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ContractsRequestBuilder) Post(ctx context.Context, body iadcd81124412c6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contractable), nil
}
-// ToGetRequestInformation retrieve a list of contract objects associated to a partner tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of contract objects associated to a partner tenant. This API is available in the following national cloud deployments.
func (m *ContractsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ContractsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/get_available_extension_properties_post_request_body.go b/contracts/get_available_extension_properties_post_request_body.go
index 2229f71dbf3..9f95e1006ec 100644
--- a/contracts/get_available_extension_properties_post_request_body.go
+++ b/contracts/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/get_available_extension_properties_request_builder.go b/contracts/get_available_extension_properties_request_builder.go
index bb3d63d5d90..9d69f5fb09d 100644
--- a/contracts/get_available_extension_properties_request_builder.go
+++ b/contracts/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/get_by_ids_post_request_body.go b/contracts/get_by_ids_post_request_body.go
index 815314a52b3..995e3658c58 100644
--- a/contracts/get_by_ids_post_request_body.go
+++ b/contracts/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/get_by_ids_request_builder.go b/contracts/get_by_ids_request_builder.go
index 2d4db58e8cf..dd18c4d490b 100644
--- a/contracts/get_by_ids_request_builder.go
+++ b/contracts/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/item_check_member_groups_post_request_body.go b/contracts/item_check_member_groups_post_request_body.go
index b1d4dce02a3..b93266f7ada 100644
--- a/contracts/item_check_member_groups_post_request_body.go
+++ b/contracts/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/item_check_member_groups_request_builder.go b/contracts/item_check_member_groups_request_builder.go
index beee19c5b68..4f322aba2b0 100644
--- a/contracts/item_check_member_groups_request_builder.go
+++ b/contracts/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/item_check_member_objects_post_request_body.go b/contracts/item_check_member_objects_post_request_body.go
index 09254db41d4..fbb6ea6c3d0 100644
--- a/contracts/item_check_member_objects_post_request_body.go
+++ b/contracts/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/item_get_member_groups_post_request_body.go b/contracts/item_get_member_groups_post_request_body.go
index 2fa9f62bd0d..4e803968972 100644
--- a/contracts/item_get_member_groups_post_request_body.go
+++ b/contracts/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/item_get_member_groups_request_builder.go b/contracts/item_get_member_groups_request_builder.go
index 3f9510756fe..9dd1aa5b4d4 100644
--- a/contracts/item_get_member_groups_request_builder.go
+++ b/contracts/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/item_get_member_objects_post_request_body.go b/contracts/item_get_member_objects_post_request_body.go
index b9200a844fc..0634dd07b35 100644
--- a/contracts/item_get_member_objects_post_request_body.go
+++ b/contracts/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/item_get_member_objects_request_builder.go b/contracts/item_get_member_objects_request_builder.go
index 7132d2b7205..0ef0a8632fd 100644
--- a/contracts/item_get_member_objects_request_builder.go
+++ b/contracts/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/item_restore_request_builder.go b/contracts/item_restore_request_builder.go
index 0afb7ef8ed9..fb0e3794ca2 100644
--- a/contracts/item_restore_request_builder.go
+++ b/contracts/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/contracts/validate_properties_post_request_body.go b/contracts/validate_properties_post_request_body.go
index f49a2cf938c..d2ea100c075 100644
--- a/contracts/validate_properties_post_request_body.go
+++ b/contracts/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/contracts/validate_properties_request_builder.go b/contracts/validate_properties_request_builder.go
index ae616ddb812..bc9dce8e48d 100644
--- a/contracts/validate_properties_request_builder.go
+++ b/contracts/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/datapolicyoperations/data_policy_operation_item_request_builder.go b/datapolicyoperations/data_policy_operation_item_request_builder.go
index 75dd68448ac..7455506fbfb 100644
--- a/datapolicyoperations/data_policy_operation_item_request_builder.go
+++ b/datapolicyoperations/data_policy_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type DataPolicyOperationItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DataPolicyOperationItemRequestBuilderGetQueryParameters retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments.
+// DataPolicyOperationItemRequestBuilderGetQueryParameters retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments.
type DataPolicyOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DataPolicyOperationItemRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *DataPolicyOperationItemRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments.
func (m *DataPolicyOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DataPolicyOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/datapolicyoperations/data_policy_operations_request_builder.go b/datapolicyoperations/data_policy_operations_request_builder.go
index c49aaed39a5..6cd69198dc7 100644
--- a/datapolicyoperations/data_policy_operations_request_builder.go
+++ b/datapolicyoperations/data_policy_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type DataPolicyOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DataPolicyOperationsRequestBuilderGetQueryParameters retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments.
+// DataPolicyOperationsRequestBuilderGetQueryParameters retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments.
type DataPolicyOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDataPolicyOperationsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *DataPolicyOperationsRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments.
func (m *DataPolicyOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *DataPolicyOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DataPolicyOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *DataPolicyOperationsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DataPolicyOperationable), nil
}
-// ToGetRequestInformation retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments.
func (m *DataPolicyOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DataPolicyOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/device_app_management_request_builder.go b/deviceappmanagement/device_app_management_request_builder.go
index 0c9c5267aaf..edae32e4b09 100644
--- a/deviceappmanagement/device_app_management_request_builder.go
+++ b/deviceappmanagement/device_app_management_request_builder.go
@@ -58,7 +58,7 @@ func (m *DeviceAppManagementRequestBuilder) DefaultManagedAppProtections()(*Defa
// Get read properties and relationships of the deviceAppManagement object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0
func (m *DeviceAppManagementRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceAppManagementRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceAppManagementable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_policies_item_target_apps_post_request_body.go b/deviceappmanagement/managed_app_policies_item_target_apps_post_request_body.go
index 261e42e3f8e..8f03011676e 100644
--- a/deviceappmanagement/managed_app_policies_item_target_apps_post_request_body.go
+++ b/deviceappmanagement/managed_app_policies_item_target_apps_post_request_body.go
@@ -23,7 +23,7 @@ func NewManagedAppPoliciesItemTargetAppsPostRequestBody()(*ManagedAppPoliciesIte
func CreateManagedAppPoliciesItemTargetAppsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedAppPoliciesItemTargetAppsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) GetApps()([]iadcd81124
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) SetApps(value []iadcd8
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedAppPoliciesItemTargetAppsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go b/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go
index d29bdb130a2..036936fbe24 100644
--- a/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go
+++ b/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go
@@ -33,7 +33,7 @@ func NewManagedAppPoliciesItemTargetAppsRequestBuilder(rawUrl string, requestAda
// Post not yet documented
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
func (m *ManagedAppPoliciesItemTargetAppsRequestBuilder) Post(ctx context.Context, body ManagedAppPoliciesItemTargetAppsPostRequestBodyable, requestConfiguration *ManagedAppPoliciesItemTargetAppsRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_post_request_body.go b/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_post_request_body.go
index 5c925673d25..4bc1f49361d 100644
--- a/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_post_request_body.go
+++ b/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_post_request_body.go
@@ -23,7 +23,7 @@ func NewManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody(
func CreateManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go b/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go
index 7a567a04b07..5f6ae8ee394 100644
--- a/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go
@@ -33,7 +33,7 @@ func NewManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsRequestBuilder(r
// Post not yet documented
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsRequestBuilder) Post(ctx context.Context, body ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBodyable, requestConfiguration *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_post_request_body.go b/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_post_request_body.go
index 096173b6f59..d41c8d89abf 100644
--- a/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_post_request_body.go
+++ b/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_post_request_body.go
@@ -23,7 +23,7 @@ func NewManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBody
func CreateManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBod
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBod
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go b/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go
index b15ea0dbe74..90d92d2f771 100644
--- a/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go
@@ -33,7 +33,7 @@ func NewManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsRequestBuilder(
// Post not yet documented
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsRequestBuilder) Post(ctx context.Context, body ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBodyable, requestConfiguration *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_e_books_item_assign_post_request_body.go b/deviceappmanagement/managed_e_books_item_assign_post_request_body.go
index 8a70ea26ca9..cf8e56d7327 100644
--- a/deviceappmanagement/managed_e_books_item_assign_post_request_body.go
+++ b/deviceappmanagement/managed_e_books_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewManagedEBooksItemAssignPostRequestBody()(*ManagedEBooksItemAssignPostReq
func CreateManagedEBooksItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedEBooksItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedEBooksItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ManagedEBooksItemAssignPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedEBooksItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ManagedEBooksItemAssignPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedEBooksItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedEBooksItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/managed_e_books_item_assignments_managed_e_book_assignment_item_request_builder.go b/deviceappmanagement/managed_e_books_item_assignments_managed_e_book_assignment_item_request_builder.go
index 91c903d9aa5..43405be1d13 100644
--- a/deviceappmanagement/managed_e_books_item_assignments_managed_e_book_assignment_item_request_builder.go
+++ b/deviceappmanagement/managed_e_books_item_assignments_managed_e_book_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderGetQueryParameters read properties and relationships of the managedEBookAssignment object.
+// ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderGetQueryParameters read properties and relationships of the iosVppEBookAssignment object.
type ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,10 +54,10 @@ func NewManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a iosVppEBookAssignment.
+// Delete deletes a managedEBookAssignment.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0
func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -73,10 +73,10 @@ func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) D
}
return nil
}
-// Get read properties and relationships of the managedEBookAssignment object.
+// Get read properties and relationships of the iosVppEBookAssignment object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0
func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookAssignmentable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookAssignmentable), nil
}
-// ToDeleteRequestInformation deletes a iosVppEBookAssignment.
+// ToDeleteRequestInformation deletes a managedEBookAssignment.
func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the managedEBookAssignment object.
+// ToGetRequestInformation read properties and relationships of the iosVppEBookAssignment object.
func (m *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedEBooksItemAssignmentsManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/managed_e_books_item_assignments_request_builder.go b/deviceappmanagement/managed_e_books_item_assignments_request_builder.go
index b6bbd9e4a09..1f25e21d68c 100644
--- a/deviceappmanagement/managed_e_books_item_assignments_request_builder.go
+++ b/deviceappmanagement/managed_e_books_item_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ManagedEBooksItemAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ManagedEBooksItemAssignmentsRequestBuilderGetQueryParameters list properties and relationships of the managedEBookAssignment objects.
+// ManagedEBooksItemAssignmentsRequestBuilderGetQueryParameters list properties and relationships of the iosVppEBookAssignment objects.
type ManagedEBooksItemAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewManagedEBooksItemAssignmentsRequestBuilder(rawUrl string, requestAdapter
func (m *ManagedEBooksItemAssignmentsRequestBuilder) Count()(*ManagedEBooksItemAssignmentsCountRequestBuilder) {
return NewManagedEBooksItemAssignmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the managedEBookAssignment objects.
+// Get list properties and relationships of the iosVppEBookAssignment objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0
func (m *ManagedEBooksItemAssignmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedEBooksItemAssignmentsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookAssignmentCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -118,7 +118,7 @@ func (m *ManagedEBooksItemAssignmentsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookAssignmentable), nil
}
-// ToGetRequestInformation list properties and relationships of the managedEBookAssignment objects.
+// ToGetRequestInformation list properties and relationships of the iosVppEBookAssignment objects.
func (m *ManagedEBooksItemAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedEBooksItemAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/managed_e_books_managed_e_book_item_request_builder.go b/deviceappmanagement/managed_e_books_managed_e_book_item_request_builder.go
index a9681d11ddd..ac1a99dfab8 100644
--- a/deviceappmanagement/managed_e_books_managed_e_book_item_request_builder.go
+++ b/deviceappmanagement/managed_e_books_managed_e_book_item_request_builder.go
@@ -18,7 +18,7 @@ type ManagedEBooksManagedEBookItemRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ManagedEBooksManagedEBookItemRequestBuilderGetQueryParameters read properties and relationships of the managedEBook object.
+// ManagedEBooksManagedEBookItemRequestBuilderGetQueryParameters read properties and relationships of the iosVppEBook object.
type ManagedEBooksManagedEBookItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -85,10 +85,10 @@ func (m *ManagedEBooksManagedEBookItemRequestBuilder) Delete(ctx context.Context
func (m *ManagedEBooksManagedEBookItemRequestBuilder) DeviceStates()(*ManagedEBooksItemDeviceStatesRequestBuilder) {
return NewManagedEBooksItemDeviceStatesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read properties and relationships of the managedEBook object.
+// Get read properties and relationships of the iosVppEBook object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0
func (m *ManagedEBooksManagedEBookItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedEBooksManagedEBookItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -145,7 +145,7 @@ func (m *ManagedEBooksManagedEBookItemRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the managedEBook object.
+// ToGetRequestInformation read properties and relationships of the iosVppEBook object.
func (m *ManagedEBooksManagedEBookItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedEBooksManagedEBookItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/managed_e_books_request_builder.go b/deviceappmanagement/managed_e_books_request_builder.go
index 8e6966e088c..76b1565c197 100644
--- a/deviceappmanagement/managed_e_books_request_builder.go
+++ b/deviceappmanagement/managed_e_books_request_builder.go
@@ -11,7 +11,7 @@ import (
type ManagedEBooksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ManagedEBooksRequestBuilderGetQueryParameters list properties and relationships of the iosVppEBook objects.
+// ManagedEBooksRequestBuilderGetQueryParameters list properties and relationships of the managedEBook objects.
type ManagedEBooksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewManagedEBooksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ManagedEBooksRequestBuilder) Count()(*ManagedEBooksCountRequestBuilder) {
return NewManagedEBooksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the iosVppEBook objects.
+// Get list properties and relationships of the managedEBook objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0
func (m *ManagedEBooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -118,7 +118,7 @@ func (m *ManagedEBooksRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable), nil
}
-// ToGetRequestInformation list properties and relationships of the iosVppEBook objects.
+// ToGetRequestInformation list properties and relationships of the managedEBook objects.
func (m *ManagedEBooksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/mobile_app_configurations_item_assign_post_request_body.go b/deviceappmanagement/mobile_app_configurations_item_assign_post_request_body.go
index 40ddb2e8fe3..27e4453c56b 100644
--- a/deviceappmanagement/mobile_app_configurations_item_assign_post_request_body.go
+++ b/deviceappmanagement/mobile_app_configurations_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppConfigurationsItemAssignPostRequestBody()(*MobileAppConfigurati
func CreateMobileAppConfigurationsItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppConfigurationsItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppConfigurationsItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *MobileAppConfigurationsItemAssignPostRequestBody) GetAssignments()([]ia
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppConfigurationsItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *MobileAppConfigurationsItemAssignPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppConfigurationsItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *MobileAppConfigurationsItemAssignPostRequestBody) SetAssignments(value
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppConfigurationsItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_app_configurations_managed_device_mobile_app_configuration_item_request_builder.go b/deviceappmanagement/mobile_app_configurations_managed_device_mobile_app_configuration_item_request_builder.go
index 25cfd716b31..9501f9931ac 100644
--- a/deviceappmanagement/mobile_app_configurations_managed_device_mobile_app_configuration_item_request_builder.go
+++ b/deviceappmanagement/mobile_app_configurations_managed_device_mobile_app_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the managedDeviceMobileAppConfiguration object.
+// MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the iosMobileAppConfiguration object.
type MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -89,10 +89,10 @@ func (m *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBu
func (m *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilder) DeviceStatusSummary()(*MobileAppConfigurationsItemDeviceStatusSummaryRequestBuilder) {
return NewMobileAppConfigurationsItemDeviceStatusSummaryRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read properties and relationships of the managedDeviceMobileAppConfiguration object.
+// Get read properties and relationships of the iosMobileAppConfiguration object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0
func (m *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedDeviceMobileAppConfigurationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -145,7 +145,7 @@ func (m *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the managedDeviceMobileAppConfiguration object.
+// ToGetRequestInformation read properties and relationships of the iosMobileAppConfiguration object.
func (m *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MobileAppConfigurationsManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/mobile_apps_item_assign_post_request_body.go b/deviceappmanagement/mobile_apps_item_assign_post_request_body.go
index 4c9a8b0aa1a..9cbfdad5b62 100644
--- a/deviceappmanagement/mobile_apps_item_assign_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemAssignPostRequestBody()(*MobileAppsItemAssignPostRequestBo
func CreateMobileAppsItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemAssignPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *MobileAppsItemAssignPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_android_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_android_lob_app_content_versions_item_files_item_commit_post_request_body.go
index 07b8eeae678..3eff411a593 100644
--- a/deviceappmanagement/mobile_apps_item_graph_android_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_android_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRe
func CreateMobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostR
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostR
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_ios_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_ios_lob_app_content_versions_item_files_item_commit_post_request_body.go
index 988088b3003..845420c5ff4 100644
--- a/deviceappmanagement/mobile_apps_item_graph_ios_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_ios_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostReques
func CreateMobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphIosLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_mac_o_s_dmg_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_mac_o_s_dmg_app_content_versions_item_files_item_commit_post_request_body.go
index 3e2c99ed41a..ff75ca1e218 100644
--- a/deviceappmanagement/mobile_apps_item_graph_mac_o_s_dmg_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_mac_o_s_dmg_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequ
func CreateMobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphMacOSDmgAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_mac_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_mac_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go
index 70469ad1758..3bf4002391f 100644
--- a/deviceappmanagement/mobile_apps_item_graph_mac_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_mac_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequ
func CreateMobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphMacOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_managed_android_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_managed_android_lob_app_content_versions_item_files_item_commit_post_request_body.go
index 49c0703aab4..ddf1248f61c 100644
--- a/deviceappmanagement/mobile_apps_item_graph_managed_android_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_managed_android_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommi
func CreateMobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemComm
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemComm
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphManagedAndroidLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_managed_i_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_managed_i_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go
index b747b5d95d7..d80c4fe844e 100644
--- a/deviceappmanagement/mobile_apps_item_graph_managed_i_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_managed_i_o_s_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPos
func CreateMobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphManagedIOSLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_managed_mobile_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_managed_mobile_lob_app_content_versions_item_files_item_commit_post_request_body.go
index 65544a73dab..39094c904c8 100644
--- a/deviceappmanagement/mobile_apps_item_graph_managed_mobile_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_managed_mobile_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommit
func CreateMobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommi
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphManagedMobileLobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_win32_lob_app_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_win32_lob_app_content_versions_item_files_item_commit_post_request_body.go
index 293ecb43503..7740ccc3104 100644
--- a/deviceappmanagement/mobile_apps_item_graph_win32_lob_app_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_win32_lob_app_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequ
func CreateMobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWin32LobAppContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_windows_app_x_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_windows_app_x_content_versions_item_files_item_commit_post_request_body.go
index d8bacd15335..319bf85cd12 100644
--- a/deviceappmanagement/mobile_apps_item_graph_windows_app_x_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_windows_app_x_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequ
func CreateMobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWindowsAppXContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_windows_mobile_m_s_i_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_windows_mobile_m_s_i_content_versions_item_files_item_commit_post_request_body.go
index f30a733a896..8dff97cc32f 100644
--- a/deviceappmanagement/mobile_apps_item_graph_windows_mobile_m_s_i_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_windows_mobile_m_s_i_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPos
func CreateMobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWindowsMobileMSIContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_item_graph_windows_universal_app_x_content_versions_item_files_item_commit_post_request_body.go b/deviceappmanagement/mobile_apps_item_graph_windows_universal_app_x_content_versions_item_files_item_commit_post_request_body.go
index 54ee47e1cac..da2ce2d7749 100644
--- a/deviceappmanagement/mobile_apps_item_graph_windows_universal_app_x_content_versions_item_files_item_commit_post_request_body.go
+++ b/deviceappmanagement/mobile_apps_item_graph_windows_universal_app_x_content_versions_item_files_item_commit_post_request_body.go
@@ -23,7 +23,7 @@ func NewMobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommi
func CreateMobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommitPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommitPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommitPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemComm
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommitPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *MobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemComm
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommitPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppsItemGraphWindowsUniversalAppXContentVersionsItemFilesItemCommitPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go b/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go
index 9d6cf5ab3bf..9b7af9e42bf 100644
--- a/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go
+++ b/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go
@@ -18,7 +18,7 @@ type MobileAppsMobileAppItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MobileAppsMobileAppItemRequestBuilderGetQueryParameters read properties and relationships of the macOSLobApp object.
+// MobileAppsMobileAppItemRequestBuilderGetQueryParameters read properties and relationships of the macOSOfficeSuiteApp object.
type MobileAppsMobileAppItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,10 +66,10 @@ func NewMobileAppsMobileAppItemRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewMobileAppsMobileAppItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a windowsUniversalAppX.
+// Delete deletes a macOSOfficeSuiteApp.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-delete?view=graph-rest-1.0
func (m *MobileAppsMobileAppItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -85,10 +85,10 @@ func (m *MobileAppsMobileAppItemRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get read properties and relationships of the macOSLobApp object.
+// Get read properties and relationships of the macOSOfficeSuiteApp object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0
func (m *MobileAppsMobileAppItemRequestBuilder) Get(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -171,10 +171,10 @@ func (m *MobileAppsMobileAppItemRequestBuilder) GraphWindowsUniversalAppX()(*Mob
func (m *MobileAppsMobileAppItemRequestBuilder) GraphWindowsWebApp()(*MobileAppsItemGraphWindowsWebAppRequestBuilder) {
return NewMobileAppsItemGraphWindowsWebAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a macOSMicrosoftEdgeApp object.
+// Patch update the properties of a windowsAppX object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-update?view=graph-rest-1.0
func (m *MobileAppsMobileAppItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsMobileAppItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -193,7 +193,7 @@ func (m *MobileAppsMobileAppItemRequestBuilder) Patch(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable), nil
}
-// ToDeleteRequestInformation deletes a windowsUniversalAppX.
+// ToDeleteRequestInformation deletes a macOSOfficeSuiteApp.
func (m *MobileAppsMobileAppItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -205,7 +205,7 @@ func (m *MobileAppsMobileAppItemRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the macOSLobApp object.
+// ToGetRequestInformation read properties and relationships of the macOSOfficeSuiteApp object.
func (m *MobileAppsMobileAppItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -221,7 +221,7 @@ func (m *MobileAppsMobileAppItemRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a macOSMicrosoftEdgeApp object.
+// ToPatchRequestInformation update the properties of a windowsAppX object.
func (m *MobileAppsMobileAppItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsMobileAppItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/mobile_apps_request_builder.go b/deviceappmanagement/mobile_apps_request_builder.go
index 1d59fff32ef..5074866d76e 100644
--- a/deviceappmanagement/mobile_apps_request_builder.go
+++ b/deviceappmanagement/mobile_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type MobileAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MobileAppsRequestBuilderGetQueryParameters list properties and relationships of the managedAndroidStoreApp objects.
+// MobileAppsRequestBuilderGetQueryParameters list properties and relationships of the mobileApp objects.
type MobileAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewMobileAppsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *MobileAppsRequestBuilder) Count()(*MobileAppsCountRequestBuilder) {
return NewMobileAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the managedAndroidStoreApp objects.
+// Get list properties and relationships of the mobileApp objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-mobileapp-list?view=graph-rest-1.0
func (m *MobileAppsRequestBuilder) Get(ctx context.Context, requestConfiguration *MobileAppsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -160,10 +160,10 @@ func (m *MobileAppsRequestBuilder) GraphWindowsUniversalAppX()(*MobileAppsGraphW
func (m *MobileAppsRequestBuilder) GraphWindowsWebApp()(*MobileAppsGraphWindowsWebAppRequestBuilder) {
return NewMobileAppsGraphWindowsWebAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new androidStoreApp object.
+// Post create a new windowsMicrosoftEdgeApp object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-create?view=graph-rest-1.0
func (m *MobileAppsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -182,7 +182,7 @@ func (m *MobileAppsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable), nil
}
-// ToGetRequestInformation list properties and relationships of the managedAndroidStoreApp objects.
+// ToGetRequestInformation list properties and relationships of the mobileApp objects.
func (m *MobileAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MobileAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -198,7 +198,7 @@ func (m *MobileAppsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new androidStoreApp object.
+// ToPostRequestInformation create a new windowsMicrosoftEdgeApp object.
func (m *MobileAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceappmanagement/targeted_managed_app_configurations_item_assign_post_request_body.go b/deviceappmanagement/targeted_managed_app_configurations_item_assign_post_request_body.go
index 3dd7c65fbab..6b5efcb85d0 100644
--- a/deviceappmanagement/targeted_managed_app_configurations_item_assign_post_request_body.go
+++ b/deviceappmanagement/targeted_managed_app_configurations_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewTargetedManagedAppConfigurationsItemAssignPostRequestBody()(*TargetedMan
func CreateTargetedManagedAppConfigurationsItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTargetedManagedAppConfigurationsItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) GetAssignmen
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) SetAssignmen
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TargetedManagedAppConfigurationsItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/deviceappmanagement/targeted_managed_app_configurations_item_target_apps_post_request_body.go b/deviceappmanagement/targeted_managed_app_configurations_item_target_apps_post_request_body.go
index ae7dd108f0c..4f1ed4708cd 100644
--- a/deviceappmanagement/targeted_managed_app_configurations_item_target_apps_post_request_body.go
+++ b/deviceappmanagement/targeted_managed_app_configurations_item_target_apps_post_request_body.go
@@ -23,7 +23,7 @@ func NewTargetedManagedAppConfigurationsItemTargetAppsPostRequestBody()(*Targete
func CreateTargetedManagedAppConfigurationsItemTargetAppsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTargetedManagedAppConfigurationsItemTargetAppsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) GetApps(
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -121,7 +121,7 @@ func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -142,7 +142,7 @@ func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) SetApps(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TargetedManagedAppConfigurationsItemTargetAppsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_get_response.go b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_get_response.go
index 91f1c7ffdd9..25173f2251d 100644
--- a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_get_response.go
+++ b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_get_response.go
@@ -22,7 +22,7 @@ func NewApplePushNotificationCertificateDownloadApplePushNotificationCertificate
func CreateApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificat
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go b/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go
index 6a4f75c5e48..17418e3ef78 100644
--- a/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go
+++ b/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go
@@ -62,10 +62,10 @@ func NewDeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewDeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a macOSCompliancePolicy.
+// Delete deletes a windows10MobileCompliancePolicy.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -115,10 +115,10 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable), nil
}
-// Patch update the properties of a androidWorkProfileCompliancePolicy object.
+// Patch update the properties of a macOSCompliancePolicy object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -145,7 +145,7 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Sched
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ScheduledActionsForRule()(*DeviceCompliancePoliciesItemScheduledActionsForRuleRequestBuilder) {
return NewDeviceCompliancePoliciesItemScheduledActionsForRuleRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes a macOSCompliancePolicy.
+// ToDeleteRequestInformation deletes a windows10MobileCompliancePolicy.
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -173,7 +173,7 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a androidWorkProfileCompliancePolicy object.
+// ToPatchRequestInformation update the properties of a macOSCompliancePolicy object.
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/device_compliance_policies_item_assign_post_request_body.go b/devicemanagement/device_compliance_policies_item_assign_post_request_body.go
index bfb78bf6c78..75ffe6dfb04 100644
--- a/devicemanagement/device_compliance_policies_item_assign_post_request_body.go
+++ b/devicemanagement/device_compliance_policies_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewDeviceCompliancePoliciesItemAssignPostRequestBody()(*DeviceCompliancePol
func CreateDeviceCompliancePoliciesItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceCompliancePoliciesItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) GetAssignments()([]i
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) SetAssignments(value
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceCompliancePoliciesItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_compliance_policies_item_schedule_actions_for_rules_post_request_body.go b/devicemanagement/device_compliance_policies_item_schedule_actions_for_rules_post_request_body.go
index 9d3b48a72fd..28b5d8fefee 100644
--- a/devicemanagement/device_compliance_policies_item_schedule_actions_for_rules_post_request_body.go
+++ b/devicemanagement/device_compliance_policies_item_schedule_actions_for_rules_post_request_body.go
@@ -23,7 +23,7 @@ func NewDeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody()(*De
func CreateDeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *DeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *DeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceCompliancePoliciesItemScheduleActionsForRulesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_compliance_policies_request_builder.go b/devicemanagement/device_compliance_policies_request_builder.go
index ff0b85c9859..667d05e2719 100644
--- a/devicemanagement/device_compliance_policies_request_builder.go
+++ b/devicemanagement/device_compliance_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeviceCompliancePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeviceCompliancePoliciesRequestBuilderGetQueryParameters list properties and relationships of the iosCompliancePolicy objects.
+// DeviceCompliancePoliciesRequestBuilderGetQueryParameters list properties and relationships of the windows10MobileCompliancePolicy objects.
type DeviceCompliancePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewDeviceCompliancePoliciesRequestBuilder(rawUrl string, requestAdapter i2a
func (m *DeviceCompliancePoliciesRequestBuilder) Count()(*DeviceCompliancePoliciesCountRequestBuilder) {
return NewDeviceCompliancePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the iosCompliancePolicy objects.
+// Get list properties and relationships of the windows10MobileCompliancePolicy objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-list?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -96,10 +96,10 @@ func (m *DeviceCompliancePoliciesRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyCollectionResponseable), nil
}
-// Post create a new iosCompliancePolicy object.
+// Post create a new macOSCompliancePolicy object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -118,7 +118,7 @@ func (m *DeviceCompliancePoliciesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable), nil
}
-// ToGetRequestInformation list properties and relationships of the iosCompliancePolicy objects.
+// ToGetRequestInformation list properties and relationships of the windows10MobileCompliancePolicy objects.
func (m *DeviceCompliancePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DeviceCompliancePoliciesRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new iosCompliancePolicy object.
+// ToPostRequestInformation create a new macOSCompliancePolicy object.
func (m *DeviceCompliancePoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/device_configurations_device_configuration_item_request_builder.go b/devicemanagement/device_configurations_device_configuration_item_request_builder.go
index 425e4b0a570..85b69d532b2 100644
--- a/devicemanagement/device_configurations_device_configuration_item_request_builder.go
+++ b/devicemanagement/device_configurations_device_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type DeviceConfigurationsDeviceConfigurationItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the iosGeneralDeviceConfiguration object.
+// DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the appleDeviceFeaturesConfigurationBase object.
type DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,10 +62,10 @@ func NewDeviceConfigurationsDeviceConfigurationItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewDeviceConfigurationsDeviceConfigurationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a windows10EndpointProtectionConfiguration.
+// Delete deletes a macOSCustomConfiguration.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-delete?view=graph-rest-1.0
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,10 +93,10 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) DeviceStatus
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) DeviceStatusOverview()(*DeviceConfigurationsItemDeviceStatusOverviewRequestBuilder) {
return NewDeviceConfigurationsItemDeviceStatusOverviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read properties and relationships of the iosGeneralDeviceConfiguration object.
+// Get read properties and relationships of the appleDeviceFeaturesConfigurationBase object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get?view=graph-rest-1.0
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,10 +119,10 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Get(ctx cont
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) GetOmaSettingPlainTextValueWithSecretReferenceValueId(secretReferenceValueId *string)(*DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder) {
return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, secretReferenceValueId)
}
-// Patch update the properties of a androidCustomConfiguration object.
+// Patch update the properties of a macOSCustomConfiguration object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-update?view=graph-rest-1.0
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable), nil
}
-// ToDeleteRequestInformation deletes a windows10EndpointProtectionConfiguration.
+// ToDeleteRequestInformation deletes a macOSCustomConfiguration.
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the iosGeneralDeviceConfiguration object.
+// ToGetRequestInformation read properties and relationships of the appleDeviceFeaturesConfigurationBase object.
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -169,7 +169,7 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a androidCustomConfiguration object.
+// ToPatchRequestInformation update the properties of a macOSCustomConfiguration object.
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/device_configurations_item_assign_post_request_body.go b/devicemanagement/device_configurations_item_assign_post_request_body.go
index 1d31db3d46a..8e390dfa91a 100644
--- a/devicemanagement/device_configurations_item_assign_post_request_body.go
+++ b/devicemanagement/device_configurations_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewDeviceConfigurationsItemAssignPostRequestBody()(*DeviceConfigurationsIte
func CreateDeviceConfigurationsItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceConfigurationsItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceConfigurationsItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *DeviceConfigurationsItemAssignPostRequestBody) GetAssignments()([]iadcd
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceConfigurationsItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,7 +93,7 @@ func (m *DeviceConfigurationsItemAssignPostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceConfigurationsItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -107,7 +107,7 @@ func (m *DeviceConfigurationsItemAssignPostRequestBody) SetAssignments(value []i
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceConfigurationsItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_get_response.go b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_get_response.go
index 291e19902df..60c5181193b 100644
--- a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_get_response.go
+++ b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_get_response.go
@@ -22,7 +22,7 @@ func NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceVa
func CreateDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceV
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceV
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_configurations_request_builder.go b/devicemanagement/device_configurations_request_builder.go
index 50a4ab2ae66..74f3267ba98 100644
--- a/devicemanagement/device_configurations_request_builder.go
+++ b/devicemanagement/device_configurations_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeviceConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeviceConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the iosCertificateProfile objects.
+// DeviceConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the windows10EndpointProtectionConfiguration objects.
type DeviceConfigurationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewDeviceConfigurationsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *DeviceConfigurationsRequestBuilder) Count()(*DeviceConfigurationsCountRequestBuilder) {
return NewDeviceConfigurationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the iosCertificateProfile objects.
+// Get list properties and relationships of the windows10EndpointProtectionConfiguration objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list?view=graph-rest-1.0
func (m *DeviceConfigurationsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -96,10 +96,10 @@ func (m *DeviceConfigurationsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationCollectionResponseable), nil
}
-// Post create a new macOSCustomConfiguration object.
+// Post create a new windows10GeneralConfiguration object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-create?view=graph-rest-1.0
func (m *DeviceConfigurationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -118,7 +118,7 @@ func (m *DeviceConfigurationsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable), nil
}
-// ToGetRequestInformation list properties and relationships of the iosCertificateProfile objects.
+// ToGetRequestInformation list properties and relationships of the windows10EndpointProtectionConfiguration objects.
func (m *DeviceConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceConfigurationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DeviceConfigurationsRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new macOSCustomConfiguration object.
+// ToPostRequestInformation create a new windows10GeneralConfiguration object.
func (m *DeviceConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go b/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go
index de0387b2ab0..7326242b079 100644
--- a/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go
+++ b/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the deviceEnrollmentConfiguration object.
+// DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the deviceEnrollmentLimitConfiguration object.
type DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,10 +62,10 @@ func NewDeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBu
urlParams["request-raw-url"] = rawUrl
return NewDeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
+// Delete deletes a deviceEnrollmentLimitConfiguration.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -81,10 +81,10 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
}
return nil
}
-// Get read properties and relationships of the deviceEnrollmentConfiguration object.
+// Get read properties and relationships of the deviceEnrollmentLimitConfiguration object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -103,10 +103,10 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable), nil
}
-// Patch update the properties of a deviceEnrollmentLimitConfiguration object.
+// Patch update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -129,7 +129,7 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) SetPriority()(*DeviceEnrollmentConfigurationsItemSetPriorityRequestBuilder) {
return NewDeviceEnrollmentConfigurationsItemSetPriorityRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
+// ToDeleteRequestInformation deletes a deviceEnrollmentLimitConfiguration.
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the deviceEnrollmentConfiguration object.
+// ToGetRequestInformation read properties and relationships of the deviceEnrollmentLimitConfiguration object.
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a deviceEnrollmentLimitConfiguration object.
+// ToPatchRequestInformation update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/device_enrollment_configurations_item_assign_post_request_body.go b/devicemanagement/device_enrollment_configurations_item_assign_post_request_body.go
index d6681d63937..f32edca1684 100644
--- a/devicemanagement/device_enrollment_configurations_item_assign_post_request_body.go
+++ b/devicemanagement/device_enrollment_configurations_item_assign_post_request_body.go
@@ -23,7 +23,7 @@ func NewDeviceEnrollmentConfigurationsItemAssignPostRequestBody()(*DeviceEnrollm
func CreateDeviceEnrollmentConfigurationsItemAssignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceEnrollmentConfigurationsItemAssignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceEnrollmentConfigurationsItemAssignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *DeviceEnrollmentConfigurationsItemAssignPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceEnrollmentConfigurationsItemAssignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *DeviceEnrollmentConfigurationsItemAssignPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceEnrollmentConfigurationsItemAssignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceEnrollmentConfigurationsItemAssignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_enrollment_configurations_item_set_priority_post_request_body.go b/devicemanagement/device_enrollment_configurations_item_set_priority_post_request_body.go
index aa12aa4d8ae..522c9d3fb51 100644
--- a/devicemanagement/device_enrollment_configurations_item_set_priority_post_request_body.go
+++ b/devicemanagement/device_enrollment_configurations_item_set_priority_post_request_body.go
@@ -22,7 +22,7 @@ func NewDeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody()(*DeviceEn
func CreateDeviceEnrollmentConfigurationsItemSetPriorityPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceEnrollmentConfigurationsItemSetPriorityPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/device_enrollment_configurations_request_builder.go b/devicemanagement/device_enrollment_configurations_request_builder.go
index 04627114b74..38f9a3d2a05 100644
--- a/devicemanagement/device_enrollment_configurations_request_builder.go
+++ b/devicemanagement/device_enrollment_configurations_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeviceEnrollmentConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+// DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
type DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewDeviceEnrollmentConfigurationsRequestBuilder(rawUrl string, requestAdapt
func (m *DeviceEnrollmentConfigurationsRequestBuilder) Count()(*DeviceEnrollmentConfigurationsCountRequestBuilder) {
return NewDeviceEnrollmentConfigurationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+// Get list properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -96,10 +96,10 @@ func (m *DeviceEnrollmentConfigurationsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationCollectionResponseable), nil
}
-// Post create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
+// Post create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, requestConfiguration *DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -118,7 +118,7 @@ func (m *DeviceEnrollmentConfigurationsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable), nil
}
-// ToGetRequestInformation list properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+// ToGetRequestInformation list properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
func (m *DeviceEnrollmentConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DeviceEnrollmentConfigurationsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
+// ToPostRequestInformation create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
func (m *DeviceEnrollmentConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, requestConfiguration *DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/device_management_request_builder.go b/devicemanagement/device_management_request_builder.go
index c5cfb84fc12..72967b2c39d 100644
--- a/devicemanagement/device_management_request_builder.go
+++ b/devicemanagement/device_management_request_builder.go
@@ -106,7 +106,7 @@ func (m *DeviceManagementRequestBuilder) ExchangeConnectors()(*ExchangeConnector
// Get read properties and relationships of the deviceManagement object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-devices-devicemanagement-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0
func (m *DeviceManagementRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceManagementRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -160,7 +160,7 @@ func (m *DeviceManagementRequestBuilder) NotificationMessageTemplates()(*Notific
// Patch update the properties of a deviceManagement object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0
func (m *DeviceManagementRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementable, requestConfiguration *DeviceManagementRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/devicemanagement/exchange_connectors_item_sync_post_request_body.go b/devicemanagement/exchange_connectors_item_sync_post_request_body.go
index 3899af4006c..d4719855456 100644
--- a/devicemanagement/exchange_connectors_item_sync_post_request_body.go
+++ b/devicemanagement/exchange_connectors_item_sync_post_request_body.go
@@ -23,7 +23,7 @@ func NewExchangeConnectorsItemSyncPostRequestBody()(*ExchangeConnectorsItemSyncP
func CreateExchangeConnectorsItemSyncPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExchangeConnectorsItemSyncPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExchangeConnectorsItemSyncPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ExchangeConnectorsItemSyncPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExchangeConnectorsItemSyncPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -82,14 +82,14 @@ func (m *ExchangeConnectorsItemSyncPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExchangeConnectorsItemSyncPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExchangeConnectorsItemSyncPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/imported_windows_autopilot_device_identities_import_post_request_body.go b/devicemanagement/imported_windows_autopilot_device_identities_import_post_request_body.go
index 9b7dda977c8..773ddb2a908 100644
--- a/devicemanagement/imported_windows_autopilot_device_identities_import_post_request_body.go
+++ b/devicemanagement/imported_windows_autopilot_device_identities_import_post_request_body.go
@@ -23,7 +23,7 @@ func NewImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody()(*Importe
func CreateImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ImportedWindowsAutopilotDeviceIdentitiesImportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/managed_devices_item_clean_windows_device_post_request_body.go b/devicemanagement/managed_devices_item_clean_windows_device_post_request_body.go
index 897763b10ed..aec35b7e086 100644
--- a/devicemanagement/managed_devices_item_clean_windows_device_post_request_body.go
+++ b/devicemanagement/managed_devices_item_clean_windows_device_post_request_body.go
@@ -22,7 +22,7 @@ func NewManagedDevicesItemCleanWindowsDevicePostRequestBody()(*ManagedDevicesIte
func CreateManagedDevicesItemCleanWindowsDevicePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemCleanWindowsDevicePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemCleanWindowsDevicePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedDevicesItemCleanWindowsDevicePostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemCleanWindowsDevicePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ManagedDevicesItemCleanWindowsDevicePostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemCleanWindowsDevicePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemCleanWindowsDevicePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go b/devicemanagement/managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go
index f16751048b8..83ddcc6cad7 100644
--- a/devicemanagement/managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go
+++ b/devicemanagement/managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go
@@ -22,7 +22,7 @@ func NewManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody()(*Mana
func CreateManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_post_response.go b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_post_response.go
index aa994c70bff..adf0f5e5fe3 100644
--- a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_post_response.go
+++ b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_post_response.go
@@ -22,7 +22,7 @@ func NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse
func CreateManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostRespons
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostRespons
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/managed_devices_item_update_windows_device_account_post_request_body.go b/devicemanagement/managed_devices_item_update_windows_device_account_post_request_body.go
index 8487ba7cab8..f7c7020d721 100644
--- a/devicemanagement/managed_devices_item_update_windows_device_account_post_request_body.go
+++ b/devicemanagement/managed_devices_item_update_windows_device_account_post_request_body.go
@@ -23,7 +23,7 @@ func NewManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody()(*ManagedDe
func CreateManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/managed_devices_item_windows_defender_scan_post_request_body.go b/devicemanagement/managed_devices_item_windows_defender_scan_post_request_body.go
index 7a0f3fab5d2..1d05721baeb 100644
--- a/devicemanagement/managed_devices_item_windows_defender_scan_post_request_body.go
+++ b/devicemanagement/managed_devices_item_windows_defender_scan_post_request_body.go
@@ -22,7 +22,7 @@ func NewManagedDevicesItemWindowsDefenderScanPostRequestBody()(*ManagedDevicesIt
func CreateManagedDevicesItemWindowsDefenderScanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemWindowsDefenderScanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemWindowsDefenderScanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedDevicesItemWindowsDefenderScanPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemWindowsDefenderScanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ManagedDevicesItemWindowsDefenderScanPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemWindowsDefenderScanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemWindowsDefenderScanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/managed_devices_item_wipe_post_request_body.go b/devicemanagement/managed_devices_item_wipe_post_request_body.go
index 0655bb1c42f..ceb17ee6e99 100644
--- a/devicemanagement/managed_devices_item_wipe_post_request_body.go
+++ b/devicemanagement/managed_devices_item_wipe_post_request_body.go
@@ -22,7 +22,7 @@ func NewManagedDevicesItemWipePostRequestBody()(*ManagedDevicesItemWipePostReque
func CreateManagedDevicesItemWipePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemWipePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemWipePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedDevicesItemWipePostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemWipePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ManagedDevicesItemWipePostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedDevicesItemWipePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedDevicesItemWipePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_cached_report_post_request_body.go b/devicemanagement/reports_get_cached_report_post_request_body.go
index c4c01d04868..506c2fafc2b 100644
--- a/devicemanagement/reports_get_cached_report_post_request_body.go
+++ b/devicemanagement/reports_get_cached_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetCachedReportPostRequestBody()(*ReportsGetCachedReportPostReque
func CreateReportsGetCachedReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetCachedReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetCachedReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetCachedReportPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetCachedReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -260,14 +260,14 @@ func (m *ReportsGetCachedReportPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetCachedReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetCachedReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_compliance_policy_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_compliance_policy_non_compliance_report_post_request_body.go
index b0055a6ee35..863a54e8810 100644
--- a/devicemanagement/reports_get_compliance_policy_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_compliance_policy_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetCompliancePolicyNonComplianceReportPostRequestBody()(*ReportsG
func CreateReportsGetCompliancePolicyNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetCompliancePolicyNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetCompliancePolicyNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetCompliancePolicyNonComplianceReportPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetCompliancePolicyNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetCompliancePolicyNonComplianceReportPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetCompliancePolicyNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetCompliancePolicyNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_compliance_policy_non_compliance_summary_report_post_request_body.go b/devicemanagement/reports_get_compliance_policy_non_compliance_summary_report_post_request_body.go
index 3351dd4398d..e779dba6f40 100644
--- a/devicemanagement/reports_get_compliance_policy_non_compliance_summary_report_post_request_body.go
+++ b/devicemanagement/reports_get_compliance_policy_non_compliance_summary_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody()(*R
func CreateReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetCompliancePolicyNonComplianceSummaryReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_compliance_setting_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_compliance_setting_non_compliance_report_post_request_body.go
index 9cc206aa9cf..3b7fb71fef5 100644
--- a/devicemanagement/reports_get_compliance_setting_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_compliance_setting_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetComplianceSettingNonComplianceReportPostRequestBody()(*Reports
func CreateReportsGetComplianceSettingNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetComplianceSettingNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetComplianceSettingNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetComplianceSettingNonComplianceReportPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetComplianceSettingNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetComplianceSettingNonComplianceReportPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetComplianceSettingNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetComplianceSettingNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_configuration_policy_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_configuration_policy_non_compliance_report_post_request_body.go
index afa71c606ec..3c922dfdde2 100644
--- a/devicemanagement/reports_get_configuration_policy_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_configuration_policy_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetConfigurationPolicyNonComplianceReportPostRequestBody()(*Repor
func CreateReportsGetConfigurationPolicyNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetConfigurationPolicyNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetConfigurationPolicyNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetConfigurationPolicyNonComplianceReportPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetConfigurationPolicyNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetConfigurationPolicyNonComplianceReportPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetConfigurationPolicyNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetConfigurationPolicyNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_configuration_policy_non_compliance_summary_report_post_request_body.go b/devicemanagement/reports_get_configuration_policy_non_compliance_summary_report_post_request_body.go
index d25bcd607b5..99b9370f490 100644
--- a/devicemanagement/reports_get_configuration_policy_non_compliance_summary_report_post_request_body.go
+++ b/devicemanagement/reports_get_configuration_policy_non_compliance_summary_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody()
func CreateReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetConfigurationPolicyNonComplianceSummaryReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_configuration_setting_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_configuration_setting_non_compliance_report_post_request_body.go
index 25163ffaa54..653341d7d42 100644
--- a/devicemanagement/reports_get_configuration_setting_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_configuration_setting_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetConfigurationSettingNonComplianceReportPostRequestBody()(*Repo
func CreateReportsGetConfigurationSettingNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetConfigurationSettingNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetConfigurationSettingNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetConfigurationSettingNonComplianceReportPostRequestBody) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetConfigurationSettingNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetConfigurationSettingNonComplianceReportPostRequestBody) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetConfigurationSettingNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetConfigurationSettingNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_device_management_intent_per_setting_contributing_profiles_post_request_body.go b/devicemanagement/reports_get_device_management_intent_per_setting_contributing_profiles_post_request_body.go
index 3985a5ae109..e4b81996ae3 100644
--- a/devicemanagement/reports_get_device_management_intent_per_setting_contributing_profiles_post_request_body.go
+++ b/devicemanagement/reports_get_device_management_intent_per_setting_contributing_profiles_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetDeviceManagementIntentPerSettingContributingProfilesPostReques
func CreateReportsGetDeviceManagementIntentPerSettingContributingProfilesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetDeviceManagementIntentPerSettingContributingProfilesPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetDeviceManagementIntentPerSettingContributingProfilesPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_device_management_intent_settings_report_post_request_body.go b/devicemanagement/reports_get_device_management_intent_settings_report_post_request_body.go
index 41e41f5a679..f4b563f54c1 100644
--- a/devicemanagement/reports_get_device_management_intent_settings_report_post_request_body.go
+++ b/devicemanagement/reports_get_device_management_intent_settings_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetDeviceManagementIntentSettingsReportPostRequestBody()(*Reports
func CreateReportsGetDeviceManagementIntentSettingsReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetDeviceManagementIntentSettingsReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDeviceManagementIntentSettingsReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetDeviceManagementIntentSettingsReportPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetDeviceManagementIntentSettingsReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetDeviceManagementIntentSettingsReportPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDeviceManagementIntentSettingsReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetDeviceManagementIntentSettingsReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_device_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_device_non_compliance_report_post_request_body.go
index b6ab53de353..9e99fdcc7f7 100644
--- a/devicemanagement/reports_get_device_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_device_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetDeviceNonComplianceReportPostRequestBody()(*ReportsGetDeviceNo
func CreateReportsGetDeviceNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetDeviceNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDeviceNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetDeviceNonComplianceReportPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetDeviceNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetDeviceNonComplianceReportPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDeviceNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetDeviceNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_devices_without_compliance_policy_report_post_request_body.go b/devicemanagement/reports_get_devices_without_compliance_policy_report_post_request_body.go
index 8ef9dd9d427..6a8b86b8057 100644
--- a/devicemanagement/reports_get_devices_without_compliance_policy_report_post_request_body.go
+++ b/devicemanagement/reports_get_devices_without_compliance_policy_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody()(*Reports
func CreateReportsGetDevicesWithoutCompliancePolicyReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetDevicesWithoutCompliancePolicyReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_historical_report_post_request_body.go b/devicemanagement/reports_get_historical_report_post_request_body.go
index 496f8aec861..d79f9a6a998 100644
--- a/devicemanagement/reports_get_historical_report_post_request_body.go
+++ b/devicemanagement/reports_get_historical_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetHistoricalReportPostRequestBody()(*ReportsGetHistoricalReportP
func CreateReportsGetHistoricalReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetHistoricalReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetHistoricalReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetHistoricalReportPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetHistoricalReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -287,14 +287,14 @@ func (m *ReportsGetHistoricalReportPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetHistoricalReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetHistoricalReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_noncompliant_devices_and_settings_report_post_request_body.go b/devicemanagement/reports_get_noncompliant_devices_and_settings_report_post_request_body.go
index 440f0566480..27785f356fe 100644
--- a/devicemanagement/reports_get_noncompliant_devices_and_settings_report_post_request_body.go
+++ b/devicemanagement/reports_get_noncompliant_devices_and_settings_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody()(*Reports
func CreateReportsGetNoncompliantDevicesAndSettingsReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetNoncompliantDevicesAndSettingsReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_policy_non_compliance_metadata_post_request_body.go b/devicemanagement/reports_get_policy_non_compliance_metadata_post_request_body.go
index 402997c6cad..9fbe2786b58 100644
--- a/devicemanagement/reports_get_policy_non_compliance_metadata_post_request_body.go
+++ b/devicemanagement/reports_get_policy_non_compliance_metadata_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetPolicyNonComplianceMetadataPostRequestBody()(*ReportsGetPolicy
func CreateReportsGetPolicyNonComplianceMetadataPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetPolicyNonComplianceMetadataPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetPolicyNonComplianceMetadataPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetPolicyNonComplianceMetadataPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetPolicyNonComplianceMetadataPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetPolicyNonComplianceMetadataPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetPolicyNonComplianceMetadataPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetPolicyNonComplianceMetadataPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_policy_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_policy_non_compliance_report_post_request_body.go
index 5b53a55006c..cc0097ada0f 100644
--- a/devicemanagement/reports_get_policy_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_policy_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetPolicyNonComplianceReportPostRequestBody()(*ReportsGetPolicyNo
func CreateReportsGetPolicyNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetPolicyNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetPolicyNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetPolicyNonComplianceReportPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetPolicyNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetPolicyNonComplianceReportPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetPolicyNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetPolicyNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_policy_non_compliance_summary_report_post_request_body.go b/devicemanagement/reports_get_policy_non_compliance_summary_report_post_request_body.go
index b9a090fb554..8e4aa6fbe45 100644
--- a/devicemanagement/reports_get_policy_non_compliance_summary_report_post_request_body.go
+++ b/devicemanagement/reports_get_policy_non_compliance_summary_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetPolicyNonComplianceSummaryReportPostRequestBody()(*ReportsGetP
func CreateReportsGetPolicyNonComplianceSummaryReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetPolicyNonComplianceSummaryReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetPolicyNonComplianceSummaryReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetPolicyNonComplianceSummaryReportPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetPolicyNonComplianceSummaryReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetPolicyNonComplianceSummaryReportPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetPolicyNonComplianceSummaryReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetPolicyNonComplianceSummaryReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_report_filters_post_request_body.go b/devicemanagement/reports_get_report_filters_post_request_body.go
index 5a88db4e1c1..d809708bb0b 100644
--- a/devicemanagement/reports_get_report_filters_post_request_body.go
+++ b/devicemanagement/reports_get_report_filters_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetReportFiltersPostRequestBody()(*ReportsGetReportFiltersPostReq
func CreateReportsGetReportFiltersPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetReportFiltersPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetReportFiltersPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetReportFiltersPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetReportFiltersPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetReportFiltersPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetReportFiltersPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetReportFiltersPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/reports_get_setting_non_compliance_report_post_request_body.go b/devicemanagement/reports_get_setting_non_compliance_report_post_request_body.go
index f1d77c0fe5a..35842005495 100644
--- a/devicemanagement/reports_get_setting_non_compliance_report_post_request_body.go
+++ b/devicemanagement/reports_get_setting_non_compliance_report_post_request_body.go
@@ -22,7 +22,7 @@ func NewReportsGetSettingNonComplianceReportPostRequestBody()(*ReportsGetSetting
func CreateReportsGetSettingNonComplianceReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportsGetSettingNonComplianceReportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetSettingNonComplianceReportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReportsGetSettingNonComplianceReportPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportsGetSettingNonComplianceReportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -314,14 +314,14 @@ func (m *ReportsGetSettingNonComplianceReportPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportsGetSettingNonComplianceReportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportsGetSettingNonComplianceReportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/role_definitions_role_definition_item_request_builder.go b/devicemanagement/role_definitions_role_definition_item_request_builder.go
index c79b5b2d36d..f92e42e4e5a 100644
--- a/devicemanagement/role_definitions_role_definition_item_request_builder.go
+++ b/devicemanagement/role_definitions_role_definition_item_request_builder.go
@@ -54,10 +54,10 @@ func NewRoleDefinitionsRoleDefinitionItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewRoleDefinitionsRoleDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a deviceAndAppManagementRoleDefinition.
+// Delete deletes a roleDefinition.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0
func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *RoleDefinitionsRoleDefinitionItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -95,10 +95,10 @@ func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoleDefinitionable), nil
}
-// Patch update the properties of a deviceAndAppManagementRoleDefinition object.
+// Patch update the properties of a roleDefinition object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0
func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoleDefinitionable, requestConfiguration *RoleDefinitionsRoleDefinitionItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoleDefinitionable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -121,7 +121,7 @@ func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) Patch(ctx context.Cont
func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) RoleAssignments()(*RoleDefinitionsItemRoleAssignmentsRequestBuilder) {
return NewRoleDefinitionsItemRoleAssignmentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes a deviceAndAppManagementRoleDefinition.
+// ToDeleteRequestInformation deletes a roleDefinition.
func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *RoleDefinitionsRoleDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a deviceAndAppManagementRoleDefinition object.
+// ToPatchRequestInformation update the properties of a roleDefinition object.
func (m *RoleDefinitionsRoleDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoleDefinitionable, requestConfiguration *RoleDefinitionsRoleDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_get_response.go b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_get_response.go
index fb15da5ab6f..71d0c57e18e 100644
--- a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_get_response.go
+++ b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_get_response.go
@@ -22,7 +22,7 @@ func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse()(*VerifyW
func CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/windows_autopilot_device_identities_item_assign_user_to_device_post_request_body.go b/devicemanagement/windows_autopilot_device_identities_item_assign_user_to_device_post_request_body.go
index 5d5dfb68046..45a7cdb3f8c 100644
--- a/devicemanagement/windows_autopilot_device_identities_item_assign_user_to_device_post_request_body.go
+++ b/devicemanagement/windows_autopilot_device_identities_item_assign_user_to_device_post_request_body.go
@@ -22,7 +22,7 @@ func NewWindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody()(
func CreateWindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody)
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,7 +107,7 @@ func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -121,7 +121,7 @@ func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody)
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsAutopilotDeviceIdentitiesItemAssignUserToDevicePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devicemanagement/windows_autopilot_device_identities_item_update_device_properties_post_request_body.go b/devicemanagement/windows_autopilot_device_identities_item_update_device_properties_post_request_body.go
index 4d3644008c3..4d10f57be2f 100644
--- a/devicemanagement/windows_autopilot_device_identities_item_update_device_properties_post_request_body.go
+++ b/devicemanagement/windows_autopilot_device_identities_item_update_device_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewWindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBod
func CreateWindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBo
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBo
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsAutopilotDeviceIdentitiesItemUpdateDevicePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/device_item_request_builder.go b/devices/device_item_request_builder.go
index c2869a522cc..1fed200f341 100644
--- a/devices/device_item_request_builder.go
+++ b/devices/device_item_request_builder.go
@@ -18,7 +18,7 @@ type DeviceItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeviceItemRequestBuilderGetQueryParameters get the properties and relationships of a device object. This API is supported in the following national cloud deployments.
+// DeviceItemRequestBuilderGetQueryParameters get the properties and relationships of a device object. This API is available in the following national cloud deployments.
type DeviceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewDeviceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
urlParams["request-raw-url"] = rawUrl
return NewDeviceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a registered device. This API is supported in the following national cloud deployments.
+// Delete delete a registered device. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *DeviceItemRequestBuilder) Delete(ctx context.Context, requestConfigurat
func (m *DeviceItemRequestBuilder) Extensions()(*ItemExtensionsRequestBuilder) {
return NewItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the properties and relationships of a device object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a device object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *DeviceItemRequestBuilder) GetMemberObjects()(*ItemGetMemberObjectsReque
func (m *DeviceItemRequestBuilder) MemberOf()(*ItemMemberOfRequestBuilder) {
return NewItemMemberOfRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *DeviceItemRequestBuilder) RegisteredUsers()(*ItemRegisteredUsersRequest
func (m *DeviceItemRequestBuilder) Restore()(*ItemRestoreRequestBuilder) {
return NewItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a registered device. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a registered device. This API is available in the following national cloud deployments.
func (m *DeviceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *DeviceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a device object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a device object. This API is available in the following national cloud deployments.
func (m *DeviceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *DeviceItemRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *DeviceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Deviceable, requestConfiguration *DeviceItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/devices_request_builder.go b/devices/devices_request_builder.go
index 2818a6c6142..d3f89555b10 100644
--- a/devices/devices_request_builder.go
+++ b/devices/devices_request_builder.go
@@ -11,7 +11,7 @@ import (
type DevicesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DevicesRequestBuilderGetQueryParameters retrieve a list of device objects registered in the organization. This API is supported in the following national cloud deployments.
+// DevicesRequestBuilderGetQueryParameters retrieve a list of device objects registered in the organization. This API is available in the following national cloud deployments.
type DevicesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DevicesRequestBuilder) Count()(*CountRequestBuilder) {
func (m *DevicesRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of device objects registered in the organization. This API is supported in the following national cloud deployments.
+// Get retrieve a list of device objects registered in the organization. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0
@@ -108,7 +108,7 @@ func (m *DevicesRequestBuilder) GetAvailableExtensionProperties()(*GetAvailableE
func (m *DevicesRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
return NewGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create and register a new device in the organization. This API is supported in the following national cloud deployments.
+// Post create and register a new device in the organization. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *DevicesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Deviceable), nil
}
-// ToGetRequestInformation retrieve a list of device objects registered in the organization. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of device objects registered in the organization. This API is available in the following national cloud deployments.
func (m *DevicesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DevicesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *DevicesRequestBuilder) ToGetRequestInformation(ctx context.Context, req
}
return requestInfo, nil
}
-// ToPostRequestInformation create and register a new device in the organization. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create and register a new device in the organization. This API is available in the following national cloud deployments.
func (m *DevicesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Deviceable, requestConfiguration *DevicesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/get_available_extension_properties_post_request_body.go b/devices/get_available_extension_properties_post_request_body.go
index b4ddc9c6f23..b8254326859 100644
--- a/devices/get_available_extension_properties_post_request_body.go
+++ b/devices/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/get_available_extension_properties_request_builder.go b/devices/get_available_extension_properties_request_builder.go
index 6530b25f441..8cd6b96a3a2 100644
--- a/devices/get_available_extension_properties_request_builder.go
+++ b/devices/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/get_by_ids_post_request_body.go b/devices/get_by_ids_post_request_body.go
index b743613bf9a..3814c2d429e 100644
--- a/devices/get_by_ids_post_request_body.go
+++ b/devices/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/get_by_ids_request_builder.go b/devices/get_by_ids_request_builder.go
index 639f920bf3d..a94af97e6f9 100644
--- a/devices/get_by_ids_request_builder.go
+++ b/devices/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_check_member_groups_post_request_body.go b/devices/item_check_member_groups_post_request_body.go
index 795d94b1dbe..a24c7aa4ffc 100644
--- a/devices/item_check_member_groups_post_request_body.go
+++ b/devices/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/item_check_member_groups_request_builder.go b/devices/item_check_member_groups_request_builder.go
index d52c0432b15..ea5eebb17eb 100644
--- a/devices/item_check_member_groups_request_builder.go
+++ b/devices/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_check_member_objects_post_request_body.go b/devices/item_check_member_objects_post_request_body.go
index 2398c75f30b..3fe40535b10 100644
--- a/devices/item_check_member_objects_post_request_body.go
+++ b/devices/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/item_get_member_groups_post_request_body.go b/devices/item_get_member_groups_post_request_body.go
index dff4f091e84..65f942b1ab5 100644
--- a/devices/item_get_member_groups_post_request_body.go
+++ b/devices/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/item_get_member_groups_request_builder.go b/devices/item_get_member_groups_request_builder.go
index b339ed369d8..06e784b4001 100644
--- a/devices/item_get_member_groups_request_builder.go
+++ b/devices/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_get_member_objects_post_request_body.go b/devices/item_get_member_objects_post_request_body.go
index 54dab3f7d95..d5b20330117 100644
--- a/devices/item_get_member_objects_post_request_body.go
+++ b/devices/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/item_get_member_objects_request_builder.go b/devices/item_get_member_objects_request_builder.go
index e982eda9f3e..ae770ccc209 100644
--- a/devices/item_get_member_objects_request_builder.go
+++ b/devices/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_registered_owners_item_ref_request_builder.go b/devices/item_registered_owners_item_ref_request_builder.go
index e899a3bb671..ad0589a0b29 100644
--- a/devices/item_registered_owners_item_ref_request_builder.go
+++ b/devices/item_registered_owners_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemRegisteredOwnersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters remove a user as a registered owner of the device. This API is supported in the following national cloud deployments.
+// ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters remove a user as a registered owner of the device. This API is available in the following national cloud deployments.
type ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemRegisteredOwnersItemRefRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemRegisteredOwnersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a user as a registered owner of the device. This API is supported in the following national cloud deployments.
+// Delete remove a user as a registered owner of the device. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemRegisteredOwnersItemRefRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// ToDeleteRequestInformation remove a user as a registered owner of the device. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a user as a registered owner of the device. This API is available in the following national cloud deployments.
func (m *ItemRegisteredOwnersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemRegisteredOwnersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_registered_owners_ref_request_builder.go b/devices/item_registered_owners_ref_request_builder.go
index 2c8de422102..bd4c85e0fed 100644
--- a/devices/item_registered_owners_ref_request_builder.go
+++ b/devices/item_registered_owners_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemRegisteredOwnersRefRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add a user as a registered owner of the device. This API is supported in the following national cloud deployments.
+// Post add a user as a registered owner of the device. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemRegisteredOwnersRefRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation add a user as a registered owner of the device. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a user as a registered owner of the device. This API is available in the following national cloud deployments.
func (m *ItemRegisteredOwnersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemRegisteredOwnersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_registered_users_item_ref_request_builder.go b/devices/item_registered_users_item_ref_request_builder.go
index 26e69f3ded3..fb56fbd5abc 100644
--- a/devices/item_registered_users_item_ref_request_builder.go
+++ b/devices/item_registered_users_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemRegisteredUsersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemRegisteredUsersItemRefRequestBuilderDeleteQueryParameters remove a user as a registered user of the device. This API is supported in the following national cloud deployments.
+// ItemRegisteredUsersItemRefRequestBuilderDeleteQueryParameters remove a user as a registered user of the device. This API is available in the following national cloud deployments.
type ItemRegisteredUsersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemRegisteredUsersItemRefRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemRegisteredUsersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a user as a registered user of the device. This API is supported in the following national cloud deployments.
+// Delete remove a user as a registered user of the device. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemRegisteredUsersItemRefRequestBuilder) Delete(ctx context.Context, r
}
return nil
}
-// ToDeleteRequestInformation remove a user as a registered user of the device. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a user as a registered user of the device. This API is available in the following national cloud deployments.
func (m *ItemRegisteredUsersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemRegisteredUsersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_registered_users_ref_request_builder.go b/devices/item_registered_users_ref_request_builder.go
index b7bac032efd..9f3d1c51309 100644
--- a/devices/item_registered_users_ref_request_builder.go
+++ b/devices/item_registered_users_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemRegisteredUsersRefRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add a registered user for the device. This API is supported in the following national cloud deployments.
+// Post add a registered user for the device. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemRegisteredUsersRefRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation add a registered user for the device. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a registered user for the device. This API is available in the following national cloud deployments.
func (m *ItemRegisteredUsersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemRegisteredUsersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/item_restore_request_builder.go b/devices/item_restore_request_builder.go
index 022e0ec3470..794a8d47ceb 100644
--- a/devices/item_restore_request_builder.go
+++ b/devices/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/devices/validate_properties_post_request_body.go b/devices/validate_properties_post_request_body.go
index 56b315ea24e..0fbfc36f13a 100644
--- a/devices/validate_properties_post_request_body.go
+++ b/devices/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/devices/validate_properties_request_builder.go b/devices/validate_properties_request_builder.go
index 4de2fa0722d..c14f0d8b8c4 100644
--- a/devices/validate_properties_request_builder.go
+++ b/devices/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/deviceswithdeviceid/devices_with_device_id_request_builder.go b/deviceswithdeviceid/devices_with_device_id_request_builder.go
index e5744e1a097..23cf596bd96 100644
--- a/deviceswithdeviceid/devices_with_device_id_request_builder.go
+++ b/deviceswithdeviceid/devices_with_device_id_request_builder.go
@@ -18,7 +18,7 @@ type DevicesWithDeviceIdRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DevicesWithDeviceIdRequestBuilderGetQueryParameters get the properties and relationships of a device object. This API is supported in the following national cloud deployments.
+// DevicesWithDeviceIdRequestBuilderGetQueryParameters get the properties and relationships of a device object. This API is available in the following national cloud deployments.
type DevicesWithDeviceIdRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -57,7 +57,7 @@ func NewDevicesWithDeviceIdRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewDevicesWithDeviceIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
-// Delete delete a registered device. This API is supported in the following national cloud deployments.
+// Delete delete a registered device. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0
@@ -76,7 +76,7 @@ func (m *DevicesWithDeviceIdRequestBuilder) Delete(ctx context.Context, requestC
}
return nil
}
-// Get get the properties and relationships of a device object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a device object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *DevicesWithDeviceIdRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Deviceable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *DevicesWithDeviceIdRequestBuilder) Patch(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Deviceable), nil
}
-// ToDeleteRequestInformation delete a registered device. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a registered device. This API is available in the following national cloud deployments.
func (m *DevicesWithDeviceIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DevicesWithDeviceIdRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *DevicesWithDeviceIdRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a device object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a device object. This API is available in the following national cloud deployments.
func (m *DevicesWithDeviceIdRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DevicesWithDeviceIdRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -148,7 +148,7 @@ func (m *DevicesWithDeviceIdRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *DevicesWithDeviceIdRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Deviceable, requestConfiguration *DevicesWithDeviceIdRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/administrative_units_administrative_unit_item_request_builder.go b/directory/administrative_units_administrative_unit_item_request_builder.go
index 56b0bf15a3d..34716cda43d 100644
--- a/directory/administrative_units_administrative_unit_item_request_builder.go
+++ b/directory/administrative_units_administrative_unit_item_request_builder.go
@@ -18,7 +18,7 @@ type AdministrativeUnitsAdministrativeUnitItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AdministrativeUnitsAdministrativeUnitItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an administrativeUnit object. This API is supported in the following national cloud deployments.
+// AdministrativeUnitsAdministrativeUnitItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an administrativeUnit object. This API is available in the following national cloud deployments.
type AdministrativeUnitsAdministrativeUnitItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewAdministrativeUnitsAdministrativeUnitItemRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewAdministrativeUnitsAdministrativeUnitItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an administrativeUnit. This API is supported in the following national cloud deployments.
+// Delete delete an administrativeUnit. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) Delete(ctx con
func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) Extensions()(*AdministrativeUnitsItemExtensionsRequestBuilder) {
return NewAdministrativeUnitsItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of an administrativeUnit object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an administrativeUnit object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) Get(ctx contex
func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) Members()(*AdministrativeUnitsItemMembersRequestBuilder) {
return NewAdministrativeUnitsItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an administrativeUnit object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an administrativeUnit object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) Patch(ctx cont
func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) ScopedRoleMembers()(*AdministrativeUnitsItemScopedRoleMembersRequestBuilder) {
return NewAdministrativeUnitsItemScopedRoleMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete an administrativeUnit. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an administrativeUnit. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsAdministrativeUnitItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an administrativeUnit object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an administrativeUnit object. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsAdministrativeUnitItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an administrativeUnit object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an administrativeUnit object. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsAdministrativeUnitItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitable, requestConfiguration *AdministrativeUnitsAdministrativeUnitItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/administrative_units_item_members_item_ref_request_builder.go b/directory/administrative_units_item_members_item_ref_request_builder.go
index e699fab25b0..6ccdc0819aa 100644
--- a/directory/administrative_units_item_members_item_ref_request_builder.go
+++ b/directory/administrative_units_item_members_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type AdministrativeUnitsItemMembersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AdministrativeUnitsItemMembersItemRefRequestBuilderDeleteQueryParameters 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.
+// AdministrativeUnitsItemMembersItemRefRequestBuilderDeleteQueryParameters 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.
type AdministrativeUnitsItemMembersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewAdministrativeUnitsItemMembersItemRefRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewAdministrativeUnitsItemMembersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *AdministrativeUnitsItemMembersItemRefRequestBuilder) Delete(ctx context
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *AdministrativeUnitsItemMembersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsItemMembersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/administrative_units_item_scoped_role_members_request_builder.go b/directory/administrative_units_item_scoped_role_members_request_builder.go
index 0f22d6c2a0b..33f24796852 100644
--- a/directory/administrative_units_item_scoped_role_members_request_builder.go
+++ b/directory/administrative_units_item_scoped_role_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type AdministrativeUnitsItemScopedRoleMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AdministrativeUnitsItemScopedRoleMembersRequestBuilderGetQueryParameters list Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is supported in the following national cloud deployments.
+// AdministrativeUnitsItemScopedRoleMembersRequestBuilderGetQueryParameters list Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is available in the following national cloud deployments.
type AdministrativeUnitsItemScopedRoleMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAdministrativeUnitsItemScopedRoleMembersRequestBuilder(rawUrl string, re
func (m *AdministrativeUnitsItemScopedRoleMembersRequestBuilder) Count()(*AdministrativeUnitsItemScopedRoleMembersCountRequestBuilder) {
return NewAdministrativeUnitsItemScopedRoleMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is supported in the following national cloud deployments.
+// Get list Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AdministrativeUnitsItemScopedRoleMembersRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ScopedRoleMembershipCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *AdministrativeUnitsItemScopedRoleMembersRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ScopedRoleMembershipable), nil
}
-// ToGetRequestInformation list Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsItemScopedRoleMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsItemScopedRoleMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *AdministrativeUnitsItemScopedRoleMembersRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AdministrativeUnitsItemScopedRoleMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ScopedRoleMembershipable, requestConfiguration *AdministrativeUnitsItemScopedRoleMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/administrative_units_item_scoped_role_members_scoped_role_membership_item_request_builder.go b/directory/administrative_units_item_scoped_role_members_scoped_role_membership_item_request_builder.go
index df89083494b..b3ce4c7dd8c 100644
--- a/directory/administrative_units_item_scoped_role_members_scoped_role_membership_item_request_builder.go
+++ b/directory/administrative_units_item_scoped_role_members_scoped_role_membership_item_request_builder.go
@@ -18,7 +18,7 @@ type AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilderGetQueryParameters get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments.
+// AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilderGetQueryParameters get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments.
type AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewAdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestB
urlParams["request-raw-url"] = rawUrl
return NewAdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments.
+// Delete remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequest
}
return nil
}
-// Get get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments.
+// Get get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ScopedRoleMembershipable), nil
}
-// ToDeleteRequestInformation remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsItemScopedRoleMembersScopedRoleMembershipItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/administrative_units_request_builder.go b/directory/administrative_units_request_builder.go
index 4ccbb3c54f5..2458f715a14 100644
--- a/directory/administrative_units_request_builder.go
+++ b/directory/administrative_units_request_builder.go
@@ -11,7 +11,7 @@ import (
type AdministrativeUnitsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AdministrativeUnitsRequestBuilderGetQueryParameters retrieve a list of administrativeUnit objects. This API is supported in the following national cloud deployments.
+// AdministrativeUnitsRequestBuilderGetQueryParameters retrieve a list of administrativeUnit objects. This API is available in the following national cloud deployments.
type AdministrativeUnitsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AdministrativeUnitsRequestBuilder) Count()(*AdministrativeUnitsCountReq
func (m *AdministrativeUnitsRequestBuilder) Delta()(*AdministrativeUnitsDeltaRequestBuilder) {
return NewAdministrativeUnitsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of administrativeUnit objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of administrativeUnit objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *AdministrativeUnitsRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitCollectionResponseable), nil
}
-// Post use this API to create a new administrativeUnit. This API is supported in the following national cloud deployments.
+// Post use this API to create a new administrativeUnit. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *AdministrativeUnitsRequestBuilder) Post(ctx context.Context, body iadcd
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitable), nil
}
-// ToGetRequestInformation retrieve a list of administrativeUnit objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of administrativeUnit objects. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AdministrativeUnitsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *AdministrativeUnitsRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new administrativeUnit. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new administrativeUnit. This API is available in the following national cloud deployments.
func (m *AdministrativeUnitsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitable, requestConfiguration *AdministrativeUnitsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/attribute_sets_attribute_set_item_request_builder.go b/directory/attribute_sets_attribute_set_item_request_builder.go
index 71cb413244d..ee9b1f9b863 100644
--- a/directory/attribute_sets_attribute_set_item_request_builder.go
+++ b/directory/attribute_sets_attribute_set_item_request_builder.go
@@ -18,7 +18,7 @@ type AttributeSetsAttributeSetItemRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AttributeSetsAttributeSetItemRequestBuilderGetQueryParameters read the properties and relationships of an attributeSet object. This API is supported in the following national cloud deployments.
+// AttributeSetsAttributeSetItemRequestBuilderGetQueryParameters read the properties and relationships of an attributeSet object. This API is available in the following national cloud deployments.
type AttributeSetsAttributeSetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AttributeSetsAttributeSetItemRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// Get read the properties and relationships of an attributeSet object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an attributeSet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *AttributeSetsAttributeSetItemRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttributeSetable), nil
}
-// Patch update the properties of an attributeSet object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an attributeSet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *AttributeSetsAttributeSetItemRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an attributeSet object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an attributeSet object. This API is available in the following national cloud deployments.
func (m *AttributeSetsAttributeSetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttributeSetsAttributeSetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *AttributeSetsAttributeSetItemRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an attributeSet object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an attributeSet object. This API is available in the following national cloud deployments.
func (m *AttributeSetsAttributeSetItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttributeSetable, requestConfiguration *AttributeSetsAttributeSetItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/attribute_sets_request_builder.go b/directory/attribute_sets_request_builder.go
index cf4c2ec118f..f3cd69920ff 100644
--- a/directory/attribute_sets_request_builder.go
+++ b/directory/attribute_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type AttributeSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AttributeSetsRequestBuilderGetQueryParameters get a list of the attributeSet objects and their properties. This API is supported in the following national cloud deployments.
+// AttributeSetsRequestBuilderGetQueryParameters get a list of the attributeSet objects and their properties. This API is available in the following national cloud deployments.
type AttributeSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAttributeSetsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *AttributeSetsRequestBuilder) Count()(*AttributeSetsCountRequestBuilder) {
return NewAttributeSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the attributeSet objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the attributeSet objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AttributeSetsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttributeSetCollectionResponseable), nil
}
-// Post create a new attributeSet object. This API is supported in the following national cloud deployments.
+// Post create a new attributeSet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *AttributeSetsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttributeSetable), nil
}
-// ToGetRequestInformation get a list of the attributeSet objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the attributeSet objects and their properties. This API is available in the following national cloud deployments.
func (m *AttributeSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttributeSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *AttributeSetsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new attributeSet object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new attributeSet object. This API is available in the following national cloud deployments.
func (m *AttributeSetsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttributeSetable, requestConfiguration *AttributeSetsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/custom_security_attribute_definitions_custom_security_attribute_definition_item_request_builder.go b/directory/custom_security_attribute_definitions_custom_security_attribute_definition_item_request_builder.go
index e4d165eb37e..0187921804e 100644
--- a/directory/custom_security_attribute_definitions_custom_security_attribute_definition_item_request_builder.go
+++ b/directory/custom_security_attribute_definitions_custom_security_attribute_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters read the properties and relationships of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters read the properties and relationships of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
type CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItem
}
return nil
}
-// Get read the properties and relationships of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomSecurityAttributeDefinitionable), nil
}
-// Patch update the properties of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItem
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItem
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomSecurityAttributeDefinitionable, requestConfiguration *CustomSecurityAttributeDefinitionsCustomSecurityAttributeDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/custom_security_attribute_definitions_item_allowed_values_allowed_value_item_request_builder.go b/directory/custom_security_attribute_definitions_item_allowed_values_allowed_value_item_request_builder.go
index 19a7449d997..b5944427677 100644
--- a/directory/custom_security_attribute_definitions_item_allowed_values_allowed_value_item_request_builder.go
+++ b/directory/custom_security_attribute_definitions_item_allowed_values_allowed_value_item_request_builder.go
@@ -18,7 +18,7 @@ type CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilderGetQueryParameters read the properties and relationships of an allowedValue object. This API is supported in the following national cloud deployments.
+// CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilderGetQueryParameters read the properties and relationships of an allowedValue object. This API is available in the following national cloud deployments.
type CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequ
}
return nil
}
-// Get read the properties and relationships of an allowedValue object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an allowedValue object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AllowedValueable), nil
}
-// Patch update the properties of an allowedValue object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an allowedValue object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an allowedValue object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an allowedValue object. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an allowedValue object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an allowedValue object. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AllowedValueable, requestConfiguration *CustomSecurityAttributeDefinitionsItemAllowedValuesAllowedValueItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/custom_security_attribute_definitions_item_allowed_values_request_builder.go b/directory/custom_security_attribute_definitions_item_allowed_values_request_builder.go
index bb65c0e5827..09241dd7037 100644
--- a/directory/custom_security_attribute_definitions_item_allowed_values_request_builder.go
+++ b/directory/custom_security_attribute_definitions_item_allowed_values_request_builder.go
@@ -11,7 +11,7 @@ import (
type CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilderGetQueryParameters get a list of the allowedValue objects and their properties. This API is supported in the following national cloud deployments.
+// CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilderGetQueryParameters get a list of the allowedValue objects and their properties. This API is available in the following national cloud deployments.
type CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder(rawUrl
func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder) Count()(*CustomSecurityAttributeDefinitionsItemAllowedValuesCountRequestBuilder) {
return NewCustomSecurityAttributeDefinitionsItemAllowedValuesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the allowedValue objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the allowedValue objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AllowedValueCollectionResponseable), nil
}
-// Post create a new allowedValue object. This API is supported in the following national cloud deployments.
+// Post create a new allowedValue object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AllowedValueable), nil
}
-// ToGetRequestInformation get a list of the allowedValue objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the allowedValue objects and their properties. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new allowedValue object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new allowedValue object. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AllowedValueable, requestConfiguration *CustomSecurityAttributeDefinitionsItemAllowedValuesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/custom_security_attribute_definitions_request_builder.go b/directory/custom_security_attribute_definitions_request_builder.go
index 225f249dcf4..44bf4670ccc 100644
--- a/directory/custom_security_attribute_definitions_request_builder.go
+++ b/directory/custom_security_attribute_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type CustomSecurityAttributeDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters get a list of the customSecurityAttributeDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters get a list of the customSecurityAttributeDefinition objects and their properties. This API is available in the following national cloud deployments.
type CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCustomSecurityAttributeDefinitionsRequestBuilder(rawUrl string, requestA
func (m *CustomSecurityAttributeDefinitionsRequestBuilder) Count()(*CustomSecurityAttributeDefinitionsCountRequestBuilder) {
return NewCustomSecurityAttributeDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the customSecurityAttributeDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the customSecurityAttributeDefinition objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CustomSecurityAttributeDefinitionsRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomSecurityAttributeDefinitionCollectionResponseable), nil
}
-// Post create a new customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// Post create a new customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CustomSecurityAttributeDefinitionsRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomSecurityAttributeDefinitionable), nil
}
-// ToGetRequestInformation get a list of the customSecurityAttributeDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the customSecurityAttributeDefinition objects and their properties. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CustomSecurityAttributeDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CustomSecurityAttributeDefinitionsRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new customSecurityAttributeDefinition object. This API is available in the following national cloud deployments.
func (m *CustomSecurityAttributeDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomSecurityAttributeDefinitionable, requestConfiguration *CustomSecurityAttributeDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/deleted_items_directory_object_item_request_builder.go b/directory/deleted_items_directory_object_item_request_builder.go
index 769c51b7297..5086ea0e257 100644
--- a/directory/deleted_items_directory_object_item_request_builder.go
+++ b/directory/deleted_items_directory_object_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters 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.
+// DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters 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.
type DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -34,6 +34,14 @@ type DeletedItemsDirectoryObjectItemRequestBuilderGetRequestConfiguration struct
// Request query parameters
QueryParameters *DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters
}
+// CheckMemberGroups provides operations to call the checkMemberGroups method.
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) CheckMemberGroups()(*DeletedItemsItemCheckMemberGroupsRequestBuilder) {
+ return NewDeletedItemsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
+// CheckMemberObjects provides operations to call the checkMemberObjects method.
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) CheckMemberObjects()(*DeletedItemsItemCheckMemberObjectsRequestBuilder) {
+ return NewDeletedItemsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
// NewDeletedItemsDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func NewDeletedItemsDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsDirectoryObjectItemRequestBuilder) {
m := &DeletedItemsDirectoryObjectItemRequestBuilder{
@@ -47,7 +55,7 @@ func NewDeletedItemsDirectoryObjectItemRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewDeletedItemsDirectoryObjectItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0
@@ -66,7 +74,7 @@ func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0
@@ -88,6 +96,14 @@ func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
+// GetMemberGroups provides operations to call the getMemberGroups method.
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GetMemberGroups()(*DeletedItemsItemGetMemberGroupsRequestBuilder) {
+ return NewDeletedItemsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
+// GetMemberObjects provides operations to call the getMemberObjects method.
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GetMemberObjects()(*DeletedItemsItemGetMemberObjectsRequestBuilder) {
+ return NewDeletedItemsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
// GraphAdministrativeUnit casts the previous resource to administrativeUnit.
func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit()(*DeletedItemsItemGraphAdministrativeUnitRequestBuilder) {
return NewDeletedItemsItemGraphAdministrativeUnitRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
@@ -112,7 +128,11 @@ func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GraphServicePrincipal()(
func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GraphUser()(*DeletedItemsItemGraphUserRequestBuilder) {
return NewDeletedItemsItemGraphUserRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// Restore provides operations to call the restore method.
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Restore()(*DeletedItemsItemRestoreRequestBuilder) {
+ return NewDeletedItemsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
+// ToDeleteRequestInformation 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.
func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -124,7 +144,7 @@ func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_permission_grants_item_get_member_groups_post_request_body.go b/directory/deleted_items_get_available_extension_properties_post_request_body.go
similarity index 59%
rename from groups/item_team_permission_grants_item_get_member_groups_post_request_body.go
rename to directory/deleted_items_get_available_extension_properties_post_request_body.go
index d4a1aef7b24..a7f5c95b270 100644
--- a/groups/item_team_permission_grants_item_get_member_groups_post_request_body.go
+++ b/directory/deleted_items_get_available_extension_properties_post_request_body.go
@@ -1,29 +1,29 @@
-package groups
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody
-type ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody struct {
+// DeletedItemsGetAvailableExtensionPropertiesPostRequestBody
+type DeletedItemsGetAvailableExtensionPropertiesPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody instantiates a new ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody()(*ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) {
- m := &ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody{
+// NewDeletedItemsGetAvailableExtensionPropertiesPostRequestBody instantiates a new DeletedItemsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
+func NewDeletedItemsGetAvailableExtensionPropertiesPostRequestBody()(*DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) {
+ m := &DeletedItemsGetAvailableExtensionPropertiesPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody(), nil
+// CreateDeletedItemsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -34,28 +34,28 @@ func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
}
if val != nil {
- m.SetSecurityEnabledOnly(val)
+ m.SetIsSyncedFromOnPremises(val)
}
return nil
}
return res
}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
+// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
+ val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
if err != nil {
panic(err)
}
@@ -65,9 +65,9 @@ func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurity
return nil
}
// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
+ err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
if err != nil {
return err
}
@@ -80,31 +80,31 @@ func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
+// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
+ err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
if err != nil {
panic(err)
}
}
-// ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyable
-type ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyable interface {
+// DeletedItemsGetAvailableExtensionPropertiesPostRequestBodyable
+type DeletedItemsGetAvailableExtensionPropertiesPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
+ GetIsSyncedFromOnPremises()(*bool)
SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
+ SetIsSyncedFromOnPremises(value *bool)()
}
diff --git a/users/item_joined_teams_item_permission_grants_get_by_ids_post_response.go b/directory/deleted_items_get_available_extension_properties_post_response.go
similarity index 69%
rename from users/item_joined_teams_item_permission_grants_get_by_ids_post_response.go
rename to directory/deleted_items_get_available_extension_properties_post_response.go
index dd278cdcc34..c627066e8a4 100644
--- a/users/item_joined_teams_item_permission_grants_get_by_ids_post_response.go
+++ b/directory/deleted_items_get_available_extension_properties_post_response.go
@@ -1,38 +1,38 @@
-package users
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
)
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse struct {
+// DeletedItemsGetAvailableExtensionPropertiesPostResponse
+type DeletedItemsGetAvailableExtensionPropertiesPostResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
-// NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse()(*ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse{
+// NewDeletedItemsGetAvailableExtensionPropertiesPostResponse instantiates a new DeletedItemsGetAvailableExtensionPropertiesPostResponse and sets the default values.
+func NewDeletedItemsGetAvailableExtensionPropertiesPostResponse()(*DeletedItemsGetAvailableExtensionPropertiesPostResponse) {
+ m := &DeletedItemsGetAvailableExtensionPropertiesPostResponse{
BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
}
return m
}
-// CreateItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse(), nil
+// CreateDeletedItemsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsGetAvailableExtensionPropertiesPostResponse(), nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
+ val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
if err != nil {
return err
}
if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
+ res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
for i, v := range val {
if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
+ res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
}
}
m.SetValue(res)
@@ -42,18 +42,18 @@ func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) GetFieldDeseri
return res
}
// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
val, err := m.GetBackingStore().Get("value")
if err != nil {
panic(err)
}
if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
+ return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
}
return nil
}
// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
if err != nil {
return err
@@ -73,16 +73,16 @@ func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) Serialize(writ
return nil
}
// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
+func (m *DeletedItemsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
err := m.GetBackingStore().Set("value", value)
if err != nil {
panic(err)
}
}
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseable
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseable interface {
+// DeletedItemsGetAvailableExtensionPropertiesPostResponseable
+type DeletedItemsGetAvailableExtensionPropertiesPostResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
+ GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
+ SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
}
diff --git a/users/item_joined_teams_item_permission_grants_get_by_ids_request_builder.go b/directory/deleted_items_get_available_extension_properties_request_builder.go
similarity index 52%
rename from users/item_joined_teams_item_permission_grants_get_by_ids_request_builder.go
rename to directory/deleted_items_get_available_extension_properties_request_builder.go
index 9afa6e192bc..afdc9594d97 100644
--- a/users/item_joined_teams_item_permission_grants_get_by_ids_request_builder.go
+++ b/directory/deleted_items_get_available_extension_properties_request_builder.go
@@ -1,4 +1,4 @@
-package users
+package directory
import (
"context"
@@ -6,36 +6,36 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder struct {
+// DeletedItemsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
+type DeletedItemsGetAvailableExtensionPropertiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/getByIds", pathParameters),
+// NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
+func NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) {
+ m := &DeletedItemsGetAvailableExtensionPropertiesRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/getAvailableExtensionProperties", pathParameters),
}
return m
}
-// NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) {
+// NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
+func NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
+// Post 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.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsGetByIdsResponseable, error) {
+// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
+func (m *DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body DeletedItemsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *DeletedItemsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(DeletedItemsGetAvailableExtensionPropertiesResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -44,20 +44,20 @@ func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx con
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemJoinedTeamsItemPermissionGrantsGetByIdsResponseable), nil
+ return res.(DeletedItemsGetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseable, error) {
+// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
+func (m *DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body DeletedItemsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *DeletedItemsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(DeletedItemsGetAvailableExtensionPropertiesPostResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -66,17 +66,17 @@ func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByI
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseable), nil
+ return res.(DeletedItemsGetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *DeletedItemsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -93,6 +93,6 @@ func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) ToPostReques
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) {
+ return NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_get_available_extension_properties_response.go b/directory/deleted_items_get_available_extension_properties_response.go
new file mode 100644
index 00000000000..6af1799242c
--- /dev/null
+++ b/directory/deleted_items_get_available_extension_properties_response.go
@@ -0,0 +1,28 @@
+package directory
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+)
+
+// DeletedItemsGetAvailableExtensionPropertiesResponse
+// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
+type DeletedItemsGetAvailableExtensionPropertiesResponse struct {
+ DeletedItemsGetAvailableExtensionPropertiesPostResponse
+}
+// NewDeletedItemsGetAvailableExtensionPropertiesResponse instantiates a new DeletedItemsGetAvailableExtensionPropertiesResponse and sets the default values.
+func NewDeletedItemsGetAvailableExtensionPropertiesResponse()(*DeletedItemsGetAvailableExtensionPropertiesResponse) {
+ m := &DeletedItemsGetAvailableExtensionPropertiesResponse{
+ DeletedItemsGetAvailableExtensionPropertiesPostResponse: *NewDeletedItemsGetAvailableExtensionPropertiesPostResponse(),
+ }
+ return m
+}
+// CreateDeletedItemsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsGetAvailableExtensionPropertiesResponse(), nil
+}
+// DeletedItemsGetAvailableExtensionPropertiesResponseable
+// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
+type DeletedItemsGetAvailableExtensionPropertiesResponseable interface {
+ DeletedItemsGetAvailableExtensionPropertiesPostResponseable
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+}
diff --git a/chats/item_permission_grants_get_by_ids_post_request_body.go b/directory/deleted_items_get_by_ids_post_request_body.go
similarity index 64%
rename from chats/item_permission_grants_get_by_ids_post_request_body.go
rename to directory/deleted_items_get_by_ids_post_request_body.go
index ada0b274efe..30f8aba9d27 100644
--- a/chats/item_permission_grants_get_by_ids_post_request_body.go
+++ b/directory/deleted_items_get_by_ids_post_request_body.go
@@ -1,29 +1,29 @@
-package chats
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemPermissionGrantsGetByIdsPostRequestBody
-type ItemPermissionGrantsGetByIdsPostRequestBody struct {
+// DeletedItemsGetByIdsPostRequestBody
+type DeletedItemsGetByIdsPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemPermissionGrantsGetByIdsPostRequestBody instantiates a new ItemPermissionGrantsGetByIdsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsGetByIdsPostRequestBody()(*ItemPermissionGrantsGetByIdsPostRequestBody) {
- m := &ItemPermissionGrantsGetByIdsPostRequestBody{
+// NewDeletedItemsGetByIdsPostRequestBody instantiates a new DeletedItemsGetByIdsPostRequestBody and sets the default values.
+func NewDeletedItemsGetByIdsPostRequestBody()(*DeletedItemsGetByIdsPostRequestBody) {
+ m := &DeletedItemsGetByIdsPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsPostRequestBody(), nil
+// CreateDeletedItemsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -34,12 +34,12 @@ func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -76,7 +76,7 @@ func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(ma
return res
}
// GetIds gets the ids property value. The ids property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
+func (m *DeletedItemsGetByIdsPostRequestBody) GetIds()([]string) {
val, err := m.GetBackingStore().Get("ids")
if err != nil {
panic(err)
@@ -87,7 +87,7 @@ func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
return nil
}
// GetTypes gets the types property value. The types property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
+func (m *DeletedItemsGetByIdsPostRequestBody) GetTypes()([]string) {
val, err := m.GetBackingStore().Get("types")
if err != nil {
panic(err)
@@ -98,7 +98,7 @@ func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
if m.GetIds() != nil {
err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
if err != nil {
@@ -119,33 +119,33 @@ func (m *ItemPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
// SetIds sets the ids property value. The ids property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetIds(value []string)() {
+func (m *DeletedItemsGetByIdsPostRequestBody) SetIds(value []string)() {
err := m.GetBackingStore().Set("ids", value)
if err != nil {
panic(err)
}
}
// SetTypes sets the types property value. The types property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetTypes(value []string)() {
+func (m *DeletedItemsGetByIdsPostRequestBody) SetTypes(value []string)() {
err := m.GetBackingStore().Set("types", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsGetByIdsPostRequestBodyable
-type ItemPermissionGrantsGetByIdsPostRequestBodyable interface {
+// DeletedItemsGetByIdsPostRequestBodyable
+type DeletedItemsGetByIdsPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_permission_grants_get_by_ids_post_response.go b/directory/deleted_items_get_by_ids_post_response.go
similarity index 65%
rename from teams/item_permission_grants_get_by_ids_post_response.go
rename to directory/deleted_items_get_by_ids_post_response.go
index 1057d145022..af00bca1ad2 100644
--- a/teams/item_permission_grants_get_by_ids_post_response.go
+++ b/directory/deleted_items_get_by_ids_post_response.go
@@ -1,27 +1,27 @@
-package teams
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
)
-// ItemPermissionGrantsGetByIdsPostResponse
-type ItemPermissionGrantsGetByIdsPostResponse struct {
+// DeletedItemsGetByIdsPostResponse
+type DeletedItemsGetByIdsPostResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
-// NewItemPermissionGrantsGetByIdsPostResponse instantiates a new ItemPermissionGrantsGetByIdsPostResponse and sets the default values.
-func NewItemPermissionGrantsGetByIdsPostResponse()(*ItemPermissionGrantsGetByIdsPostResponse) {
- m := &ItemPermissionGrantsGetByIdsPostResponse{
+// NewDeletedItemsGetByIdsPostResponse instantiates a new DeletedItemsGetByIdsPostResponse and sets the default values.
+func NewDeletedItemsGetByIdsPostResponse()(*DeletedItemsGetByIdsPostResponse) {
+ m := &DeletedItemsGetByIdsPostResponse{
BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
}
return m
}
-// CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsPostResponse(), nil
+// CreateDeletedItemsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsGetByIdsPostResponse(), nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
@@ -42,7 +42,7 @@ func (m *ItemPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[s
return res
}
// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
+func (m *DeletedItemsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
val, err := m.GetBackingStore().Get("value")
if err != nil {
panic(err)
@@ -53,7 +53,7 @@ func (m *ItemPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
if err != nil {
return err
@@ -73,14 +73,14 @@ func (m *ItemPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330
return nil
}
// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
+func (m *DeletedItemsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
err := m.GetBackingStore().Set("value", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsGetByIdsPostResponseable
-type ItemPermissionGrantsGetByIdsPostResponseable interface {
+// DeletedItemsGetByIdsPostResponseable
+type DeletedItemsGetByIdsPostResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
diff --git a/teams/item_permission_grants_get_by_ids_request_builder.go b/directory/deleted_items_get_by_ids_request_builder.go
similarity index 57%
rename from teams/item_permission_grants_get_by_ids_request_builder.go
rename to directory/deleted_items_get_by_ids_request_builder.go
index 8a9adafccbf..00a17e76a31 100644
--- a/teams/item_permission_grants_get_by_ids_request_builder.go
+++ b/directory/deleted_items_get_by_ids_request_builder.go
@@ -1,4 +1,4 @@
-package teams
+package directory
import (
"context"
@@ -6,36 +6,36 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type ItemPermissionGrantsGetByIdsRequestBuilder struct {
+// DeletedItemsGetByIdsRequestBuilder provides operations to call the getByIds method.
+type DeletedItemsGetByIdsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsGetByIdsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- m := &ItemPermissionGrantsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/getByIds", pathParameters),
+// NewDeletedItemsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
+func NewDeletedItemsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsGetByIdsRequestBuilder) {
+ m := &DeletedItemsGetByIdsRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/getByIds", pathParameters),
}
return m
}
-// NewItemPermissionGrantsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
+// NewDeletedItemsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
+func NewDeletedItemsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsGetByIdsRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetByIdsResponseable, error) {
+func (m *DeletedItemsGetByIdsRequestBuilder) Post(ctx context.Context, body DeletedItemsGetByIdsPostRequestBodyable, requestConfiguration *DeletedItemsGetByIdsRequestBuilderPostRequestConfiguration)(DeletedItemsGetByIdsResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -44,20 +44,20 @@ func (m *ItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, b
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsGetByIdsResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsGetByIdsResponseable), nil
+ return res.(DeletedItemsGetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetByIdsPostResponseable, error) {
+func (m *DeletedItemsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body DeletedItemsGetByIdsPostRequestBodyable, requestConfiguration *DeletedItemsGetByIdsRequestBuilderPostRequestConfiguration)(DeletedItemsGetByIdsPostResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -66,17 +66,17 @@ func (m *ItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsGetByIdsPostResponseable), nil
+ return res.(DeletedItemsGetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsGetByIdsPostRequestBodyable, requestConfiguration *DeletedItemsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -93,6 +93,6 @@ func (m *ItemPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ct
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemPermissionGrantsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsGetByIdsRequestBuilder) {
+ return NewDeletedItemsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_get_by_ids_response.go b/directory/deleted_items_get_by_ids_response.go
new file mode 100644
index 00000000000..507a8df6223
--- /dev/null
+++ b/directory/deleted_items_get_by_ids_response.go
@@ -0,0 +1,28 @@
+package directory
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+)
+
+// DeletedItemsGetByIdsResponse
+// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
+type DeletedItemsGetByIdsResponse struct {
+ DeletedItemsGetByIdsPostResponse
+}
+// NewDeletedItemsGetByIdsResponse instantiates a new DeletedItemsGetByIdsResponse and sets the default values.
+func NewDeletedItemsGetByIdsResponse()(*DeletedItemsGetByIdsResponse) {
+ m := &DeletedItemsGetByIdsResponse{
+ DeletedItemsGetByIdsPostResponse: *NewDeletedItemsGetByIdsPostResponse(),
+ }
+ return m
+}
+// CreateDeletedItemsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsGetByIdsResponse(), nil
+}
+// DeletedItemsGetByIdsResponseable
+// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
+type DeletedItemsGetByIdsResponseable interface {
+ DeletedItemsGetByIdsPostResponseable
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+}
diff --git a/chats/item_permission_grants_item_check_member_groups_post_request_body.go b/directory/deleted_items_item_check_member_groups_post_request_body.go
similarity index 56%
rename from chats/item_permission_grants_item_check_member_groups_post_request_body.go
rename to directory/deleted_items_item_check_member_groups_post_request_body.go
index 87c1a153381..7a977c13042 100644
--- a/chats/item_permission_grants_item_check_member_groups_post_request_body.go
+++ b/directory/deleted_items_item_check_member_groups_post_request_body.go
@@ -1,29 +1,29 @@
-package chats
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody
-type ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody struct {
+// DeletedItemsItemCheckMemberGroupsPostRequestBody
+type DeletedItemsItemCheckMemberGroupsPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody instantiates a new ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody()(*ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody{
+// NewDeletedItemsItemCheckMemberGroupsPostRequestBody instantiates a new DeletedItemsItemCheckMemberGroupsPostRequestBody and sets the default values.
+func NewDeletedItemsItemCheckMemberGroupsPostRequestBody()(*DeletedItemsItemCheckMemberGroupsPostRequestBody) {
+ m := &DeletedItemsItemCheckMemberGroupsPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody(), nil
+// CreateDeletedItemsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -34,12 +34,12 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
res["groupIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -60,7 +60,7 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeser
return res
}
// GetGroupIds gets the groupIds property value. The groupIds property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
val, err := m.GetBackingStore().Get("groupIds")
if err != nil {
panic(err)
@@ -71,7 +71,7 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
if m.GetGroupIds() != nil {
err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
if err != nil {
@@ -86,26 +86,26 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
// SetGroupIds sets the groupIds property value. The groupIds property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
+func (m *DeletedItemsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
err := m.GetBackingStore().Set("groupIds", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable
-type ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable interface {
+// DeletedItemsItemCheckMemberGroupsPostRequestBodyable
+type DeletedItemsItemCheckMemberGroupsPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_permission_grants_item_get_member_groups_post_response.go b/directory/deleted_items_item_check_member_groups_post_response.go
similarity index 57%
rename from groups/item_permission_grants_item_get_member_groups_post_response.go
rename to directory/deleted_items_item_check_member_groups_post_response.go
index 791b648d5c7..7f81241980a 100644
--- a/groups/item_permission_grants_item_get_member_groups_post_response.go
+++ b/directory/deleted_items_item_check_member_groups_post_response.go
@@ -1,27 +1,27 @@
-package groups
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
)
-// ItemPermissionGrantsItemGetMemberGroupsPostResponse
-type ItemPermissionGrantsItemGetMemberGroupsPostResponse struct {
+// DeletedItemsItemCheckMemberGroupsPostResponse
+type DeletedItemsItemCheckMemberGroupsPostResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
-// NewItemPermissionGrantsItemGetMemberGroupsPostResponse instantiates a new ItemPermissionGrantsItemGetMemberGroupsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsPostResponse()(*ItemPermissionGrantsItemGetMemberGroupsPostResponse) {
- m := &ItemPermissionGrantsItemGetMemberGroupsPostResponse{
+// NewDeletedItemsItemCheckMemberGroupsPostResponse instantiates a new DeletedItemsItemCheckMemberGroupsPostResponse and sets the default values.
+func NewDeletedItemsItemCheckMemberGroupsPostResponse()(*DeletedItemsItemCheckMemberGroupsPostResponse) {
+ m := &DeletedItemsItemCheckMemberGroupsPostResponse{
BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
}
return m
}
-// CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsPostResponse(), nil
+// CreateDeletedItemsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemCheckMemberGroupsPostResponse(), nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -42,7 +42,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializ
return res
}
// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]string) {
+func (m *DeletedItemsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
val, err := m.GetBackingStore().Get("value")
if err != nil {
panic(err)
@@ -53,7 +53,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]strin
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
if err != nil {
return err
@@ -67,14 +67,14 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i
return nil
}
// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
+func (m *DeletedItemsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
err := m.GetBackingStore().Set("value", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemGetMemberGroupsPostResponseable
-type ItemPermissionGrantsItemGetMemberGroupsPostResponseable interface {
+// DeletedItemsItemCheckMemberGroupsPostResponseable
+type DeletedItemsItemCheckMemberGroupsPostResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue()([]string)
diff --git a/chats/item_permission_grants_item_check_member_groups_request_builder.go b/directory/deleted_items_item_check_member_groups_request_builder.go
similarity index 59%
rename from chats/item_permission_grants_item_check_member_groups_request_builder.go
rename to directory/deleted_items_item_check_member_groups_request_builder.go
index b934d1b8a28..0a54bcdc6a7 100644
--- a/chats/item_permission_grants_item_check_member_groups_request_builder.go
+++ b/directory/deleted_items_item_check_member_groups_request_builder.go
@@ -1,4 +1,4 @@
-package chats
+package directory
import (
"context"
@@ -6,36 +6,36 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
-type ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder struct {
+// DeletedItemsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
+type DeletedItemsItemCheckMemberGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters),
+// NewDeletedItemsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
+func NewDeletedItemsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemCheckMemberGroupsRequestBuilder) {
+ m := &DeletedItemsItemCheckMemberGroupsRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}/checkMemberGroups", pathParameters),
}
return m
}
-// NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
+// NewDeletedItemsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
+func NewDeletedItemsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemCheckMemberGroupsRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberGroupsResponseable, error) {
+func (m *DeletedItemsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(DeletedItemsItemCheckMemberGroupsResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -44,20 +44,20 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx conte
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemCheckMemberGroupsResponseable), nil
+ return res.(DeletedItemsItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberGroupsPostResponseable, error) {
+func (m *DeletedItemsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body DeletedItemsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(DeletedItemsItemCheckMemberGroupsPostResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -66,17 +66,17 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMem
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemCheckMemberGroupsPostResponseable), nil
+ return res.(DeletedItemsItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -93,6 +93,6 @@ func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestI
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsItemCheckMemberGroupsRequestBuilder) {
+ return NewDeletedItemsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_item_check_member_groups_response.go b/directory/deleted_items_item_check_member_groups_response.go
new file mode 100644
index 00000000000..c2cf549def4
--- /dev/null
+++ b/directory/deleted_items_item_check_member_groups_response.go
@@ -0,0 +1,28 @@
+package directory
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+)
+
+// DeletedItemsItemCheckMemberGroupsResponse
+// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
+type DeletedItemsItemCheckMemberGroupsResponse struct {
+ DeletedItemsItemCheckMemberGroupsPostResponse
+}
+// NewDeletedItemsItemCheckMemberGroupsResponse instantiates a new DeletedItemsItemCheckMemberGroupsResponse and sets the default values.
+func NewDeletedItemsItemCheckMemberGroupsResponse()(*DeletedItemsItemCheckMemberGroupsResponse) {
+ m := &DeletedItemsItemCheckMemberGroupsResponse{
+ DeletedItemsItemCheckMemberGroupsPostResponse: *NewDeletedItemsItemCheckMemberGroupsPostResponse(),
+ }
+ return m
+}
+// CreateDeletedItemsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemCheckMemberGroupsResponse(), nil
+}
+// DeletedItemsItemCheckMemberGroupsResponseable
+// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
+type DeletedItemsItemCheckMemberGroupsResponseable interface {
+ DeletedItemsItemCheckMemberGroupsPostResponseable
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+}
diff --git a/teams/item_permission_grants_item_check_member_objects_post_request_body.go b/directory/deleted_items_item_check_member_objects_post_request_body.go
similarity index 56%
rename from teams/item_permission_grants_item_check_member_objects_post_request_body.go
rename to directory/deleted_items_item_check_member_objects_post_request_body.go
index 0e3f572b487..45f2ad5c187 100644
--- a/teams/item_permission_grants_item_check_member_objects_post_request_body.go
+++ b/directory/deleted_items_item_check_member_objects_post_request_body.go
@@ -1,29 +1,29 @@
-package teams
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody
-type ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody struct {
+// DeletedItemsItemCheckMemberObjectsPostRequestBody
+type DeletedItemsItemCheckMemberObjectsPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody instantiates a new ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody()(*ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody{
+// NewDeletedItemsItemCheckMemberObjectsPostRequestBody instantiates a new DeletedItemsItemCheckMemberObjectsPostRequestBody and sets the default values.
+func NewDeletedItemsItemCheckMemberObjectsPostRequestBody()(*DeletedItemsItemCheckMemberObjectsPostRequestBody) {
+ m := &DeletedItemsItemCheckMemberObjectsPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody(), nil
+// CreateDeletedItemsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -34,12 +34,12 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -60,7 +60,7 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDese
return res
}
// GetIds gets the ids property value. The ids property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
val, err := m.GetBackingStore().Get("ids")
if err != nil {
panic(err)
@@ -71,7 +71,7 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]s
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
if m.GetIds() != nil {
err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
if err != nil {
@@ -86,26 +86,26 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
// SetIds sets the ids property value. The ids property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
+func (m *DeletedItemsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
err := m.GetBackingStore().Set("ids", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable
-type ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable interface {
+// DeletedItemsItemCheckMemberObjectsPostRequestBodyable
+type DeletedItemsItemCheckMemberObjectsPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_permission_grants_item_get_member_objects_post_response.go b/directory/deleted_items_item_check_member_objects_post_response.go
similarity index 57%
rename from groups/item_team_permission_grants_item_get_member_objects_post_response.go
rename to directory/deleted_items_item_check_member_objects_post_response.go
index 23d4a008947..40fef75f966 100644
--- a/groups/item_team_permission_grants_item_get_member_objects_post_response.go
+++ b/directory/deleted_items_item_check_member_objects_post_response.go
@@ -1,27 +1,27 @@
-package groups
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
)
-// ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse
-type ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse struct {
+// DeletedItemsItemCheckMemberObjectsPostResponse
+type DeletedItemsItemCheckMemberObjectsPostResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
-// NewItemTeamPermissionGrantsItemGetMemberObjectsPostResponse instantiates a new ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberObjectsPostResponse()(*ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) {
- m := &ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse{
+// NewDeletedItemsItemCheckMemberObjectsPostResponse instantiates a new DeletedItemsItemCheckMemberObjectsPostResponse and sets the default values.
+func NewDeletedItemsItemCheckMemberObjectsPostResponse()(*DeletedItemsItemCheckMemberObjectsPostResponse) {
+ m := &DeletedItemsItemCheckMemberObjectsPostResponse{
BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
}
return m
}
-// CreateItemTeamPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemGetMemberObjectsPostResponse(), nil
+// CreateDeletedItemsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemCheckMemberObjectsPostResponse(), nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -42,7 +42,7 @@ func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeser
return res
}
// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]string) {
+func (m *DeletedItemsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
val, err := m.GetBackingStore().Get("value")
if err != nil {
panic(err)
@@ -53,7 +53,7 @@ func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]
return nil
}
// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
if err != nil {
return err
@@ -67,14 +67,14 @@ func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(wri
return nil
}
// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
+func (m *DeletedItemsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
err := m.GetBackingStore().Set("value", value)
if err != nil {
panic(err)
}
}
-// ItemTeamPermissionGrantsItemGetMemberObjectsPostResponseable
-type ItemTeamPermissionGrantsItemGetMemberObjectsPostResponseable interface {
+// DeletedItemsItemCheckMemberObjectsPostResponseable
+type DeletedItemsItemCheckMemberObjectsPostResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue()([]string)
diff --git a/chats/item_permission_grants_item_check_member_objects_request_builder.go b/directory/deleted_items_item_check_member_objects_request_builder.go
similarity index 51%
rename from chats/item_permission_grants_item_check_member_objects_request_builder.go
rename to directory/deleted_items_item_check_member_objects_request_builder.go
index b9bd8d9cf7b..8b3a6725552 100644
--- a/chats/item_permission_grants_item_check_member_objects_request_builder.go
+++ b/directory/deleted_items_item_check_member_objects_request_builder.go
@@ -1,4 +1,4 @@
-package chats
+package directory
import (
"context"
@@ -6,33 +6,33 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
-type ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder struct {
+// DeletedItemsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
+type DeletedItemsItemCheckMemberObjectsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters),
+// NewDeletedItemsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
+func NewDeletedItemsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemCheckMemberObjectsRequestBuilder) {
+ m := &DeletedItemsItemCheckMemberObjectsRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}/checkMemberObjects", pathParameters),
}
return m
}
-// NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
+// NewDeletedItemsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
+func NewDeletedItemsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemCheckMemberObjectsRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberObjectsResponseable, error) {
+func (m *DeletedItemsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemCheckMemberObjectsResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -41,17 +41,17 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx cont
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemCheckMemberObjectsResponseable), nil
+ return res.(DeletedItemsItemCheckMemberObjectsResponseable), nil
}
// PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberObjectsPostResponseable, error) {
+func (m *DeletedItemsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body DeletedItemsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemCheckMemberObjectsPostResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -60,17 +60,17 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMe
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemCheckMemberObjectsPostResponseable), nil
+ return res.(DeletedItemsItemCheckMemberObjectsPostResponseable), nil
}
// ToPostRequestInformation invoke action checkMemberObjects
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+func (m *DeletedItemsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -87,6 +87,6 @@ func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequest
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsItemCheckMemberObjectsRequestBuilder) {
+ return NewDeletedItemsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_item_check_member_objects_response.go b/directory/deleted_items_item_check_member_objects_response.go
new file mode 100644
index 00000000000..50f252eda97
--- /dev/null
+++ b/directory/deleted_items_item_check_member_objects_response.go
@@ -0,0 +1,28 @@
+package directory
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+)
+
+// DeletedItemsItemCheckMemberObjectsResponse
+// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
+type DeletedItemsItemCheckMemberObjectsResponse struct {
+ DeletedItemsItemCheckMemberObjectsPostResponse
+}
+// NewDeletedItemsItemCheckMemberObjectsResponse instantiates a new DeletedItemsItemCheckMemberObjectsResponse and sets the default values.
+func NewDeletedItemsItemCheckMemberObjectsResponse()(*DeletedItemsItemCheckMemberObjectsResponse) {
+ m := &DeletedItemsItemCheckMemberObjectsResponse{
+ DeletedItemsItemCheckMemberObjectsPostResponse: *NewDeletedItemsItemCheckMemberObjectsPostResponse(),
+ }
+ return m
+}
+// CreateDeletedItemsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemCheckMemberObjectsResponse(), nil
+}
+// DeletedItemsItemCheckMemberObjectsResponseable
+// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
+type DeletedItemsItemCheckMemberObjectsResponseable interface {
+ DeletedItemsItemCheckMemberObjectsPostResponseable
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+}
diff --git a/chats/item_permission_grants_item_get_member_groups_post_request_body.go b/directory/deleted_items_item_get_member_groups_post_request_body.go
similarity index 56%
rename from chats/item_permission_grants_item_get_member_groups_post_request_body.go
rename to directory/deleted_items_item_get_member_groups_post_request_body.go
index a1698526ff8..bba3f4d6fde 100644
--- a/chats/item_permission_grants_item_get_member_groups_post_request_body.go
+++ b/directory/deleted_items_item_get_member_groups_post_request_body.go
@@ -1,29 +1,29 @@
-package chats
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemPermissionGrantsItemGetMemberGroupsPostRequestBody
-type ItemPermissionGrantsItemGetMemberGroupsPostRequestBody struct {
+// DeletedItemsItemGetMemberGroupsPostRequestBody
+type DeletedItemsItemGetMemberGroupsPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody instantiates a new ItemPermissionGrantsItemGetMemberGroupsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody()(*ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) {
- m := &ItemPermissionGrantsItemGetMemberGroupsPostRequestBody{
+// NewDeletedItemsItemGetMemberGroupsPostRequestBody instantiates a new DeletedItemsItemGetMemberGroupsPostRequestBody and sets the default values.
+func NewDeletedItemsItemGetMemberGroupsPostRequestBody()(*DeletedItemsItemGetMemberGroupsPostRequestBody) {
+ m := &DeletedItemsItemGetMemberGroupsPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody(), nil
+// CreateDeletedItemsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -34,12 +34,12 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
@@ -54,7 +54,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeseria
return res
}
// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
val, err := m.GetBackingStore().Get("securityEnabledOnly")
if err != nil {
panic(err)
@@ -65,7 +65,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnab
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
if err != nil {
@@ -80,26 +80,26 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
+func (m *DeletedItemsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
err := m.GetBackingStore().Set("securityEnabledOnly", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable
-type ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable interface {
+// DeletedItemsItemGetMemberGroupsPostRequestBodyable
+type DeletedItemsItemGetMemberGroupsPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/item_permission_grants_item_get_member_groups_post_response.go b/directory/deleted_items_item_get_member_groups_post_response.go
similarity index 57%
rename from chats/item_permission_grants_item_get_member_groups_post_response.go
rename to directory/deleted_items_item_get_member_groups_post_response.go
index 94cbdba2e3d..26df1d7c248 100644
--- a/chats/item_permission_grants_item_get_member_groups_post_response.go
+++ b/directory/deleted_items_item_get_member_groups_post_response.go
@@ -1,27 +1,27 @@
-package chats
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
)
-// ItemPermissionGrantsItemGetMemberGroupsPostResponse
-type ItemPermissionGrantsItemGetMemberGroupsPostResponse struct {
+// DeletedItemsItemGetMemberGroupsPostResponse
+type DeletedItemsItemGetMemberGroupsPostResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
-// NewItemPermissionGrantsItemGetMemberGroupsPostResponse instantiates a new ItemPermissionGrantsItemGetMemberGroupsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsPostResponse()(*ItemPermissionGrantsItemGetMemberGroupsPostResponse) {
- m := &ItemPermissionGrantsItemGetMemberGroupsPostResponse{
+// NewDeletedItemsItemGetMemberGroupsPostResponse instantiates a new DeletedItemsItemGetMemberGroupsPostResponse and sets the default values.
+func NewDeletedItemsItemGetMemberGroupsPostResponse()(*DeletedItemsItemGetMemberGroupsPostResponse) {
+ m := &DeletedItemsItemGetMemberGroupsPostResponse{
BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
}
return m
}
-// CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsPostResponse(), nil
+// CreateDeletedItemsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemGetMemberGroupsPostResponse(), nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -42,7 +42,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializ
return res
}
// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]string) {
+func (m *DeletedItemsItemGetMemberGroupsPostResponse) GetValue()([]string) {
val, err := m.GetBackingStore().Get("value")
if err != nil {
panic(err)
@@ -53,7 +53,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]strin
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
if err != nil {
return err
@@ -67,14 +67,14 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i
return nil
}
// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
+func (m *DeletedItemsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
err := m.GetBackingStore().Set("value", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemGetMemberGroupsPostResponseable
-type ItemPermissionGrantsItemGetMemberGroupsPostResponseable interface {
+// DeletedItemsItemGetMemberGroupsPostResponseable
+type DeletedItemsItemGetMemberGroupsPostResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue()([]string)
diff --git a/teams/item_permission_grants_item_get_member_groups_request_builder.go b/directory/deleted_items_item_get_member_groups_request_builder.go
similarity index 58%
rename from teams/item_permission_grants_item_get_member_groups_request_builder.go
rename to directory/deleted_items_item_get_member_groups_request_builder.go
index 01119b311e0..289c4e05ebd 100644
--- a/teams/item_permission_grants_item_get_member_groups_request_builder.go
+++ b/directory/deleted_items_item_get_member_groups_request_builder.go
@@ -1,4 +1,4 @@
-package teams
+package directory
import (
"context"
@@ -6,36 +6,36 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
-type ItemPermissionGrantsItemGetMemberGroupsRequestBuilder struct {
+// DeletedItemsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
+type DeletedItemsItemGetMemberGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- m := &ItemPermissionGrantsItemGetMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters),
+// NewDeletedItemsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
+func NewDeletedItemsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemGetMemberGroupsRequestBuilder) {
+ m := &DeletedItemsItemGetMemberGroupsRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberGroups", pathParameters),
}
return m
}
-// NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
+// NewDeletedItemsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
+func NewDeletedItemsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemGetMemberGroupsRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberGroupsResponseable, error) {
+func (m *DeletedItemsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(DeletedItemsItemGetMemberGroupsResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -44,20 +44,20 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemGetMemberGroupsResponseable), nil
+ return res.(DeletedItemsItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberGroupsPostResponseable, error) {
+func (m *DeletedItemsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body DeletedItemsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(DeletedItemsItemGetMemberGroupsPostResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -66,17 +66,17 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberG
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemGetMemberGroupsPostResponseable), nil
+ return res.(DeletedItemsItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -93,6 +93,6 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInf
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsItemGetMemberGroupsRequestBuilder) {
+ return NewDeletedItemsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_item_get_member_groups_response.go b/directory/deleted_items_item_get_member_groups_response.go
new file mode 100644
index 00000000000..1cd1866e4ee
--- /dev/null
+++ b/directory/deleted_items_item_get_member_groups_response.go
@@ -0,0 +1,28 @@
+package directory
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+)
+
+// DeletedItemsItemGetMemberGroupsResponse
+// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
+type DeletedItemsItemGetMemberGroupsResponse struct {
+ DeletedItemsItemGetMemberGroupsPostResponse
+}
+// NewDeletedItemsItemGetMemberGroupsResponse instantiates a new DeletedItemsItemGetMemberGroupsResponse and sets the default values.
+func NewDeletedItemsItemGetMemberGroupsResponse()(*DeletedItemsItemGetMemberGroupsResponse) {
+ m := &DeletedItemsItemGetMemberGroupsResponse{
+ DeletedItemsItemGetMemberGroupsPostResponse: *NewDeletedItemsItemGetMemberGroupsPostResponse(),
+ }
+ return m
+}
+// CreateDeletedItemsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemGetMemberGroupsResponse(), nil
+}
+// DeletedItemsItemGetMemberGroupsResponseable
+// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
+type DeletedItemsItemGetMemberGroupsResponseable interface {
+ DeletedItemsItemGetMemberGroupsPostResponseable
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+}
diff --git a/teams/item_permission_grants_item_get_member_groups_post_request_body.go b/directory/deleted_items_item_get_member_objects_post_request_body.go
similarity index 56%
rename from teams/item_permission_grants_item_get_member_groups_post_request_body.go
rename to directory/deleted_items_item_get_member_objects_post_request_body.go
index 22ec348c500..cd3923a56d7 100644
--- a/teams/item_permission_grants_item_get_member_groups_post_request_body.go
+++ b/directory/deleted_items_item_get_member_objects_post_request_body.go
@@ -1,29 +1,29 @@
-package teams
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemPermissionGrantsItemGetMemberGroupsPostRequestBody
-type ItemPermissionGrantsItemGetMemberGroupsPostRequestBody struct {
+// DeletedItemsItemGetMemberObjectsPostRequestBody
+type DeletedItemsItemGetMemberObjectsPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody instantiates a new ItemPermissionGrantsItemGetMemberGroupsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody()(*ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) {
- m := &ItemPermissionGrantsItemGetMemberGroupsPostRequestBody{
+// NewDeletedItemsItemGetMemberObjectsPostRequestBody instantiates a new DeletedItemsItemGetMemberObjectsPostRequestBody and sets the default values.
+func NewDeletedItemsItemGetMemberObjectsPostRequestBody()(*DeletedItemsItemGetMemberObjectsPostRequestBody) {
+ m := &DeletedItemsItemGetMemberObjectsPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody(), nil
+// CreateDeletedItemsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -34,12 +34,12 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
@@ -54,7 +54,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeseria
return res
}
// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
val, err := m.GetBackingStore().Get("securityEnabledOnly")
if err != nil {
panic(err)
@@ -65,7 +65,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnab
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
if err != nil {
@@ -80,26 +80,26 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
+func (m *DeletedItemsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
err := m.GetBackingStore().Set("securityEnabledOnly", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable
-type ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable interface {
+// DeletedItemsItemGetMemberObjectsPostRequestBodyable
+type DeletedItemsItemGetMemberObjectsPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_permission_grants_item_get_member_groups_post_response.go b/directory/deleted_items_item_get_member_objects_post_response.go
similarity index 57%
rename from teams/item_permission_grants_item_get_member_groups_post_response.go
rename to directory/deleted_items_item_get_member_objects_post_response.go
index 11007bea7b4..02b106232f6 100644
--- a/teams/item_permission_grants_item_get_member_groups_post_response.go
+++ b/directory/deleted_items_item_get_member_objects_post_response.go
@@ -1,27 +1,27 @@
-package teams
+package directory
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
)
-// ItemPermissionGrantsItemGetMemberGroupsPostResponse
-type ItemPermissionGrantsItemGetMemberGroupsPostResponse struct {
+// DeletedItemsItemGetMemberObjectsPostResponse
+type DeletedItemsItemGetMemberObjectsPostResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
-// NewItemPermissionGrantsItemGetMemberGroupsPostResponse instantiates a new ItemPermissionGrantsItemGetMemberGroupsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsPostResponse()(*ItemPermissionGrantsItemGetMemberGroupsPostResponse) {
- m := &ItemPermissionGrantsItemGetMemberGroupsPostResponse{
+// NewDeletedItemsItemGetMemberObjectsPostResponse instantiates a new DeletedItemsItemGetMemberObjectsPostResponse and sets the default values.
+func NewDeletedItemsItemGetMemberObjectsPostResponse()(*DeletedItemsItemGetMemberObjectsPostResponse) {
+ m := &DeletedItemsItemGetMemberObjectsPostResponse{
BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
}
return m
}
-// CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsPostResponse(), nil
+// CreateDeletedItemsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemGetMemberObjectsPostResponse(), nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
@@ -42,7 +42,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializ
return res
}
// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]string) {
+func (m *DeletedItemsItemGetMemberObjectsPostResponse) GetValue()([]string) {
val, err := m.GetBackingStore().Get("value")
if err != nil {
panic(err)
@@ -53,7 +53,7 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]strin
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
if err != nil {
return err
@@ -67,14 +67,14 @@ func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i
return nil
}
// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
+func (m *DeletedItemsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
err := m.GetBackingStore().Set("value", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsItemGetMemberGroupsPostResponseable
-type ItemPermissionGrantsItemGetMemberGroupsPostResponseable interface {
+// DeletedItemsItemGetMemberObjectsPostResponseable
+type DeletedItemsItemGetMemberObjectsPostResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue()([]string)
diff --git a/teams/item_permission_grants_item_get_member_objects_request_builder.go b/directory/deleted_items_item_get_member_objects_request_builder.go
similarity index 57%
rename from teams/item_permission_grants_item_get_member_objects_request_builder.go
rename to directory/deleted_items_item_get_member_objects_request_builder.go
index 2a3458c4f31..0c187a84561 100644
--- a/teams/item_permission_grants_item_get_member_objects_request_builder.go
+++ b/directory/deleted_items_item_get_member_objects_request_builder.go
@@ -1,4 +1,4 @@
-package teams
+package directory
import (
"context"
@@ -6,36 +6,36 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
-type ItemPermissionGrantsItemGetMemberObjectsRequestBuilder struct {
+// DeletedItemsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
+type DeletedItemsItemGetMemberObjectsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- m := &ItemPermissionGrantsItemGetMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters),
+// NewDeletedItemsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
+func NewDeletedItemsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemGetMemberObjectsRequestBuilder) {
+ m := &DeletedItemsItemGetMemberObjectsRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberObjects", pathParameters),
}
return m
}
-// NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
+// NewDeletedItemsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
+func NewDeletedItemsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemGetMemberObjectsRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberObjectsResponseable, error) {
+func (m *DeletedItemsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemGetMemberObjectsResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -44,20 +44,20 @@ func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx contex
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemGetMemberObjectsResponseable), nil
+ return res.(DeletedItemsItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberObjectsPostResponseable, error) {
+func (m *DeletedItemsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body DeletedItemsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemGetMemberObjectsPostResponseable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return nil, err
@@ -66,17 +66,17 @@ func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMember
"4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
"5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
}
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
+ res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateDeletedItemsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
if err != nil {
return nil, err
}
if res == nil {
return nil, nil
}
- return res.(ItemPermissionGrantsItemGetMemberObjectsPostResponseable), nil
+ return res.(DeletedItemsItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -93,6 +93,6 @@ func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestIn
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsItemGetMemberObjectsRequestBuilder) {
+ return NewDeletedItemsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_item_get_member_objects_response.go b/directory/deleted_items_item_get_member_objects_response.go
new file mode 100644
index 00000000000..d513553397a
--- /dev/null
+++ b/directory/deleted_items_item_get_member_objects_response.go
@@ -0,0 +1,28 @@
+package directory
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+)
+
+// DeletedItemsItemGetMemberObjectsResponse
+// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
+type DeletedItemsItemGetMemberObjectsResponse struct {
+ DeletedItemsItemGetMemberObjectsPostResponse
+}
+// NewDeletedItemsItemGetMemberObjectsResponse instantiates a new DeletedItemsItemGetMemberObjectsResponse and sets the default values.
+func NewDeletedItemsItemGetMemberObjectsResponse()(*DeletedItemsItemGetMemberObjectsResponse) {
+ m := &DeletedItemsItemGetMemberObjectsResponse{
+ DeletedItemsItemGetMemberObjectsPostResponse: *NewDeletedItemsItemGetMemberObjectsPostResponse(),
+ }
+ return m
+}
+// CreateDeletedItemsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsItemGetMemberObjectsResponse(), nil
+}
+// DeletedItemsItemGetMemberObjectsResponseable
+// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
+type DeletedItemsItemGetMemberObjectsResponseable interface {
+ DeletedItemsItemGetMemberObjectsPostResponseable
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+}
diff --git a/teams/item_permission_grants_item_restore_request_builder.go b/directory/deleted_items_item_restore_request_builder.go
similarity index 54%
rename from teams/item_permission_grants_item_restore_request_builder.go
rename to directory/deleted_items_item_restore_request_builder.go
index 73f1f008880..7595bbd0508 100644
--- a/teams/item_permission_grants_item_restore_request_builder.go
+++ b/directory/deleted_items_item_restore_request_builder.go
@@ -1,4 +1,4 @@
-package teams
+package directory
import (
"context"
@@ -7,35 +7,35 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsItemRestoreRequestBuilder provides operations to call the restore method.
-type ItemPermissionGrantsItemRestoreRequestBuilder struct {
+// DeletedItemsItemRestoreRequestBuilder provides operations to call the restore method.
+type DeletedItemsItemRestoreRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsItemRestoreRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- m := &ItemPermissionGrantsItemRestoreRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters),
+// NewDeletedItemsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
+func NewDeletedItemsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemRestoreRequestBuilder) {
+ m := &DeletedItemsItemRestoreRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}/restore", pathParameters),
}
return m
}
-// NewItemPermissionGrantsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
+// NewDeletedItemsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
+func NewDeletedItemsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsItemRestoreRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
+func (m *DeletedItemsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *DeletedItemsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
if err != nil {
return nil, err
@@ -53,8 +53,8 @@ func (m *ItemPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -67,6 +67,6 @@ func (m *ItemPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemPermissionGrantsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsItemRestoreRequestBuilder) {
+ return NewDeletedItemsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/deleted_items_request_builder.go b/directory/deleted_items_request_builder.go
index ef90e47c050..3c1facb4351 100644
--- a/directory/deleted_items_request_builder.go
+++ b/directory/deleted_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedItemsRequestBuilderGetQueryParameters 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.
+// DeletedItemsRequestBuilderGetQueryParameters 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.
type DeletedItemsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewDeletedItemsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *DeletedItemsRequestBuilder) Count()(*DeletedItemsCountRequestBuilder) {
return NewDeletedItemsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *DeletedItemsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedItemsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -86,6 +86,14 @@ func (m *DeletedItemsRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable), nil
}
+// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
+func (m *DeletedItemsRequestBuilder) GetAvailableExtensionProperties()(*DeletedItemsGetAvailableExtensionPropertiesRequestBuilder) {
+ return NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
+// GetByIds provides operations to call the getByIds method.
+func (m *DeletedItemsRequestBuilder) GetByIds()(*DeletedItemsGetByIdsRequestBuilder) {
+ return NewDeletedItemsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
// GraphAdministrativeUnit casts the previous resource to administrativeUnit.
func (m *DeletedItemsRequestBuilder) GraphAdministrativeUnit()(*DeletedItemsGraphAdministrativeUnitRequestBuilder) {
return NewDeletedItemsGraphAdministrativeUnitRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
@@ -110,7 +118,7 @@ func (m *DeletedItemsRequestBuilder) GraphServicePrincipal()(*DeletedItemsGraphS
func (m *DeletedItemsRequestBuilder) GraphUser()(*DeletedItemsGraphUserRequestBuilder) {
return NewDeletedItemsGraphUserRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,6 +134,10 @@ func (m *DeletedItemsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
+// ValidateProperties provides operations to call the validateProperties method.
+func (m *DeletedItemsRequestBuilder) ValidateProperties()(*DeletedItemsValidatePropertiesRequestBuilder) {
+ return NewDeletedItemsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
+}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *DeletedItemsRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsRequestBuilder) {
return NewDeletedItemsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/chats/item_permission_grants_validate_properties_post_request_body.go b/directory/deleted_items_validate_properties_post_request_body.go
similarity index 66%
rename from chats/item_permission_grants_validate_properties_post_request_body.go
rename to directory/deleted_items_validate_properties_post_request_body.go
index e72a1cc9976..47a4ffcfac6 100644
--- a/chats/item_permission_grants_validate_properties_post_request_body.go
+++ b/directory/deleted_items_validate_properties_post_request_body.go
@@ -1,4 +1,4 @@
-package chats
+package directory
import (
i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
@@ -6,25 +6,25 @@ import (
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
)
-// ItemPermissionGrantsValidatePropertiesPostRequestBody
-type ItemPermissionGrantsValidatePropertiesPostRequestBody struct {
+// DeletedItemsValidatePropertiesPostRequestBody
+type DeletedItemsValidatePropertiesPostRequestBody struct {
// Stores model information.
backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
}
-// NewItemPermissionGrantsValidatePropertiesPostRequestBody instantiates a new ItemPermissionGrantsValidatePropertiesPostRequestBody and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesPostRequestBody()(*ItemPermissionGrantsValidatePropertiesPostRequestBody) {
- m := &ItemPermissionGrantsValidatePropertiesPostRequestBody{
+// NewDeletedItemsValidatePropertiesPostRequestBody instantiates a new DeletedItemsValidatePropertiesPostRequestBody and sets the default values.
+func NewDeletedItemsValidatePropertiesPostRequestBody()(*DeletedItemsValidatePropertiesPostRequestBody) {
+ m := &DeletedItemsValidatePropertiesPostRequestBody{
}
m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
m.SetAdditionalData(make(map[string]any))
return m
}
-// CreateItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsValidatePropertiesPostRequestBody(), nil
+// CreateDeletedItemsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
+func CreateDeletedItemsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
+ return NewDeletedItemsValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
panic(err)
@@ -35,12 +35,12 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
+// GetBackingStore gets the BackingStore property value. Stores model information.
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetDisplayName gets the displayName property value. The displayName property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
val, err := m.GetBackingStore().Get("displayName")
if err != nil {
panic(err)
@@ -51,7 +51,7 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()
return nil
}
// GetEntityType gets the entityType property value. The entityType property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
val, err := m.GetBackingStore().Get("entityType")
if err != nil {
panic(err)
@@ -62,7 +62,7 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(
return nil
}
// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
@@ -107,7 +107,7 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserial
return res
}
// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
val, err := m.GetBackingStore().Get("mailNickname")
if err != nil {
panic(err)
@@ -118,7 +118,7 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname(
return nil
}
// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
val, err := m.GetBackingStore().Get("onBehalfOfUserId")
if err != nil {
panic(err)
@@ -129,7 +129,7 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUse
return nil
}
// Serialize serializes information the current object
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
err := writer.WriteStringValue("displayName", m.GetDisplayName())
if err != nil {
@@ -162,47 +162,47 @@ func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+func (m *DeletedItemsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
+// SetBackingStore sets the BackingStore property value. Stores model information.
+func (m *DeletedItemsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
// SetDisplayName sets the displayName property value. The displayName property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
err := m.GetBackingStore().Set("displayName", value)
if err != nil {
panic(err)
}
}
// SetEntityType sets the entityType property value. The entityType property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
err := m.GetBackingStore().Set("entityType", value)
if err != nil {
panic(err)
}
}
// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
err := m.GetBackingStore().Set("mailNickname", value)
if err != nil {
panic(err)
}
}
// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
+func (m *DeletedItemsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
err := m.GetBackingStore().Set("onBehalfOfUserId", value)
if err != nil {
panic(err)
}
}
-// ItemPermissionGrantsValidatePropertiesPostRequestBodyable
-type ItemPermissionGrantsValidatePropertiesPostRequestBodyable interface {
+// DeletedItemsValidatePropertiesPostRequestBodyable
+type DeletedItemsValidatePropertiesPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/item_permission_grants_validate_properties_request_builder.go b/directory/deleted_items_validate_properties_request_builder.go
similarity index 64%
rename from chats/item_permission_grants_validate_properties_request_builder.go
rename to directory/deleted_items_validate_properties_request_builder.go
index fae9c8afe7e..7210346ad5d 100644
--- a/chats/item_permission_grants_validate_properties_request_builder.go
+++ b/directory/deleted_items_validate_properties_request_builder.go
@@ -1,4 +1,4 @@
-package chats
+package directory
import (
"context"
@@ -6,35 +6,35 @@ import (
ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
)
-// ItemPermissionGrantsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type ItemPermissionGrantsValidatePropertiesRequestBuilder struct {
+// DeletedItemsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
+type DeletedItemsValidatePropertiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
+// DeletedItemsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- m := &ItemPermissionGrantsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants/validateProperties", pathParameters),
+// NewDeletedItemsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
+func NewDeletedItemsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsValidatePropertiesRequestBuilder) {
+ m := &DeletedItemsValidatePropertiesRequestBuilder{
+ BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/directory/deletedItems/validateProperties", pathParameters),
}
return m
}
-// NewItemPermissionGrantsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
+// NewDeletedItemsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
+func NewDeletedItemsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*DeletedItemsValidatePropertiesRequestBuilder) {
urlParams := make(map[string]string)
urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
+ return NewDeletedItemsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
+func (m *DeletedItemsValidatePropertiesRequestBuilder) Post(ctx context.Context, body DeletedItemsValidatePropertiesPostRequestBodyable, requestConfiguration *DeletedItemsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
return err
@@ -49,8 +49,8 @@ func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+// ToPostRequestInformation 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.
+func (m *DeletedItemsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedItemsValidatePropertiesPostRequestBodyable, requestConfiguration *DeletedItemsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
@@ -66,6 +66,6 @@ func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInfo
return requestInfo, nil
}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
+func (m *DeletedItemsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*DeletedItemsValidatePropertiesRequestBuilder) {
+ return NewDeletedItemsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
}
diff --git a/directory/federation_configurations_identity_provider_base_item_request_builder.go b/directory/federation_configurations_identity_provider_base_item_request_builder.go
index 3c73922ae57..658a99bfeeb 100644
--- a/directory/federation_configurations_identity_provider_base_item_request_builder.go
+++ b/directory/federation_configurations_identity_provider_base_item_request_builder.go
@@ -54,7 +54,7 @@ func NewFederationConfigurationsIdentityProviderBaseItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewFederationConfigurationsIdentityProviderBaseItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a samlOrWsFedExternalDomainFederation object. This API is supported in the following national cloud deployments.
+// Delete delete a samlOrWsFedExternalDomainFederation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *FederationConfigurationsIdentityProviderBaseItemRequestBuilder) Patch(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseable), nil
}
-// ToDeleteRequestInformation delete a samlOrWsFedExternalDomainFederation object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a samlOrWsFedExternalDomainFederation object. This API is available in the following national cloud deployments.
func (m *FederationConfigurationsIdentityProviderBaseItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *FederationConfigurationsIdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/on_premises_synchronization_on_premises_directory_synchronization_item_request_builder.go b/directory/on_premises_synchronization_on_premises_directory_synchronization_item_request_builder.go
index 078f7c5cf89..92ef4e6bcb5 100644
--- a/directory/on_premises_synchronization_on_premises_directory_synchronization_item_request_builder.go
+++ b/directory/on_premises_synchronization_on_premises_directory_synchronization_item_request_builder.go
@@ -18,7 +18,7 @@ type OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilderGetQueryParameters read the properties and relationships of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilderGetQueryParameters read the properties and relationships of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
type OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestB
}
return nil
}
-// Get read the properties and relationships of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnPremisesDirectorySynchronizationable), nil
}
-// Patch update the properties of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
func (m *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestB
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
func (m *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnPremisesDirectorySynchronizationable, requestConfiguration *OnPremisesSynchronizationOnPremisesDirectorySynchronizationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directory/on_premises_synchronization_request_builder.go b/directory/on_premises_synchronization_request_builder.go
index 3e36357f59b..3550de16258 100644
--- a/directory/on_premises_synchronization_request_builder.go
+++ b/directory/on_premises_synchronization_request_builder.go
@@ -11,7 +11,7 @@ import (
type OnPremisesSynchronizationRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OnPremisesSynchronizationRequestBuilderGetQueryParameters read the properties and relationships of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// OnPremisesSynchronizationRequestBuilderGetQueryParameters read the properties and relationships of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
type OnPremisesSynchronizationRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewOnPremisesSynchronizationRequestBuilder(rawUrl string, requestAdapter i2
func (m *OnPremisesSynchronizationRequestBuilder) Count()(*OnPremisesSynchronizationCountRequestBuilder) {
return NewOnPremisesSynchronizationCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
func (m *OnPremisesSynchronizationRequestBuilder) Get(ctx context.Context, requestConfiguration *OnPremisesSynchronizationRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnPremisesDirectorySynchronizationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *OnPremisesSynchronizationRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnPremisesDirectorySynchronizationable), nil
}
-// ToGetRequestInformation read the properties and relationships of an onPremisesDirectorySynchronization object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an onPremisesDirectorySynchronization object. This API is available in the following national cloud deployments.
func (m *OnPremisesSynchronizationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OnPremisesSynchronizationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/directory_object_item_request_builder.go b/directoryobjects/directory_object_item_request_builder.go
index 88921402919..373473dd4a6 100644
--- a/directoryobjects/directory_object_item_request_builder.go
+++ b/directoryobjects/directory_object_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryObjectItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryObjectItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a directoryObject object. This API is supported in the following national cloud deployments.
+// DirectoryObjectItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a directoryObject object. This API is available in the following national cloud deployments.
type DirectoryObjectItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewDirectoryObjectItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a directory object, for example, a group, user, application, or service principal. This API is supported in the following national cloud deployments.
+// Delete delete a directory object, for example, a group, user, application, or service principal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *DirectoryObjectItemRequestBuilder) Delete(ctx context.Context, requestC
}
return nil
}
-// Get retrieve the properties and relationships of a directoryObject object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a directoryObject object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *DirectoryObjectItemRequestBuilder) Patch(ctx context.Context, body iadc
func (m *DirectoryObjectItemRequestBuilder) Restore()(*ItemRestoreRequestBuilder) {
return NewItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a directory object, for example, a group, user, application, or service principal. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a directory object, for example, a group, user, application, or service principal. This API is available in the following national cloud deployments.
func (m *DirectoryObjectItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DirectoryObjectItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *DirectoryObjectItemRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a directoryObject object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a directoryObject object. This API is available in the following national cloud deployments.
func (m *DirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryObjectItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/get_available_extension_properties_post_request_body.go b/directoryobjects/get_available_extension_properties_post_request_body.go
index 815a059aa36..c5154c29aee 100644
--- a/directoryobjects/get_available_extension_properties_post_request_body.go
+++ b/directoryobjects/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/get_available_extension_properties_request_builder.go b/directoryobjects/get_available_extension_properties_request_builder.go
index a1d84013f7e..775152e3510 100644
--- a/directoryobjects/get_available_extension_properties_request_builder.go
+++ b/directoryobjects/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/get_by_ids_post_request_body.go b/directoryobjects/get_by_ids_post_request_body.go
index ec874a7090c..ed3a5c4fa6f 100644
--- a/directoryobjects/get_by_ids_post_request_body.go
+++ b/directoryobjects/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/get_by_ids_request_builder.go b/directoryobjects/get_by_ids_request_builder.go
index a55c3a36b1c..3296904ef3c 100644
--- a/directoryobjects/get_by_ids_request_builder.go
+++ b/directoryobjects/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/item_check_member_groups_post_request_body.go b/directoryobjects/item_check_member_groups_post_request_body.go
index 21fbacbc236..ce3f57d60ec 100644
--- a/directoryobjects/item_check_member_groups_post_request_body.go
+++ b/directoryobjects/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/item_check_member_groups_request_builder.go b/directoryobjects/item_check_member_groups_request_builder.go
index 7c50f93900a..8edf72fdb6e 100644
--- a/directoryobjects/item_check_member_groups_request_builder.go
+++ b/directoryobjects/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/item_check_member_objects_post_request_body.go b/directoryobjects/item_check_member_objects_post_request_body.go
index a1d5ced36d0..64dac0225cf 100644
--- a/directoryobjects/item_check_member_objects_post_request_body.go
+++ b/directoryobjects/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/item_get_member_groups_post_request_body.go b/directoryobjects/item_get_member_groups_post_request_body.go
index 7abc57b1a02..0471eb4fe5e 100644
--- a/directoryobjects/item_get_member_groups_post_request_body.go
+++ b/directoryobjects/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/item_get_member_groups_request_builder.go b/directoryobjects/item_get_member_groups_request_builder.go
index 41ac558ce71..e33b23e06fb 100644
--- a/directoryobjects/item_get_member_groups_request_builder.go
+++ b/directoryobjects/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/item_get_member_objects_post_request_body.go b/directoryobjects/item_get_member_objects_post_request_body.go
index 2f8044239e9..34f730d3fda 100644
--- a/directoryobjects/item_get_member_objects_post_request_body.go
+++ b/directoryobjects/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/item_get_member_objects_request_builder.go b/directoryobjects/item_get_member_objects_request_builder.go
index e89a900c9df..9151f9ff6e4 100644
--- a/directoryobjects/item_get_member_objects_request_builder.go
+++ b/directoryobjects/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/item_restore_request_builder.go b/directoryobjects/item_restore_request_builder.go
index 896bf165a19..b6f465f982a 100644
--- a/directoryobjects/item_restore_request_builder.go
+++ b/directoryobjects/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryobjects/validate_properties_post_request_body.go b/directoryobjects/validate_properties_post_request_body.go
index 3ecb05eb823..f1fbec6b97e 100644
--- a/directoryobjects/validate_properties_post_request_body.go
+++ b/directoryobjects/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryobjects/validate_properties_request_builder.go b/directoryobjects/validate_properties_request_builder.go
index 84adc902db2..71c3580df25 100644
--- a/directoryobjects/validate_properties_request_builder.go
+++ b/directoryobjects/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/directory_role_item_request_builder.go b/directoryroles/directory_role_item_request_builder.go
index a22e6a094b6..2950cf2e90f 100644
--- a/directoryroles/directory_role_item_request_builder.go
+++ b/directoryroles/directory_role_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleItemRequestBuilderGetQueryParameters 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.
+// DirectoryRoleItemRequestBuilderGetQueryParameters 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.
type DirectoryRoleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleItemRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *DirectoryRoleItemRequestBuilder) ToDeleteRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/directory_roles_request_builder.go b/directoryroles/directory_roles_request_builder.go
index 3cbe98781bd..efa137cb7c6 100644
--- a/directoryroles/directory_roles_request_builder.go
+++ b/directoryroles/directory_roles_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRolesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRolesRequestBuilderGetQueryParameters 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.
+// DirectoryRolesRequestBuilderGetQueryParameters 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.
type DirectoryRolesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *DirectoryRolesRequestBuilder) Count()(*CountRequestBuilder) {
func (m *DirectoryRolesRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0
@@ -106,7 +106,7 @@ func (m *DirectoryRolesRequestBuilder) GetAvailableExtensionProperties()(*GetAva
func (m *DirectoryRolesRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
return NewGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0
@@ -128,7 +128,7 @@ func (m *DirectoryRolesRequestBuilder) Post(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryRoleable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRolesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRolesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -144,7 +144,7 @@ func (m *DirectoryRolesRequestBuilder) ToGetRequestInformation(ctx context.Conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DirectoryRolesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryRoleable, requestConfiguration *DirectoryRolesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/get_available_extension_properties_post_request_body.go b/directoryroles/get_available_extension_properties_post_request_body.go
index 7d4b5897350..31a34d08a92 100644
--- a/directoryroles/get_available_extension_properties_post_request_body.go
+++ b/directoryroles/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/get_available_extension_properties_request_builder.go b/directoryroles/get_available_extension_properties_request_builder.go
index afa8060c51b..1bbc34a41c5 100644
--- a/directoryroles/get_available_extension_properties_request_builder.go
+++ b/directoryroles/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/get_by_ids_post_request_body.go b/directoryroles/get_by_ids_post_request_body.go
index 0abdb72d47d..81c7f082861 100644
--- a/directoryroles/get_by_ids_post_request_body.go
+++ b/directoryroles/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/get_by_ids_request_builder.go b/directoryroles/get_by_ids_request_builder.go
index 2609a786f0f..3c2003bba2a 100644
--- a/directoryroles/get_by_ids_request_builder.go
+++ b/directoryroles/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_check_member_groups_post_request_body.go b/directoryroles/item_check_member_groups_post_request_body.go
index 9db901beed3..a1ee77e0210 100644
--- a/directoryroles/item_check_member_groups_post_request_body.go
+++ b/directoryroles/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/item_check_member_groups_request_builder.go b/directoryroles/item_check_member_groups_request_builder.go
index 70edc20cb88..2282c4a0dee 100644
--- a/directoryroles/item_check_member_groups_request_builder.go
+++ b/directoryroles/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_check_member_objects_post_request_body.go b/directoryroles/item_check_member_objects_post_request_body.go
index b9156d86894..1a1012722f7 100644
--- a/directoryroles/item_check_member_objects_post_request_body.go
+++ b/directoryroles/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/item_get_member_groups_post_request_body.go b/directoryroles/item_get_member_groups_post_request_body.go
index b477cc07686..2fbcf477dd1 100644
--- a/directoryroles/item_get_member_groups_post_request_body.go
+++ b/directoryroles/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/item_get_member_groups_request_builder.go b/directoryroles/item_get_member_groups_request_builder.go
index 20f840ea308..46ce8b9ce5f 100644
--- a/directoryroles/item_get_member_groups_request_builder.go
+++ b/directoryroles/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_get_member_objects_post_request_body.go b/directoryroles/item_get_member_objects_post_request_body.go
index 69fbe059e49..3e4a46ddf50 100644
--- a/directoryroles/item_get_member_objects_post_request_body.go
+++ b/directoryroles/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/item_get_member_objects_request_builder.go b/directoryroles/item_get_member_objects_request_builder.go
index 307b88cafc3..3ed436ebc26 100644
--- a/directoryroles/item_get_member_objects_request_builder.go
+++ b/directoryroles/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_members_item_ref_request_builder.go b/directoryroles/item_members_item_ref_request_builder.go
index 483b38bc909..6a1d7b4cdc3 100644
--- a/directoryroles/item_members_item_ref_request_builder.go
+++ b/directoryroles/item_members_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMembersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMembersItemRefRequestBuilderDeleteQueryParameters 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.
+// ItemMembersItemRefRequestBuilderDeleteQueryParameters 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.
type ItemMembersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemMembersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemMembersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemMembersItemRefRequestBuilder) Delete(ctx context.Context, requestCo
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMembersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMembersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_members_ref_request_builder.go b/directoryroles/item_members_ref_request_builder.go
index 0251696e753..7a01f74e653 100644
--- a/directoryroles/item_members_ref_request_builder.go
+++ b/directoryroles/item_members_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemMembersRefRequestBuilder) Get(ctx context.Context, requestConfigura
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemMembersRefRequestBuilder) ToGetRequestInformation(ctx context.Conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMembersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemMembersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_restore_request_builder.go b/directoryroles/item_restore_request_builder.go
index 2cf571743e6..d3871b2bf12 100644
--- a/directoryroles/item_restore_request_builder.go
+++ b/directoryroles/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/item_scoped_members_request_builder.go b/directoryroles/item_scoped_members_request_builder.go
index b0659d3a24f..517a2dba7bd 100644
--- a/directoryroles/item_scoped_members_request_builder.go
+++ b/directoryroles/item_scoped_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScopedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScopedMembersRequestBuilderGetQueryParameters retrieve a list of scopedRoleMembership objects for a directory role. This API is supported in the following national cloud deployments.
+// ItemScopedMembersRequestBuilderGetQueryParameters retrieve a list of scopedRoleMembership objects for a directory role. This API is available in the following national cloud deployments.
type ItemScopedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemScopedMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemScopedMembersRequestBuilder) Count()(*ItemScopedMembersCountRequestBuilder) {
return NewItemScopedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of scopedRoleMembership objects for a directory role. This API is supported in the following national cloud deployments.
+// Get retrieve a list of scopedRoleMembership objects for a directory role. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemScopedMembersRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ScopedRoleMembershipable), nil
}
-// ToGetRequestInformation retrieve a list of scopedRoleMembership objects for a directory role. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of scopedRoleMembership objects for a directory role. This API is available in the following national cloud deployments.
func (m *ItemScopedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScopedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroles/validate_properties_post_request_body.go b/directoryroles/validate_properties_post_request_body.go
index 1afa6e173c5..f0a1c9aabb0 100644
--- a/directoryroles/validate_properties_post_request_body.go
+++ b/directoryroles/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroles/validate_properties_request_builder.go b/directoryroles/validate_properties_request_builder.go
index 28c430dbd32..791d9eaaf7e 100644
--- a/directoryroles/validate_properties_request_builder.go
+++ b/directoryroles/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroleswithroletemplateid/directory_roles_with_role_template_id_request_builder.go b/directoryroleswithroletemplateid/directory_roles_with_role_template_id_request_builder.go
index 20168fbd32c..d3b2ed5a21b 100644
--- a/directoryroleswithroletemplateid/directory_roles_with_role_template_id_request_builder.go
+++ b/directoryroleswithroletemplateid/directory_roles_with_role_template_id_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRolesWithRoleTemplateIdRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters 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.
+// DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters 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.
type DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -73,7 +73,7 @@ func (m *DirectoryRolesWithRoleTemplateIdRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *DirectoryRolesWithRoleTemplateIdRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRolesWithRoleTemplateIdRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRolesWithRoleTemplateIdRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/directory_role_template_item_request_builder.go b/directoryroletemplates/directory_role_template_item_request_builder.go
index 780490706cf..b2619767a61 100644
--- a/directoryroletemplates/directory_role_template_item_request_builder.go
+++ b/directoryroletemplates/directory_role_template_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleTemplateItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleTemplateItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a directoryroletemplate object. This API is supported in the following national cloud deployments.
+// DirectoryRoleTemplateItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a directoryroletemplate object. This API is available in the following national cloud deployments.
type DirectoryRoleTemplateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleTemplateItemRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get retrieve the properties and relationships of a directoryroletemplate object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a directoryroletemplate object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *DirectoryRoleTemplateItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a directoryroletemplate object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a directoryroletemplate object. This API is available in the following national cloud deployments.
func (m *DirectoryRoleTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleTemplateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/directory_role_templates_request_builder.go b/directoryroletemplates/directory_role_templates_request_builder.go
index 11969151eb7..20d51461de2 100644
--- a/directoryroletemplates/directory_role_templates_request_builder.go
+++ b/directoryroletemplates/directory_role_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleTemplatesRequestBuilderGetQueryParameters retrieve a list of directoryRoleTemplate objects. This API is supported in the following national cloud deployments.
+// DirectoryRoleTemplatesRequestBuilderGetQueryParameters retrieve a list of directoryRoleTemplate objects. This API is available in the following national cloud deployments.
type DirectoryRoleTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *DirectoryRoleTemplatesRequestBuilder) Count()(*CountRequestBuilder) {
func (m *DirectoryRoleTemplatesRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of directoryRoleTemplate objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of directoryRoleTemplate objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *DirectoryRoleTemplatesRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryRoleTemplateable), nil
}
-// ToGetRequestInformation retrieve a list of directoryRoleTemplate objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of directoryRoleTemplate objects. This API is available in the following national cloud deployments.
func (m *DirectoryRoleTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/get_available_extension_properties_post_request_body.go b/directoryroletemplates/get_available_extension_properties_post_request_body.go
index 064be503670..2a70a2a25d2 100644
--- a/directoryroletemplates/get_available_extension_properties_post_request_body.go
+++ b/directoryroletemplates/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/get_available_extension_properties_request_builder.go b/directoryroletemplates/get_available_extension_properties_request_builder.go
index eeeb86d304a..99bd2f28cbd 100644
--- a/directoryroletemplates/get_available_extension_properties_request_builder.go
+++ b/directoryroletemplates/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/get_by_ids_post_request_body.go b/directoryroletemplates/get_by_ids_post_request_body.go
index 61ce84b18cb..e3537e003f9 100644
--- a/directoryroletemplates/get_by_ids_post_request_body.go
+++ b/directoryroletemplates/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/get_by_ids_request_builder.go b/directoryroletemplates/get_by_ids_request_builder.go
index 2061f01c4b2..eadd22242fe 100644
--- a/directoryroletemplates/get_by_ids_request_builder.go
+++ b/directoryroletemplates/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/item_check_member_groups_post_request_body.go b/directoryroletemplates/item_check_member_groups_post_request_body.go
index 7b005e63792..50a9ae0d500 100644
--- a/directoryroletemplates/item_check_member_groups_post_request_body.go
+++ b/directoryroletemplates/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/item_check_member_groups_request_builder.go b/directoryroletemplates/item_check_member_groups_request_builder.go
index be165525e71..40e071d7de7 100644
--- a/directoryroletemplates/item_check_member_groups_request_builder.go
+++ b/directoryroletemplates/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/item_check_member_objects_post_request_body.go b/directoryroletemplates/item_check_member_objects_post_request_body.go
index 20979ce9c9e..f0b6aba2c36 100644
--- a/directoryroletemplates/item_check_member_objects_post_request_body.go
+++ b/directoryroletemplates/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/item_get_member_groups_post_request_body.go b/directoryroletemplates/item_get_member_groups_post_request_body.go
index b184d54f999..1696e4eb4e6 100644
--- a/directoryroletemplates/item_get_member_groups_post_request_body.go
+++ b/directoryroletemplates/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/item_get_member_groups_request_builder.go b/directoryroletemplates/item_get_member_groups_request_builder.go
index 0df294008af..aed3316b2cd 100644
--- a/directoryroletemplates/item_get_member_groups_request_builder.go
+++ b/directoryroletemplates/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/item_get_member_objects_post_request_body.go b/directoryroletemplates/item_get_member_objects_post_request_body.go
index 2f180942585..2bfde485128 100644
--- a/directoryroletemplates/item_get_member_objects_post_request_body.go
+++ b/directoryroletemplates/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/item_get_member_objects_request_builder.go b/directoryroletemplates/item_get_member_objects_request_builder.go
index df91cb3b3f1..daaffdc5c71 100644
--- a/directoryroletemplates/item_get_member_objects_request_builder.go
+++ b/directoryroletemplates/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/item_restore_request_builder.go b/directoryroletemplates/item_restore_request_builder.go
index 9725ce9fcf0..f242d112b21 100644
--- a/directoryroletemplates/item_restore_request_builder.go
+++ b/directoryroletemplates/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/directoryroletemplates/validate_properties_post_request_body.go b/directoryroletemplates/validate_properties_post_request_body.go
index 11137288c6d..838078cebfe 100644
--- a/directoryroletemplates/validate_properties_post_request_body.go
+++ b/directoryroletemplates/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/directoryroletemplates/validate_properties_request_builder.go b/directoryroletemplates/validate_properties_request_builder.go
index c0d52e73021..50f8fa8d026 100644
--- a/directoryroletemplates/validate_properties_request_builder.go
+++ b/directoryroletemplates/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/domain_item_request_builder.go b/domains/domain_item_request_builder.go
index 731426816f6..e9352a97362 100644
--- a/domains/domain_item_request_builder.go
+++ b/domains/domain_item_request_builder.go
@@ -18,7 +18,7 @@ type DomainItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DomainItemRequestBuilderGetQueryParameters retrieve the properties and relationships of domain object. This API is supported in the following national cloud deployments.
+// DomainItemRequestBuilderGetQueryParameters retrieve the properties and relationships of domain object. This API is available in the following national cloud deployments.
type DomainItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewDomainItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
urlParams["request-raw-url"] = rawUrl
return NewDomainItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a domain from a tenant. This API is supported in the following national cloud deployments.
+// Delete deletes a domain from a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *DomainItemRequestBuilder) FederationConfiguration()(*ItemFederationConf
func (m *DomainItemRequestBuilder) ForceDelete()(*ItemForceDeleteRequestBuilder) {
return NewItemForceDeleteRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of domain object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of domain object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *DomainItemRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable), nil
}
-// Patch update the properties of domain object. This API is supported in the following national cloud deployments.
+// Patch update the properties of domain object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0
@@ -137,7 +137,7 @@ func (m *DomainItemRequestBuilder) Promote()(*ItemPromoteRequestBuilder) {
func (m *DomainItemRequestBuilder) ServiceConfigurationRecords()(*ItemServiceConfigurationRecordsRequestBuilder) {
return NewItemServiceConfigurationRecordsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes a domain from a tenant. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a domain from a tenant. This API is available in the following national cloud deployments.
func (m *DomainItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DomainItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *DomainItemRequestBuilder) ToDeleteRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of domain object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of domain object. This API is available in the following national cloud deployments.
func (m *DomainItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DomainItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *DomainItemRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of domain object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of domain object. This API is available in the following national cloud deployments.
func (m *DomainItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable, requestConfiguration *DomainItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/domains_request_builder.go b/domains/domains_request_builder.go
index 8d511734e81..d51f46ba559 100644
--- a/domains/domains_request_builder.go
+++ b/domains/domains_request_builder.go
@@ -11,7 +11,7 @@ import (
type DomainsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DomainsRequestBuilderGetQueryParameters retrieve a list of domain objects. This API is supported in the following national cloud deployments.
+// DomainsRequestBuilderGetQueryParameters retrieve a list of domain objects. This API is available in the following national cloud deployments.
type DomainsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDomainsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371
func (m *DomainsRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of domain objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of domain objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DomainsRequestBuilder) Get(ctx context.Context, requestConfiguration *D
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DomainCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DomainsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable), nil
}
-// ToGetRequestInformation retrieve a list of domain objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of domain objects. This API is available in the following national cloud deployments.
func (m *DomainsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DomainsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DomainsRequestBuilder) ToGetRequestInformation(ctx context.Context, req
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DomainsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable, requestConfiguration *DomainsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_domain_name_references_request_builder.go b/domains/item_domain_name_references_request_builder.go
index b9552236e67..8d6139b10c7 100644
--- a/domains/item_domain_name_references_request_builder.go
+++ b/domains/item_domain_name_references_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemDomainNameReferencesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemDomainNameReferencesRequestBuilderGetQueryParameters 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.
+// ItemDomainNameReferencesRequestBuilderGetQueryParameters 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.
type ItemDomainNameReferencesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemDomainNameReferencesRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemDomainNameReferencesRequestBuilder) Count()(*ItemDomainNameReferencesCountRequestBuilder) {
return NewItemDomainNameReferencesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemDomainNameReferencesRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemDomainNameReferencesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDomainNameReferencesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_federation_configuration_internal_domain_federation_item_request_builder.go b/domains/item_federation_configuration_internal_domain_federation_item_request_builder.go
index 6544c6f3e84..caf5ea3bb24 100644
--- a/domains/item_federation_configuration_internal_domain_federation_item_request_builder.go
+++ b/domains/item_federation_configuration_internal_domain_federation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemFederationConfigurationInternalDomainFederationItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemFederationConfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ItemFederationConfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments.
type ItemFederationConfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemFederationConfigurationInternalDomainFederationItemRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemFederationConfigurationInternalDomainFederationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// Delete delete an internalDomainFederation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder)
}
return nil
}
-// Get read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationable), nil
}
-// Patch update the properties of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an internalDomainFederation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationable), nil
}
-// ToDeleteRequestInformation delete an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an internalDomainFederation object. This API is available in the following national cloud deployments.
func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemFederationConfigurationInternalDomainFederationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments.
func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederationConfigurationInternalDomainFederationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an internalDomainFederation object. This API is available in the following national cloud deployments.
func (m *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationable, requestConfiguration *ItemFederationConfigurationInternalDomainFederationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_federation_configuration_request_builder.go b/domains/item_federation_configuration_request_builder.go
index 3c300683b10..deeaeacb570 100644
--- a/domains/item_federation_configuration_request_builder.go
+++ b/domains/item_federation_configuration_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemFederationConfigurationRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemFederationConfigurationRequestBuilderGetQueryParameters read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ItemFederationConfigurationRequestBuilderGetQueryParameters read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments.
type ItemFederationConfigurationRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemFederationConfigurationRequestBuilder(rawUrl string, requestAdapter
func (m *ItemFederationConfigurationRequestBuilder) Count()(*ItemFederationConfigurationCountRequestBuilder) {
return NewItemFederationConfigurationCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments.
func (m *ItemFederationConfigurationRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemFederationConfigurationRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ItemFederationConfigurationRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationCollectionResponseable), nil
}
-// Post create a new internalDomainFederation object. This API is supported in the following national cloud deployments.
+// Post create a new internalDomainFederation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemFederationConfigurationRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationable), nil
}
-// ToGetRequestInformation read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments.
func (m *ItemFederationConfigurationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederationConfigurationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemFederationConfigurationRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new internalDomainFederation object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new internalDomainFederation object. This API is available in the following national cloud deployments.
func (m *ItemFederationConfigurationRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InternalDomainFederationable, requestConfiguration *ItemFederationConfigurationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_force_delete_post_request_body.go b/domains/item_force_delete_post_request_body.go
index 142b5785e2d..17269fa8929 100644
--- a/domains/item_force_delete_post_request_body.go
+++ b/domains/item_force_delete_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemForceDeletePostRequestBody()(*ItemForceDeletePostRequestBody) {
func CreateItemForceDeletePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemForceDeletePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemForceDeletePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemForceDeletePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemForceDeletePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemForceDeletePostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemForceDeletePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemForceDeletePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/domains/item_force_delete_request_builder.go b/domains/item_force_delete_request_builder.go
index 92fa638f871..ac738e54e9e 100644
--- a/domains/item_force_delete_request_builder.go
+++ b/domains/item_force_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemForceDeleteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemForceDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemForceDeleteRequestBuilder) Post(ctx context.Context, body ItemForce
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemForceDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemForceDeletePostRequestBodyable, requestConfiguration *ItemForceDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_promote_post_response.go b/domains/item_promote_post_response.go
index dcc8862cfaa..72a65950cdb 100644
--- a/domains/item_promote_post_response.go
+++ b/domains/item_promote_post_response.go
@@ -22,7 +22,7 @@ func NewItemPromotePostResponse()(*ItemPromotePostResponse) {
func CreateItemPromotePostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPromotePostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPromotePostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPromotePostResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPromotePostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPromotePostResponse) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPromotePostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPromotePostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/domains/item_promote_request_builder.go b/domains/item_promote_request_builder.go
index 109532f63f3..5a88b5d0d52 100644
--- a/domains/item_promote_request_builder.go
+++ b/domains/item_promote_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPromoteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemPromoteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsPromotePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemPromoteRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(ItemPromoteResponseable), nil
}
-// PostAsPromotePostResponse 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.
+// PostAsPromotePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemPromoteRequestBuilder) PostAsPromotePostResponse(ctx context.Contex
}
return res.(ItemPromotePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPromoteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPromoteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_service_configuration_records_request_builder.go b/domains/item_service_configuration_records_request_builder.go
index 4dc238862de..1d49f2c0cbc 100644
--- a/domains/item_service_configuration_records_request_builder.go
+++ b/domains/item_service_configuration_records_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemServiceConfigurationRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemServiceConfigurationRecordsRequestBuilderGetQueryParameters 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.
+// ItemServiceConfigurationRecordsRequestBuilderGetQueryParameters 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.
type ItemServiceConfigurationRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemServiceConfigurationRecordsRequestBuilder(rawUrl string, requestAdap
func (m *ItemServiceConfigurationRecordsRequestBuilder) Count()(*ItemServiceConfigurationRecordsCountRequestBuilder) {
return NewItemServiceConfigurationRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemServiceConfigurationRecordsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DomainDnsRecordable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemServiceConfigurationRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemServiceConfigurationRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_verification_dns_records_request_builder.go b/domains/item_verification_dns_records_request_builder.go
index 60c9a2fda5b..e71bfc125d7 100644
--- a/domains/item_verification_dns_records_request_builder.go
+++ b/domains/item_verification_dns_records_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemVerificationDnsRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemVerificationDnsRecordsRequestBuilderGetQueryParameters 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.
+// ItemVerificationDnsRecordsRequestBuilderGetQueryParameters 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.
type ItemVerificationDnsRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemVerificationDnsRecordsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemVerificationDnsRecordsRequestBuilder) Count()(*ItemVerificationDnsRecordsCountRequestBuilder) {
return NewItemVerificationDnsRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemVerificationDnsRecordsRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DomainDnsRecordable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemVerificationDnsRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemVerificationDnsRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/domains/item_verify_request_builder.go b/domains/item_verify_request_builder.go
index dea92e47bd4..119bd0f2b9a 100644
--- a/domains/item_verify_request_builder.go
+++ b/domains/item_verify_request_builder.go
@@ -31,7 +31,7 @@ func NewItemVerifyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
urlParams["request-raw-url"] = rawUrl
return NewItemVerifyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post validates the ownership of the domain. This API is supported in the following national cloud deployments.
+// Post validates the ownership of the domain. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemVerifyRequestBuilder) Post(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable), nil
}
-// ToPostRequestInformation validates the ownership of the domain. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation validates the ownership of the domain. This API is available in the following national cloud deployments.
func (m *ItemVerifyRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemVerifyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_following_request_builder.go b/drives/item_following_request_builder.go
index eedd588d368..859b54bed65 100644
--- a/drives/item_following_request_builder.go
+++ b/drives/item_following_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemFollowingRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemFollowingRequestBuilderGetQueryParameters 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.
+// ItemFollowingRequestBuilderGetQueryParameters 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.
type ItemFollowingRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemFollowingRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ItemFollowingRequestBuilder) Count()(*ItemFollowingCountRequestBuilder) {
return NewItemFollowingCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemFollowingRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemFollowingRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFollowingRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_drive_item_item_request_builder.go b/drives/item_items_drive_item_item_request_builder.go
index 379419c552d..b052d892317 100644
--- a/drives/item_items_drive_item_item_request_builder.go
+++ b/drives/item_items_drive_item_item_request_builder.go
@@ -94,7 +94,7 @@ func (m *ItemItemsDriveItemItemRequestBuilder) CreateLink()(*ItemItemsItemCreate
func (m *ItemItemsDriveItemItemRequestBuilder) CreateUploadSession()(*ItemItemsItemCreateUploadSessionRequestBuilder) {
return NewItemItemsItemCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-delete?view=graph-rest-1.0
@@ -168,10 +168,10 @@ func (m *ItemItemsDriveItemItemRequestBuilder) LastModifiedByUser()(*ItemItemsIt
func (m *ItemItemsDriveItemItemRequestBuilder) ListItem()(*ItemItemsItemListItemRequestBuilder) {
return NewItemItemsItemListItemRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0
func (m *ItemItemsDriveItemItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, requestConfiguration *ItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -218,7 +218,7 @@ func (m *ItemItemsDriveItemItemRequestBuilder) Subscriptions()(*ItemItemsItemSub
func (m *ItemItemsDriveItemItemRequestBuilder) Thumbnails()(*ItemItemsItemThumbnailsRequestBuilder) {
return NewItemItemsItemThumbnailsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemItemsDriveItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsDriveItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -246,7 +246,7 @@ func (m *ItemItemsDriveItemItemRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemItemsDriveItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, requestConfiguration *ItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_analytics_all_time_request_builder.go b/drives/item_items_item_analytics_all_time_request_builder.go
index 81a03c569f0..c568380dabd 100644
--- a/drives/item_items_item_analytics_all_time_request_builder.go
+++ b/drives/item_items_item_analytics_all_time_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemAnalyticsAllTimeRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemAnalyticsAllTimeRequestBuilderGetQueryParameters 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.
+// ItemItemsItemAnalyticsAllTimeRequestBuilderGetQueryParameters 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.
type ItemItemsItemAnalyticsAllTimeRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemItemsItemAnalyticsAllTimeRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemAnalyticsAllTimeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemItemsItemAnalyticsAllTimeRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemActivityStatable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemAnalyticsAllTimeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemAnalyticsAllTimeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_assign_sensitivity_label_post_request_body.go b/drives/item_items_item_assign_sensitivity_label_post_request_body.go
index 502761e3488..256c9b646d0 100644
--- a/drives/item_items_item_assign_sensitivity_label_post_request_body.go
+++ b/drives/item_items_item_assign_sensitivity_label_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemAssignSensitivityLabelPostRequestBody()(*ItemItemsItemAssig
func CreateItemItemsItemAssignSensitivityLabelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemAssignSensitivityLabelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) GetAssignmentMethod
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,7 +136,7 @@ func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -150,7 +150,7 @@ func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) SetAssignmentMethod
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemAssignSensitivityLabelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_checkin_post_request_body.go b/drives/item_items_item_checkin_post_request_body.go
index d28be229400..c59d53aa620 100644
--- a/drives/item_items_item_checkin_post_request_body.go
+++ b/drives/item_items_item_checkin_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemCheckinPostRequestBody()(*ItemItemsItemCheckinPostRequestBo
func CreateItemItemsItemCheckinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemCheckinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCheckinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemCheckinPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCheckinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ItemItemsItemCheckinPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCheckinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCheckinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_checkin_request_builder.go b/drives/item_items_item_checkin_request_builder.go
index 5180c439e7e..4542db017d2 100644
--- a/drives/item_items_item_checkin_request_builder.go
+++ b/drives/item_items_item_checkin_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemCheckinRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemCheckinRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemCheckinRequestBuilder) Post(ctx context.Context, body Item
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemCheckinRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemCheckinPostRequestBodyable, requestConfiguration *ItemItemsItemCheckinRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_checkout_request_builder.go b/drives/item_items_item_checkout_request_builder.go
index 42cf1b01aea..963ad7a0024 100644
--- a/drives/item_items_item_checkout_request_builder.go
+++ b/drives/item_items_item_checkout_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemCheckoutRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemCheckoutRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemCheckoutRequestBuilder) Post(ctx context.Context, requestC
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemCheckoutRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemCheckoutRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_children_request_builder.go b/drives/item_items_item_children_request_builder.go
index 807b848e5a5..7d6f6ba2992 100644
--- a/drives/item_items_item_children_request_builder.go
+++ b/drives/item_items_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemItemsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemItemsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemChildrenRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemItemsItemChildrenRequestBuilder) Count()(*ItemItemsItemChildrenCountRequestBuilder) {
return NewItemItemsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemItemsItemChildrenRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_copy_post_request_body.go b/drives/item_items_item_copy_post_request_body.go
index 2fee0a04d00..dae824df6de 100644
--- a/drives/item_items_item_copy_post_request_body.go
+++ b/drives/item_items_item_copy_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemCopyPostRequestBody()(*ItemItemsItemCopyPostRequestBody) {
func CreateItemItemsItemCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_copy_request_builder.go b/drives/item_items_item_copy_request_builder.go
index 1ec1ff013c9..a1b0d631f2d 100644
--- a/drives/item_items_item_copy_request_builder.go
+++ b/drives/item_items_item_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemCopyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemCopyRequestBuilder) Post(ctx context.Context, body ItemIte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemCopyPostRequestBodyable, requestConfiguration *ItemItemsItemCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_create_link_post_request_body.go b/drives/item_items_item_create_link_post_request_body.go
index 8b5c7e8e9a5..53cb69833af 100644
--- a/drives/item_items_item_create_link_post_request_body.go
+++ b/drives/item_items_item_create_link_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemCreateLinkPostRequestBody()(*ItemItemsItemCreateLinkPostReq
func CreateItemItemsItemCreateLinkPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemCreateLinkPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCreateLinkPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemCreateLinkPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCreateLinkPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemCreateLinkPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCreateLinkPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCreateLinkPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_create_link_request_builder.go b/drives/item_items_item_create_link_request_builder.go
index 7fb4dc5763c..fb4c772d257 100644
--- a/drives/item_items_item_create_link_request_builder.go
+++ b/drives/item_items_item_create_link_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemCreateLinkRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemCreateLinkRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemCreateLinkRequestBuilder) Post(ctx context.Context, body I
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemCreateLinkRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemCreateLinkPostRequestBodyable, requestConfiguration *ItemItemsItemCreateLinkRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_create_upload_session_post_request_body.go b/drives/item_items_item_create_upload_session_post_request_body.go
index 3695f47bf86..20476c17c90 100644
--- a/drives/item_items_item_create_upload_session_post_request_body.go
+++ b/drives/item_items_item_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemCreateUploadSessionPostRequestBody()(*ItemItemsItemCreateUp
func CreateItemItemsItemCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemCreateUploadSessionPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemCreateUploadSessionPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_follow_request_builder.go b/drives/item_items_item_follow_request_builder.go
index d21ea70a10d..b2ef3df03d3 100644
--- a/drives/item_items_item_follow_request_builder.go
+++ b/drives/item_items_item_follow_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemFollowRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemFollowRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post follow a driveItem. This API is supported in the following national cloud deployments.
+// Post follow a driveItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemFollowRequestBuilder) Post(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToPostRequestInformation follow a driveItem. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation follow a driveItem. This API is available in the following national cloud deployments.
func (m *ItemItemsItemFollowRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemFollowRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_invite_post_request_body.go b/drives/item_items_item_invite_post_request_body.go
index f304c6f4232..7a227581555 100644
--- a/drives/item_items_item_invite_post_request_body.go
+++ b/drives/item_items_item_invite_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemInvitePostRequestBody()(*ItemItemsItemInvitePostRequestBody
func CreateItemItemsItemInvitePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemInvitePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemInvitePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemInvitePostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemInvitePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -288,14 +288,14 @@ func (m *ItemItemsItemInvitePostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemInvitePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemInvitePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_invite_request_builder.go b/drives/item_items_item_invite_request_builder.go
index fe905106af4..ec5766df300 100644
--- a/drives/item_items_item_invite_request_builder.go
+++ b/drives/item_items_item_invite_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemInviteRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemInviteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsInvitePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemItemsItemInviteRequestBuilder) Post(ctx context.Context, body ItemI
}
return res.(ItemItemsItemInviteResponseable), nil
}
-// PostAsInvitePostResponse 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.
+// PostAsInvitePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemItemsItemInviteRequestBuilder) PostAsInvitePostResponse(ctx context
}
return res.(ItemItemsItemInvitePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemInviteRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemInvitePostRequestBodyable, requestConfiguration *ItemItemsItemInviteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_permissions_item_grant_post_request_body.go b/drives/item_items_item_permissions_item_grant_post_request_body.go
index c88e830d87f..fe7491a12ce 100644
--- a/drives/item_items_item_permissions_item_grant_post_request_body.go
+++ b/drives/item_items_item_permissions_item_grant_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemPermissionsItemGrantPostRequestBody()(*ItemItemsItemPermiss
func CreateItemItemsItemPermissionsItemGrantPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemPermissionsItemGrantPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemPermissionsItemGrantPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemPermissionsItemGrantPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemPermissionsItemGrantPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -126,14 +126,14 @@ func (m *ItemItemsItemPermissionsItemGrantPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemPermissionsItemGrantPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemPermissionsItemGrantPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_permissions_item_grant_request_builder.go b/drives/item_items_item_permissions_item_grant_request_builder.go
index f49cfc7d00a..712f8ab40ee 100644
--- a/drives/item_items_item_permissions_item_grant_request_builder.go
+++ b/drives/item_items_item_permissions_item_grant_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// Post grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemItemsItemPermissionsItemGrantRequestBuilder) Post(ctx context.Conte
}
return res.(ItemItemsItemPermissionsItemGrantResponseable), nil
}
-// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemItemsItemPermissionsItemGrantRequestBuilder) PostAsGrantPostRespons
}
return res.(ItemItemsItemPermissionsItemGrantPostResponseable), nil
}
-// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
func (m *ItemItemsItemPermissionsItemGrantRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemPermissionsItemGrantPostRequestBodyable, requestConfiguration *ItemItemsItemPermissionsItemGrantRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_permissions_permission_item_request_builder.go b/drives/item_items_item_permissions_permission_item_request_builder.go
index ef25f884baa..cbd805f3a07 100644
--- a/drives/item_items_item_permissions_permission_item_request_builder.go
+++ b/drives/item_items_item_permissions_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemPermissionsPermissionItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters 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.
+// ItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters 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.
type ItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemItemsItemPermissionsPermissionItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemPermissionsPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) Get(ctx context.C
func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) Grant()(*ItemItemsItemPermissionsItemGrantRequestBuilder) {
return NewItemItemsItemPermissionsItemGrantRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) Patch(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemPermissionsPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemItemsItemPermissionsPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable, requestConfiguration *ItemItemsItemPermissionsPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_permissions_request_builder.go b/drives/item_items_item_permissions_request_builder.go
index ee68c720cc9..84bff3d273b 100644
--- a/drives/item_items_item_permissions_request_builder.go
+++ b/drives/item_items_item_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemPermissionsRequestBuilderGetQueryParameters list the effective sharing permissions on a driveItem. This API is supported in the following national cloud deployments.
+// ItemItemsItemPermissionsRequestBuilderGetQueryParameters list the effective sharing permissions on a driveItem. This API is available in the following national cloud deployments.
type ItemItemsItemPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemPermissionsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemItemsItemPermissionsRequestBuilder) Count()(*ItemItemsItemPermissionsCountRequestBuilder) {
return NewItemItemsItemPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the effective sharing permissions on a driveItem. This API is supported in the following national cloud deployments.
+// Get list the effective sharing permissions on a driveItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemItemsItemPermissionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToGetRequestInformation list the effective sharing permissions on a driveItem. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the effective sharing permissions on a driveItem. This API is available in the following national cloud deployments.
func (m *ItemItemsItemPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_preview_post_request_body.go b/drives/item_items_item_preview_post_request_body.go
index 4382cbbe234..aae6f6340bd 100644
--- a/drives/item_items_item_preview_post_request_body.go
+++ b/drives/item_items_item_preview_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemPreviewPostRequestBody()(*ItemItemsItemPreviewPostRequestBo
func CreateItemItemsItemPreviewPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemPreviewPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemPreviewPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemPreviewPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemPreviewPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ItemItemsItemPreviewPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemPreviewPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemPreviewPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_restore_post_request_body.go b/drives/item_items_item_restore_post_request_body.go
index df0b63eb2b6..c250f013a58 100644
--- a/drives/item_items_item_restore_post_request_body.go
+++ b/drives/item_items_item_restore_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemRestorePostRequestBody()(*ItemItemsItemRestorePostRequestBo
func CreateItemItemsItemRestorePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemRestorePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemRestorePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemRestorePostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemRestorePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemRestorePostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemRestorePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemRestorePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_restore_request_builder.go b/drives/item_items_item_restore_request_builder.go
index 1813876af81..28ab7c6d0df 100644
--- a/drives/item_items_item_restore_request_builder.go
+++ b/drives/item_items_item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemRestoreRequestBuilder) Post(ctx context.Context, body Item
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemRestorePostRequestBodyable, requestConfiguration *ItemItemsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_subscriptions_item_reauthorize_request_builder.go b/drives/item_items_item_subscriptions_item_reauthorize_request_builder.go
index e0ccb9c0df6..a350d7a41cb 100644
--- a/drives/item_items_item_subscriptions_item_reauthorize_request_builder.go
+++ b/drives/item_items_item_subscriptions_item_reauthorize_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemSubscriptionsItemReauthorizeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemSubscriptionsItemReauthorizeRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
func (m *ItemItemsItemSubscriptionsItemReauthorizeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_thumbnails_request_builder.go b/drives/item_items_item_thumbnails_request_builder.go
index ee58cc1a43e..8ef3a60f4c1 100644
--- a/drives/item_items_item_thumbnails_request_builder.go
+++ b/drives/item_items_item_thumbnails_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemThumbnailsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemThumbnailsRequestBuilderGetQueryParameters 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.
+// ItemItemsItemThumbnailsRequestBuilderGetQueryParameters 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.
type ItemItemsItemThumbnailsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemThumbnailsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemItemsItemThumbnailsRequestBuilder) Count()(*ItemItemsItemThumbnailsCountRequestBuilder) {
return NewItemItemsItemThumbnailsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemItemsItemThumbnailsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ThumbnailSetable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemThumbnailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemThumbnailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_unfollow_request_builder.go b/drives/item_items_item_unfollow_request_builder.go
index 468c3e0913c..278242d6132 100644
--- a/drives/item_items_item_unfollow_request_builder.go
+++ b/drives/item_items_item_unfollow_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemUnfollowRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemUnfollowRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unfollow a driveItem. This API is supported in the following national cloud deployments.
+// Post unfollow a driveItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemUnfollowRequestBuilder) Post(ctx context.Context, requestC
}
return nil
}
-// ToPostRequestInformation unfollow a driveItem. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation unfollow a driveItem. This API is available in the following national cloud deployments.
func (m *ItemItemsItemUnfollowRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemUnfollowRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_validate_permission_post_request_body.go b/drives/item_items_item_validate_permission_post_request_body.go
index 2eb6b2fa86e..64672a81c73 100644
--- a/drives/item_items_item_validate_permission_post_request_body.go
+++ b/drives/item_items_item_validate_permission_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemValidatePermissionPostRequestBody()(*ItemItemsItemValidateP
func CreateItemItemsItemValidatePermissionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemValidatePermissionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemValidatePermissionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemValidatePermissionPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemValidatePermissionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ItemItemsItemValidatePermissionPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemValidatePermissionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemValidatePermissionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_versions_drive_item_version_item_request_builder.go b/drives/item_items_item_versions_drive_item_version_item_request_builder.go
index 0fb40f562f3..74a0057a299 100644
--- a/drives/item_items_item_versions_drive_item_version_item_request_builder.go
+++ b/drives/item_items_item_versions_drive_item_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a DriveItem. This API is supported in the following national cloud deployments.
+// ItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a DriveItem. This API is available in the following national cloud deployments.
type ItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemVersionsDriveItemVersionItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the metadata for a specific version of a DriveItem. This API is supported in the following national cloud deployments.
+// Get retrieve the metadata for a specific version of a DriveItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemItemsItemVersionsDriveItemVersionItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a specific version of a DriveItem. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a specific version of a DriveItem. This API is available in the following national cloud deployments.
func (m *ItemItemsItemVersionsDriveItemVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_versions_item_restore_version_request_builder.go b/drives/item_items_item_versions_item_restore_version_request_builder.go
index 3e5d0b70d2f..0de4026f434 100644
--- a/drives/item_items_item_versions_item_restore_version_request_builder.go
+++ b/drives/item_items_item_versions_item_restore_version_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemVersionsItemRestoreVersionRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemVersionsItemRestoreVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemVersionsItemRestoreVersionRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemVersionsItemRestoreVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_versions_request_builder.go b/drives/item_items_item_versions_request_builder.go
index 5cd20f54137..494816890a7 100644
--- a/drives/item_items_item_versions_request_builder.go
+++ b/drives/item_items_item_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemVersionsRequestBuilderGetQueryParameters 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.
+// ItemItemsItemVersionsRequestBuilderGetQueryParameters 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.
type ItemItemsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemVersionsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemItemsItemVersionsRequestBuilder) Count()(*ItemItemsItemVersionsCountRequestBuilder) {
return NewItemItemsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemItemsItemVersionsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemVersionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_application_calculate_post_request_body.go b/drives/item_items_item_workbook_application_calculate_post_request_body.go
index 4a70d663bb4..526242526a6 100644
--- a/drives/item_items_item_workbook_application_calculate_post_request_body.go
+++ b/drives/item_items_item_workbook_application_calculate_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookApplicationCalculatePostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookApplicationCalculatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookApplicationCalculatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookApplicationCalculatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookApplicationCalculatePostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookApplicationCalculatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookApplicationCalculatePostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookApplicationCalculatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookApplicationCalculatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_application_calculate_request_builder.go b/drives/item_items_item_workbook_application_calculate_request_builder.go
index 82b81170357..9fa1eaff728 100644
--- a/drives/item_items_item_workbook_application_calculate_request_builder.go
+++ b/drives/item_items_item_workbook_application_calculate_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookApplicationCalculateRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookApplicationCalculateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post recalculate all currently opened workbooks in Excel. This API is supported in the following national cloud deployments.
+// Post recalculate all currently opened workbooks in Excel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookapplication-calculate?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookApplicationCalculateRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation recalculate all currently opened workbooks in Excel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation recalculate all currently opened workbooks in Excel. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookApplicationCalculateRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookApplicationCalculatePostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookApplicationCalculateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_application_request_builder.go b/drives/item_items_item_workbook_application_request_builder.go
index 9a1f91829bf..c5ffa51afaf 100644
--- a/drives/item_items_item_workbook_application_request_builder.go
+++ b/drives/item_items_item_workbook_application_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookApplicationRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookApplicationRequestBuilderGetQueryParameters retrieve the properties and relationships of a workbookApplication object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookApplicationRequestBuilderGetQueryParameters retrieve the properties and relationships of a workbookApplication object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookApplicationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookApplicationRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get retrieve the properties and relationships of a workbookApplication object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a workbookApplication object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookapplication-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookApplicationRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a workbookApplication object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a workbookApplication object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookApplicationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookApplicationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_close_session_request_builder.go b/drives/item_items_item_workbook_close_session_request_builder.go
index 54eaea6276f..d98264c6a0b 100644
--- a/drives/item_items_item_workbook_close_session_request_builder.go
+++ b/drives/item_items_item_workbook_close_session_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookCloseSessionRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookCloseSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post use this API to close an existing workbook session. This API is supported in the following national cloud deployments.
+// Post use this API to close an existing workbook session. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-closesession?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookCloseSessionRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation use this API to close an existing workbook session. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to close an existing workbook session. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookCloseSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCloseSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_comments_item_replies_request_builder.go b/drives/item_items_item_workbook_comments_item_replies_request_builder.go
index d96672189fc..76c94a090de 100644
--- a/drives/item_items_item_workbook_comments_item_replies_request_builder.go
+++ b/drives/item_items_item_workbook_comments_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookCommentsItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookCommentsItemRepliesRequestBuilderGetQueryParameters retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookCommentsItemRepliesRequestBuilderGetQueryParameters retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookCommentsItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemWorkbookCommentsItemRepliesRequestBuilder(rawUrl string, re
func (m *ItemItemsItemWorkbookCommentsItemRepliesRequestBuilder) Count()(*ItemItemsItemWorkbookCommentsItemRepliesCountRequestBuilder) {
return NewItemItemsItemWorkbookCommentsItemRepliesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookCommentsItemRepliesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemRepliesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookCommentReplyCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemItemsItemWorkbookCommentsItemRepliesRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookCommentReplyable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookCommentsItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_comments_item_replies_workbook_comment_reply_item_request_builder.go b/drives/item_items_item_workbook_comments_item_replies_workbook_comment_reply_item_request_builder.go
index 778721d4d94..b80b580123c 100644
--- a/drives/item_items_item_workbook_comments_item_replies_workbook_comment_reply_item_request_builder.go
+++ b/drives/item_items_item_workbook_comments_item_replies_workbook_comment_reply_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequest
}
return nil
}
-// Get retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookcommentreply-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookCommentsItemRepliesWorkbookCommentReplyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_create_session_post_request_body.go b/drives/item_items_item_workbook_create_session_post_request_body.go
index bffdd635028..2fb1a65b725 100644
--- a/drives/item_items_item_workbook_create_session_post_request_body.go
+++ b/drives/item_items_item_workbook_create_session_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookCreateSessionPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookCreateSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookCreateSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookCreateSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookCreateSessionPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookCreateSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookCreateSessionPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookCreateSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookCreateSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_create_session_request_builder.go b/drives/item_items_item_workbook_create_session_request_builder.go
index 472bab43b3a..453c9a3276c 100644
--- a/drives/item_items_item_workbook_create_session_request_builder.go
+++ b/drives/item_items_item_workbook_create_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookCreateSessionRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookCreateSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-createsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookCreateSessionRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookSessionInfoable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookCreateSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookCreateSessionPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookCreateSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_functions_abs_post_request_body.go b/drives/item_items_item_workbook_functions_abs_post_request_body.go
index 4518c2921e1..828155f46df 100644
--- a/drives/item_items_item_workbook_functions_abs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_abs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAbsPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsAbsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAbsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAbsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAbsPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAbsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAbsPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAbsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAbsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_accr_int_m_post_request_body.go b/drives/item_items_item_workbook_functions_accr_int_m_post_request_body.go
index 40a91449649..96f0da5ec82 100644
--- a/drives/item_items_item_workbook_functions_accr_int_m_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_accr_int_m_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsAccrIntMPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAccrIntMPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_accr_int_post_request_body.go b/drives/item_items_item_workbook_functions_accr_int_post_request_body.go
index 98e5a9c63f7..3f232b8ba3d 100644
--- a/drives/item_items_item_workbook_functions_accr_int_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_accr_int_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAccrIntPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsAccrIntPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAccrIntPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAccrIntPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAccrIntPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAccrIntPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -270,14 +270,14 @@ func (m *ItemItemsItemWorkbookFunctionsAccrIntPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAccrIntPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAccrIntPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_acos_post_request_body.go b/drives/item_items_item_workbook_functions_acos_post_request_body.go
index fa68b51e517..e24ba333f21 100644
--- a/drives/item_items_item_workbook_functions_acos_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_acos_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAcosPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsAcosPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAcosPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcosPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAcosPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcosPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAcosPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcosPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcosPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_acosh_post_request_body.go b/drives/item_items_item_workbook_functions_acosh_post_request_body.go
index 3453d0e5d03..9a881336c20 100644
--- a/drives/item_items_item_workbook_functions_acosh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_acosh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAcoshPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsAcoshPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAcoshPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcoshPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAcoshPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcoshPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAcoshPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcoshPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcoshPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_acot_post_request_body.go b/drives/item_items_item_workbook_functions_acot_post_request_body.go
index c14a602b2e7..58446b90e14 100644
--- a/drives/item_items_item_workbook_functions_acot_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_acot_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAcotPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsAcotPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAcotPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcotPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAcotPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcotPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAcotPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcotPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcotPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_acoth_post_request_body.go b/drives/item_items_item_workbook_functions_acoth_post_request_body.go
index 101a011b1ec..aca58dbf9f8 100644
--- a/drives/item_items_item_workbook_functions_acoth_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_acoth_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAcothPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsAcothPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAcothPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcothPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAcothPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcothPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAcothPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAcothPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAcothPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_amor_degrc_post_request_body.go b/drives/item_items_item_workbook_functions_amor_degrc_post_request_body.go
index 058fbe3133e..1ced8497b1a 100644
--- a/drives/item_items_item_workbook_functions_amor_degrc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_amor_degrc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAmorDegrcPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_amor_linc_post_request_body.go b/drives/item_items_item_workbook_functions_amor_linc_post_request_body.go
index 8d42307f081..a29571b1d7c 100644
--- a/drives/item_items_item_workbook_functions_amor_linc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_amor_linc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAmorLincPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsAmorLincPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAmorLincPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAmorLincPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAmorLincPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAmorLincPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ItemItemsItemWorkbookFunctionsAmorLincPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAmorLincPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAmorLincPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_and_post_request_body.go b/drives/item_items_item_workbook_functions_and_post_request_body.go
index 1f78045fbc2..b904b27bb43 100644
--- a/drives/item_items_item_workbook_functions_and_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_and_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAndPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsAndPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAndPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAndPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAndPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAndPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAndPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAndPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAndPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_arabic_post_request_body.go b/drives/item_items_item_workbook_functions_arabic_post_request_body.go
index 71e784066fc..ff142ec9937 100644
--- a/drives/item_items_item_workbook_functions_arabic_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_arabic_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsArabicPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsArabicPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsArabicPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsArabicPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsArabicPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsArabicPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsArabicPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsArabicPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsArabicPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_areas_post_request_body.go b/drives/item_items_item_workbook_functions_areas_post_request_body.go
index d88723b3bf3..bf8a5e8772a 100644
--- a/drives/item_items_item_workbook_functions_areas_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_areas_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAreasPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsAreasPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAreasPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAreasPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAreasPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAreasPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAreasPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAreasPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAreasPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_asc_post_request_body.go b/drives/item_items_item_workbook_functions_asc_post_request_body.go
index 69811f329fe..892be9a1a2b 100644
--- a/drives/item_items_item_workbook_functions_asc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_asc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAscPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsAscPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAscPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAscPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAscPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAscPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAscPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAscPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAscPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_asin_post_request_body.go b/drives/item_items_item_workbook_functions_asin_post_request_body.go
index 2bb4a5df458..de188739790 100644
--- a/drives/item_items_item_workbook_functions_asin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_asin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAsinPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsAsinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAsinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAsinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAsinPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAsinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAsinPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAsinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAsinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_asinh_post_request_body.go b/drives/item_items_item_workbook_functions_asinh_post_request_body.go
index 9655b7f7635..1a3db9c00f2 100644
--- a/drives/item_items_item_workbook_functions_asinh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_asinh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAsinhPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsAsinhPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAsinhPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAsinhPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAsinhPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAsinhPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAsinhPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAsinhPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAsinhPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_atan2_post_request_body.go b/drives/item_items_item_workbook_functions_atan2_post_request_body.go
index 7f8dee602d4..124393fec04 100644
--- a/drives/item_items_item_workbook_functions_atan2_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_atan2_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAtan2PostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsAtan2PostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAtan2PostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAtan2PostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAtan2PostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAtan2PostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsAtan2PostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAtan2PostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAtan2PostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_atan_post_request_body.go b/drives/item_items_item_workbook_functions_atan_post_request_body.go
index 0f8f795f931..02238e4da3f 100644
--- a/drives/item_items_item_workbook_functions_atan_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_atan_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAtanPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsAtanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAtanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAtanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAtanPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAtanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAtanPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAtanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAtanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_atanh_post_request_body.go b/drives/item_items_item_workbook_functions_atanh_post_request_body.go
index dec3b4380e3..5f84ab08b9f 100644
--- a/drives/item_items_item_workbook_functions_atanh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_atanh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAtanhPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsAtanhPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAtanhPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAtanhPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAtanhPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAtanhPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAtanhPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAtanhPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAtanhPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ave_dev_post_request_body.go b/drives/item_items_item_workbook_functions_ave_dev_post_request_body.go
index 244612fde8b..8b68abf986e 100644
--- a/drives/item_items_item_workbook_functions_ave_dev_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ave_dev_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAveDevPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsAveDevPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAveDevPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAveDevPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAveDevPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAveDevPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAveDevPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAveDevPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAveDevPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_average_a_post_request_body.go b/drives/item_items_item_workbook_functions_average_a_post_request_body.go
index 78da14524b7..24a3af82603 100644
--- a/drives/item_items_item_workbook_functions_average_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_average_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAverageAPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsAverageAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAverageAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAverageAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageAPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAverageAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAverageAPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAverageAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAverageAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_average_if_post_request_body.go b/drives/item_items_item_workbook_functions_average_if_post_request_body.go
index 1b4f9da31d2..d2d76bb474f 100644
--- a/drives/item_items_item_workbook_functions_average_if_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_average_if_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAverageIfPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsAverageIfPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAverageIfPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) GetAverageRange
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) SetAverageRange
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAverageIfPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_average_ifs_post_request_body.go b/drives/item_items_item_workbook_functions_average_ifs_post_request_body.go
index 2b763fbd4df..f45a60f16f2 100644
--- a/drives/item_items_item_workbook_functions_average_ifs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_average_ifs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsAverageIfsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) GetAverageRang
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) SetAverageRang
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAverageIfsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_average_post_request_body.go b/drives/item_items_item_workbook_functions_average_post_request_body.go
index d897c650754..df5e2641693 100644
--- a/drives/item_items_item_workbook_functions_average_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_average_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsAveragePostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsAveragePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsAveragePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAveragePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsAveragePostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAveragePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsAveragePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsAveragePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsAveragePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_baht_text_post_request_body.go b/drives/item_items_item_workbook_functions_baht_text_post_request_body.go
index 9bbc3c6e2a2..199131e2416 100644
--- a/drives/item_items_item_workbook_functions_baht_text_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_baht_text_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBahtTextPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsBahtTextPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBahtTextPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBahtTextPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBahtTextPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBahtTextPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsBahtTextPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBahtTextPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBahtTextPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_base_post_request_body.go b/drives/item_items_item_workbook_functions_base_post_request_body.go
index 080e6623a74..29fd68aa23d 100644
--- a/drives/item_items_item_workbook_functions_base_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_base_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBasePostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsBasePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBasePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBasePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBasePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBasePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsBasePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBasePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBasePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bessel_i_post_request_body.go b/drives/item_items_item_workbook_functions_bessel_i_post_request_body.go
index 777698cb8a7..b44e49ed87e 100644
--- a/drives/item_items_item_workbook_functions_bessel_i_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bessel_i_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBesselIPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBesselIPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBesselIPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselIPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBesselIPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselIPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBesselIPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselIPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselIPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bessel_j_post_request_body.go b/drives/item_items_item_workbook_functions_bessel_j_post_request_body.go
index 06d45d06ea2..b4898d598f6 100644
--- a/drives/item_items_item_workbook_functions_bessel_j_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bessel_j_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBesselJPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBesselJPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBesselJPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselJPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBesselJPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselJPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBesselJPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselJPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselJPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bessel_k_post_request_body.go b/drives/item_items_item_workbook_functions_bessel_k_post_request_body.go
index 75c4938eca7..e8f149acf65 100644
--- a/drives/item_items_item_workbook_functions_bessel_k_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bessel_k_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBesselKPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBesselKPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBesselKPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselKPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBesselKPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselKPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBesselKPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselKPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselKPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bessel_y_post_request_body.go b/drives/item_items_item_workbook_functions_bessel_y_post_request_body.go
index 597b4f7b0f8..2652e0f7ce8 100644
--- a/drives/item_items_item_workbook_functions_bessel_y_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bessel_y_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBesselYPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBesselYPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBesselYPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselYPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBesselYPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselYPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBesselYPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBesselYPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBesselYPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_beta_dist_post_request_body.go b/drives/item_items_item_workbook_functions_beta_dist_post_request_body.go
index 7741636efd7..842b3c750bd 100644
--- a/drives/item_items_item_workbook_functions_beta_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_beta_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsBeta_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody(), nil
}
-// GetA gets the a property value. The A property
+// GetA gets the A property value. The A property
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetA()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable) {
val, err := m.GetBackingStore().Get("a")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetA()(iadcd811
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetAlpha()(iadc
}
return nil
}
-// GetB gets the b property value. The B property
+// GetB gets the B property value. The B property
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetB()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable) {
val, err := m.GetBackingStore().Get("b")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetB()(iadcd811
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -97,7 +97,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetCumulative()
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["a"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["A"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateJsonFromDiscriminatorValue)
if err != nil {
return err
@@ -117,7 +117,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetFieldDeseria
}
return nil
}
- res["b"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["B"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateJsonFromDiscriminatorValue)
if err != nil {
return err
@@ -173,7 +173,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) GetX()(iadcd811
// Serialize serializes information the current object
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("a", m.GetA())
+ err := writer.WriteObjectValue("A", m.GetA())
if err != nil {
return err
}
@@ -185,7 +185,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) Serialize(write
}
}
{
- err := writer.WriteObjectValue("b", m.GetB())
+ err := writer.WriteObjectValue("B", m.GetB())
if err != nil {
return err
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) Serialize(write
}
return nil
}
-// SetA sets the a property value. The A property
+// SetA sets the A property value. The A property
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) SetA(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable)() {
err := m.GetBackingStore().Set("a", value)
if err != nil {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -237,14 +237,14 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) SetAlpha(value
panic(err)
}
}
-// SetB sets the b property value. The B property
+// SetB sets the B property value. The B property
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) SetB(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable)() {
err := m.GetBackingStore().Set("b", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBeta_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_beta_inv_post_request_body.go b/drives/item_items_item_workbook_functions_beta_inv_post_request_body.go
index 85e66ed0348..d3a0bbca571 100644
--- a/drives/item_items_item_workbook_functions_beta_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_beta_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsBeta_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody(), nil
}
-// GetA gets the a property value. The A property
+// GetA gets the A property value. The A property
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetA()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable) {
val, err := m.GetBackingStore().Get("a")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetA()(iadcd8112
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetAlpha()(iadcd
}
return nil
}
-// GetB gets the b property value. The B property
+// GetB gets the B property value. The B property
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetB()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable) {
val, err := m.GetBackingStore().Get("b")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetB()(iadcd8112
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetBeta()(iadcd8
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["a"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["A"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateJsonFromDiscriminatorValue)
if err != nil {
return err
@@ -106,7 +106,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetFieldDeserial
}
return nil
}
- res["b"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["B"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateJsonFromDiscriminatorValue)
if err != nil {
return err
@@ -152,7 +152,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) GetProbability()
// Serialize serializes information the current object
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("a", m.GetA())
+ err := writer.WriteObjectValue("A", m.GetA())
if err != nil {
return err
}
@@ -164,7 +164,7 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) Serialize(writer
}
}
{
- err := writer.WriteObjectValue("b", m.GetB())
+ err := writer.WriteObjectValue("B", m.GetB())
if err != nil {
return err
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) Serialize(writer
}
return nil
}
-// SetA sets the a property value. The A property
+// SetA sets the A property value. The A property
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) SetA(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable)() {
err := m.GetBackingStore().Set("a", value)
if err != nil {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -210,14 +210,14 @@ func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) SetAlpha(value i
panic(err)
}
}
-// SetB sets the b property value. The B property
+// SetB sets the B property value. The B property
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) SetB(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable)() {
err := m.GetBackingStore().Set("b", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBeta_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bin2_dec_post_request_body.go b/drives/item_items_item_workbook_functions_bin2_dec_post_request_body.go
index daa82c256a8..92ae5d6e18f 100644
--- a/drives/item_items_item_workbook_functions_bin2_dec_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bin2_dec_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBin2DecPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBin2DecPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBin2DecPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBin2DecPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBin2DecPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBin2DecPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsBin2DecPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBin2DecPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBin2DecPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bin2_hex_post_request_body.go b/drives/item_items_item_workbook_functions_bin2_hex_post_request_body.go
index f7df0078f81..1542ed397c6 100644
--- a/drives/item_items_item_workbook_functions_bin2_hex_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bin2_hex_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBin2HexPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBin2HexPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBin2HexPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBin2HexPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBin2HexPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBin2HexPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBin2HexPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBin2HexPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBin2HexPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bin2_oct_post_request_body.go b/drives/item_items_item_workbook_functions_bin2_oct_post_request_body.go
index 3c23a54d5f8..65a8e1bef65 100644
--- a/drives/item_items_item_workbook_functions_bin2_oct_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bin2_oct_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBin2OctPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsBin2OctPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBin2OctPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBin2OctPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBin2OctPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBin2OctPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBin2OctPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBin2OctPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBin2OctPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_binom_dist_post_request_body.go b/drives/item_items_item_workbook_functions_binom_dist_post_request_body.go
index c0c22dc8d94..74fbb1e244a 100644
--- a/drives/item_items_item_workbook_functions_binom_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_binom_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsBinom_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBinom_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_binom_dist_range_post_request_body.go b/drives/item_items_item_workbook_functions_binom_dist_range_post_request_body.go
index df639e3f87f..0d095936636 100644
--- a/drives/item_items_item_workbook_functions_binom_dist_range_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_binom_dist_range_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody()(*ItemIte
func CreateItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBinom_Dist_RangePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_binom_inv_post_request_body.go b/drives/item_items_item_workbook_functions_binom_inv_post_request_body.go
index 432ed936470..9b3c478a7c2 100644
--- a/drives/item_items_item_workbook_functions_binom_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_binom_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsBinom_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) GetAlpha()(iadc
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) SetAlpha(value
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBinom_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bitand_post_request_body.go b/drives/item_items_item_workbook_functions_bitand_post_request_body.go
index 64270be9158..cd46855bdac 100644
--- a/drives/item_items_item_workbook_functions_bitand_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bitand_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBitandPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsBitandPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBitandPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitandPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBitandPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitandPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBitandPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitandPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitandPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bitlshift_post_request_body.go b/drives/item_items_item_workbook_functions_bitlshift_post_request_body.go
index 6f0c9d3ecee..44f8bfed108 100644
--- a/drives/item_items_item_workbook_functions_bitlshift_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bitlshift_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsBitlshiftPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitlshiftPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bitor_post_request_body.go b/drives/item_items_item_workbook_functions_bitor_post_request_body.go
index a6c6b21d263..f14f092ef1d 100644
--- a/drives/item_items_item_workbook_functions_bitor_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bitor_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBitorPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsBitorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBitorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBitorPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBitorPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bitrshift_post_request_body.go b/drives/item_items_item_workbook_functions_bitrshift_post_request_body.go
index 049290c5660..1624da1cc73 100644
--- a/drives/item_items_item_workbook_functions_bitrshift_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bitrshift_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsBitrshiftPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitrshiftPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_bitxor_post_request_body.go b/drives/item_items_item_workbook_functions_bitxor_post_request_body.go
index 49ab7cdd04e..48cd7e50d2e 100644
--- a/drives/item_items_item_workbook_functions_bitxor_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_bitxor_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsBitxorPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsBitxorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsBitxorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitxorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsBitxorPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitxorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsBitxorPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsBitxorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsBitxorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ceiling_math_post_request_body.go b/drives/item_items_item_workbook_functions_ceiling_math_post_request_body.go
index 11b5beb4bf1..71c39d9ccc3 100644
--- a/drives/item_items_item_workbook_functions_ceiling_math_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ceiling_math_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCeiling_MathPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ceiling_precise_post_request_body.go b/drives/item_items_item_workbook_functions_ceiling_precise_post_request_body.go
index 108e61862f6..0963e3c9c24 100644
--- a/drives/item_items_item_workbook_functions_ceiling_precise_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ceiling_precise_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody()(*ItemItem
func CreateItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCeiling_PrecisePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_char_post_request_body.go b/drives/item_items_item_workbook_functions_char_post_request_body.go
index 3f0aa0f185b..cd6b3ac8660 100644
--- a/drives/item_items_item_workbook_functions_char_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_char_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCharPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsCharPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCharPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCharPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCharPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCharPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCharPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCharPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCharPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_chi_sq_dist_post_request_body.go b/drives/item_items_item_workbook_functions_chi_sq_dist_post_request_body.go
index 1acfb2f0485..1822c5f498c 100644
--- a/drives/item_items_item_workbook_functions_chi_sq_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_chi_sq_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_chi_sq_dist_r_t_post_request_body.go b/drives/item_items_item_workbook_functions_chi_sq_dist_r_t_post_request_body.go
index 302a06be26c..a29674ccfb6 100644
--- a/drives/item_items_item_workbook_functions_chi_sq_dist_r_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_chi_sq_dist_r_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody()(*ItemItemsI
func CreateItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Dist_RTPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_chi_sq_inv_post_request_body.go b/drives/item_items_item_workbook_functions_chi_sq_inv_post_request_body.go
index e351215cb87..29f4155f73f 100644
--- a/drives/item_items_item_workbook_functions_chi_sq_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_chi_sq_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_chi_sq_inv_r_t_post_request_body.go b/drives/item_items_item_workbook_functions_chi_sq_inv_r_t_post_request_body.go
index c12dbe5c808..c7e7c80df42 100644
--- a/drives/item_items_item_workbook_functions_chi_sq_inv_r_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_chi_sq_inv_r_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChiSq_Inv_RTPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_choose_post_request_body.go b/drives/item_items_item_workbook_functions_choose_post_request_body.go
index d9a17e3f867..1c8be309dbc 100644
--- a/drives/item_items_item_workbook_functions_choose_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_choose_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsChoosePostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsChoosePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsChoosePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChoosePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsChoosePostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChoosePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsChoosePostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsChoosePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsChoosePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_clean_post_request_body.go b/drives/item_items_item_workbook_functions_clean_post_request_body.go
index 550863d4a7d..c3b9b063929 100644
--- a/drives/item_items_item_workbook_functions_clean_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_clean_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCleanPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsCleanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCleanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCleanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCleanPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCleanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCleanPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCleanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCleanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_code_post_request_body.go b/drives/item_items_item_workbook_functions_code_post_request_body.go
index 99b9e47eecf..b803b40e24f 100644
--- a/drives/item_items_item_workbook_functions_code_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_code_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCodePostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsCodePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCodePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCodePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCodePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCodePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCodePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCodePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCodePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_columns_post_request_body.go b/drives/item_items_item_workbook_functions_columns_post_request_body.go
index 5f32a67e349..5e2b3e7af22 100644
--- a/drives/item_items_item_workbook_functions_columns_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_columns_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsColumnsPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsColumnsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsColumnsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) GetArray()(iadcd8
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) SetArray(value ia
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsColumnsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_combin_post_request_body.go b/drives/item_items_item_workbook_functions_combin_post_request_body.go
index aa72f32d2ce..cdb220b118c 100644
--- a/drives/item_items_item_workbook_functions_combin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_combin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCombinPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsCombinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCombinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCombinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCombinPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCombinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsCombinPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCombinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCombinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_combina_post_request_body.go b/drives/item_items_item_workbook_functions_combina_post_request_body.go
index f788ffa082c..643c5effeef 100644
--- a/drives/item_items_item_workbook_functions_combina_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_combina_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCombinaPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsCombinaPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCombinaPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCombinaPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCombinaPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCombinaPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsCombinaPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCombinaPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCombinaPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_complex_post_request_body.go b/drives/item_items_item_workbook_functions_complex_post_request_body.go
index 0203a47582a..d27db0814cd 100644
--- a/drives/item_items_item_workbook_functions_complex_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_complex_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsComplexPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsComplexPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsComplexPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsComplexPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsComplexPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsComplexPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsComplexPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsComplexPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsComplexPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_concatenate_post_request_body.go b/drives/item_items_item_workbook_functions_concatenate_post_request_body.go
index d73eac18a6f..f3a6c46235d 100644
--- a/drives/item_items_item_workbook_functions_concatenate_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_concatenate_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsConcatenatePostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsConcatenatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsConcatenatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConcatenatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsConcatenatePostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConcatenatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsConcatenatePostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConcatenatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConcatenatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_confidence_norm_post_request_body.go b/drives/item_items_item_workbook_functions_confidence_norm_post_request_body.go
index dc0522f0360..e2158f9240e 100644
--- a/drives/item_items_item_workbook_functions_confidence_norm_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_confidence_norm_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody()(*ItemItem
func CreateItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) GetAlpha(
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) SetAlpha(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConfidence_NormPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_confidence_t_post_request_body.go b/drives/item_items_item_workbook_functions_confidence_t_post_request_body.go
index 92796f9c288..20e966f715f 100644
--- a/drives/item_items_item_workbook_functions_confidence_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_confidence_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsConfidence_TPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) GetAlpha()(i
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) SetAlpha(val
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConfidence_TPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_convert_post_request_body.go b/drives/item_items_item_workbook_functions_convert_post_request_body.go
index 0ff083f8ae2..876b1833ed7 100644
--- a/drives/item_items_item_workbook_functions_convert_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_convert_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsConvertPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsConvertPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsConvertPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConvertPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsConvertPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConvertPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsConvertPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsConvertPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsConvertPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_cos_post_request_body.go b/drives/item_items_item_workbook_functions_cos_post_request_body.go
index 4706233cf84..5bd28cebde1 100644
--- a/drives/item_items_item_workbook_functions_cos_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_cos_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCosPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsCosPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCosPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCosPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCosPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCosPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCosPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCosPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCosPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_cosh_post_request_body.go b/drives/item_items_item_workbook_functions_cosh_post_request_body.go
index 1a28df5a224..5f1d808f337 100644
--- a/drives/item_items_item_workbook_functions_cosh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_cosh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoshPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsCoshPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoshPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoshPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoshPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoshPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoshPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoshPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoshPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_cot_post_request_body.go b/drives/item_items_item_workbook_functions_cot_post_request_body.go
index b940135f6e5..ea9b318d629 100644
--- a/drives/item_items_item_workbook_functions_cot_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_cot_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCotPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsCotPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCotPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCotPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCotPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCotPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCotPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCotPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCotPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coth_post_request_body.go b/drives/item_items_item_workbook_functions_coth_post_request_body.go
index 5df250ee1ec..f289d766993 100644
--- a/drives/item_items_item_workbook_functions_coth_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coth_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCothPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsCothPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCothPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCothPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCothPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCothPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCothPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCothPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCothPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_count_a_post_request_body.go b/drives/item_items_item_workbook_functions_count_a_post_request_body.go
index 209d2e01439..1cf6a0a6bc3 100644
--- a/drives/item_items_item_workbook_functions_count_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_count_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCountAPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsCountAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCountAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCountAPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCountAPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_count_blank_post_request_body.go b/drives/item_items_item_workbook_functions_count_blank_post_request_body.go
index 1fc6fa49ac0..eafcf90ecd6 100644
--- a/drives/item_items_item_workbook_functions_count_blank_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_count_blank_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCountBlankPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsCountBlankPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCountBlankPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountBlankPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCountBlankPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountBlankPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCountBlankPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountBlankPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountBlankPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_count_if_post_request_body.go b/drives/item_items_item_workbook_functions_count_if_post_request_body.go
index ab8c606cd74..27c0c47acfa 100644
--- a/drives/item_items_item_workbook_functions_count_if_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_count_if_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCountIfPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsCountIfPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCountIfPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountIfPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCountIfPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountIfPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsCountIfPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountIfPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountIfPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_count_ifs_post_request_body.go b/drives/item_items_item_workbook_functions_count_ifs_post_request_body.go
index 8362bb5c168..fa464bc0d79 100644
--- a/drives/item_items_item_workbook_functions_count_ifs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_count_ifs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCountIfsPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsCountIfsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCountIfsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountIfsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCountIfsPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountIfsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCountIfsPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountIfsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountIfsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_count_post_request_body.go b/drives/item_items_item_workbook_functions_count_post_request_body.go
index 165c96a52f6..02aaf465ce4 100644
--- a/drives/item_items_item_workbook_functions_count_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_count_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCountPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsCountPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCountPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCountPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCountPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCountPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCountPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coup_day_bs_post_request_body.go b/drives/item_items_item_workbook_functions_coup_day_bs_post_request_body.go
index 5c90e38c8cc..1a46183c643 100644
--- a/drives/item_items_item_workbook_functions_coup_day_bs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coup_day_bs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupDayBsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coup_days_nc_post_request_body.go b/drives/item_items_item_workbook_functions_coup_days_nc_post_request_body.go
index ccc67dfa5dd..fc5cc75e79e 100644
--- a/drives/item_items_item_workbook_functions_coup_days_nc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coup_days_nc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysNcPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coup_days_post_request_body.go b/drives/item_items_item_workbook_functions_coup_days_post_request_body.go
index e7b3019903c..0cf2947a28d 100644
--- a/drives/item_items_item_workbook_functions_coup_days_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coup_days_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsCoupDaysPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupDaysPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coup_ncd_post_request_body.go b/drives/item_items_item_workbook_functions_coup_ncd_post_request_body.go
index 1ff54d1f69e..9b16b00ac45 100644
--- a/drives/item_items_item_workbook_functions_coup_ncd_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coup_ncd_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsCoupNcdPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupNcdPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coup_num_post_request_body.go b/drives/item_items_item_workbook_functions_coup_num_post_request_body.go
index 72618f5af2e..5f6ebac8f05 100644
--- a/drives/item_items_item_workbook_functions_coup_num_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coup_num_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoupNumPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsCoupNumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoupNumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupNumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoupNumPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupNumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoupNumPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupNumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupNumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_coup_pcd_post_request_body.go b/drives/item_items_item_workbook_functions_coup_pcd_post_request_body.go
index 66a10d2797a..2c96d056c08 100644
--- a/drives/item_items_item_workbook_functions_coup_pcd_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_coup_pcd_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsCoupPcdPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCoupPcdPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_csc_post_request_body.go b/drives/item_items_item_workbook_functions_csc_post_request_body.go
index 8b33b26cc68..aacd1298ce7 100644
--- a/drives/item_items_item_workbook_functions_csc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_csc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCscPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsCscPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCscPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCscPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCscPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCscPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCscPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCscPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCscPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_csch_post_request_body.go b/drives/item_items_item_workbook_functions_csch_post_request_body.go
index cf5832e11c4..13913e4a497 100644
--- a/drives/item_items_item_workbook_functions_csch_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_csch_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCschPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsCschPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCschPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCschPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCschPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCschPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsCschPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCschPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCschPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_cum_i_pmt_post_request_body.go b/drives/item_items_item_workbook_functions_cum_i_pmt_post_request_body.go
index a48ae13d821..5ff9208ed61 100644
--- a/drives/item_items_item_workbook_functions_cum_i_pmt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_cum_i_pmt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsCumIPmtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCumIPmtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_cum_princ_post_request_body.go b/drives/item_items_item_workbook_functions_cum_princ_post_request_body.go
index 8ce9506566e..10ccaf5042b 100644
--- a/drives/item_items_item_workbook_functions_cum_princ_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_cum_princ_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsCumPrincPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsCumPrincPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsCumPrincPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCumPrincPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsCumPrincPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCumPrincPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsCumPrincPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsCumPrincPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsCumPrincPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_date_post_request_body.go b/drives/item_items_item_workbook_functions_date_post_request_body.go
index 904ce366ddc..a6c4ba0da66 100644
--- a/drives/item_items_item_workbook_functions_date_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_date_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDatePostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDatePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDatePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_datevalue_post_request_body.go b/drives/item_items_item_workbook_functions_datevalue_post_request_body.go
index 992f8710382..4f69f52371b 100644
--- a/drives/item_items_item_workbook_functions_datevalue_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_datevalue_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDatevaluePostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsDatevaluePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDatevaluePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDatevaluePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDatevaluePostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDatevaluePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsDatevaluePostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDatevaluePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDatevaluePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_daverage_post_request_body.go b/drives/item_items_item_workbook_functions_daverage_post_request_body.go
index b3c5ff8b697..7092ee391e7 100644
--- a/drives/item_items_item_workbook_functions_daverage_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_daverage_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDaveragePostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsDaveragePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDaveragePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDaveragePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDaveragePostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDaveragePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDaveragePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDaveragePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDaveragePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_day_post_request_body.go b/drives/item_items_item_workbook_functions_day_post_request_body.go
index 95070549ac0..5db6f1693b6 100644
--- a/drives/item_items_item_workbook_functions_day_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_day_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDayPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsDayPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDayPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDayPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDayPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDayPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsDayPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDayPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDayPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_days360_post_request_body.go b/drives/item_items_item_workbook_functions_days360_post_request_body.go
index e65a6d50ec7..b17313eb290 100644
--- a/drives/item_items_item_workbook_functions_days360_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_days360_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDays360PostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDays360PostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDays360PostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDays360PostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDays360PostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDays360PostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDays360PostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDays360PostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDays360PostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_days_post_request_body.go b/drives/item_items_item_workbook_functions_days_post_request_body.go
index 192de24aab6..7b95342d766 100644
--- a/drives/item_items_item_workbook_functions_days_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_days_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDaysPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDaysPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDaysPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDaysPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDaysPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDaysPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDaysPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDaysPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDaysPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_db_post_request_body.go b/drives/item_items_item_workbook_functions_db_post_request_body.go
index 07ad50711f1..82b245274b7 100644
--- a/drives/item_items_item_workbook_functions_db_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_db_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDbPostRequestBody()(*ItemItemsItemWorkbook
func CreateItemItemsItemWorkbookFunctionsDbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDbPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsDbPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dbcs_post_request_body.go b/drives/item_items_item_workbook_functions_dbcs_post_request_body.go
index fdd62419bea..5772a2e5588 100644
--- a/drives/item_items_item_workbook_functions_dbcs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dbcs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDbcsPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDbcsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDbcsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDbcsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDbcsPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDbcsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsDbcsPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDbcsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDbcsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dcount_a_post_request_body.go b/drives/item_items_item_workbook_functions_dcount_a_post_request_body.go
index a3d71b39950..cb23b859ca2 100644
--- a/drives/item_items_item_workbook_functions_dcount_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dcount_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDcountAPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDcountAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDcountAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDcountAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDcountAPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDcountAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDcountAPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDcountAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDcountAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dcount_post_request_body.go b/drives/item_items_item_workbook_functions_dcount_post_request_body.go
index 2bbb8304e2c..095835eed34 100644
--- a/drives/item_items_item_workbook_functions_dcount_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dcount_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDcountPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsDcountPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDcountPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDcountPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDcountPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDcountPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDcountPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDcountPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDcountPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ddb_post_request_body.go b/drives/item_items_item_workbook_functions_ddb_post_request_body.go
index 2d140ec0e91..31be04e4409 100644
--- a/drives/item_items_item_workbook_functions_ddb_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ddb_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDdbPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsDdbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDdbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDdbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDdbPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDdbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsDdbPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDdbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDdbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dec2_bin_post_request_body.go b/drives/item_items_item_workbook_functions_dec2_bin_post_request_body.go
index b4d0a4d4787..e50851ec6fe 100644
--- a/drives/item_items_item_workbook_functions_dec2_bin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dec2_bin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDec2BinPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDec2BinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDec2BinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDec2BinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDec2BinPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDec2BinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDec2BinPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDec2BinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDec2BinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dec2_hex_post_request_body.go b/drives/item_items_item_workbook_functions_dec2_hex_post_request_body.go
index 3f7587e65ab..684cd75ecac 100644
--- a/drives/item_items_item_workbook_functions_dec2_hex_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dec2_hex_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDec2HexPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDec2HexPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDec2HexPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDec2HexPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDec2HexPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDec2HexPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDec2HexPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDec2HexPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDec2HexPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dec2_oct_post_request_body.go b/drives/item_items_item_workbook_functions_dec2_oct_post_request_body.go
index d0f2c09419b..47907461e5e 100644
--- a/drives/item_items_item_workbook_functions_dec2_oct_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dec2_oct_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDec2OctPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDec2OctPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDec2OctPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDec2OctPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDec2OctPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDec2OctPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDec2OctPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDec2OctPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDec2OctPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_decimal_post_request_body.go b/drives/item_items_item_workbook_functions_decimal_post_request_body.go
index 06163be3270..4b1288c9662 100644
--- a/drives/item_items_item_workbook_functions_decimal_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_decimal_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDecimalPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDecimalPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDecimalPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDecimalPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDecimalPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDecimalPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDecimalPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDecimalPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDecimalPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_degrees_post_request_body.go b/drives/item_items_item_workbook_functions_degrees_post_request_body.go
index 554a71cb8b0..3e6f1181761 100644
--- a/drives/item_items_item_workbook_functions_degrees_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_degrees_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDegreesPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDegreesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDegreesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) GetAngle()(iadcd8
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) SetAngle(value ia
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDegreesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_delta_post_request_body.go b/drives/item_items_item_workbook_functions_delta_post_request_body.go
index a17241c2fcb..1847a4ac2b0 100644
--- a/drives/item_items_item_workbook_functions_delta_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_delta_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDeltaPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsDeltaPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDeltaPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDeltaPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDeltaPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDeltaPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDeltaPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDeltaPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDeltaPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dev_sq_post_request_body.go b/drives/item_items_item_workbook_functions_dev_sq_post_request_body.go
index ba99899a42a..b43e0f15087 100644
--- a/drives/item_items_item_workbook_functions_dev_sq_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dev_sq_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDevSqPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsDevSqPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDevSqPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDevSqPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDevSqPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDevSqPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsDevSqPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDevSqPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDevSqPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dget_post_request_body.go b/drives/item_items_item_workbook_functions_dget_post_request_body.go
index faa82d2e5dd..19d23261644 100644
--- a/drives/item_items_item_workbook_functions_dget_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dget_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDgetPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDgetPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDgetPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDgetPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDgetPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDgetPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDgetPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDgetPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDgetPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_disc_post_request_body.go b/drives/item_items_item_workbook_functions_disc_post_request_body.go
index 9280ee2c314..71b037b7ee0 100644
--- a/drives/item_items_item_workbook_functions_disc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_disc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDiscPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDiscPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDiscPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDiscPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDiscPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDiscPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsDiscPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDiscPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDiscPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dmax_post_request_body.go b/drives/item_items_item_workbook_functions_dmax_post_request_body.go
index 8c536d77a40..5dfd67c56ce 100644
--- a/drives/item_items_item_workbook_functions_dmax_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dmax_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDmaxPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDmaxPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDmaxPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDmaxPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDmaxPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDmaxPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDmaxPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDmaxPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDmaxPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dmin_post_request_body.go b/drives/item_items_item_workbook_functions_dmin_post_request_body.go
index 7dab266ce52..e5103ad6920 100644
--- a/drives/item_items_item_workbook_functions_dmin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dmin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDminPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDminPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDminPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDminPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDminPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDminPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDminPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDminPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDminPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dollar_de_post_request_body.go b/drives/item_items_item_workbook_functions_dollar_de_post_request_body.go
index 360cd6dd2b3..0897b30a1af 100644
--- a/drives/item_items_item_workbook_functions_dollar_de_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dollar_de_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDollarDePostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsDollarDePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDollarDePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDollarDePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDollarDePostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDollarDePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDollarDePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDollarDePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDollarDePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dollar_fr_post_request_body.go b/drives/item_items_item_workbook_functions_dollar_fr_post_request_body.go
index 3ac20bc4738..f31afc5ef54 100644
--- a/drives/item_items_item_workbook_functions_dollar_fr_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dollar_fr_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDollarFrPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsDollarFrPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDollarFrPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDollarFrPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDollarFrPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDollarFrPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDollarFrPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDollarFrPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDollarFrPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dollar_post_request_body.go b/drives/item_items_item_workbook_functions_dollar_post_request_body.go
index 4f1d99a649f..3c8f485227b 100644
--- a/drives/item_items_item_workbook_functions_dollar_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dollar_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDollarPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsDollarPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDollarPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDollarPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDollarPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDollarPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsDollarPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDollarPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDollarPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dproduct_post_request_body.go b/drives/item_items_item_workbook_functions_dproduct_post_request_body.go
index 5e50937a337..80b74cf7a2c 100644
--- a/drives/item_items_item_workbook_functions_dproduct_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dproduct_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDproductPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsDproductPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDproductPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDproductPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDproductPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDproductPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDproductPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDproductPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDproductPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dst_dev_p_post_request_body.go b/drives/item_items_item_workbook_functions_dst_dev_p_post_request_body.go
index cb56798e4a3..99958d5761a 100644
--- a/drives/item_items_item_workbook_functions_dst_dev_p_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dst_dev_p_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDstDevPPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsDstDevPPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDstDevPPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDstDevPPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDstDevPPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDstDevPPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDstDevPPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDstDevPPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDstDevPPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dst_dev_post_request_body.go b/drives/item_items_item_workbook_functions_dst_dev_post_request_body.go
index 4c50984b2a2..6d7a72df966 100644
--- a/drives/item_items_item_workbook_functions_dst_dev_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dst_dev_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDstDevPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsDstDevPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDstDevPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDstDevPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDstDevPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDstDevPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDstDevPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDstDevPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDstDevPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dsum_post_request_body.go b/drives/item_items_item_workbook_functions_dsum_post_request_body.go
index 4a2a48d8af7..0b8eb2167fb 100644
--- a/drives/item_items_item_workbook_functions_dsum_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dsum_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDsumPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDsumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDsumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDsumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDsumPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDsumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDsumPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDsumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDsumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_duration_post_request_body.go b/drives/item_items_item_workbook_functions_duration_post_request_body.go
index 7ac30fcad0f..a7bd7956855 100644
--- a/drives/item_items_item_workbook_functions_duration_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_duration_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDurationPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsDurationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDurationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDurationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDurationPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDurationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsDurationPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDurationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDurationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dvar_p_post_request_body.go b/drives/item_items_item_workbook_functions_dvar_p_post_request_body.go
index 6647583f4f7..959e4ab5564 100644
--- a/drives/item_items_item_workbook_functions_dvar_p_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dvar_p_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDvarPPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsDvarPPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDvarPPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDvarPPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDvarPPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDvarPPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDvarPPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDvarPPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDvarPPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_dvar_post_request_body.go b/drives/item_items_item_workbook_functions_dvar_post_request_body.go
index 1dc066b04f2..44c584b3d9d 100644
--- a/drives/item_items_item_workbook_functions_dvar_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_dvar_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsDvarPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsDvarPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsDvarPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDvarPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsDvarPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDvarPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsDvarPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsDvarPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsDvarPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ecma_ceiling_post_request_body.go b/drives/item_items_item_workbook_functions_ecma_ceiling_post_request_body.go
index 23b21b6cfe8..57bd183dc75 100644
--- a/drives/item_items_item_workbook_functions_ecma_ceiling_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ecma_ceiling_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEcma_CeilingPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_edate_post_request_body.go b/drives/item_items_item_workbook_functions_edate_post_request_body.go
index b3f06392941..d7f79518c1e 100644
--- a/drives/item_items_item_workbook_functions_edate_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_edate_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsEdatePostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsEdatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsEdatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEdatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsEdatePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEdatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsEdatePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEdatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEdatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_effect_post_request_body.go b/drives/item_items_item_workbook_functions_effect_post_request_body.go
index c50077ce4c6..887310c5a0a 100644
--- a/drives/item_items_item_workbook_functions_effect_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_effect_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsEffectPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsEffectPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsEffectPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEffectPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsEffectPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEffectPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsEffectPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEffectPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEffectPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_eo_month_post_request_body.go b/drives/item_items_item_workbook_functions_eo_month_post_request_body.go
index 36d0680054a..ddf805d0156 100644
--- a/drives/item_items_item_workbook_functions_eo_month_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_eo_month_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsEoMonthPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsEoMonthPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsEoMonthPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEoMonthPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsEoMonthPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEoMonthPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsEoMonthPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEoMonthPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEoMonthPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_erf_c_post_request_body.go b/drives/item_items_item_workbook_functions_erf_c_post_request_body.go
index 563ad0a225e..d3db048a24f 100644
--- a/drives/item_items_item_workbook_functions_erf_c_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_erf_c_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsErfCPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsErfCPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsErfCPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErfCPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsErfCPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErfCPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsErfCPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErfCPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErfCPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_erf_c_precise_post_request_body.go b/drives/item_items_item_workbook_functions_erf_c_precise_post_request_body.go
index 0a7deb67046..ff871191b92 100644
--- a/drives/item_items_item_workbook_functions_erf_c_precise_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_erf_c_precise_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["x"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["X"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateJsonFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetFieldDese
}
return res
}
-// GetX gets the x property value. The X property
+// GetX gets the X property value. The X property
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetX()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable) {
val, err := m.GetBackingStore().Get("x")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) GetX()(iadcd
// Serialize serializes information the current object
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("x", m.GetX())
+ err := writer.WriteObjectValue("X", m.GetX())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetX sets the x property value. The X property
+// SetX sets the X property value. The X property
func (m *ItemItemsItemWorkbookFunctionsErfC_PrecisePostRequestBody) SetX(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable)() {
err := m.GetBackingStore().Set("x", value)
if err != nil {
diff --git a/drives/item_items_item_workbook_functions_erf_post_request_body.go b/drives/item_items_item_workbook_functions_erf_post_request_body.go
index 6853713375b..2516c6cd11c 100644
--- a/drives/item_items_item_workbook_functions_erf_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_erf_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsErfPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsErfPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsErfPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErfPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsErfPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErfPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsErfPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErfPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErfPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_erf_precise_post_request_body.go b/drives/item_items_item_workbook_functions_erf_precise_post_request_body.go
index 1ec9cefa4d9..08ebed16045 100644
--- a/drives/item_items_item_workbook_functions_erf_precise_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_erf_precise_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["x"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["X"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateJsonFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetFieldDeser
}
return res
}
-// GetX gets the x property value. The X property
+// GetX gets the X property value. The X property
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetX()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable) {
val, err := m.GetBackingStore().Get("x")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) GetX()(iadcd8
// Serialize serializes information the current object
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("x", m.GetX())
+ err := writer.WriteObjectValue("X", m.GetX())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetX sets the x property value. The X property
+// SetX sets the X property value. The X property
func (m *ItemItemsItemWorkbookFunctionsErf_PrecisePostRequestBody) SetX(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Jsonable)() {
err := m.GetBackingStore().Set("x", value)
if err != nil {
diff --git a/drives/item_items_item_workbook_functions_error_type_post_request_body.go b/drives/item_items_item_workbook_functions_error_type_post_request_body.go
index 3e507117ede..0e8d9e831d7 100644
--- a/drives/item_items_item_workbook_functions_error_type_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_error_type_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsError_TypePostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsError_TypePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsError_TypePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsError_TypePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsError_TypePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsError_TypePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsError_TypePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsError_TypePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsError_TypePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_even_post_request_body.go b/drives/item_items_item_workbook_functions_even_post_request_body.go
index 70048540fbc..b8e300a9eaa 100644
--- a/drives/item_items_item_workbook_functions_even_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_even_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsEvenPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsEvenPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsEvenPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEvenPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsEvenPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEvenPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsEvenPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsEvenPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsEvenPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_exact_post_request_body.go b/drives/item_items_item_workbook_functions_exact_post_request_body.go
index 10f0753303d..e30598f90a4 100644
--- a/drives/item_items_item_workbook_functions_exact_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_exact_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsExactPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsExactPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsExactPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsExactPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsExactPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsExactPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsExactPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsExactPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsExactPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_exp_post_request_body.go b/drives/item_items_item_workbook_functions_exp_post_request_body.go
index f0af06abccc..9a817a95862 100644
--- a/drives/item_items_item_workbook_functions_exp_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_exp_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsExpPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsExpPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsExpPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsExpPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsExpPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsExpPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsExpPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsExpPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsExpPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_expon_dist_post_request_body.go b/drives/item_items_item_workbook_functions_expon_dist_post_request_body.go
index 6ee7d74a239..d74a0702371 100644
--- a/drives/item_items_item_workbook_functions_expon_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_expon_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsExpon_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsExpon_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_f_dist_post_request_body.go b/drives/item_items_item_workbook_functions_f_dist_post_request_body.go
index 0c44c17aec2..18f5facc374 100644
--- a/drives/item_items_item_workbook_functions_f_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_f_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsF_DistPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsF_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsF_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsF_DistPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsF_DistPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_f_dist_r_t_post_request_body.go b/drives/item_items_item_workbook_functions_f_dist_r_t_post_request_body.go
index bff4dae1ad4..e8472ca3049 100644
--- a/drives/item_items_item_workbook_functions_f_dist_r_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_f_dist_r_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_Dist_RTPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_f_inv_post_request_body.go b/drives/item_items_item_workbook_functions_f_inv_post_request_body.go
index 63de99cec9c..86dd6affad9 100644
--- a/drives/item_items_item_workbook_functions_f_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_f_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsF_InvPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsF_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsF_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsF_InvPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsF_InvPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_f_inv_r_t_post_request_body.go b/drives/item_items_item_workbook_functions_f_inv_r_t_post_request_body.go
index 72ad4d8edef..b63e618cf3d 100644
--- a/drives/item_items_item_workbook_functions_f_inv_r_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_f_inv_r_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsF_Inv_RTPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fact_double_post_request_body.go b/drives/item_items_item_workbook_functions_fact_double_post_request_body.go
index 2b8825d6d66..7a4ca1164c4 100644
--- a/drives/item_items_item_workbook_functions_fact_double_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fact_double_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFactDoublePostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsFactDoublePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFactDoublePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFactDoublePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFactDoublePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFactDoublePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsFactDoublePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFactDoublePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFactDoublePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fact_post_request_body.go b/drives/item_items_item_workbook_functions_fact_post_request_body.go
index cfc45428519..8493ffb63ca 100644
--- a/drives/item_items_item_workbook_functions_fact_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fact_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFactPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsFactPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFactPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFactPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFactPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFactPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsFactPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFactPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFactPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_find_b_post_request_body.go b/drives/item_items_item_workbook_functions_find_b_post_request_body.go
index 642b300aef2..309ab479da8 100644
--- a/drives/item_items_item_workbook_functions_find_b_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_find_b_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFindBPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsFindBPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFindBPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFindBPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFindBPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFindBPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsFindBPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFindBPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFindBPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_find_post_request_body.go b/drives/item_items_item_workbook_functions_find_post_request_body.go
index 3dc49356556..8e65e8f4763 100644
--- a/drives/item_items_item_workbook_functions_find_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_find_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFindPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsFindPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFindPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFindPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFindPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFindPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsFindPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFindPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFindPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fisher_inv_post_request_body.go b/drives/item_items_item_workbook_functions_fisher_inv_post_request_body.go
index 6b2b8536efa..8e54e44f476 100644
--- a/drives/item_items_item_workbook_functions_fisher_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fisher_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFisherInvPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsFisherInvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFisherInvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFisherInvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFisherInvPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFisherInvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsFisherInvPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFisherInvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFisherInvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fisher_post_request_body.go b/drives/item_items_item_workbook_functions_fisher_post_request_body.go
index c4cca709049..42c1ad5dd85 100644
--- a/drives/item_items_item_workbook_functions_fisher_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fisher_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFisherPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsFisherPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFisherPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFisherPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFisherPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFisherPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsFisherPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFisherPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFisherPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fixed_post_request_body.go b/drives/item_items_item_workbook_functions_fixed_post_request_body.go
index fb7a0a08c12..55a17d87c04 100644
--- a/drives/item_items_item_workbook_functions_fixed_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fixed_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFixedPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsFixedPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFixedPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFixedPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFixedPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFixedPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsFixedPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFixedPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFixedPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_floor_math_post_request_body.go b/drives/item_items_item_workbook_functions_floor_math_post_request_body.go
index c669b7ca68c..07019682874 100644
--- a/drives/item_items_item_workbook_functions_floor_math_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_floor_math_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsFloor_MathPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFloor_MathPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_floor_precise_post_request_body.go b/drives/item_items_item_workbook_functions_floor_precise_post_request_body.go
index 227739131c3..e674345e9fb 100644
--- a/drives/item_items_item_workbook_functions_floor_precise_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_floor_precise_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody()(*ItemItemsI
func CreateItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFloor_PrecisePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fv_post_request_body.go b/drives/item_items_item_workbook_functions_fv_post_request_body.go
index 815328304e6..ebfb4ef3927 100644
--- a/drives/item_items_item_workbook_functions_fv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFvPostRequestBody()(*ItemItemsItemWorkbook
func CreateItemItemsItemWorkbookFunctionsFvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFvPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsFvPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_fvschedule_post_request_body.go b/drives/item_items_item_workbook_functions_fvschedule_post_request_body.go
index 92771984696..3d12eabcff1 100644
--- a/drives/item_items_item_workbook_functions_fvschedule_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_fvschedule_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsFvschedulePostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsFvschedulePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsFvschedulePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFvschedulePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsFvschedulePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFvschedulePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsFvschedulePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsFvschedulePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsFvschedulePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gamma_dist_post_request_body.go b/drives/item_items_item_workbook_functions_gamma_dist_post_request_body.go
index 1e86ea055e9..24da1260d87 100644
--- a/drives/item_items_item_workbook_functions_gamma_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gamma_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsGamma_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) GetAlpha()(iad
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -176,7 +176,7 @@ func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) SetAlpha(value
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGamma_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gamma_inv_post_request_body.go b/drives/item_items_item_workbook_functions_gamma_inv_post_request_body.go
index eea5734f518..09592daffd4 100644
--- a/drives/item_items_item_workbook_functions_gamma_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gamma_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsGamma_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) GetAlpha()(iadc
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) SetAlpha(value
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGamma_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gamma_ln_post_request_body.go b/drives/item_items_item_workbook_functions_gamma_ln_post_request_body.go
index dc472159bc7..acbf7217d5e 100644
--- a/drives/item_items_item_workbook_functions_gamma_ln_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gamma_ln_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGammaLnPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsGammaLnPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGammaLnPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGammaLnPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGammaLnPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGammaLnPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsGammaLnPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGammaLnPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGammaLnPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gamma_ln_precise_post_request_body.go b/drives/item_items_item_workbook_functions_gamma_ln_precise_post_request_body.go
index 5579b248ac8..21cb5036a44 100644
--- a/drives/item_items_item_workbook_functions_gamma_ln_precise_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gamma_ln_precise_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody()(*ItemItem
func CreateItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGammaLn_PrecisePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gamma_post_request_body.go b/drives/item_items_item_workbook_functions_gamma_post_request_body.go
index 2b3b2c2888f..9f9b938781e 100644
--- a/drives/item_items_item_workbook_functions_gamma_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gamma_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGammaPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsGammaPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGammaPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGammaPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGammaPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGammaPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsGammaPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGammaPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGammaPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gauss_post_request_body.go b/drives/item_items_item_workbook_functions_gauss_post_request_body.go
index 133b4a32756..f035193c26d 100644
--- a/drives/item_items_item_workbook_functions_gauss_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gauss_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGaussPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsGaussPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGaussPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGaussPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGaussPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGaussPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsGaussPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGaussPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGaussPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_gcd_post_request_body.go b/drives/item_items_item_workbook_functions_gcd_post_request_body.go
index a3efece2e46..dc6fba6fd03 100644
--- a/drives/item_items_item_workbook_functions_gcd_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_gcd_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGcdPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsGcdPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGcdPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGcdPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGcdPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGcdPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsGcdPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGcdPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGcdPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ge_step_post_request_body.go b/drives/item_items_item_workbook_functions_ge_step_post_request_body.go
index c8e09107137..38b48b39fe4 100644
--- a/drives/item_items_item_workbook_functions_ge_step_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ge_step_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGeStepPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsGeStepPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGeStepPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGeStepPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGeStepPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGeStepPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsGeStepPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGeStepPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGeStepPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_geo_mean_post_request_body.go b/drives/item_items_item_workbook_functions_geo_mean_post_request_body.go
index 8a8bb614400..9b8de430f01 100644
--- a/drives/item_items_item_workbook_functions_geo_mean_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_geo_mean_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsGeoMeanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsGeoMeanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_har_mean_post_request_body.go b/drives/item_items_item_workbook_functions_har_mean_post_request_body.go
index b97c66bc8f4..03496851e0c 100644
--- a/drives/item_items_item_workbook_functions_har_mean_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_har_mean_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHarMeanPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsHarMeanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHarMeanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHarMeanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHarMeanPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHarMeanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsHarMeanPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHarMeanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHarMeanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hex2_bin_post_request_body.go b/drives/item_items_item_workbook_functions_hex2_bin_post_request_body.go
index e3963d3bbd6..976b0b80c3f 100644
--- a/drives/item_items_item_workbook_functions_hex2_bin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hex2_bin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHex2BinPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsHex2BinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHex2BinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHex2BinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHex2BinPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHex2BinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsHex2BinPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHex2BinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHex2BinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hex2_dec_post_request_body.go b/drives/item_items_item_workbook_functions_hex2_dec_post_request_body.go
index bc7ecd828db..fb27e70cb2b 100644
--- a/drives/item_items_item_workbook_functions_hex2_dec_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hex2_dec_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHex2DecPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsHex2DecPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHex2DecPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHex2DecPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHex2DecPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHex2DecPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsHex2DecPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHex2DecPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHex2DecPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hex2_oct_post_request_body.go b/drives/item_items_item_workbook_functions_hex2_oct_post_request_body.go
index 1a812ffd276..628632ba5f0 100644
--- a/drives/item_items_item_workbook_functions_hex2_oct_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hex2_oct_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHex2OctPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsHex2OctPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHex2OctPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHex2OctPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHex2OctPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHex2OctPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsHex2OctPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHex2OctPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHex2OctPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hlookup_post_request_body.go b/drives/item_items_item_workbook_functions_hlookup_post_request_body.go
index ef84129253d..db652682f8f 100644
--- a/drives/item_items_item_workbook_functions_hlookup_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hlookup_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHlookupPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsHlookupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHlookupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHlookupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHlookupPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHlookupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsHlookupPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHlookupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHlookupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hour_post_request_body.go b/drives/item_items_item_workbook_functions_hour_post_request_body.go
index e9e27f821e2..e779faac217 100644
--- a/drives/item_items_item_workbook_functions_hour_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hour_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHourPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsHourPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHourPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHourPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHourPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHourPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsHourPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHourPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHourPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hyp_geom_dist_post_request_body.go b/drives/item_items_item_workbook_functions_hyp_geom_dist_post_request_body.go
index e85b187fd0c..073aac8b136 100644
--- a/drives/item_items_item_workbook_functions_hyp_geom_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hyp_geom_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHypGeom_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_hyperlink_post_request_body.go b/drives/item_items_item_workbook_functions_hyperlink_post_request_body.go
index 69faa3a280d..e1104c7f3bd 100644
--- a/drives/item_items_item_workbook_functions_hyperlink_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_hyperlink_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsHyperlinkPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsHyperlinkPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_if_post_request_body.go b/drives/item_items_item_workbook_functions_if_post_request_body.go
index cd3e0fd5377..13f8414100e 100644
--- a/drives/item_items_item_workbook_functions_if_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_if_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIfPostRequestBody()(*ItemItemsItemWorkbook
func CreateItemItemsItemWorkbookFunctionsIfPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIfPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIfPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIfPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIfPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsIfPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIfPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIfPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_abs_post_request_body.go b/drives/item_items_item_workbook_functions_im_abs_post_request_body.go
index 83014c8542c..0bb2ca7c589 100644
--- a/drives/item_items_item_workbook_functions_im_abs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_abs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImAbsPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImAbsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImAbsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImAbsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImAbsPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImAbsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImAbsPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImAbsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImAbsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_argument_post_request_body.go b/drives/item_items_item_workbook_functions_im_argument_post_request_body.go
index 9e7791de71a..5d717bb9eab 100644
--- a/drives/item_items_item_workbook_functions_im_argument_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_argument_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImArgumentPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsImArgumentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImArgumentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImArgumentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImArgumentPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImArgumentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImArgumentPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImArgumentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImArgumentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_conjugate_post_request_body.go b/drives/item_items_item_workbook_functions_im_conjugate_post_request_body.go
index 3fa88604bff..0d638830d49 100644
--- a/drives/item_items_item_workbook_functions_im_conjugate_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_conjugate_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImConjugatePostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsImConjugatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImConjugatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImConjugatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImConjugatePostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImConjugatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImConjugatePostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImConjugatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImConjugatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_cos_post_request_body.go b/drives/item_items_item_workbook_functions_im_cos_post_request_body.go
index 9753dc383b9..98d2ca730d2 100644
--- a/drives/item_items_item_workbook_functions_im_cos_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_cos_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImCosPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImCosPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImCosPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCosPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImCosPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCosPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImCosPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCosPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCosPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_cosh_post_request_body.go b/drives/item_items_item_workbook_functions_im_cosh_post_request_body.go
index 89d2c501ddd..1bb437d85a8 100644
--- a/drives/item_items_item_workbook_functions_im_cosh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_cosh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImCoshPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImCoshPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImCoshPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCoshPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImCoshPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCoshPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImCoshPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCoshPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCoshPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_cot_post_request_body.go b/drives/item_items_item_workbook_functions_im_cot_post_request_body.go
index 3a12740ff5f..ea68ceb785f 100644
--- a/drives/item_items_item_workbook_functions_im_cot_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_cot_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImCotPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImCotPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImCotPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCotPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImCotPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCotPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImCotPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCotPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCotPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_csc_post_request_body.go b/drives/item_items_item_workbook_functions_im_csc_post_request_body.go
index e230d2119ce..c282af4bb22 100644
--- a/drives/item_items_item_workbook_functions_im_csc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_csc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImCscPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImCscPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImCscPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCscPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImCscPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCscPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImCscPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCscPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCscPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_csch_post_request_body.go b/drives/item_items_item_workbook_functions_im_csch_post_request_body.go
index 066362a574b..ddf43443837 100644
--- a/drives/item_items_item_workbook_functions_im_csch_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_csch_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImCschPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImCschPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImCschPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCschPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImCschPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCschPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImCschPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImCschPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImCschPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_div_post_request_body.go b/drives/item_items_item_workbook_functions_im_div_post_request_body.go
index d59a3c103b9..773872fa58c 100644
--- a/drives/item_items_item_workbook_functions_im_div_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_div_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImDivPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImDivPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImDivPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImDivPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImDivPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImDivPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsImDivPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImDivPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImDivPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_exp_post_request_body.go b/drives/item_items_item_workbook_functions_im_exp_post_request_body.go
index c06a9240358..cb971d53bde 100644
--- a/drives/item_items_item_workbook_functions_im_exp_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_exp_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImExpPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImExpPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImExpPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImExpPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImExpPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImExpPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImExpPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImExpPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImExpPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_ln_post_request_body.go b/drives/item_items_item_workbook_functions_im_ln_post_request_body.go
index 8b9636f034f..d8b0179cacd 100644
--- a/drives/item_items_item_workbook_functions_im_ln_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_ln_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImLnPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsImLnPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImLnPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImLnPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImLnPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImLnPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImLnPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImLnPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImLnPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_log10_post_request_body.go b/drives/item_items_item_workbook_functions_im_log10_post_request_body.go
index da7c581761d..57a48335ef0 100644
--- a/drives/item_items_item_workbook_functions_im_log10_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_log10_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImLog10PostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsImLog10PostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImLog10PostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImLog10PostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImLog10PostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImLog10PostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImLog10PostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImLog10PostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImLog10PostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_log2_post_request_body.go b/drives/item_items_item_workbook_functions_im_log2_post_request_body.go
index 09257065d65..d3c1c6f3b22 100644
--- a/drives/item_items_item_workbook_functions_im_log2_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_log2_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImLog2PostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImLog2PostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImLog2PostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImLog2PostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImLog2PostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImLog2PostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImLog2PostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImLog2PostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImLog2PostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_power_post_request_body.go b/drives/item_items_item_workbook_functions_im_power_post_request_body.go
index 066886bfd59..91428cf713e 100644
--- a/drives/item_items_item_workbook_functions_im_power_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_power_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImPowerPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsImPowerPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImPowerPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImPowerPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImPowerPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImPowerPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsImPowerPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImPowerPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImPowerPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_product_post_request_body.go b/drives/item_items_item_workbook_functions_im_product_post_request_body.go
index f4c9c5151c4..743496e5a38 100644
--- a/drives/item_items_item_workbook_functions_im_product_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_product_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImProductPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsImProductPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImProductPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImProductPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImProductPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImProductPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImProductPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImProductPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImProductPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_real_post_request_body.go b/drives/item_items_item_workbook_functions_im_real_post_request_body.go
index 087f8efc46c..0b60900fd3f 100644
--- a/drives/item_items_item_workbook_functions_im_real_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_real_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImRealPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImRealPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImRealPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImRealPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImRealPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImRealPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImRealPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImRealPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImRealPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sec_post_request_body.go b/drives/item_items_item_workbook_functions_im_sec_post_request_body.go
index ff9ef664e1d..ba41cfa7260 100644
--- a/drives/item_items_item_workbook_functions_im_sec_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sec_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSecPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImSecPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSecPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSecPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSecPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSecPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSecPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSecPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSecPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sech_post_request_body.go b/drives/item_items_item_workbook_functions_im_sech_post_request_body.go
index 6d8597466ec..393db562d09 100644
--- a/drives/item_items_item_workbook_functions_im_sech_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sech_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSechPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImSechPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSechPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSechPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSechPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSechPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSechPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSechPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSechPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sin_post_request_body.go b/drives/item_items_item_workbook_functions_im_sin_post_request_body.go
index 624d017219f..59214117cef 100644
--- a/drives/item_items_item_workbook_functions_im_sin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSinPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImSinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSinPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSinPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sinh_post_request_body.go b/drives/item_items_item_workbook_functions_im_sinh_post_request_body.go
index 1c6561aaec0..a96638a76c4 100644
--- a/drives/item_items_item_workbook_functions_im_sinh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sinh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSinhPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImSinhPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSinhPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSinhPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSinhPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSinhPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSinhPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSinhPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSinhPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sqrt_post_request_body.go b/drives/item_items_item_workbook_functions_im_sqrt_post_request_body.go
index 85505109de2..267e5a0d85a 100644
--- a/drives/item_items_item_workbook_functions_im_sqrt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sqrt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSqrtPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsImSqrtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSqrtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSqrtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSqrtPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSqrtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSqrtPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSqrtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSqrtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sub_post_request_body.go b/drives/item_items_item_workbook_functions_im_sub_post_request_body.go
index 921e04da6d2..e5e4df86c67 100644
--- a/drives/item_items_item_workbook_functions_im_sub_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sub_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSubPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImSubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSubPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSubPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_sum_post_request_body.go b/drives/item_items_item_workbook_functions_im_sum_post_request_body.go
index 6dd95d09a47..01d6ead423a 100644
--- a/drives/item_items_item_workbook_functions_im_sum_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_sum_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImSumPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImSumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImSumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImSumPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImSumPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImSumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImSumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_im_tan_post_request_body.go b/drives/item_items_item_workbook_functions_im_tan_post_request_body.go
index b63bd10e8d2..40c309465c9 100644
--- a/drives/item_items_item_workbook_functions_im_tan_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_im_tan_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImTanPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsImTanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImTanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImTanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImTanPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImTanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImTanPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImTanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImTanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_imaginary_post_request_body.go b/drives/item_items_item_workbook_functions_imaginary_post_request_body.go
index 7fbff993e71..2b70b2b4816 100644
--- a/drives/item_items_item_workbook_functions_imaginary_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_imaginary_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsImaginaryPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsImaginaryPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsImaginaryPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImaginaryPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsImaginaryPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImaginaryPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsImaginaryPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsImaginaryPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsImaginaryPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_int_post_request_body.go b/drives/item_items_item_workbook_functions_int_post_request_body.go
index 3cfc4fd5b59..33fd285adf1 100644
--- a/drives/item_items_item_workbook_functions_int_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_int_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIntPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsIntPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIntPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIntPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIntPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIntPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIntPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIntPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIntPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_int_rate_post_request_body.go b/drives/item_items_item_workbook_functions_int_rate_post_request_body.go
index dee732e5a2a..6c66fbe06bc 100644
--- a/drives/item_items_item_workbook_functions_int_rate_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_int_rate_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIntRatePostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsIntRatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIntRatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIntRatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIntRatePostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIntRatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsIntRatePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIntRatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIntRatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ipmt_post_request_body.go b/drives/item_items_item_workbook_functions_ipmt_post_request_body.go
index 3af4409a0d9..e143156c4de 100644
--- a/drives/item_items_item_workbook_functions_ipmt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ipmt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIpmtPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsIpmtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIpmtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIpmtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIpmtPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIpmtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsIpmtPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIpmtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIpmtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_irr_post_request_body.go b/drives/item_items_item_workbook_functions_irr_post_request_body.go
index 523ab1a2ecf..90fa29ff516 100644
--- a/drives/item_items_item_workbook_functions_irr_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_irr_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIrrPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsIrrPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIrrPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIrrPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIrrPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIrrPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsIrrPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIrrPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIrrPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_err_post_request_body.go b/drives/item_items_item_workbook_functions_is_err_post_request_body.go
index 5723447fa6f..931957919d2 100644
--- a/drives/item_items_item_workbook_functions_is_err_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_err_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsErrPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsIsErrPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsErrPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsErrPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsErrPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsErrPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsErrPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsErrPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsErrPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_error_post_request_body.go b/drives/item_items_item_workbook_functions_is_error_post_request_body.go
index 6df600786b2..f19c513ec2a 100644
--- a/drives/item_items_item_workbook_functions_is_error_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_error_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsErrorPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsIsErrorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsErrorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsErrorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsErrorPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsErrorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsErrorPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsErrorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsErrorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_even_post_request_body.go b/drives/item_items_item_workbook_functions_is_even_post_request_body.go
index 0fbe8d80a21..3f4f5420703 100644
--- a/drives/item_items_item_workbook_functions_is_even_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_even_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsEvenPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsIsEvenPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsEvenPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsEvenPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsEvenPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsEvenPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsEvenPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsEvenPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsEvenPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_formula_post_request_body.go b/drives/item_items_item_workbook_functions_is_formula_post_request_body.go
index e043ac0a0a5..617be3c455f 100644
--- a/drives/item_items_item_workbook_functions_is_formula_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_formula_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsIsFormulaPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsFormulaPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_logical_post_request_body.go b/drives/item_items_item_workbook_functions_is_logical_post_request_body.go
index 56b99c52081..e0c8bffb534 100644
--- a/drives/item_items_item_workbook_functions_is_logical_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_logical_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsIsLogicalPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsLogicalPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_n_a_post_request_body.go b/drives/item_items_item_workbook_functions_is_n_a_post_request_body.go
index ec771c4de0d..4ab81d2feb3 100644
--- a/drives/item_items_item_workbook_functions_is_n_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_n_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsNAPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsIsNAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsNAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsNAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsNAPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsNAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsNAPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsNAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsNAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_non_text_post_request_body.go b/drives/item_items_item_workbook_functions_is_non_text_post_request_body.go
index 3f6c5d44fcd..c4884cdcb49 100644
--- a/drives/item_items_item_workbook_functions_is_non_text_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_non_text_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsIsNonTextPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsNonTextPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_number_post_request_body.go b/drives/item_items_item_workbook_functions_is_number_post_request_body.go
index faf8165f780..02d5b97fe52 100644
--- a/drives/item_items_item_workbook_functions_is_number_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_number_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsNumberPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsIsNumberPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsNumberPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsNumberPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsNumberPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsNumberPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsNumberPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsNumberPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsNumberPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_odd_post_request_body.go b/drives/item_items_item_workbook_functions_is_odd_post_request_body.go
index 3001eb11765..5124195b6ee 100644
--- a/drives/item_items_item_workbook_functions_is_odd_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_odd_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsOddPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsIsOddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsOddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsOddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsOddPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsOddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsOddPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsOddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsOddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_is_text_post_request_body.go b/drives/item_items_item_workbook_functions_is_text_post_request_body.go
index 09d69d3bc83..cbbbaf2685b 100644
--- a/drives/item_items_item_workbook_functions_is_text_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_is_text_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsTextPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsIsTextPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsTextPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsTextPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsTextPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsTextPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsTextPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsTextPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsTextPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_iso_ceiling_post_request_body.go b/drives/item_items_item_workbook_functions_iso_ceiling_post_request_body.go
index dfb0747b284..a2c5478bdf5 100644
--- a/drives/item_items_item_workbook_functions_iso_ceiling_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_iso_ceiling_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIso_CeilingPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_iso_week_num_post_request_body.go b/drives/item_items_item_workbook_functions_iso_week_num_post_request_body.go
index db612ef9642..2f545eb913b 100644
--- a/drives/item_items_item_workbook_functions_iso_week_num_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_iso_week_num_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsoWeekNumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ispmt_post_request_body.go b/drives/item_items_item_workbook_functions_ispmt_post_request_body.go
index e137e97165a..bf22ed0734d 100644
--- a/drives/item_items_item_workbook_functions_ispmt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ispmt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIspmtPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsIspmtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIspmtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIspmtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIspmtPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIspmtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsIspmtPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIspmtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIspmtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_isref_post_request_body.go b/drives/item_items_item_workbook_functions_isref_post_request_body.go
index 376e05c664b..72029970de6 100644
--- a/drives/item_items_item_workbook_functions_isref_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_isref_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsIsrefPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsIsrefPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsIsrefPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsrefPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsIsrefPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsrefPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsIsrefPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsIsrefPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsIsrefPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_kurt_post_request_body.go b/drives/item_items_item_workbook_functions_kurt_post_request_body.go
index d2495d639b5..5f29a46b3d1 100644
--- a/drives/item_items_item_workbook_functions_kurt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_kurt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsKurtPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsKurtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsKurtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsKurtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsKurtPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsKurtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsKurtPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsKurtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsKurtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_large_post_request_body.go b/drives/item_items_item_workbook_functions_large_post_request_body.go
index cf9522a559b..e9683224018 100644
--- a/drives/item_items_item_workbook_functions_large_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_large_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLargePostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsLargePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLargePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) GetArray()(iadcd811
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) SetArray(value iadc
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLargePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_lcm_post_request_body.go b/drives/item_items_item_workbook_functions_lcm_post_request_body.go
index e7776197d58..ab0a63c6b72 100644
--- a/drives/item_items_item_workbook_functions_lcm_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_lcm_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLcmPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsLcmPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLcmPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLcmPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLcmPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLcmPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsLcmPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLcmPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLcmPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_left_post_request_body.go b/drives/item_items_item_workbook_functions_left_post_request_body.go
index d428a26bec9..63445ebaadf 100644
--- a/drives/item_items_item_workbook_functions_left_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_left_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLeftPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsLeftPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLeftPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLeftPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLeftPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLeftPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsLeftPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLeftPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLeftPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_leftb_post_request_body.go b/drives/item_items_item_workbook_functions_leftb_post_request_body.go
index 40eb89fba71..512325382f4 100644
--- a/drives/item_items_item_workbook_functions_leftb_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_leftb_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLeftbPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsLeftbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLeftbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLeftbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLeftbPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLeftbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsLeftbPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLeftbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLeftbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_len_post_request_body.go b/drives/item_items_item_workbook_functions_len_post_request_body.go
index 2ce63b9b1a0..445b94570c5 100644
--- a/drives/item_items_item_workbook_functions_len_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_len_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLenPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsLenPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLenPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLenPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLenPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLenPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsLenPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLenPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLenPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_lenb_post_request_body.go b/drives/item_items_item_workbook_functions_lenb_post_request_body.go
index c26fe6a4670..508d08f96ae 100644
--- a/drives/item_items_item_workbook_functions_lenb_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_lenb_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLenbPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsLenbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLenbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLenbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLenbPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLenbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsLenbPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLenbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLenbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ln_post_request_body.go b/drives/item_items_item_workbook_functions_ln_post_request_body.go
index b78ee8f9a67..32e0d6522ba 100644
--- a/drives/item_items_item_workbook_functions_ln_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ln_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLnPostRequestBody()(*ItemItemsItemWorkbook
func CreateItemItemsItemWorkbookFunctionsLnPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLnPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLnPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLnPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLnPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsLnPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLnPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLnPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_log10_post_request_body.go b/drives/item_items_item_workbook_functions_log10_post_request_body.go
index 457c79b87cb..e90db6d84e6 100644
--- a/drives/item_items_item_workbook_functions_log10_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_log10_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLog10PostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsLog10PostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLog10PostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLog10PostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLog10PostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLog10PostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsLog10PostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLog10PostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLog10PostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_log_norm_dist_post_request_body.go b/drives/item_items_item_workbook_functions_log_norm_dist_post_request_body.go
index cf5040a68b8..7041a6ea512 100644
--- a/drives/item_items_item_workbook_functions_log_norm_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_log_norm_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_log_norm_inv_post_request_body.go b/drives/item_items_item_workbook_functions_log_norm_inv_post_request_body.go
index 896a26efae8..07f9e41532a 100644
--- a/drives/item_items_item_workbook_functions_log_norm_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_log_norm_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLogNorm_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_log_post_request_body.go b/drives/item_items_item_workbook_functions_log_post_request_body.go
index c1275ea289b..2ffc5e46bf1 100644
--- a/drives/item_items_item_workbook_functions_log_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_log_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLogPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsLogPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLogPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLogPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLogPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLogPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsLogPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLogPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLogPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_lookup_post_request_body.go b/drives/item_items_item_workbook_functions_lookup_post_request_body.go
index 424216ba1a5..14812d940a7 100644
--- a/drives/item_items_item_workbook_functions_lookup_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_lookup_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLookupPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsLookupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLookupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLookupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLookupPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLookupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsLookupPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLookupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLookupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_lower_post_request_body.go b/drives/item_items_item_workbook_functions_lower_post_request_body.go
index c012535d455..79dbfd646ee 100644
--- a/drives/item_items_item_workbook_functions_lower_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_lower_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsLowerPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsLowerPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsLowerPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLowerPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsLowerPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLowerPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsLowerPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsLowerPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsLowerPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_match_post_request_body.go b/drives/item_items_item_workbook_functions_match_post_request_body.go
index cc573a32310..742a3443e45 100644
--- a/drives/item_items_item_workbook_functions_match_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_match_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMatchPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsMatchPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMatchPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMatchPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMatchPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMatchPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsMatchPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMatchPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMatchPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_max_a_post_request_body.go b/drives/item_items_item_workbook_functions_max_a_post_request_body.go
index 309a1a7bbe4..76839d60fb1 100644
--- a/drives/item_items_item_workbook_functions_max_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_max_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMaxAPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsMaxAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMaxAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMaxAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMaxAPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMaxAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMaxAPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMaxAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMaxAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_max_post_request_body.go b/drives/item_items_item_workbook_functions_max_post_request_body.go
index a67e407a173..739fcf6f839 100644
--- a/drives/item_items_item_workbook_functions_max_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_max_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMaxPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsMaxPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMaxPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMaxPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMaxPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMaxPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMaxPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMaxPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMaxPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_mduration_post_request_body.go b/drives/item_items_item_workbook_functions_mduration_post_request_body.go
index e630f1ba969..c8f07d20c43 100644
--- a/drives/item_items_item_workbook_functions_mduration_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_mduration_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMdurationPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsMdurationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMdurationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMdurationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMdurationPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMdurationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsMdurationPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMdurationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMdurationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_median_post_request_body.go b/drives/item_items_item_workbook_functions_median_post_request_body.go
index 8d65c0ec622..5afc445b7aa 100644
--- a/drives/item_items_item_workbook_functions_median_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_median_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMedianPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsMedianPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMedianPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMedianPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMedianPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMedianPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMedianPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMedianPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMedianPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_mid_post_request_body.go b/drives/item_items_item_workbook_functions_mid_post_request_body.go
index 1b9af095c9c..296a0715e38 100644
--- a/drives/item_items_item_workbook_functions_mid_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_mid_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMidPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsMidPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMidPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMidPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMidPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMidPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsMidPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMidPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMidPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_midb_post_request_body.go b/drives/item_items_item_workbook_functions_midb_post_request_body.go
index fe03e2488a2..a4238196503 100644
--- a/drives/item_items_item_workbook_functions_midb_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_midb_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMidbPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsMidbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMidbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMidbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMidbPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMidbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsMidbPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMidbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMidbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_min_a_post_request_body.go b/drives/item_items_item_workbook_functions_min_a_post_request_body.go
index e357cbf5098..888599adc64 100644
--- a/drives/item_items_item_workbook_functions_min_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_min_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMinAPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsMinAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMinAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMinAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMinAPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMinAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMinAPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMinAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMinAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_min_post_request_body.go b/drives/item_items_item_workbook_functions_min_post_request_body.go
index 296b75aaa88..7dbca5822d9 100644
--- a/drives/item_items_item_workbook_functions_min_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_min_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMinPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsMinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMinPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMinPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_minute_post_request_body.go b/drives/item_items_item_workbook_functions_minute_post_request_body.go
index 0eb37ea53e7..3f6b8038cdd 100644
--- a/drives/item_items_item_workbook_functions_minute_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_minute_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMinutePostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsMinutePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMinutePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMinutePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMinutePostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMinutePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMinutePostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMinutePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMinutePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_mirr_post_request_body.go b/drives/item_items_item_workbook_functions_mirr_post_request_body.go
index 5fc545195ca..7c6877ce1b8 100644
--- a/drives/item_items_item_workbook_functions_mirr_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_mirr_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMirrPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsMirrPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMirrPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMirrPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMirrPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMirrPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsMirrPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMirrPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMirrPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_mod_post_request_body.go b/drives/item_items_item_workbook_functions_mod_post_request_body.go
index 41a48c827cf..001b9ce38da 100644
--- a/drives/item_items_item_workbook_functions_mod_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_mod_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsModPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsModPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsModPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsModPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsModPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsModPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsModPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsModPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsModPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_month_post_request_body.go b/drives/item_items_item_workbook_functions_month_post_request_body.go
index 5d8710027e0..482e0b9df8d 100644
--- a/drives/item_items_item_workbook_functions_month_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_month_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMonthPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsMonthPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMonthPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMonthPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMonthPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMonthPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMonthPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMonthPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMonthPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_mround_post_request_body.go b/drives/item_items_item_workbook_functions_mround_post_request_body.go
index fbc17e6a174..c4650cc5d14 100644
--- a/drives/item_items_item_workbook_functions_mround_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_mround_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMroundPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsMroundPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMroundPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMroundPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMroundPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMroundPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsMroundPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMroundPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMroundPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_multi_nomial_post_request_body.go b/drives/item_items_item_workbook_functions_multi_nomial_post_request_body.go
index 5a617e8ef63..eaa923e5ddc 100644
--- a/drives/item_items_item_workbook_functions_multi_nomial_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_multi_nomial_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsMultiNomialPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsMultiNomialPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_n_post_request_body.go b/drives/item_items_item_workbook_functions_n_post_request_body.go
index 2f6d8d408c7..2bf6b5ae6e5 100644
--- a/drives/item_items_item_workbook_functions_n_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_n_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNPostRequestBody()(*ItemItemsItemWorkbookF
func CreateItemItemsItemWorkbookFunctionsNPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsNPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_neg_binom_dist_post_request_body.go b/drives/item_items_item_workbook_functions_neg_binom_dist_post_request_body.go
index 2b0764e7a01..631f209eeee 100644
--- a/drives/item_items_item_workbook_functions_neg_binom_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_neg_binom_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody()(*ItemItemsI
func CreateItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNegBinom_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_network_days_intl_post_request_body.go b/drives/item_items_item_workbook_functions_network_days_intl_post_request_body.go
index fe117788978..375ecf363b0 100644
--- a/drives/item_items_item_workbook_functions_network_days_intl_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_network_days_intl_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody()(*ItemIte
func CreateItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNetworkDays_IntlPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_network_days_post_request_body.go b/drives/item_items_item_workbook_functions_network_days_post_request_body.go
index d03800c3de9..d347869c308 100644
--- a/drives/item_items_item_workbook_functions_network_days_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_network_days_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNetworkDaysPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_nominal_post_request_body.go b/drives/item_items_item_workbook_functions_nominal_post_request_body.go
index 95309cbd4cd..27d36e477a8 100644
--- a/drives/item_items_item_workbook_functions_nominal_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_nominal_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNominalPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsNominalPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNominalPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNominalPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNominalPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNominalPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsNominalPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNominalPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNominalPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_norm_dist_post_request_body.go b/drives/item_items_item_workbook_functions_norm_dist_post_request_body.go
index f5459b218c2..643f075513b 100644
--- a/drives/item_items_item_workbook_functions_norm_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_norm_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsNorm_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_norm_inv_post_request_body.go b/drives/item_items_item_workbook_functions_norm_inv_post_request_body.go
index afdbd5aa837..b5788b13a8c 100644
--- a/drives/item_items_item_workbook_functions_norm_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_norm_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsNorm_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_norm_s_dist_post_request_body.go b/drives/item_items_item_workbook_functions_norm_s_dist_post_request_body.go
index 7b08d1a0759..62e1ef80406 100644
--- a/drives/item_items_item_workbook_functions_norm_s_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_norm_s_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_norm_s_inv_post_request_body.go b/drives/item_items_item_workbook_functions_norm_s_inv_post_request_body.go
index e538fc1b2e4..414da7f9797 100644
--- a/drives/item_items_item_workbook_functions_norm_s_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_norm_s_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNorm_S_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_not_post_request_body.go b/drives/item_items_item_workbook_functions_not_post_request_body.go
index 90168e0758f..ab698b21150 100644
--- a/drives/item_items_item_workbook_functions_not_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_not_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNotPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsNotPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNotPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNotPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNotPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNotPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsNotPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNotPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNotPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_nper_post_request_body.go b/drives/item_items_item_workbook_functions_nper_post_request_body.go
index 48d7fee3e20..dcaac1d7a86 100644
--- a/drives/item_items_item_workbook_functions_nper_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_nper_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNperPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsNperPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNperPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNperPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNperPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNperPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsNperPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNperPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNperPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_npv_post_request_body.go b/drives/item_items_item_workbook_functions_npv_post_request_body.go
index 345b37c02cb..88459ae381a 100644
--- a/drives/item_items_item_workbook_functions_npv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_npv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNpvPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsNpvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNpvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNpvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNpvPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNpvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsNpvPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNpvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNpvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_number_value_post_request_body.go b/drives/item_items_item_workbook_functions_number_value_post_request_body.go
index 56cf9a109c2..333f9a52f61 100644
--- a/drives/item_items_item_workbook_functions_number_value_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_number_value_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsNumberValuePostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsNumberValuePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsNumberValuePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNumberValuePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsNumberValuePostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNumberValuePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsNumberValuePostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsNumberValuePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsNumberValuePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_oct2_bin_post_request_body.go b/drives/item_items_item_workbook_functions_oct2_bin_post_request_body.go
index 625a7524565..29f64e0ba4e 100644
--- a/drives/item_items_item_workbook_functions_oct2_bin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_oct2_bin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOct2BinPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsOct2BinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOct2BinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOct2BinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOct2BinPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOct2BinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsOct2BinPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOct2BinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOct2BinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_oct2_dec_post_request_body.go b/drives/item_items_item_workbook_functions_oct2_dec_post_request_body.go
index 11fae2442ed..5e10f6e8e00 100644
--- a/drives/item_items_item_workbook_functions_oct2_dec_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_oct2_dec_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOct2DecPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsOct2DecPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOct2DecPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOct2DecPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOct2DecPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOct2DecPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsOct2DecPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOct2DecPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOct2DecPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_oct2_hex_post_request_body.go b/drives/item_items_item_workbook_functions_oct2_hex_post_request_body.go
index 4f64dd98f67..7b941b46fc2 100644
--- a/drives/item_items_item_workbook_functions_oct2_hex_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_oct2_hex_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOct2HexPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsOct2HexPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOct2HexPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOct2HexPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOct2HexPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOct2HexPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsOct2HexPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOct2HexPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOct2HexPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_odd_f_price_post_request_body.go b/drives/item_items_item_workbook_functions_odd_f_price_post_request_body.go
index ee94df1641b..26958057cfd 100644
--- a/drives/item_items_item_workbook_functions_odd_f_price_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_odd_f_price_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOddFPricePostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsOddFPricePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOddFPricePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddFPricePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOddFPricePostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddFPricePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -297,14 +297,14 @@ func (m *ItemItemsItemWorkbookFunctionsOddFPricePostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddFPricePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddFPricePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_odd_f_yield_post_request_body.go b/drives/item_items_item_workbook_functions_odd_f_yield_post_request_body.go
index 57f35fb574b..5f581be1bbb 100644
--- a/drives/item_items_item_workbook_functions_odd_f_yield_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_odd_f_yield_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsOddFYieldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -297,14 +297,14 @@ func (m *ItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddFYieldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_odd_l_price_post_request_body.go b/drives/item_items_item_workbook_functions_odd_l_price_post_request_body.go
index 85a9928b337..5efc37de28d 100644
--- a/drives/item_items_item_workbook_functions_odd_l_price_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_odd_l_price_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOddLPricePostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsOddLPricePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOddLPricePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddLPricePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOddLPricePostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddLPricePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -270,14 +270,14 @@ func (m *ItemItemsItemWorkbookFunctionsOddLPricePostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddLPricePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddLPricePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_odd_l_yield_post_request_body.go b/drives/item_items_item_workbook_functions_odd_l_yield_post_request_body.go
index 532ab21aeac..fbdedff4b9b 100644
--- a/drives/item_items_item_workbook_functions_odd_l_yield_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_odd_l_yield_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsOddLYieldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -270,14 +270,14 @@ func (m *ItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddLYieldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_odd_post_request_body.go b/drives/item_items_item_workbook_functions_odd_post_request_body.go
index 224d3bd478f..0703792d89d 100644
--- a/drives/item_items_item_workbook_functions_odd_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_odd_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOddPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsOddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOddPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsOddPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_or_post_request_body.go b/drives/item_items_item_workbook_functions_or_post_request_body.go
index ddbad8e0602..0a93ee5f54c 100644
--- a/drives/item_items_item_workbook_functions_or_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_or_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsOrPostRequestBody()(*ItemItemsItemWorkbook
func CreateItemItemsItemWorkbookFunctionsOrPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsOrPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOrPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsOrPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOrPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsOrPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsOrPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsOrPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_pduration_post_request_body.go b/drives/item_items_item_workbook_functions_pduration_post_request_body.go
index 9ce6b783944..4ee97aaa2aa 100644
--- a/drives/item_items_item_workbook_functions_pduration_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_pduration_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPdurationPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsPdurationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPdurationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPdurationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPdurationPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPdurationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsPdurationPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPdurationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPdurationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_percent_rank_exc_post_request_body.go b/drives/item_items_item_workbook_functions_percent_rank_exc_post_request_body.go
index 9b8dfc7d64e..b700fd046aa 100644
--- a/drives/item_items_item_workbook_functions_percent_rank_exc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_percent_rank_exc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody()(*ItemItem
func CreateItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) GetArray(
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) SetArray(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_ExcPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_percent_rank_inc_post_request_body.go b/drives/item_items_item_workbook_functions_percent_rank_inc_post_request_body.go
index 205610f2c6a..f238f904524 100644
--- a/drives/item_items_item_workbook_functions_percent_rank_inc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_percent_rank_inc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody()(*ItemItem
func CreateItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) GetArray(
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) SetArray(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentRank_IncPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_percentile_exc_post_request_body.go b/drives/item_items_item_workbook_functions_percentile_exc_post_request_body.go
index ce653afee3b..91903b0c435 100644
--- a/drives/item_items_item_workbook_functions_percentile_exc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_percentile_exc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody()(*ItemItems
func CreateItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) GetArray()
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) SetArray(v
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentile_ExcPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_percentile_inc_post_request_body.go b/drives/item_items_item_workbook_functions_percentile_inc_post_request_body.go
index 1245ba40072..f1f3642c44e 100644
--- a/drives/item_items_item_workbook_functions_percentile_inc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_percentile_inc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody()(*ItemItems
func CreateItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) GetArray()
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) SetArray(v
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPercentile_IncPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_permut_post_request_body.go b/drives/item_items_item_workbook_functions_permut_post_request_body.go
index c2df1eb6838..6dcf70f6585 100644
--- a/drives/item_items_item_workbook_functions_permut_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_permut_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPermutPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsPermutPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPermutPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPermutPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPermutPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPermutPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsPermutPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPermutPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPermutPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_permutationa_post_request_body.go b/drives/item_items_item_workbook_functions_permutationa_post_request_body.go
index 1a732e66129..3547d34f846 100644
--- a/drives/item_items_item_workbook_functions_permutationa_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_permutationa_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPermutationaPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsPermutationaPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPermutationaPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPermutationaPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPermutationaPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPermutationaPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsPermutationaPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPermutationaPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPermutationaPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_phi_post_request_body.go b/drives/item_items_item_workbook_functions_phi_post_request_body.go
index 66e580ae402..5784a05cd48 100644
--- a/drives/item_items_item_workbook_functions_phi_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_phi_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPhiPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsPhiPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPhiPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPhiPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPhiPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPhiPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsPhiPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPhiPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPhiPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_pmt_post_request_body.go b/drives/item_items_item_workbook_functions_pmt_post_request_body.go
index 805a12730d0..696e7790e2a 100644
--- a/drives/item_items_item_workbook_functions_pmt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_pmt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPmtPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsPmtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPmtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPmtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPmtPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPmtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsPmtPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPmtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPmtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_poisson_dist_post_request_body.go b/drives/item_items_item_workbook_functions_poisson_dist_post_request_body.go
index 7038c43153d..43f6c3c7c56 100644
--- a/drives/item_items_item_workbook_functions_poisson_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_poisson_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPoisson_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_power_post_request_body.go b/drives/item_items_item_workbook_functions_power_post_request_body.go
index fc3e1648684..0c51a4fdc8c 100644
--- a/drives/item_items_item_workbook_functions_power_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_power_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPowerPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsPowerPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPowerPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPowerPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPowerPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPowerPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsPowerPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPowerPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPowerPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_ppmt_post_request_body.go b/drives/item_items_item_workbook_functions_ppmt_post_request_body.go
index 4fe15513cca..054c4f8e78b 100644
--- a/drives/item_items_item_workbook_functions_ppmt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_ppmt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPpmtPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsPpmtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPpmtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPpmtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPpmtPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPpmtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsPpmtPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPpmtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPpmtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_price_disc_post_request_body.go b/drives/item_items_item_workbook_functions_price_disc_post_request_body.go
index d845e3f058f..08947a67dd4 100644
--- a/drives/item_items_item_workbook_functions_price_disc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_price_disc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsPriceDiscPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPriceDiscPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_price_mat_post_request_body.go b/drives/item_items_item_workbook_functions_price_mat_post_request_body.go
index 0d2bc73586a..7331cbbc249 100644
--- a/drives/item_items_item_workbook_functions_price_mat_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_price_mat_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPriceMatPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsPriceMatPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPriceMatPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPriceMatPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPriceMatPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPriceMatPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsPriceMatPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPriceMatPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPriceMatPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_price_post_request_body.go b/drives/item_items_item_workbook_functions_price_post_request_body.go
index e4130c423c2..3530d96fb33 100644
--- a/drives/item_items_item_workbook_functions_price_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_price_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPricePostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsPricePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPricePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPricePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPricePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPricePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ItemItemsItemWorkbookFunctionsPricePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPricePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPricePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_product_post_request_body.go b/drives/item_items_item_workbook_functions_product_post_request_body.go
index b50eb3236bc..8c6eb921f66 100644
--- a/drives/item_items_item_workbook_functions_product_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_product_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsProductPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsProductPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsProductPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsProductPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsProductPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsProductPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsProductPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsProductPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsProductPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_proper_post_request_body.go b/drives/item_items_item_workbook_functions_proper_post_request_body.go
index f8561c9b776..37083229a06 100644
--- a/drives/item_items_item_workbook_functions_proper_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_proper_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsProperPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsProperPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsProperPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsProperPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsProperPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsProperPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsProperPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsProperPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsProperPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_pv_post_request_body.go b/drives/item_items_item_workbook_functions_pv_post_request_body.go
index f17d153d678..98b0af8c1d7 100644
--- a/drives/item_items_item_workbook_functions_pv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_pv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsPvPostRequestBody()(*ItemItemsItemWorkbook
func CreateItemItemsItemWorkbookFunctionsPvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsPvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsPvPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsPvPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsPvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsPvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_quartile_exc_post_request_body.go b/drives/item_items_item_workbook_functions_quartile_exc_post_request_body.go
index da683c8d7e1..f0b8d299a7c 100644
--- a/drives/item_items_item_workbook_functions_quartile_exc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_quartile_exc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) GetArray()(i
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) SetArray(val
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsQuartile_ExcPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_quartile_inc_post_request_body.go b/drives/item_items_item_workbook_functions_quartile_inc_post_request_body.go
index 379d4f8cc15..d47777dd7e9 100644
--- a/drives/item_items_item_workbook_functions_quartile_inc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_quartile_inc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) GetArray()(i
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) SetArray(val
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsQuartile_IncPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_quotient_post_request_body.go b/drives/item_items_item_workbook_functions_quotient_post_request_body.go
index 6c89bae760d..06951e4788f 100644
--- a/drives/item_items_item_workbook_functions_quotient_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_quotient_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsQuotientPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsQuotientPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsQuotientPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsQuotientPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsQuotientPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsQuotientPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsQuotientPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsQuotientPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsQuotientPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_radians_post_request_body.go b/drives/item_items_item_workbook_functions_radians_post_request_body.go
index 6cf91124891..7b64bd1bf58 100644
--- a/drives/item_items_item_workbook_functions_radians_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_radians_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRadiansPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsRadiansPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRadiansPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) GetAngle()(iadcd8
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) SetAngle(value ia
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRadiansPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rand_between_post_request_body.go b/drives/item_items_item_workbook_functions_rand_between_post_request_body.go
index d2769ab5584..2c7a6311dd1 100644
--- a/drives/item_items_item_workbook_functions_rand_between_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rand_between_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsRandBetweenPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRandBetweenPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rank_avg_post_request_body.go b/drives/item_items_item_workbook_functions_rank_avg_post_request_body.go
index 8d256cc84a6..4b57afe689a 100644
--- a/drives/item_items_item_workbook_functions_rank_avg_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rank_avg_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsRank_AvgPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRank_AvgPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rank_eq_post_request_body.go b/drives/item_items_item_workbook_functions_rank_eq_post_request_body.go
index 86f68eea591..07bc21a8aff 100644
--- a/drives/item_items_item_workbook_functions_rank_eq_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rank_eq_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRank_EqPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsRank_EqPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRank_EqPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRank_EqPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRank_EqPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRank_EqPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsRank_EqPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRank_EqPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRank_EqPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rate_post_request_body.go b/drives/item_items_item_workbook_functions_rate_post_request_body.go
index fc323bf8cf1..e9684e318b6 100644
--- a/drives/item_items_item_workbook_functions_rate_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rate_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRatePostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsRatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRatePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsRatePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_received_post_request_body.go b/drives/item_items_item_workbook_functions_received_post_request_body.go
index 13c4fa80cc0..1014202e086 100644
--- a/drives/item_items_item_workbook_functions_received_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_received_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsReceivedPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsReceivedPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsReceivedPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReceivedPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsReceivedPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReceivedPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsReceivedPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReceivedPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReceivedPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_replace_b_post_request_body.go b/drives/item_items_item_workbook_functions_replace_b_post_request_body.go
index 6c58e7a9955..d803ebf11a4 100644
--- a/drives/item_items_item_workbook_functions_replace_b_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_replace_b_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsReplaceBPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsReplaceBPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsReplaceBPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReplaceBPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsReplaceBPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReplaceBPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsReplaceBPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReplaceBPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReplaceBPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_replace_post_request_body.go b/drives/item_items_item_workbook_functions_replace_post_request_body.go
index 1f7b802930d..f46b33a68c6 100644
--- a/drives/item_items_item_workbook_functions_replace_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_replace_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsReplacePostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsReplacePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsReplacePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReplacePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsReplacePostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReplacePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsReplacePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReplacePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReplacePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rept_post_request_body.go b/drives/item_items_item_workbook_functions_rept_post_request_body.go
index f70aa45797c..a41efacf238 100644
--- a/drives/item_items_item_workbook_functions_rept_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsReptPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsReptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsReptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsReptPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsReptPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsReptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsReptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_right_post_request_body.go b/drives/item_items_item_workbook_functions_right_post_request_body.go
index 789dd972f19..0ed7b06e5df 100644
--- a/drives/item_items_item_workbook_functions_right_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_right_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRightPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsRightPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRightPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRightPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRightPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRightPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRightPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRightPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRightPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rightb_post_request_body.go b/drives/item_items_item_workbook_functions_rightb_post_request_body.go
index 12f0f065401..044a33f2e2a 100644
--- a/drives/item_items_item_workbook_functions_rightb_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rightb_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRightbPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsRightbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRightbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRightbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRightbPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRightbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRightbPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRightbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRightbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_roman_post_request_body.go b/drives/item_items_item_workbook_functions_roman_post_request_body.go
index 591b386679a..39b3b4b4b55 100644
--- a/drives/item_items_item_workbook_functions_roman_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_roman_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRomanPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsRomanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRomanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRomanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRomanPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRomanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRomanPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRomanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRomanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_round_down_post_request_body.go b/drives/item_items_item_workbook_functions_round_down_post_request_body.go
index 145aaf1627c..a3dd1356302 100644
--- a/drives/item_items_item_workbook_functions_round_down_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_round_down_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRoundDownPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsRoundDownPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRoundDownPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRoundDownPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRoundDownPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRoundDownPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRoundDownPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRoundDownPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRoundDownPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_round_post_request_body.go b/drives/item_items_item_workbook_functions_round_post_request_body.go
index 30c690b5298..17f90910175 100644
--- a/drives/item_items_item_workbook_functions_round_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_round_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRoundPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsRoundPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRoundPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRoundPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRoundPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRoundPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRoundPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRoundPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRoundPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_round_up_post_request_body.go b/drives/item_items_item_workbook_functions_round_up_post_request_body.go
index 611854eb4d9..e57b481f2b3 100644
--- a/drives/item_items_item_workbook_functions_round_up_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_round_up_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRoundUpPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsRoundUpPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRoundUpPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRoundUpPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRoundUpPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRoundUpPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsRoundUpPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRoundUpPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRoundUpPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rows_post_request_body.go b/drives/item_items_item_workbook_functions_rows_post_request_body.go
index 791838d2c1b..287a511c65d 100644
--- a/drives/item_items_item_workbook_functions_rows_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rows_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRowsPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsRowsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRowsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) GetArray()(iadcd8112
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) SetArray(value iadcd
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRowsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_rri_post_request_body.go b/drives/item_items_item_workbook_functions_rri_post_request_body.go
index 1bfc5181dfd..7e4ca471c43 100644
--- a/drives/item_items_item_workbook_functions_rri_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_rri_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsRriPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsRriPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsRriPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRriPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsRriPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRriPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsRriPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsRriPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsRriPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sec_post_request_body.go b/drives/item_items_item_workbook_functions_sec_post_request_body.go
index 107658634c4..df0f7df0973 100644
--- a/drives/item_items_item_workbook_functions_sec_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sec_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSecPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsSecPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSecPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSecPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSecPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSecPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSecPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSecPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSecPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sech_post_request_body.go b/drives/item_items_item_workbook_functions_sech_post_request_body.go
index 15cdc6fbb9a..f88c2100594 100644
--- a/drives/item_items_item_workbook_functions_sech_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sech_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSechPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsSechPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSechPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSechPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSechPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSechPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSechPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSechPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSechPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_second_post_request_body.go b/drives/item_items_item_workbook_functions_second_post_request_body.go
index 0a06904e0df..f8ce5eaa413 100644
--- a/drives/item_items_item_workbook_functions_second_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_second_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSecondPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsSecondPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSecondPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSecondPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSecondPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSecondPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSecondPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSecondPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSecondPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_series_sum_post_request_body.go b/drives/item_items_item_workbook_functions_series_sum_post_request_body.go
index b680638886b..b3508aba4f9 100644
--- a/drives/item_items_item_workbook_functions_series_sum_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_series_sum_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsSeriesSumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSeriesSumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sheet_post_request_body.go b/drives/item_items_item_workbook_functions_sheet_post_request_body.go
index 757aeb8022c..36aa865479e 100644
--- a/drives/item_items_item_workbook_functions_sheet_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sheet_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSheetPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsSheetPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSheetPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSheetPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSheetPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSheetPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSheetPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSheetPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSheetPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sheets_post_request_body.go b/drives/item_items_item_workbook_functions_sheets_post_request_body.go
index 9b48b884427..f96169a1322 100644
--- a/drives/item_items_item_workbook_functions_sheets_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sheets_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSheetsPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsSheetsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSheetsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSheetsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSheetsPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSheetsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSheetsPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSheetsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSheetsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sign_post_request_body.go b/drives/item_items_item_workbook_functions_sign_post_request_body.go
index 59f88a2e3ea..7e1a9f2f49b 100644
--- a/drives/item_items_item_workbook_functions_sign_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sign_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSignPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsSignPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSignPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSignPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSignPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSignPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSignPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSignPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSignPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sin_post_request_body.go b/drives/item_items_item_workbook_functions_sin_post_request_body.go
index 33c0d042b24..d4261585d12 100644
--- a/drives/item_items_item_workbook_functions_sin_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sin_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSinPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsSinPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSinPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSinPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSinPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSinPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSinPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSinPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSinPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sinh_post_request_body.go b/drives/item_items_item_workbook_functions_sinh_post_request_body.go
index d2aa3cc3317..7db6f8f0fe1 100644
--- a/drives/item_items_item_workbook_functions_sinh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sinh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSinhPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsSinhPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSinhPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSinhPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSinhPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSinhPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSinhPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSinhPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSinhPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_skew_p_post_request_body.go b/drives/item_items_item_workbook_functions_skew_p_post_request_body.go
index 818c206cf11..a247ccc2b22 100644
--- a/drives/item_items_item_workbook_functions_skew_p_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_skew_p_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSkew_pPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsSkew_pPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSkew_pPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSkew_pPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSkew_pPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSkew_pPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSkew_pPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSkew_pPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSkew_pPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_skew_post_request_body.go b/drives/item_items_item_workbook_functions_skew_post_request_body.go
index 0189de3531f..a2837aeee21 100644
--- a/drives/item_items_item_workbook_functions_skew_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_skew_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSkewPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsSkewPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSkewPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSkewPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSkewPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSkewPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSkewPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSkewPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSkewPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sln_post_request_body.go b/drives/item_items_item_workbook_functions_sln_post_request_body.go
index 65e22403029..5f958f3bdea 100644
--- a/drives/item_items_item_workbook_functions_sln_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sln_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSlnPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsSlnPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSlnPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSlnPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSlnPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSlnPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsSlnPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSlnPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSlnPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_small_post_request_body.go b/drives/item_items_item_workbook_functions_small_post_request_body.go
index 85cbff391d1..bf5b438ba1b 100644
--- a/drives/item_items_item_workbook_functions_small_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_small_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSmallPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsSmallPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSmallPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) GetArray()(iadcd811
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) SetArray(value iadc
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSmallPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sqrt_pi_post_request_body.go b/drives/item_items_item_workbook_functions_sqrt_pi_post_request_body.go
index 24e6eec5996..5c53ab12901 100644
--- a/drives/item_items_item_workbook_functions_sqrt_pi_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sqrt_pi_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsSqrtPiPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSqrtPiPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sqrt_post_request_body.go b/drives/item_items_item_workbook_functions_sqrt_post_request_body.go
index ddf26339bd9..7cf1e55f06b 100644
--- a/drives/item_items_item_workbook_functions_sqrt_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sqrt_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSqrtPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsSqrtPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSqrtPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSqrtPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSqrtPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSqrtPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSqrtPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSqrtPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSqrtPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_st_dev_a_post_request_body.go b/drives/item_items_item_workbook_functions_st_dev_a_post_request_body.go
index 55489906810..a16d7bfa55d 100644
--- a/drives/item_items_item_workbook_functions_st_dev_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_st_dev_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsStDevAPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsStDevAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsStDevAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDevAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsStDevAPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDevAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsStDevAPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDevAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDevAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_st_dev_p_a_post_request_body.go b/drives/item_items_item_workbook_functions_st_dev_p_a_post_request_body.go
index 6757a2d0717..956e96cf51f 100644
--- a/drives/item_items_item_workbook_functions_st_dev_p_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_st_dev_p_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsStDevPAPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsStDevPAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsStDevPAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDevPAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsStDevPAPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDevPAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsStDevPAPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDevPAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDevPAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_st_dev_p_post_request_body.go b/drives/item_items_item_workbook_functions_st_dev_p_post_request_body.go
index 6cc5acd22a9..1cd37ba3b9c 100644
--- a/drives/item_items_item_workbook_functions_st_dev_p_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_st_dev_p_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsStDev_PPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsStDev_PPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsStDev_PPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDev_PPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsStDev_PPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDev_PPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsStDev_PPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDev_PPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDev_PPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_st_dev_s_post_request_body.go b/drives/item_items_item_workbook_functions_st_dev_s_post_request_body.go
index 1e987b48519..57028458ecd 100644
--- a/drives/item_items_item_workbook_functions_st_dev_s_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_st_dev_s_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsStDev_SPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsStDev_SPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsStDev_SPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDev_SPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsStDev_SPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDev_SPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsStDev_SPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStDev_SPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStDev_SPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_standardize_post_request_body.go b/drives/item_items_item_workbook_functions_standardize_post_request_body.go
index a1ce9ddcde8..c03b1f931de 100644
--- a/drives/item_items_item_workbook_functions_standardize_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_standardize_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsStandardizePostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookFunctionsStandardizePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsStandardizePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStandardizePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsStandardizePostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStandardizePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsStandardizePostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsStandardizePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsStandardizePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_substitute_post_request_body.go b/drives/item_items_item_workbook_functions_substitute_post_request_body.go
index af541423323..0337057c265 100644
--- a/drives/item_items_item_workbook_functions_substitute_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_substitute_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSubstitutePostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsSubstitutePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSubstitutePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSubstitutePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSubstitutePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSubstitutePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsSubstitutePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSubstitutePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSubstitutePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_subtotal_post_request_body.go b/drives/item_items_item_workbook_functions_subtotal_post_request_body.go
index 883c1188579..5ccd67d6c62 100644
--- a/drives/item_items_item_workbook_functions_subtotal_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_subtotal_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSubtotalPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsSubtotalPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSubtotalPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSubtotalPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSubtotalPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSubtotalPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsSubtotalPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSubtotalPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSubtotalPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sum_if_post_request_body.go b/drives/item_items_item_workbook_functions_sum_if_post_request_body.go
index bf2d5531e5a..60b7b6ae55a 100644
--- a/drives/item_items_item_workbook_functions_sum_if_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sum_if_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSumIfPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsSumIfPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSumIfPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumIfPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSumIfPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumIfPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsSumIfPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumIfPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumIfPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sum_ifs_post_request_body.go b/drives/item_items_item_workbook_functions_sum_ifs_post_request_body.go
index c9dc779dbfd..8d1d0408c36 100644
--- a/drives/item_items_item_workbook_functions_sum_ifs_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sum_ifs_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSumIfsPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsSumIfsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSumIfsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumIfsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSumIfsPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumIfsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsSumIfsPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumIfsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumIfsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sum_post_request_body.go b/drives/item_items_item_workbook_functions_sum_post_request_body.go
index 9e86f33ac65..a15a23e9c66 100644
--- a/drives/item_items_item_workbook_functions_sum_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sum_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSumPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsSumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSumPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSumPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_sum_sq_post_request_body.go b/drives/item_items_item_workbook_functions_sum_sq_post_request_body.go
index 06bc3bffeaf..295f7819c56 100644
--- a/drives/item_items_item_workbook_functions_sum_sq_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_sum_sq_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSumSqPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsSumSqPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSumSqPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumSqPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSumSqPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumSqPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsSumSqPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSumSqPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSumSqPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_syd_post_request_body.go b/drives/item_items_item_workbook_functions_syd_post_request_body.go
index b3cd7dcb03d..27715f3ec3a 100644
--- a/drives/item_items_item_workbook_functions_syd_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_syd_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsSydPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsSydPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsSydPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSydPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsSydPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSydPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsSydPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsSydPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsSydPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_t_dist_2_t_post_request_body.go b/drives/item_items_item_workbook_functions_t_dist_2_t_post_request_body.go
index bfafa104342..6bf616c6c2c 100644
--- a/drives/item_items_item_workbook_functions_t_dist_2_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_t_dist_2_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_2TPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_t_dist_post_request_body.go b/drives/item_items_item_workbook_functions_t_dist_post_request_body.go
index 9f33dd07679..bb216131aab 100644
--- a/drives/item_items_item_workbook_functions_t_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_t_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsT_DistPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsT_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsT_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsT_DistPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsT_DistPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_t_dist_r_t_post_request_body.go b/drives/item_items_item_workbook_functions_t_dist_r_t_post_request_body.go
index 8fb5a6112a0..d1530510133 100644
--- a/drives/item_items_item_workbook_functions_t_dist_r_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_t_dist_r_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_Dist_RTPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_t_inv_2_t_post_request_body.go b/drives/item_items_item_workbook_functions_t_inv_2_t_post_request_body.go
index 93fb9ad62eb..de25113a9d6 100644
--- a/drives/item_items_item_workbook_functions_t_inv_2_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_t_inv_2_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_Inv_2TPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_t_inv_post_request_body.go b/drives/item_items_item_workbook_functions_t_inv_post_request_body.go
index a959adc61fb..9e2d371b362 100644
--- a/drives/item_items_item_workbook_functions_t_inv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_t_inv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsT_InvPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsT_InvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsT_InvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_InvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsT_InvPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_InvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsT_InvPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsT_InvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsT_InvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_t_post_request_body.go b/drives/item_items_item_workbook_functions_t_post_request_body.go
index b711e6775bf..acf88692da8 100644
--- a/drives/item_items_item_workbook_functions_t_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_t_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTPostRequestBody()(*ItemItemsItemWorkbookF
func CreateItemItemsItemWorkbookFunctionsTPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsTPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_tan_post_request_body.go b/drives/item_items_item_workbook_functions_tan_post_request_body.go
index e0c0bcd7cca..05d181d6a0a 100644
--- a/drives/item_items_item_workbook_functions_tan_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_tan_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTanPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsTanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTanPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsTanPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_tanh_post_request_body.go b/drives/item_items_item_workbook_functions_tanh_post_request_body.go
index 162bf86f04b..a41855a2d5e 100644
--- a/drives/item_items_item_workbook_functions_tanh_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_tanh_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTanhPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsTanhPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTanhPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTanhPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTanhPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTanhPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsTanhPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTanhPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTanhPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_tbill_eq_post_request_body.go b/drives/item_items_item_workbook_functions_tbill_eq_post_request_body.go
index b2577391494..1db044d7b35 100644
--- a/drives/item_items_item_workbook_functions_tbill_eq_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_tbill_eq_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTbillEqPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsTbillEqPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTbillEqPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTbillEqPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTbillEqPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTbillEqPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsTbillEqPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTbillEqPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTbillEqPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_tbill_price_post_request_body.go b/drives/item_items_item_workbook_functions_tbill_price_post_request_body.go
index a8b3ad38c9c..f44012356ac 100644
--- a/drives/item_items_item_workbook_functions_tbill_price_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_tbill_price_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTbillPricePostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsTbillPricePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTbillPricePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTbillPricePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTbillPricePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTbillPricePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsTbillPricePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTbillPricePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTbillPricePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_tbill_yield_post_request_body.go b/drives/item_items_item_workbook_functions_tbill_yield_post_request_body.go
index aad79c81798..53a982f45c2 100644
--- a/drives/item_items_item_workbook_functions_tbill_yield_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_tbill_yield_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookFunctionsTbillYieldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTbillYieldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_text_post_request_body.go b/drives/item_items_item_workbook_functions_text_post_request_body.go
index d91d84eadd0..986dbbbba91 100644
--- a/drives/item_items_item_workbook_functions_text_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_text_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTextPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsTextPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTextPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTextPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTextPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTextPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsTextPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTextPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTextPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_time_post_request_body.go b/drives/item_items_item_workbook_functions_time_post_request_body.go
index 5458a1aa1af..5b9f2b42d74 100644
--- a/drives/item_items_item_workbook_functions_time_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_time_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTimePostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsTimePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTimePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTimePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTimePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTimePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsTimePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTimePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTimePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_timevalue_post_request_body.go b/drives/item_items_item_workbook_functions_timevalue_post_request_body.go
index 46056f14f6c..579226855df 100644
--- a/drives/item_items_item_workbook_functions_timevalue_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_timevalue_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTimevaluePostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsTimevaluePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTimevaluePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTimevaluePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTimevaluePostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTimevaluePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsTimevaluePostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTimevaluePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTimevaluePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_trim_mean_post_request_body.go b/drives/item_items_item_workbook_functions_trim_mean_post_request_body.go
index 1d97c12c523..a29be029a70 100644
--- a/drives/item_items_item_workbook_functions_trim_mean_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_trim_mean_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsTrimMeanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) GetArray()(iadcd
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) SetArray(value i
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTrimMeanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_trim_post_request_body.go b/drives/item_items_item_workbook_functions_trim_post_request_body.go
index 7754663da1e..1a11f646d60 100644
--- a/drives/item_items_item_workbook_functions_trim_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_trim_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTrimPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsTrimPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTrimPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTrimPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTrimPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTrimPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsTrimPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTrimPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTrimPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_trunc_post_request_body.go b/drives/item_items_item_workbook_functions_trunc_post_request_body.go
index f7eb381c903..8c12ebf7de0 100644
--- a/drives/item_items_item_workbook_functions_trunc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_trunc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTruncPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsTruncPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTruncPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTruncPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTruncPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTruncPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsTruncPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTruncPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTruncPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_type_post_request_body.go b/drives/item_items_item_workbook_functions_type_post_request_body.go
index 84fcf940fad..3fec9e6cdcc 100644
--- a/drives/item_items_item_workbook_functions_type_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_type_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsTypePostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsTypePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsTypePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTypePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsTypePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTypePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsTypePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsTypePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsTypePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_unichar_post_request_body.go b/drives/item_items_item_workbook_functions_unichar_post_request_body.go
index 144d05d0536..568cf26f1f1 100644
--- a/drives/item_items_item_workbook_functions_unichar_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_unichar_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsUnicharPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsUnicharPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsUnicharPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUnicharPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsUnicharPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUnicharPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsUnicharPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUnicharPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUnicharPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_unicode_post_request_body.go b/drives/item_items_item_workbook_functions_unicode_post_request_body.go
index 95138d23f49..b10375e9a10 100644
--- a/drives/item_items_item_workbook_functions_unicode_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_unicode_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsUnicodePostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsUnicodePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsUnicodePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUnicodePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsUnicodePostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUnicodePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsUnicodePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUnicodePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUnicodePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_upper_post_request_body.go b/drives/item_items_item_workbook_functions_upper_post_request_body.go
index ea0b0f3f619..11bddd4208c 100644
--- a/drives/item_items_item_workbook_functions_upper_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_upper_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsUpperPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsUpperPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsUpperPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUpperPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsUpperPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUpperPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsUpperPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUpperPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUpperPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_usdollar_post_request_body.go b/drives/item_items_item_workbook_functions_usdollar_post_request_body.go
index c44244ab433..c833021bd22 100644
--- a/drives/item_items_item_workbook_functions_usdollar_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_usdollar_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsUsdollarPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsUsdollarPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsUsdollarPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUsdollarPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsUsdollarPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUsdollarPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsUsdollarPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsUsdollarPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsUsdollarPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_value_post_request_body.go b/drives/item_items_item_workbook_functions_value_post_request_body.go
index 1247d07a095..4b23704dd30 100644
--- a/drives/item_items_item_workbook_functions_value_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_value_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsValuePostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsValuePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsValuePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsValuePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsValuePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsValuePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsValuePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsValuePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsValuePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_var_a_post_request_body.go b/drives/item_items_item_workbook_functions_var_a_post_request_body.go
index d703f548658..8da9d137aa5 100644
--- a/drives/item_items_item_workbook_functions_var_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_var_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsVarAPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsVarAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsVarAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVarAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsVarAPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVarAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsVarAPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVarAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVarAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_var_p_a_post_request_body.go b/drives/item_items_item_workbook_functions_var_p_a_post_request_body.go
index c5af57ac7b9..98ed9b6419d 100644
--- a/drives/item_items_item_workbook_functions_var_p_a_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_var_p_a_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsVarPAPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsVarPAPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsVarPAPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVarPAPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsVarPAPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVarPAPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsVarPAPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVarPAPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVarPAPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_var_p_post_request_body.go b/drives/item_items_item_workbook_functions_var_p_post_request_body.go
index 18a9de20b61..f27e7f84f57 100644
--- a/drives/item_items_item_workbook_functions_var_p_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_var_p_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsVar_PPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsVar_PPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsVar_PPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVar_PPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsVar_PPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVar_PPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsVar_PPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVar_PPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVar_PPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_var_s_post_request_body.go b/drives/item_items_item_workbook_functions_var_s_post_request_body.go
index 568a1e639e0..e3a7f7f6852 100644
--- a/drives/item_items_item_workbook_functions_var_s_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_var_s_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsVar_SPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsVar_SPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsVar_SPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVar_SPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsVar_SPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVar_SPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsVar_SPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVar_SPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVar_SPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_vdb_post_request_body.go b/drives/item_items_item_workbook_functions_vdb_post_request_body.go
index 347d9ef1025..4077e016f8d 100644
--- a/drives/item_items_item_workbook_functions_vdb_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_vdb_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsVdbPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsVdbPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsVdbPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVdbPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsVdbPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVdbPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ItemItemsItemWorkbookFunctionsVdbPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVdbPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVdbPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_vlookup_post_request_body.go b/drives/item_items_item_workbook_functions_vlookup_post_request_body.go
index 75456d32359..514266accf6 100644
--- a/drives/item_items_item_workbook_functions_vlookup_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_vlookup_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsVlookupPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsVlookupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsVlookupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVlookupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsVlookupPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVlookupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsVlookupPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsVlookupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsVlookupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_week_num_post_request_body.go b/drives/item_items_item_workbook_functions_week_num_post_request_body.go
index d8cc3ea5e97..ac2e0283b07 100644
--- a/drives/item_items_item_workbook_functions_week_num_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_week_num_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsWeekNumPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsWeekNumPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsWeekNumPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWeekNumPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsWeekNumPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWeekNumPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsWeekNumPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWeekNumPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWeekNumPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_weekday_post_request_body.go b/drives/item_items_item_workbook_functions_weekday_post_request_body.go
index c66377a1825..84e8fc6d475 100644
--- a/drives/item_items_item_workbook_functions_weekday_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_weekday_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsWeekdayPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsWeekdayPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsWeekdayPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWeekdayPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsWeekdayPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWeekdayPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookFunctionsWeekdayPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWeekdayPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWeekdayPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_weibull_dist_post_request_body.go b/drives/item_items_item_workbook_functions_weibull_dist_post_request_body.go
index e4d02af604c..53d34a61aaf 100644
--- a/drives/item_items_item_workbook_functions_weibull_dist_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_weibull_dist_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) GetAlpha()(i
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -176,7 +176,7 @@ func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) SetAlpha(val
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWeibull_DistPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_work_day_intl_post_request_body.go b/drives/item_items_item_workbook_functions_work_day_intl_post_request_body.go
index a8c0ed48078..33a71319aaa 100644
--- a/drives/item_items_item_workbook_functions_work_day_intl_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_work_day_intl_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody()(*ItemItemsIt
func CreateItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWorkDay_IntlPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_work_day_post_request_body.go b/drives/item_items_item_workbook_functions_work_day_post_request_body.go
index e19ceac70db..9999a540976 100644
--- a/drives/item_items_item_workbook_functions_work_day_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_work_day_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsWorkDayPostRequestBody()(*ItemItemsItemWor
func CreateItemItemsItemWorkbookFunctionsWorkDayPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsWorkDayPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWorkDayPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsWorkDayPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWorkDayPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsWorkDayPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsWorkDayPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsWorkDayPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_xirr_post_request_body.go b/drives/item_items_item_workbook_functions_xirr_post_request_body.go
index 9aa843f54f0..2738f75cdba 100644
--- a/drives/item_items_item_workbook_functions_xirr_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_xirr_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsXirrPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsXirrPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsXirrPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsXirrPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsXirrPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsXirrPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsXirrPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsXirrPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsXirrPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_xnpv_post_request_body.go b/drives/item_items_item_workbook_functions_xnpv_post_request_body.go
index b47b0e7b2bf..2db3698580c 100644
--- a/drives/item_items_item_workbook_functions_xnpv_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_xnpv_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsXnpvPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsXnpvPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsXnpvPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsXnpvPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsXnpvPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsXnpvPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsXnpvPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsXnpvPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsXnpvPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_xor_post_request_body.go b/drives/item_items_item_workbook_functions_xor_post_request_body.go
index 69bbaf371e0..4839c33c86c 100644
--- a/drives/item_items_item_workbook_functions_xor_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_xor_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsXorPostRequestBody()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookFunctionsXorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsXorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsXorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsXorPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsXorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsXorPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsXorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsXorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_year_frac_post_request_body.go b/drives/item_items_item_workbook_functions_year_frac_post_request_body.go
index 82d49d1a76b..6937eb00672 100644
--- a/drives/item_items_item_workbook_functions_year_frac_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_year_frac_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsYearFracPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsYearFracPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsYearFracPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYearFracPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsYearFracPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYearFracPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookFunctionsYearFracPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYearFracPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYearFracPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_year_post_request_body.go b/drives/item_items_item_workbook_functions_year_post_request_body.go
index e650e463ca9..c9156dfa9c5 100644
--- a/drives/item_items_item_workbook_functions_year_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_year_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsYearPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookFunctionsYearPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsYearPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYearPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsYearPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYearPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookFunctionsYearPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYearPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYearPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_yield_disc_post_request_body.go b/drives/item_items_item_workbook_functions_yield_disc_post_request_body.go
index 968ca55ade1..cc8a963065c 100644
--- a/drives/item_items_item_workbook_functions_yield_disc_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_yield_disc_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody()(*ItemItemsItemW
func CreateItemItemsItemWorkbookFunctionsYieldDiscPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYieldDiscPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_yield_mat_post_request_body.go b/drives/item_items_item_workbook_functions_yield_mat_post_request_body.go
index 4eab94669ae..45788e73607 100644
--- a/drives/item_items_item_workbook_functions_yield_mat_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_yield_mat_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsYieldMatPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookFunctionsYieldMatPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsYieldMatPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYieldMatPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsYieldMatPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYieldMatPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ItemItemsItemWorkbookFunctionsYieldMatPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYieldMatPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYieldMatPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_yield_post_request_body.go b/drives/item_items_item_workbook_functions_yield_post_request_body.go
index e56b130b591..b68ed27f6bb 100644
--- a/drives/item_items_item_workbook_functions_yield_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_yield_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsYieldPostRequestBody()(*ItemItemsItemWorkb
func CreateItemItemsItemWorkbookFunctionsYieldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsYieldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYieldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookFunctionsYieldPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYieldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ItemItemsItemWorkbookFunctionsYieldPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsYieldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsYieldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_functions_z_test_post_request_body.go b/drives/item_items_item_workbook_functions_z_test_post_request_body.go
index 49727aafb1b..b2485c3d0bb 100644
--- a/drives/item_items_item_workbook_functions_z_test_post_request_body.go
+++ b/drives/item_items_item_workbook_functions_z_test_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookFunctionsZ_TestPostRequestBody()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookFunctionsZ_TestPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookFunctionsZ_TestPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) GetArray()(iadcd81
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) SetArray(value iad
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookFunctionsZ_TestPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_names_add_formula_local_post_request_body.go b/drives/item_items_item_workbook_names_add_formula_local_post_request_body.go
index cc4881ac3eb..a8828201467 100644
--- a/drives/item_items_item_workbook_names_add_formula_local_post_request_body.go
+++ b/drives/item_items_item_workbook_names_add_formula_local_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_names_add_formula_local_request_builder.go b/drives/item_items_item_workbook_names_add_formula_local_request_builder.go
index 290c90d9541..e94b3c30e0c 100644
--- a/drives/item_items_item_workbook_names_add_formula_local_request_builder.go
+++ b/drives/item_items_item_workbook_names_add_formula_local_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookNamesAddFormulaLocalRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookNamesAddFormulaLocalRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookNamesAddFormulaLocalRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookNamesAddFormulaLocalRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookNamesAddFormulaLocalPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookNamesAddFormulaLocalRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_names_add_post_request_body.go b/drives/item_items_item_workbook_names_add_post_request_body.go
index 35e7f0d16be..a19f4bf3e68 100644
--- a/drives/item_items_item_workbook_names_add_post_request_body.go
+++ b/drives/item_items_item_workbook_names_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookNamesAddPostRequestBody()(*ItemItemsItemWorkbookNam
func CreateItemItemsItemWorkbookNamesAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookNamesAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookNamesAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookNamesAddPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookNamesAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookNamesAddPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookNamesAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookNamesAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_names_add_request_builder.go b/drives/item_items_item_workbook_names_add_request_builder.go
index 6e8d82ca0fb..012f4ac65ec 100644
--- a/drives/item_items_item_workbook_names_add_request_builder.go
+++ b/drives/item_items_item_workbook_names_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookNamesAddRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookNamesAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookNamesAddRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookNamesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookNamesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookNamesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_names_item_range_request_builder.go b/drives/item_items_item_workbook_names_item_range_request_builder.go
index 514f07372a4..09c0dbdf85e 100644
--- a/drives/item_items_item_workbook_names_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_names_item_range_request_builder.go
@@ -31,10 +31,10 @@ func NewItemItemsItemWorkbookNamesItemRangeRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookNamesItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments.
+// Get 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesItemRangeRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_names_request_builder.go b/drives/item_items_item_workbook_names_request_builder.go
index a958a3fdb0a..5455e266c5f 100644
--- a/drives/item_items_item_workbook_names_request_builder.go
+++ b/drives/item_items_item_workbook_names_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookNamesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookNamesRequestBuilderGetQueryParameters retrieve a list of nameditem objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookNamesRequestBuilderGetQueryParameters retrieve a list of nameditem objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookNamesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemItemsItemWorkbookNamesRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemItemsItemWorkbookNamesRequestBuilder) Count()(*ItemItemsItemWorkbookNamesCountRequestBuilder) {
return NewItemItemsItemWorkbookNamesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of nameditem objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of nameditem objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-list-names?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemItemsItemWorkbookNamesRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// ToGetRequestInformation retrieve a list of nameditem objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of nameditem objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookNamesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_names_workbook_named_item_item_request_builder.go b/drives/item_items_item_workbook_names_workbook_named_item_item_request_builder.go
index d3d39d9f0e6..7e006c38ec7 100644
--- a/drives/item_items_item_workbook_names_workbook_named_item_item_request_builder.go
+++ b/drives/item_items_item_workbook_names_workbook_named_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilderGetQueryParameters retrieve the properties and relationships of nameditem object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilderGetQueryParameters retrieve the properties and relationships of nameditem object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the properties and relationships of nameditem object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of nameditem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// Patch update the properties of nameditem object. This API is supported in the following national cloud deployments.
+// Patch update the properties of nameditem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of nameditem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of nameditem object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of nameditem object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of nameditem object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable, requestConfiguration *ItemItemsItemWorkbookNamesWorkbookNamedItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_operations_request_builder.go b/drives/item_items_item_workbook_operations_request_builder.go
index b0169226088..fbbcb6da625 100644
--- a/drives/item_items_item_workbook_operations_request_builder.go
+++ b/drives/item_items_item_workbook_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookOperationsRequestBuilderGetQueryParameters 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.
+// ItemItemsItemWorkbookOperationsRequestBuilderGetQueryParameters 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.
type ItemItemsItemWorkbookOperationsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewItemItemsItemWorkbookOperationsRequestBuilder(rawUrl string, requestAdap
func (m *ItemItemsItemWorkbookOperationsRequestBuilder) Count()(*ItemItemsItemWorkbookOperationsCountRequestBuilder) {
return NewItemItemsItemWorkbookOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *ItemItemsItemWorkbookOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -104,7 +104,7 @@ func (m *ItemItemsItemWorkbookOperationsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemWorkbookOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_operations_workbook_operation_item_request_builder.go b/drives/item_items_item_workbook_operations_workbook_operation_item_request_builder.go
index f8553808f0e..4aa207f2a12 100644
--- a/drives/item_items_item_workbook_operations_workbook_operation_item_request_builder.go
+++ b/drives/item_items_item_workbook_operations_workbook_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilderGetQueryParameters 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.
+// ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilderGetQueryParameters 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.
type ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilder) Del
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookOperationsWorkbookOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_refresh_session_request_builder.go b/drives/item_items_item_workbook_refresh_session_request_builder.go
index 45974f90bc5..df9f487f1c2 100644
--- a/drives/item_items_item_workbook_refresh_session_request_builder.go
+++ b/drives/item_items_item_workbook_refresh_session_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookRefreshSessionRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookRefreshSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post use this API to refresh an existing workbook session. This API is supported in the following national cloud deployments.
+// Post use this API to refresh an existing workbook session. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-refreshsession?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookRefreshSessionRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation use this API to refresh an existing workbook session. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to refresh an existing workbook session. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookRefreshSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookRefreshSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_add_post_request_body.go b/drives/item_items_item_workbook_tables_add_post_request_body.go
index 492234d93b3..10747c89688 100644
--- a/drives/item_items_item_workbook_tables_add_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_add_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesAddPostRequestBody()(*ItemItemsItemWorkbookTa
func CreateItemItemsItemWorkbookTablesAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) GetAddress()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,7 +107,7 @@ func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -121,7 +121,7 @@ func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) SetAddress(value *string
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_add_request_builder.go b/drives/item_items_item_workbook_tables_add_request_builder.go
index 8a5e246f96f..265f4a6ff97 100644
--- a/drives/item_items_item_workbook_tables_add_request_builder.go
+++ b/drives/item_items_item_workbook_tables_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesAddRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_count_get_response.go b/drives/item_items_item_workbook_tables_count_get_response.go
index 2c583236f6e..a1c1a9be6a4 100644
--- a/drives/item_items_item_workbook_tables_count_get_response.go
+++ b/drives/item_items_item_workbook_tables_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesCountGetResponse()(*ItemItemsItemWorkbookTabl
func CreateItemItemsItemWorkbookTablesCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesCountGetResponse) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesCountGetResponse) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_clear_filters_request_builder.go b/drives/item_items_item_workbook_tables_item_clear_filters_request_builder.go
index 078a912e43b..7df0e03f332 100644
--- a/drives/item_items_item_workbook_tables_item_clear_filters_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_clear_filters_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemClearFiltersRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemClearFiltersRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clears all the filters currently applied on the table. This API is supported in the following national cloud deployments.
+// Post clears all the filters currently applied on the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemClearFiltersRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation clears all the filters currently applied on the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clears all the filters currently applied on the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemClearFiltersRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemClearFiltersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_add_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_add_post_request_body.go
index 00e726729fb..a4a5f71b847 100644
--- a/drives/item_items_item_workbook_tables_item_columns_add_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody()(*ItemItemsIte
func CreateItemItemsItemWorkbookTablesItemColumnsAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_add_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_add_request_builder.go
index 1032adbefd4..11537c9604b 100644
--- a/drives/item_items_item_workbook_tables_item_columns_add_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsAddRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post adds a new column to the table. This API is supported in the following national cloud deployments.
+// Post adds a new column to the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsAddRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable), nil
}
-// ToPostRequestInformation adds a new column to the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation adds a new column to the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesItemColumnsAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_count_get_response.go b/drives/item_items_item_workbook_tables_item_columns_count_get_response.go
index 0bef898a2bc..170b664bc95 100644
--- a/drives/item_items_item_workbook_tables_item_columns_count_get_response.go
+++ b/drives/item_items_item_workbook_tables_item_columns_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsCountGetResponse()(*ItemItemsItemW
func CreateItemItemsItemWorkbookTablesItemColumnsCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsCountGetResponse) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsCountGetResponse) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_data_body_range_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_item_data_body_range_request_builder.go
index 599fc2ca5c8..c0f1b81c51d 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_data_body_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_data_body_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the data body of the column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the data body of the column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go
index 9b63fc3301d..e79a1504968 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPo
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterP
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterP
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go
index d79e8257b53..02c36d24984 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilter
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilte
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilte
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go
index 0478770f7ca..854f58a5729 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPost
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go
index 2e9739add7d..fcd1a40d62b 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostReq
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go
index 92bbd0271e7..4c892a65bd9 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRe
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostR
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostR
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go
index 903b61b2067..f3ba57db880 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPost
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go
index 3e7f1453bfd..9de6f3913fa 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostReque
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequ
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_post_request_body.go
index 9516cb1a3a2..b26df50197d 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody()(*
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_request_builder.go
index 1a330d2a24c..746d4632a17 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post apply the given filter criteria on the given column. This API is supported in the following national cloud deployments.
+// Post apply the given filter criteria on the given column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation apply the given filter criteria on the given column. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation apply the given filter criteria on the given column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go
index 906d3e5da8a..13e2130d40a 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostR
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go
index 70f81683318..bb36cdfa991 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPos
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_values_filter_post_request_body.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_values_filter_post_request_body.go
index 5b3d6a204c7..922f3c79000 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_values_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_apply_values_filter_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostReq
func CreateItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_filter_clear_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_item_filter_clear_request_builder.go
index 59bda6f74b0..d9295771680 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_filter_clear_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_filter_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemFilterClearRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the filter on the given column. This API is supported in the following national cloud deployments.
+// Post clear the filter on the given column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterClearRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation clear the filter on the given column. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the filter on the given column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemFilterClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsItemFilterClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_header_row_range_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_item_header_row_range_request_builder.go
index 87d825d7eb0..9328e697342 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_header_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_header_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the header row of the column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the header row of the column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_range_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_item_range_request_builder.go
index feccf528339..1d93d8394fb 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the entire column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the entire column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the entire column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the entire column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_item_total_row_range_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_item_total_row_range_request_builder.go
index ff5b4a716bd..37d65e9ccd3 100644
--- a/drives/item_items_item_workbook_tables_item_columns_item_total_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_item_total_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsItemTotalRowRangeRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemColumnsItemTotalRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsItemTotalRowRangeRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsItemTotalRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsItemTotalRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_request_builder.go
index 53943178560..bb249d47869 100644
--- a/drives/item_items_item_workbook_tables_item_columns_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookTablesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookTablesItemColumnsRequestBuilderGetQueryParameters retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesItemColumnsRequestBuilderGetQueryParameters retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsRequestBuilder(rawUrl string, requ
func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) Count()(*ItemItemsItemWorkbookTablesItemColumnsCountRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) Get(ctx context.C
func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) ItemAtWithIndex(index *int32)(*ItemItemsItemWorkbookTablesItemColumnsItemAtWithIndexRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemColumnsItemAtWithIndexRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, index)
}
-// Post use this API to create a new TableColumn. This API is supported in the following national cloud deployments.
+// Post use this API to create a new TableColumn. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-post-columns?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable), nil
}
-// ToGetRequestInformation retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new TableColumn. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new TableColumn. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_columns_workbook_table_column_item_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_workbook_table_column_item_request_builder.go
index c54c980487c..697ae324c0f 100644
--- a/drives/item_items_item_workbook_tables_item_columns_workbook_table_column_item_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_workbook_table_column_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuil
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) DataBodyRange()(*ItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemColumnsItemDataBodyRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete deletes the column from the table. This API is supported in the following national cloud deployments.
+// Delete deletes the column from the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBui
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) Filter()(*ItemItemsItemWorkbookTablesItemColumnsItemFilterRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemColumnsItemFilterRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBui
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) HeaderRowRange()(*ItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemColumnsItemHeaderRowRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of tablecolumn object. This API is supported in the following national cloud deployments.
+// Patch update the properties of tablecolumn object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBui
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) RangeEscaped()(*ItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemColumnsItemRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the column from the table. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the column from the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBui
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of tablecolumn object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of tablecolumn object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsWorkbookTableColumnItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_convert_to_range_request_builder.go b/drives/item_items_item_workbook_tables_item_convert_to_range_request_builder.go
index 463c5170fe7..434988c155f 100644
--- a/drives/item_items_item_workbook_tables_item_convert_to_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_convert_to_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemConvertToRangeRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemConvertToRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments.
+// Post converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemConvertToRangeRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToPostRequestInformation converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemConvertToRangeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemConvertToRangeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_data_body_range_request_builder.go b/drives/item_items_item_workbook_tables_item_data_body_range_request_builder.go
index 8aaa78f2656..c3019698ea6 100644
--- a/drives/item_items_item_workbook_tables_item_data_body_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_data_body_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the data body of the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the data body of the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_header_row_range_request_builder.go b/drives/item_items_item_workbook_tables_item_header_row_range_request_builder.go
index 6a602d85433..f0d022b96a8 100644
--- a/drives/item_items_item_workbook_tables_item_header_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_header_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with header row of the table. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with header row of the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with header row of the table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with header row of the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_range_request_builder.go b/drives/item_items_item_workbook_tables_item_range_request_builder.go
index e6a4e679596..87ccf8f3273 100644
--- a/drives/item_items_item_workbook_tables_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemRangeRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the range object associated with the entire table. This API is supported in the following national cloud deployments.
+// Get get the range object associated with the entire table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemRangeRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation get the range object associated with the entire table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the range object associated with the entire table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_reapply_filters_request_builder.go b/drives/item_items_item_workbook_tables_item_reapply_filters_request_builder.go
index b21aaa4a278..8770654bd15 100644
--- a/drives/item_items_item_workbook_tables_item_reapply_filters_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_reapply_filters_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemReapplyFiltersRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemReapplyFiltersRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reapplies all the filters currently on the table. This API is supported in the following national cloud deployments.
+// Post reapplies all the filters currently on the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemReapplyFiltersRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation reapplies all the filters currently on the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reapplies all the filters currently on the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemReapplyFiltersRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemReapplyFiltersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_rows_add_post_request_body.go b/drives/item_items_item_workbook_tables_item_rows_add_post_request_body.go
index ff835b14456..7cf68ed01e1 100644
--- a/drives/item_items_item_workbook_tables_item_rows_add_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_rows_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookTablesItemRowsAddPostRequestBody()(*ItemItemsItemWo
func CreateItemItemsItemWorkbookTablesItemRowsAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemRowsAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemRowsAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsAddPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemRowsAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookTablesItemRowsAddPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemRowsAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemRowsAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_rows_add_request_builder.go b/drives/item_items_item_workbook_tables_item_rows_add_request_builder.go
index f575d7ac34c..806e7395569 100644
--- a/drives/item_items_item_workbook_tables_item_rows_add_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_rows_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemRowsAddRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemRowsAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsAddRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookTablesItemRowsAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesItemRowsAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_rows_count_get_response.go b/drives/item_items_item_workbook_tables_item_rows_count_get_response.go
index 54482510ac4..2723a9384ec 100644
--- a/drives/item_items_item_workbook_tables_item_rows_count_get_response.go
+++ b/drives/item_items_item_workbook_tables_item_rows_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookTablesItemRowsCountGetResponse()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookTablesItemRowsCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemRowsCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemRowsCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsCountGetResponse) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemRowsCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookTablesItemRowsCountGetResponse) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemRowsCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemRowsCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_rows_request_builder.go b/drives/item_items_item_workbook_tables_item_rows_request_builder.go
index 4cd3e1901a3..aa7506755a8 100644
--- a/drives/item_items_item_workbook_tables_item_rows_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_rows_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookTablesItemRowsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookTablesItemRowsRequestBuilderGetQueryParameters retrieve a list of tablerow objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesItemRowsRequestBuilderGetQueryParameters retrieve a list of tablerow objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesItemRowsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemItemsItemWorkbookTablesItemRowsRequestBuilder(rawUrl string, request
func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) Count()(*ItemItemsItemWorkbookTablesItemRowsCountRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemRowsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of tablerow objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of tablerow objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) Get(ctx context.Cont
func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) ItemAtWithIndex(index *int32)(*ItemItemsItemWorkbookTablesItemRowsItemAtWithIndexRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemRowsItemAtWithIndexRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, index)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-post-rows?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable), nil
}
-// ToGetRequestInformation retrieve a list of tablerow objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of tablerow objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_rows_workbook_table_row_item_request_builder.go b/drives/item_items_item_workbook_tables_item_rows_workbook_table_row_item_request_builder.go
index ba225bcc1a5..20d5d1e4720 100644
--- a/drives/item_items_item_workbook_tables_item_rows_workbook_table_row_item_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_rows_workbook_table_row_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes the row from the table. This API is supported in the following national cloud deployments.
+// Delete deletes the row from the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder)
}
return nil
}
-// Get retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable), nil
}
-// Patch update the properties of tablerow object. This API is supported in the following national cloud deployments.
+// Patch update the properties of tablerow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder)
func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder) RangeEscaped()(*ItemItemsItemWorkbookTablesItemRowsItemRangeRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemRowsItemRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the row from the table. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the row from the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of tablerow object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of tablerow object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsWorkbookTableRowItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_sort_apply_post_request_body.go b/drives/item_items_item_workbook_tables_item_sort_apply_post_request_body.go
index 1a0cc012a22..7c851d929bf 100644
--- a/drives/item_items_item_workbook_tables_item_sort_apply_post_request_body.go
+++ b/drives/item_items_item_workbook_tables_item_sort_apply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookTablesItemSortApplyPostRequestBody()(*ItemItemsItem
func CreateItemItemsItemWorkbookTablesItemSortApplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemSortApplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemSortApplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookTablesItemSortApplyPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemSortApplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -147,14 +147,14 @@ func (m *ItemItemsItemWorkbookTablesItemSortApplyPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookTablesItemSortApplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookTablesItemSortApplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_tables_item_sort_apply_request_builder.go b/drives/item_items_item_workbook_tables_item_sort_apply_request_builder.go
index 2c20bf2db4e..cc3bc903fc7 100644
--- a/drives/item_items_item_workbook_tables_item_sort_apply_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_sort_apply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemSortApplyRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemSortApplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post perform a sort operation. This API is supported in the following national cloud deployments.
+// Post perform a sort operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemSortApplyRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation perform a sort operation. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation perform a sort operation. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemSortApplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesItemSortApplyPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesItemSortApplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_sort_clear_request_builder.go b/drives/item_items_item_workbook_tables_item_sort_clear_request_builder.go
index ab19e428c58..e3626a3806d 100644
--- a/drives/item_items_item_workbook_tables_item_sort_clear_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_sort_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemSortClearRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemSortClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemSortClearRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookTablesItemSortClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemSortClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_sort_reapply_request_builder.go b/drives/item_items_item_workbook_tables_item_sort_reapply_request_builder.go
index c71f60b2442..a6023f2f42f 100644
--- a/drives/item_items_item_workbook_tables_item_sort_reapply_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_sort_reapply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookTablesItemSortReapplyRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemSortReapplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments.
+// Post reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookTablesItemSortReapplyRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemSortReapplyRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemSortReapplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_sort_request_builder.go b/drives/item_items_item_workbook_tables_item_sort_request_builder.go
index cc5ace37e6e..64d608a3f51 100644
--- a/drives/item_items_item_workbook_tables_item_sort_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_sort_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookTablesItemSortRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookTablesItemSortRequestBuilderGetQueryParameters retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesItemSortRequestBuilderGetQueryParameters retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesItemSortRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ItemItemsItemWorkbookTablesItemSortRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookTablesItemSortRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemSortRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemSortRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_item_total_row_range_request_builder.go b/drives/item_items_item_workbook_tables_item_total_row_range_request_builder.go
index d8f63de9103..98aadae6b0b 100644
--- a/drives/item_items_item_workbook_tables_item_total_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_total_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemTotalRowRangeRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesItemTotalRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with totals row of the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookTablesItemTotalRowRangeRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with totals row of the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesItemTotalRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemTotalRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_request_builder.go b/drives/item_items_item_workbook_tables_request_builder.go
index ea172926c5f..1f92ee5441d 100644
--- a/drives/item_items_item_workbook_tables_request_builder.go
+++ b/drives/item_items_item_workbook_tables_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookTablesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookTablesRequestBuilderGetQueryParameters retrieve a list of table objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesRequestBuilderGetQueryParameters retrieve a list of table objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemItemsItemWorkbookTablesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemItemsItemWorkbookTablesRequestBuilder) Count()(*ItemItemsItemWorkbookTablesCountRequestBuilder) {
return NewItemItemsItemWorkbookTablesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of table objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of table objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-list-tables?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemItemsItemWorkbookTablesRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable), nil
}
-// ToGetRequestInformation retrieve a list of table objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of table objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_tables_workbook_table_item_request_builder.go b/drives/item_items_item_workbook_tables_workbook_table_item_request_builder.go
index 1a11f11bbbc..b11dd76ba99 100644
--- a/drives/item_items_item_workbook_tables_workbook_table_item_request_builder.go
+++ b/drives/item_items_item_workbook_tables_workbook_table_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderGetQueryParameters retrieve the properties and relationships of table object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderGetQueryParameters retrieve the properties and relationships of table object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) ConvertToRa
func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) DataBodyRange()(*ItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemDataBodyRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete deletes the table. This API is supported in the following national cloud deployments.
+// Delete deletes the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-delete?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of table object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of table object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) Get(ctx con
func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) HeaderRowRange()(*ItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemHeaderRowRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of table object. This API is supported in the following national cloud deployments.
+// Patch update the properties of table object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-update?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) Rows()(*Ite
func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) Sort()(*ItemItemsItemWorkbookTablesItemSortRequestBuilder) {
return NewItemItemsItemWorkbookTablesItemSortRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the table. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of table object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of table object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of table object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of table object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable, requestConfiguration *ItemItemsItemWorkbookTablesWorkbookTableItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_add_post_request_body.go b/drives/item_items_item_workbook_worksheets_add_post_request_body.go
index d1853e5f899..ab6c073fcf2 100644
--- a/drives/item_items_item_workbook_worksheets_add_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_add_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsAddPostRequestBody()(*ItemItemsItemWorkbo
func CreateItemItemsItemWorkbookWorksheetsAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsAddPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsAddPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_add_request_builder.go b/drives/item_items_item_workbook_worksheets_add_request_builder.go
index 5d88f84a102..62904862883 100644
--- a/drives/item_items_item_workbook_worksheets_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsAddRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheetcollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsAddRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookWorksheetable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_add_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_add_post_request_body.go
index ab54565e4ff..94ac971fb94 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_add_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody()(*ItemItems
func CreateItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_add_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_add_request_builder.go
index f170ef8f3b4..f066e30cda3 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsAddRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post creates a new chart. This API is supported in the following national cloud deployments.
+// Post creates a new chart. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartable), nil
}
-// ToPostRequestInformation creates a new chart. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation creates a new chart. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_count_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_count_get_response.go
index 800b122805e..18f233db224 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_count_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse()(*ItemItemsIt
func CreateItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_font_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_font_request_builder.go
index 4c92dea1248..bc14ffb63f8 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_font_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_font_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilderGetQueryParameters retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilderGetQueryParameters retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFont
}
return nil
}
-// Get retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartFontable), nil
}
-// Patch update the properties of chartfont object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartfont object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfont-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartfont object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartfont object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartFontable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatFontRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_clear_request_builder.go
index a2711a20a8e..c3f62db129b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineC
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLine
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_request_builder.go
index b997946a4a4..953891b910f 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_format_line_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLine
}
return nil
}
-// Get retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLine
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLineFormatable), nil
}
-// Patch update the properties of chartlineformat object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartlineformat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLine
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLine
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartlineformat object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartlineformat object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLineFormatable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisFormatLineRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_major_gridlines_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_major_gridlines_format_line_clear_request_builder.go
index 47eb35e9ae3..029ec821471 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_major_gridlines_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_major_gridlines_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMajorGridli
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMajorGridlinesFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMajorGridl
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMajorGridlinesFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMajorGridlinesFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_format_line_clear_request_builder.go
index d000c111e6f..a8fdfc9db97 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridli
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridl
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_request_builder.go
index 1086281bbe3..2e5942855c6 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_minor_gridlines_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlines
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilderGetQueryParameters retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilderGetQueryParameters retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridl
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridl
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartGridlinesable), nil
}
-// Patch update the properties of chartgridlines object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartgridlines object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartgridlines-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridl
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridl
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartgridlines object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartgridlines object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartGridlinesable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisMinorGridlinesRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_title_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_title_request_builder.go
index dc8984a9653..fdaa21d6e95 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_title_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_category_axis_title_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleReque
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisTitleable), nil
}
-// Patch update the properties of chartaxistitle object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartaxistitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxistitle-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleReque
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartaxistitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisTitleable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesCategoryAxisTitleRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_font_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_font_request_builder.go
index 2d56f327094..a46eee97c7b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_font_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_font_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilderGetQueryParameters retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilderGetQueryParameters retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRe
}
return nil
}
-// Get retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartFontable), nil
}
-// Patch update the properties of chartfont object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartfont object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfont-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartfont object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartfont object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartFontable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatFontRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_clear_request_builder.go
index 329fcda5f59..8057970e913 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineCle
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineCl
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_request_builder.go
index b4ca40c7547..1d2ce1b16b1 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_format_line_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRe
}
return nil
}
-// Get retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLineFormatable), nil
}
-// Patch update the properties of chartlineformat object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartlineformat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartlineformat object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartlineformat object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLineFormatable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisFormatLineRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_major_gridlines_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_major_gridlines_format_line_clear_request_builder.go
index 85c1a3e53ee..6722ff8a01c 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_major_gridlines_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_major_gridlines_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMajorGridline
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMajorGridlinesFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMajorGridlin
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMajorGridlinesFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMajorGridlinesFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_format_line_clear_request_builder.go
index 563c0c607f9..d0e55c356be 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridline
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlin
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_request_builder.go
index ed8dcd624c2..dbf1969cb01 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_minor_gridlines_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilderGetQueryParameters retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilderGetQueryParameters retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlin
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlin
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartGridlinesable), nil
}
-// Patch update the properties of chartgridlines object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartgridlines object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartgridlines-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlin
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlin
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartgridlines object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartgridlines object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartGridlinesable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisMinorGridlinesRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_title_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_title_request_builder.go
index 4d2e8f78b9f..58703d3885f 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_title_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_series_axis_title_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequest
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisTitleable), nil
}
-// Patch update the properties of chartaxistitle object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartaxistitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxistitle-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequest
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartaxistitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisTitleable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesSeriesAxisTitleRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_font_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_font_request_builder.go
index 9d40fe74497..7e5f1d0b2a7 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_font_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_font_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilderGetQueryParameters retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilderGetQueryParameters retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontReq
}
return nil
}
-// Get retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartFontable), nil
}
-// Patch update the properties of chartfont object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartfont object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfont-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartfont object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartfont object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartFontable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatFontRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_clear_request_builder.go
index d2015f18b2c..86998673b9b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineClea
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineCle
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_request_builder.go
index 0f36fbf68b0..136cf3dffcd 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_format_line_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineReq
}
return nil
}
-// Get retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLineFormatable), nil
}
-// Patch update the properties of chartlineformat object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartlineformat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartlineformat object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartlineformat object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLineFormatable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatLineRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_major_gridlines_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_major_gridlines_format_line_clear_request_builder.go
index 680f8733f59..a1a60797c5f 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_major_gridlines_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_major_gridlines_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMajorGridlines
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMajorGridlinesFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMajorGridline
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMajorGridlinesFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMajorGridlinesFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_format_line_clear_request_builder.go
index 1f7a96db892..6666042d4f6 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlines
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridline
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_request_builder.go
index 3211c4ed6d9..40fced959ac 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_minor_gridlines_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilderGetQueryParameters retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilderGetQueryParameters retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridline
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridline
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartGridlinesable), nil
}
-// Patch update the properties of chartgridlines object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartgridlines object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartgridlines-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridline
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridline
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartgridlines object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartgridlines object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartGridlinesable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_request_builder.go
index 5fbaa2e2f9b..049f359bb58 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxis object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxis object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilde
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartaxis object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartaxis object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxis-get?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilde
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilder) MinorGridlines()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisMinorGridlinesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of chartaxis object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartaxis object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxis-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartaxis object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartaxis object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilde
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartaxis object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartaxis object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_title_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_title_request_builder.go
index 20eb5c141bc..2f301d6d2f0 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_title_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_axes_value_axis_title_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestB
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisTitleable), nil
}
-// Patch update the properties of chartaxistitle object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartaxistitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartaxistitle-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestB
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartaxistitle object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartaxistitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartAxisTitleable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAxesValueAxisTitleRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_clear_request_builder.go
index 598b932810b..88dbda03d0e 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillClearRe
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the fill color of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillClearR
}
return nil
}
-// ToPostRequestInformation clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the fill color of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_post_request_body.go
index b93b7838cab..286a4bf091b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSoli
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSol
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSol
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_request_builder.go
index ab4dad475b3..46d489aad91 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_format_fill_set_solid_color_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSoli
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// Post sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSol
}
return nil
}
-// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatFillSetSolidColorRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_request_builder.go
index 0fcc53ef104..cd1cbdeb39a 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_data_labels_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderGetQueryParameters retrieve the properties and relationships of chartdatalabels object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderGetQueryParameters retrieve the properties and relationships of chartdatalabels object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder)
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartdatalabels object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartdatalabels object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartdatalabels-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartDataLabelsable), nil
}
-// Patch update the properties of chartdatalabels object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartdatalabels object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartdatalabels-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartdatalabels object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartdatalabels object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartdatalabels object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartdatalabels object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartDataLabelsable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_clear_request_builder.go
index c05389b0275..a78a027c411 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillClearRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the fill color of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillClearRequestBuil
}
return nil
}
-// ToPostRequestInformation clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the fill color of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_post_request_body.go
index 9c81878bfef..5b8679316c4 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPost
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_request_builder.go
index 5cc7ee45c50..7cd9dd6092f 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_format_fill_set_solid_color_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorRequ
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// Post sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorReq
}
return nil
}
-// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemFormatFillSetSolidColorRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_get_response.go
index 12f9b65e668..31b544d44d5 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse()(*ItemIte
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_get_response.go
index f2dd1fd2598..325443407b4 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse()
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_get_response.go
index 64759673f18..03921b4a0ba 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGet
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_get_response.go
index 32d1c657b01..7a7603fa48b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWit
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWi
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_clear_request_builder.go
index 5e12446f62f..a25f85eee80 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillClearReques
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the fill color of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillClearReque
}
return nil
}
-// ToPostRequestInformation clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the fill color of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_post_request_body.go
index ff3344be648..0e5569078b6 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidCol
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidCo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidCo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_request_builder.go
index 90a7d881a84..2838572e774 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_format_fill_set_solid_color_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidCol
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// Post sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidCo
}
return nil
}
-// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatFillSetSolidColorRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_request_builder.go
index 8aea687cd2f..7e381d2c440 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_legend_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_legend_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlegend object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderGetQueryParameters retrieve the properties and relationships of chartlegend object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) Dele
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartlegend object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartlegend object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlegend-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLegendable), nil
}
-// Patch update the properties of chartlegend object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartlegend object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlegend-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartlegend object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartlegend object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartlegend object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartlegend object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartLegendable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_get_response.go
index fef8c6b8ad7..bb674123e8f 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse()(*I
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_clear_request_builder.go
index 3a6d6924849..8a75d6e7b76 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillClearRe
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the fill color of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillClearR
}
return nil
}
-// ToPostRequestInformation clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the fill color of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_post_request_body.go
index e564435d7c3..62b9c6e5416 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSoli
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSol
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSol
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_request_builder.go
index 85a060dbe8d..8f841ddf1d5 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_fill_set_solid_color_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSoli
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// Post sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSol
}
return nil
}
-// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatFillSetSolidColorRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_line_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_line_clear_request_builder.go
index 15dcf729ab7..ef78c8ae378 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_line_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_format_line_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatLineClearRe
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatLineClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the line format of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatLineClearR
}
return nil
}
-// ToPostRequestInformation clear the line format of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the line format of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatLineClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatLineClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_get_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_get_response.go
index 2d9ea308403..1cec85423c4 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetRes
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_clear_request_builder.go
index 034cc302a3f..639b16cb6c4 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatF
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the fill color of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormat
}
return nil
}
-// ToPostRequestInformation clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the fill color of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_post_request_body.go
index c9737d266b5..e2955d7aaf9 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatF
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormat
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_request_builder.go
index 5f22421f5a5..a69e255669b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_item_format_fill_set_solid_color_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatF
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// Post sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormat
}
return nil
}
-// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatFillSetSolidColorRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go
index 978a72db153..d805cce6877 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters retrieve a list of chartpoints objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters retrieve a list of chartpoints objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuil
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of chartpoints objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of chartpoints objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBui
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) ItemAtWithIndex(index *int32)(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemAtWithIndexRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemAtWithIndexRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, index)
}
-// Post use this API to create a new ChartPoints. This API is supported in the following national cloud deployments.
+// Post use this API to create a new ChartPoints. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-post-points?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartPointable), nil
}
-// ToGetRequestInformation retrieve a list of chartpoints objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of chartpoints objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBui
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new ChartPoints. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new ChartPoints. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartPointable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_workbook_chart_point_item_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_workbook_chart_point_item_request_builder.go
index ebb50849ef6..99ae80639f3 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_workbook_chart_point_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_workbook_chart_point_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartP
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartPointItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chartpoint object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartPointItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chartpoint object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartPointItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookCh
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartPointItemRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsItemFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartpoint object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartpoint object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartpoint-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookCh
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartpoint object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartpoint object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartPointItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsWorkbookChartPointItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_request_builder.go
index 8bd2d897737..abd2fecea9b 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderGetQueryParameters retrieve a list of chartseries objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderGetQueryParameters retrieve a list of chartseries objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder(rawUrl
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of chartseries objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of chartseries objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartSeriesCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -100,7 +100,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) Get(
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) ItemAtWithIndex(index *int32)(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, index)
}
-// Post use this API to create a new ChartSeries. This API is supported in the following national cloud deployments.
+// Post use this API to create a new ChartSeries. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chart-post-series?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartSeriesable), nil
}
-// ToGetRequestInformation retrieve a list of chartseries objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of chartseries objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new ChartSeries. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new ChartSeries. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartSeriesable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_workbook_chart_series_item_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_workbook_chart_series_item_request_builder.go
index 1e5f0820a05..c6e5b6cb1ac 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_workbook_chart_series_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_workbook_chart_series_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chartseries object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chartseries object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesI
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chartseries object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chartseries object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesI
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartSeriesable), nil
}
-// Patch update the properties of chartseries object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chartseries object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-update?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesI
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chartseries object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chartseries object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesI
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chartseries object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chartseries object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartSeriesable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesWorkbookChartSeriesItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_post_request_body.go
index 51313789e5d..36615a270df 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody()(*I
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_request_builder.go
index b0339725758..18123c00736 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_set_data_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSetDataRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSetDataRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post resets the source data for the chart. This API is supported in the following national cloud deployments.
+// Post resets the source data for the chart. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation resets the source data for the chart. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation resets the source data for the chart. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSetDataRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_post_request_body.go
index dcaddb674f9..91ef977b697 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody(
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_request_builder.go
index ed68c6e4187..1c695012bdd 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_set_position_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post positions the chart relative to cells on the worksheet. This API is supported in the following national cloud deployments.
+// Post positions the chart relative to cells on the worksheet. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionRequestBuilder)
}
return nil
}
-// ToPostRequestInformation positions the chart relative to cells on the worksheet. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation positions the chart relative to cells on the worksheet. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSetPositionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_clear_request_builder.go
index 1c50627a4b3..e74e26816b0 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillClearRequest
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// Post clear the fill color of a chart element. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillClearReques
}
return nil
}
-// ToPostRequestInformation clear the fill color of a chart element. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the fill color of a chart element. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_post_request_body.go
index b65220db3fa..cade7f311d5 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColo
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidCol
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidCol
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_request_builder.go
index 4390af53e2d..ba05a43d0a6 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_title_format_fill_set_solid_color_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColo
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// Post sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidCol
}
return nil
}
-// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatFillSetSolidColorRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_title_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_title_request_builder.go
index c5145fb1ab1..721988d81b8 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_title_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_title_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of charttitle object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderGetQueryParameters retrieve the properties and relationships of charttitle object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) Delet
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of charttitle object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of charttitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/charttitle-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartTitleable), nil
}
-// Patch update the properties of charttitle object. This API is supported in the following national cloud deployments.
+// Patch update the properties of charttitle object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/charttitle-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of charttitle object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of charttitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of charttitle object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of charttitle object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartTitleable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_request_builder.go
index 9e3b89e9d36..1c7be4da1d7 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilderGetQueryParameters retrieve a list of chart objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilderGetQueryParameters retrieve a list of chart objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,10 +78,10 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder(rawUrl string, r
func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of chart objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of chart objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chart-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-list-charts?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -108,7 +108,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) ItemAtWithInde
func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) ItemWithName(name *string)(*ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, name)
}
-// Post use this API to create a new Chart. This API is supported in the following national cloud deployments.
+// Post use this API to create a new Chart. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-post-charts?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartable), nil
}
-// ToGetRequestInformation retrieve a list of chart objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of chart objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new Chart. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new Chart. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_workbook_chart_item_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_workbook_chart_item_request_builder.go
index 6d833417b34..aa09320a546 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_workbook_chart_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_workbook_chart_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chart object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chart object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) DataLabels()(*ItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemDataLabelsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete deletes the chart object. This API is supported in the following national cloud deployments.
+// Delete deletes the chart object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chart-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilde
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) Format()(*ItemItemsItemWorkbookWorksheetsItemChartsItemFormatRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of chart object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chart object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chart-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilde
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) Legend()(*ItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemLegendRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of chart object. This API is supported in the following national cloud deployments.
+// Patch update the properties of chart object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chart-update?view=graph-rest-1.0
@@ -165,7 +165,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilde
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) Title()(*ItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemTitleRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the chart object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the chart object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -177,7 +177,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chart object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chart object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -193,7 +193,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilde
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of chart object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of chart object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsWorkbookChartItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_post_request_body.go
index 4ceffc11dcd..c25fa2052b2 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody()
func CreateItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_request_builder.go b/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_request_builder.go
index 6117abf3ef5..d4f00ff846b 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_add_formula_local_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesAddFormulaLocalRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_names_add_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_names_add_post_request_body.go
index 632fc1624af..7354d79ec23 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_add_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody()(*ItemItemsI
func CreateItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_names_add_request_builder.go b/drives/item_items_item_workbook_worksheets_item_names_add_request_builder.go
index af0a85866fe..13fb31daa5b 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesAddRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemNamesAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemNamesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go
index fd49601d2f8..2bc2da830c0 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go
@@ -31,10 +31,10 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments.
+// Get 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_names_request_builder.go b/drives/item_items_item_workbook_worksheets_item_names_request_builder.go
index e48d635565e..d6a85a20f94 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilderGetQueryParameters retrieve a list of named item associated with the worksheet. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilderGetQueryParameters retrieve a list of named item associated with the worksheet. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesRequestBuilder(rawUrl string, re
func (m *ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemNamesCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemNamesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of named item associated with the worksheet. This API is supported in the following national cloud deployments.
+// Get retrieve a list of named item associated with the worksheet. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-list-names?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookNamedItemable), nil
}
-// ToGetRequestInformation retrieve a list of named item associated with the worksheet. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of named item associated with the worksheet. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_pivot_tables_item_refresh_request_builder.go b/drives/item_items_item_workbook_worksheets_item_pivot_tables_item_refresh_request_builder.go
index 5adbc697862..4a18462d38a 100644
--- a/drives/item_items_item_workbook_worksheets_item_pivot_tables_item_refresh_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_pivot_tables_item_refresh_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemPivotTablesItemRefreshRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemPivotTablesItemRefreshRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post refreshes the PivotTable. This API is supported in the following national cloud deployments.
+// Post refreshes the PivotTable. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesItemRefreshRequestBuilder
}
return nil
}
-// ToPostRequestInformation refreshes the PivotTable. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation refreshes the PivotTable. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesItemRefreshRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemPivotTablesItemRefreshRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_pivot_tables_refresh_all_request_builder.go b/drives/item_items_item_workbook_worksheets_item_pivot_tables_refresh_all_request_builder.go
index 8c7e30e18cd..b8f78bc9dd3 100644
--- a/drives/item_items_item_workbook_worksheets_item_pivot_tables_refresh_all_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_pivot_tables_refresh_all_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post refreshes the PivotTable within a given worksheet. This API is supported in the following national cloud deployments.
+// Post refreshes the PivotTable within a given worksheet. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilder)
}
return nil
}
-// ToPostRequestInformation refreshes the PivotTable within a given worksheet. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation refreshes the PivotTable within a given worksheet. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_pivot_tables_request_builder.go b/drives/item_items_item_workbook_worksheets_item_pivot_tables_request_builder.go
index b42d22feecc..8d9e06a4de5 100644
--- a/drives/item_items_item_workbook_worksheets_item_pivot_tables_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_pivot_tables_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilderGetQueryParameters retrieve a list of workbookpivottable objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilderGetQueryParameters retrieve a list of workbookpivottable objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilder(rawUrl stri
func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemPivotTablesCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemPivotTablesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of workbookpivottable objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of workbookpivottable objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookworksheet-list-pivottables?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilder) Post(ctx
func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilder) RefreshAll()(*ItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemPivotTablesRefreshAllRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation retrieve a list of workbookpivottable objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of workbookpivottable objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemPivotTablesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_pivot_tables_workbook_pivot_table_item_request_builder.go b/drives/item_items_item_workbook_worksheets_item_pivot_tables_workbook_pivot_table_item_request_builder.go
index f22858fdaeb..bd2b95cf920 100644
--- a/drives/item_items_item_workbook_worksheets_item_pivot_tables_workbook_pivot_table_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_pivot_tables_workbook_pivot_table_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemRequestBuilderGetQueryParameters retrieve the properties and relationships of workbookPivotTable object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemRequestBuilderGetQueryParameters retrieve the properties and relationships of workbookPivotTable object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemReq
}
return nil
}
-// Get retrieve the properties and relationships of workbookPivotTable object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of workbookPivotTable object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workbookpivottable-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of workbookPivotTable object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of workbookPivotTable object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemPivotTablesWorkbookPivotTableItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_protection_protect_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_protection_protect_post_request_body.go
index 4102f02daf0..067e4e643fb 100644
--- a/drives/item_items_item_workbook_worksheets_item_protection_protect_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_protection_protect_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody()(*I
func CreateItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_protection_protect_request_builder.go b/drives/item_items_item_workbook_worksheets_item_protection_protect_request_builder.go
index ddbd5105eae..a0b84576d1a 100644
--- a/drives/item_items_item_workbook_worksheets_item_protection_protect_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_protection_protect_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemProtectionProtectRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemProtectionProtectRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post protect a worksheet. It throws if the worksheet has been protected. This API is supported in the following national cloud deployments.
+// Post protect a worksheet. It throws if the worksheet has been protected. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation protect a worksheet. It throws if the worksheet has been protected. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation protect a worksheet. It throws if the worksheet has been protected. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionProtectRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemProtectionProtectPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemProtectionProtectRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_protection_request_builder.go b/drives/item_items_item_workbook_worksheets_item_protection_request_builder.go
index 608523eba55..71dda8c32ea 100644
--- a/drives/item_items_item_workbook_worksheets_item_protection_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_protection_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilderGetQueryParameters retrieve the properties and relationships of worksheetprotection object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilderGetQueryParameters retrieve the properties and relationships of worksheetprotection object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of worksheetprotection object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of worksheetprotection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheetprotection-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of worksheetprotection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of worksheetprotection object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemProtectionRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_protection_unprotect_request_builder.go b/drives/item_items_item_workbook_worksheets_item_protection_unprotect_request_builder.go
index 9cdc5de7dd3..740290cb755 100644
--- a/drives/item_items_item_workbook_worksheets_item_protection_unprotect_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_protection_unprotect_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemProtectionUnprotectRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemProtectionUnprotectRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unprotect a worksheet This API is supported in the following national cloud deployments.
+// Post unprotect a worksheet This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemProtectionUnprotectRequestBuilder) P
}
return nil
}
-// ToPostRequestInformation unprotect a worksheet This API is supported in the following national cloud deployments.
+// ToPostRequestInformation unprotect a worksheet This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemProtectionUnprotectRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemProtectionUnprotectRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_add_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_add_post_request_body.go
index 2759efa4f59..8358e310331 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_add_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_add_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody()(*ItemItems
func CreateItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) GetAddress
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,7 +107,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -121,7 +121,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) SetAddress
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go
index 5f1091d0c08..c63d476c495 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_count_get_response.go b/drives/item_items_item_workbook_worksheets_item_tables_count_get_response.go
index 1f5acb2b4ce..a464fe06b61 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_count_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse()(*ItemItemsIt
func CreateItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_clear_filters_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_clear_filters_request_builder.go
index b11c2ddd707..c173e47ca55 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_clear_filters_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_clear_filters_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemClearFiltersRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemClearFiltersRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clears all the filters currently applied on the table. This API is supported in the following national cloud deployments.
+// Post clears all the filters currently applied on the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemClearFiltersRequestBuilder
}
return nil
}
-// ToPostRequestInformation clears all the filters currently applied on the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clears all the filters currently applied on the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemClearFiltersRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemClearFiltersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_post_request_body.go
index 46402c5c8f4..fe68d85fca7 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody()
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_request_builder.go
index b76f18aee16..1b1a66558f0 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post adds a new column to the table. This API is supported in the following national cloud deployments.
+// Post adds a new column to the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable), nil
}
-// ToPostRequestInformation adds a new column to the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation adds a new column to the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_get_response.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_get_response.go
index 20693af58bf..6959a6d2e34 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse()(*
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_data_body_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_data_body_range_request_builder.go
index 9fb2007376e..e154ea3bc44 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_data_body_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_data_body_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeReq
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the data body of the column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the data body of the column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go
index 250c54f94ba..37708fcd486 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_items_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBotto
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBott
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBott
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomItemsFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go
index c470401bdaf..42765285505 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_bottom_percent_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBotto
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBott
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBott
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyBottomPercentFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go
index 5d5f760cab8..7597dfb9d5d 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_cell_color_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellC
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCell
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCell
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCellColorFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go
index 3aca33464da..86a2b8f9991 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_custom_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCusto
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCustomFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCust
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCust
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyCustomFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go
index 0b6b09b8731..bffc4dcf531 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_dynamic_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynam
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDyna
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDyna
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyDynamicFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go
index 5da719401f8..4450ceb8863 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_font_color_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontC
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFont
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFont
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyFontColorFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go
index 4631335e5f2..b1c5152a4e5 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_icon_filter_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconF
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIcon
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIcon
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyIconFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_post_request_body.go
index e01fe08beea..5b1c0e6577b 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostR
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_request_builder.go
index 6706f37fcc9..88e54c89d3d 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyReque
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post apply the given filter criteria on the given column. This API is supported in the following national cloud deployments.
+// Post apply the given filter criteria on the given column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyRequ
}
return nil
}
-// ToPostRequestInformation apply the given filter criteria on the given column. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation apply the given filter criteria on the given column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go
index 222fbdd784f..6d6d6c9dafb 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_items_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopIt
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopI
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopI
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopItemsFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go
index fa119550354..d4092b34318 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_top_percent_filter_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPe
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopP
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopP
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyTopPercentFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_values_filter_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_values_filter_post_request_body.go
index 79fda79eb9a..d1ae4612134 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_values_filter_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_apply_values_filter_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValue
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValuesFilterPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValu
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValu
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterApplyValuesFilterPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_clear_request_builder.go
index 5b5ad4683da..8f1fd12f63a 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_filter_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterClearReque
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the filter on the given column. This API is supported in the following national cloud deployments.
+// Post clear the filter on the given column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterClearRequ
}
return nil
}
-// ToPostRequestInformation clear the filter on the given column. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the filter on the given column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_header_row_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_header_row_range_request_builder.go
index e0129ae82a5..b42577d7d16 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_header_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_header_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeRe
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the header row of the column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the header row of the column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_range_request_builder.go
index 5010956db65..ea92afef325 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the entire column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the entire column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the entire column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the entire column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_total_row_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_total_row_range_request_builder.go
index 46420c1bddc..8ddca64c1fb 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_total_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_item_total_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemTotalRowRangeReq
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemTotalRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemTotalRowRangeRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemTotalRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemTotalRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go
index 611187a1c0d..35604d967f0 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilderGetQueryParameters retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilderGetQueryParameters retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder(rawUr
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) Get
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) ItemAtWithIndex(index *int32)(*ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemAtWithIndexRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemAtWithIndexRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, index)
}
-// Post use this API to create a new TableColumn. This API is supported in the following national cloud deployments.
+// Post use this API to create a new TableColumn. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-post-columns?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable), nil
}
-// ToGetRequestInformation retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new TableColumn. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new TableColumn. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_workbook_table_column_item_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_workbook_table_column_item_request_builder.go
index 00eb88c26e8..2186a5bbe26 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_workbook_table_column_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_workbook_table_column_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItem
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnI
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) DataBodyRange()(*ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemDataBodyRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete deletes the column from the table. This API is supported in the following national cloud deployments.
+// Delete deletes the column from the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumn
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) Filter()(*ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemFilterRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumn
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) HeaderRowRange()(*ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemHeaderRowRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of tablecolumn object. This API is supported in the following national cloud deployments.
+// Patch update the properties of tablecolumn object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumn
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) RangeEscaped()(*ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsItemRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the column from the table. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the column from the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumn
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumn
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of tablecolumn object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of tablecolumn object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsWorkbookTableColumnItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_convert_to_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_convert_to_range_request_builder.go
index 24365f26a7d..da30b24144e 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_convert_to_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_convert_to_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemConvertToRangeRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemConvertToRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments.
+// Post converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemConvertToRangeRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToPostRequestInformation converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemConvertToRangeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemConvertToRangeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_data_body_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_data_body_range_request_builder.go
index 3bded415952..317988d9b1f 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_data_body_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_data_body_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemDataBodyRangeRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemDataBodyRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with the data body of the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemDataBodyRangeRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with the data body of the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemDataBodyRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemDataBodyRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_header_row_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_header_row_range_request_builder.go
index c3adbdba410..b7869d19b0e 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_header_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_header_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemHeaderRowRangeRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemHeaderRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with header row of the table. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with header row of the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemHeaderRowRangeRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with header row of the table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with header row of the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemHeaderRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemHeaderRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_range_request_builder.go
index 04df946d6c3..7f69cd218bc 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRangeRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the range object associated with the entire table. This API is supported in the following national cloud deployments.
+// Get get the range object associated with the entire table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRangeRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation get the range object associated with the entire table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the range object associated with the entire table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_reapply_filters_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_reapply_filters_request_builder.go
index f42592ea7ac..deff3a990ae 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_reapply_filters_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_reapply_filters_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemReapplyFiltersRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemReapplyFiltersRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reapplies all the filters currently on the table. This API is supported in the following national cloud deployments.
+// Post reapplies all the filters currently on the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemReapplyFiltersRequestBuild
}
return nil
}
-// ToPostRequestInformation reapplies all the filters currently on the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reapplies all the filters currently on the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemReapplyFiltersRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemReapplyFiltersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_post_request_body.go
index 2954e7fcaa2..c05877f36f1 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody()(*I
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_request_builder.go
index bad80853790..ae08cf17485 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_get_response.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_get_response.go
index 3e8e4781bb4..23df9161bbb 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_get_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_get_response.go
@@ -22,7 +22,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse()(*Ite
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go
index c24f6e5b7f8..0e5b8f72383 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilderGetQueryParameters retrieve a list of tablerow objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilderGetQueryParameters retrieve a list of tablerow objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder(rawUrl s
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of tablerow objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of tablerow objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) Get(ct
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) ItemAtWithIndex(index *int32)(*ItemItemsItemWorkbookWorksheetsItemTablesItemRowsItemAtWithIndexRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsItemAtWithIndexRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, index)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-post-rows?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable), nil
}
-// ToGetRequestInformation retrieve a list of tablerow objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of tablerow objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_workbook_table_row_item_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_workbook_table_row_item_request_builder.go
index ccdd9d9e263..d22fb592470 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_workbook_table_row_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_workbook_table_row_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemReq
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes the row from the table. This API is supported in the following national cloud deployments.
+// Delete deletes the row from the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRe
}
return nil
}
-// Get retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable), nil
}
-// Patch update the properties of tablerow object. This API is supported in the following national cloud deployments.
+// Patch update the properties of tablerow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRe
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilder) RangeEscaped()(*ItemItemsItemWorkbookWorksheetsItemTablesItemRowsItemRangeRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsItemRangeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the row from the table. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the row from the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of tablerow object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of tablerow object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsWorkbookTableRowItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_post_request_body.go b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_post_request_body.go
index 93f27070c29..2c9f79b656c 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_post_request_body.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody()(
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -147,14 +147,14 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_request_builder.go
index 2578fe5bd71..99db2a3114d 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_apply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post perform a sort operation. This API is supported in the following national cloud deployments.
+// Post perform a sort operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyRequestBuilder) P
}
return nil
}
-// ToPostRequestInformation perform a sort operation. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation perform a sort operation. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemSortApplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_clear_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_clear_request_builder.go
index e905e0b237b..5ecaabc675e 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_clear_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_clear_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemSortClearRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemSortClearRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortClearRequestBuilder) P
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortClearRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemSortClearRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_reapply_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_reapply_request_builder.go
index 08156443675..dadbe7984db 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_reapply_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_reapply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemSortReapplyRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemSortReapplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments.
+// Post reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortReapplyRequestBuilder)
}
return nil
}
-// ToPostRequestInformation reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortReapplyRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemSortReapplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_request_builder.go
index 903afc2fe72..3e1c1be0b27 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_sort_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_sort_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilderGetQueryParameters retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilderGetQueryParameters retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilder) Delete
}
return nil
}
-// Get retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemSortRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_total_row_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_total_row_range_request_builder.go
index b25fd6af124..f8313b7728d 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_total_row_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_total_row_range_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemTotalRowRangeRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesItemTotalRowRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments.
+// Get gets the range object associated with totals row of the table. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemTotalRowRangeRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation gets the range object associated with totals row of the table. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemTotalRowRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemTotalRowRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_request_builder.go
index eb684a7a81f..392956416b8 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilderGetQueryParameters retrieve a list of table objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilderGetQueryParameters retrieve a list of table objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesRequestBuilder(rawUrl string, r
func (m *ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of table objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of table objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-list-tables?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable), nil
}
-// ToGetRequestInformation retrieve a list of table objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of table objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_request_builder.go b/drives/item_items_item_workbook_worksheets_request_builder.go
index 99f667807b6..ffc711fc809 100644
--- a/drives/item_items_item_workbook_worksheets_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsRequestBuilderGetQueryParameters retrieve a list of worksheet objects. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsRequestBuilderGetQueryParameters retrieve a list of worksheet objects. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,10 +78,10 @@ func NewItemItemsItemWorkbookWorksheetsRequestBuilder(rawUrl string, requestAdap
func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of worksheet objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of worksheet objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-list-worksheets?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookWorksheetCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,7 +119,7 @@ func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookWorksheetable), nil
}
-// ToGetRequestInformation retrieve a list of worksheet objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of worksheet objects. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_items_item_workbook_worksheets_workbook_worksheet_item_request_builder.go b/drives/item_items_item_workbook_worksheets_workbook_worksheet_item_request_builder.go
index 21db9e0c526..afc1c7cc10d 100644
--- a/drives/item_items_item_workbook_worksheets_workbook_worksheet_item_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_workbook_worksheet_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderGetQueryParameters retrieve the properties and relationships of worksheet object. This API is supported in the following national cloud deployments.
+// ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderGetQueryParameters retrieve the properties and relationships of worksheet object. This API is available in the following national cloud deployments.
type ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes the worksheet from the workbook. This API is supported in the following national cloud deployments.
+// Delete deletes the worksheet from the workbook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) Del
}
return nil
}
-// Get retrieve the properties and relationships of worksheet object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of worksheet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) Get
func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) Names()(*ItemItemsItemWorkbookWorksheetsItemNamesRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemNamesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of worksheet object. This API is supported in the following national cloud deployments.
+// Patch update the properties of worksheet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-update?view=graph-rest-1.0
@@ -149,7 +149,7 @@ func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) Ran
func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) Tables()(*ItemItemsItemWorkbookWorksheetsItemTablesRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemTablesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes the worksheet from the workbook. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes the worksheet from the workbook. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of worksheet object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of worksheet object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -177,7 +177,7 @@ func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of worksheet object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of worksheet object. This API is available in the following national cloud deployments.
func (m *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookWorksheetable, requestConfiguration *ItemItemsItemWorkbookWorksheetsWorkbookWorksheetItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_columns_request_builder.go b/drives/item_list_columns_request_builder.go
index c6816fee4bb..8f758db1ae1 100644
--- a/drives/item_list_columns_request_builder.go
+++ b/drives/item_list_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ItemListColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
type ItemListColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListColumnsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemListColumnsRequestBuilder) Count()(*ItemListColumnsCountRequestBuilder) {
return NewItemListColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListColumnsRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListColumnsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
func (m *ItemListColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListColumnsRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go b/drives/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go
index 624fb557d90..38b6d0afe1e 100644
--- a/drives/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go
+++ b/drives/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesAddCopyFromContentTypeHubPostRequestBody()(*ItemList
func CreateItemListContentTypesAddCopyFromContentTypeHubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesAddCopyFromContentTypeHubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_list_content_types_add_copy_from_content_type_hub_request_builder.go b/drives/item_list_content_types_add_copy_from_content_type_hub_request_builder.go
index 307a55728fa..ca0aa50f84a 100644
--- a/drives/item_list_content_types_add_copy_from_content_type_hub_request_builder.go
+++ b/drives/item_list_content_types_add_copy_from_content_type_hub_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListContentTypesAddCopyFromContentTypeHubRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemListContentTypesAddCopyFromContentTypeHubRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesAddCopyFromContentTypeHubRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesAddCopyFromContentTypeHubPostRequestBodyable, requestConfiguration *ItemListContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_add_copy_post_request_body.go b/drives/item_list_content_types_add_copy_post_request_body.go
index d5bf8e7e1fe..13aab800b3b 100644
--- a/drives/item_list_content_types_add_copy_post_request_body.go
+++ b/drives/item_list_content_types_add_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesAddCopyPostRequestBody()(*ItemListContentTypesAddCop
func CreateItemListContentTypesAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesAddCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListContentTypesAddCopyPostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_list_content_types_add_copy_request_builder.go b/drives/item_list_content_types_add_copy_request_builder.go
index 58d7eeb8525..4e75a11befa 100644
--- a/drives/item_list_content_types_add_copy_request_builder.go
+++ b/drives/item_list_content_types_add_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListContentTypesAddCopyRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesAddCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemListContentTypesAddCopyRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesAddCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesAddCopyPostRequestBodyable, requestConfiguration *ItemListContentTypesAddCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_item_associate_with_hub_sites_post_request_body.go b/drives/item_list_content_types_item_associate_with_hub_sites_post_request_body.go
index 2d8055b8d49..611de04b4c0 100644
--- a/drives/item_list_content_types_item_associate_with_hub_sites_post_request_body.go
+++ b/drives/item_list_content_types_item_associate_with_hub_sites_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesItemAssociateWithHubSitesPostRequestBody()(*ItemList
func CreateItemListContentTypesItemAssociateWithHubSitesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemAssociateWithHubSitesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_list_content_types_item_associate_with_hub_sites_request_builder.go b/drives/item_list_content_types_item_associate_with_hub_sites_request_builder.go
index 3b936b9d709..0ed41260f96 100644
--- a/drives/item_list_content_types_item_associate_with_hub_sites_request_builder.go
+++ b/drives/item_list_content_types_item_associate_with_hub_sites_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemAssociateWithHubSitesRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemAssociateWithHubSitesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemAssociateWithHubSitesRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesItemAssociateWithHubSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesItemAssociateWithHubSitesPostRequestBodyable, requestConfiguration *ItemListContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_item_columns_column_definition_item_request_builder.go b/drives/item_list_content_types_item_columns_column_definition_item_request_builder.go
index c8bf1a642b8..c95da108cdb 100644
--- a/drives/item_list_content_types_item_columns_column_definition_item_request_builder.go
+++ b/drives/item_list_content_types_item_columns_column_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
type ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Dele
}
return nil
}
-// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Patc
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn()(*ItemListContentTypesItemColumnsItemSourceColumnRequestBuilder) {
return NewItemListContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_item_columns_request_builder.go b/drives/item_list_content_types_item_columns_request_builder.go
index 48eeb7ce890..ad32a2ac9b3 100644
--- a/drives/item_list_content_types_item_columns_request_builder.go
+++ b/drives/item_list_content_types_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListContentTypesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
+// ItemListContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
type ItemListContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListContentTypesItemColumnsRequestBuilder(rawUrl string, requestAdap
func (m *ItemListContentTypesItemColumnsRequestBuilder) Count()(*ItemListContentTypesItemColumnsCountRequestBuilder) {
return NewItemListContentTypesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListContentTypesItemColumnsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListContentTypesItemColumnsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListContentTypesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_item_copy_to_default_content_location_post_request_body.go b/drives/item_list_content_types_item_copy_to_default_content_location_post_request_body.go
index e8b9d933ef7..86acf54a968 100644
--- a/drives/item_list_content_types_item_copy_to_default_content_location_post_request_body.go
+++ b/drives/item_list_content_types_item_copy_to_default_content_location_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody()(*I
func CreateItemListContentTypesItemCopyToDefaultContentLocationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_list_content_types_item_copy_to_default_content_location_request_builder.go b/drives/item_list_content_types_item_copy_to_default_content_location_request_builder.go
index 62834f387ba..7a5aebf9488 100644
--- a/drives/item_list_content_types_item_copy_to_default_content_location_request_builder.go
+++ b/drives/item_list_content_types_item_copy_to_default_content_location_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBodyable, requestConfiguration *ItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_item_is_published_get_response.go b/drives/item_list_content_types_item_is_published_get_response.go
index 7ca1d137780..5b671368d3f 100644
--- a/drives/item_list_content_types_item_is_published_get_response.go
+++ b/drives/item_list_content_types_item_is_published_get_response.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesItemIsPublishedGetResponse()(*ItemListContentTypesIt
func CreateItemListContentTypesItemIsPublishedGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemIsPublishedGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemIsPublishedGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListContentTypesItemIsPublishedGetResponse) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemIsPublishedGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemIsPublishedGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/drives/item_list_content_types_item_publish_request_builder.go b/drives/item_list_content_types_item_publish_request_builder.go
index 1d29c6860db..c9a2c16c893 100644
--- a/drives/item_list_content_types_item_publish_request_builder.go
+++ b/drives/item_list_content_types_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemPublishRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// Post publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemPublishRequestBuilder) Post(ctx context.Context
}
return nil
}
-// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_item_unpublish_request_builder.go b/drives/item_list_content_types_item_unpublish_request_builder.go
index 1892e653019..d7a2a3beb79 100644
--- a/drives/item_list_content_types_item_unpublish_request_builder.go
+++ b/drives/item_list_content_types_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemUnpublishRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// Post unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemUnpublishRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_content_types_request_builder.go b/drives/item_list_content_types_request_builder.go
index 96fbdb2a72f..90a7c62fdc8 100644
--- a/drives/item_list_content_types_request_builder.go
+++ b/drives/item_list_content_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListContentTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
type ItemListContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemListContentTypesRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemListContentTypesRequestBuilder) Count()(*ItemListContentTypesCountRequestBuilder) {
return NewItemListContentTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemListContentTypesRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_drive_request_builder.go b/drives/item_list_drive_request_builder.go
index 11970b4961f..132e486445b 100644
--- a/drives/item_list_drive_request_builder.go
+++ b/drives/item_list_drive_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListDriveRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListDriveRequestBuilderGetQueryParameters only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ItemListDriveRequestBuilderGetQueryParameters allows access to the list as a drive resource with driveItems. Only present on document libraries.
type ItemListDriveRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemListDriveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemListDriveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// Get allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemListDriveRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListDriveRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -59,7 +59,7 @@ func (m *ItemListDriveRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable), nil
}
-// ToGetRequestInformation only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ToGetRequestInformation allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemListDriveRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListDriveRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go b/drives/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go
index f1f5a6a6199..8c6f101ba52 100644
--- a/drives/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go
+++ b/drives/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
type ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// Delete delete a version of a document set in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilde
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Fields()(*ItemListItemsItemDocumentSetVersionsItemFieldsRequestBuilder) {
return NewItemListItemsItemDocumentSetVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilde
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore()(*ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) {
return NewItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a version of a document set in a list. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_document_set_versions_item_restore_request_builder.go b/drives/item_list_items_item_document_set_versions_item_restore_request_builder.go
index 8e57f96e18a..69d8a73112f 100644
--- a/drives/item_list_items_item_document_set_versions_item_restore_request_builder.go
+++ b/drives/item_list_items_item_document_set_versions_item_restore_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post restore a document set version. This API is supported in the following national cloud deployments.
+// Post restore a document set version. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation restore a document set version. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation restore a document set version. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_document_set_versions_request_builder.go b/drives/item_list_items_item_document_set_versions_request_builder.go
index 5702945835f..8d2f8cff6e2 100644
--- a/drives/item_list_items_item_document_set_versions_request_builder.go
+++ b/drives/item_list_items_item_document_set_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListItemsItemDocumentSetVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
type ItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListItemsItemDocumentSetVersionsRequestBuilder(rawUrl string, reques
func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) Count()(*ItemListItemsItemDocumentSetVersionsCountRequestBuilder) {
return NewItemListItemsItemDocumentSetVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionCollectionResponseable), nil
}
-// Post create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// Post create a new version of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable), nil
}
-// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new version of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, requestConfiguration *ItemListItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_fields_request_builder.go b/drives/item_list_items_item_fields_request_builder.go
index cced9c446bb..5e8f966f16a 100644
--- a/drives/item_list_items_item_fields_request_builder.go
+++ b/drives/item_list_items_item_fields_request_builder.go
@@ -89,7 +89,7 @@ func (m *ItemListItemsItemFieldsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable), nil
}
-// Patch update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// Patch update the properties on a listItem][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemListItemsItemFieldsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update the properties on a listItem][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsItemFieldsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable, requestConfiguration *ItemListItemsItemFieldsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_versions_item_restore_version_request_builder.go b/drives/item_list_items_item_versions_item_restore_version_request_builder.go
index fe6f85a7f9c..98e582b18e1 100644
--- a/drives/item_list_items_item_versions_item_restore_version_request_builder.go
+++ b/drives/item_list_items_item_versions_item_restore_version_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListItemsItemVersionsItemRestoreVersionRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsItemVersionsItemRestoreVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListItemsItemVersionsItemRestoreVersionRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListItemsItemVersionsItemRestoreVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_versions_list_item_version_item_request_builder.go b/drives/item_list_items_item_versions_list_item_version_item_request_builder.go
index f5ed85829f9..41ce54cb41e 100644
--- a/drives/item_list_items_item_versions_list_item_version_item_request_builder.go
+++ b/drives/item_list_items_item_versions_list_item_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListItemsItemVersionsListItemVersionItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
type ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) Delete(ctx
func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) Fields()(*ItemListItemsItemVersionsItemFieldsRequestBuilder) {
return NewItemListItemsItemVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// Get retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_item_versions_request_builder.go b/drives/item_list_items_item_versions_request_builder.go
index a3a24e1d3df..6f44a384541 100644
--- a/drives/item_list_items_item_versions_request_builder.go
+++ b/drives/item_list_items_item_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListItemsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListItemsItemVersionsRequestBuilderGetQueryParameters 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.
+// ItemListItemsItemVersionsRequestBuilderGetQueryParameters 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.
type ItemListItemsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListItemsItemVersionsRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemListItemsItemVersionsRequestBuilder) Count()(*ItemListItemsItemVersionsCountRequestBuilder) {
return NewItemListItemsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemListItemsItemVersionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemVersionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListItemsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_list_item_item_request_builder.go b/drives/item_list_items_list_item_item_request_builder.go
index d930510cf99..33c61f9b6bd 100644
--- a/drives/item_list_items_list_item_item_request_builder.go
+++ b/drives/item_list_items_list_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
type ItemListItemsListItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemListItemsListItemItemRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemListItemsListItemItemRequestBuilder) CreatedByUser()(*ItemListItemsItemCreatedByUserRequestBuilder) {
return NewItemListItemsItemCreatedByUserRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// Delete removes an item from a list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemListItemsListItemItemRequestBuilder) DriveItem()(*ItemListItemsItem
func (m *ItemListItemsListItemItemRequestBuilder) Fields()(*ItemListItemsItemFieldsRequestBuilder) {
return NewItemListItemsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0
@@ -146,7 +146,7 @@ func (m *ItemListItemsListItemItemRequestBuilder) Patch(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToDeleteRequestInformation removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation removes an item from a list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsListItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemListItemsListItemItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsListItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsListItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_items_request_builder.go b/drives/item_list_items_request_builder.go
index 358486127a9..589780943e3 100644
--- a/drives/item_list_items_request_builder.go
+++ b/drives/item_list_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
type ItemListItemsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -72,7 +72,7 @@ func NewItemListItemsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ItemListItemsRequestBuilder) Count()(*ItemListItemsCountRequestBuilder) {
return NewItemListItemsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemListItemsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemCollectionResponseable), nil
}
-// Post create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Post create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemListItemsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemListItemsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable, requestConfiguration *ItemListItemsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_list_subscriptions_item_reauthorize_request_builder.go b/drives/item_list_subscriptions_item_reauthorize_request_builder.go
index 2d6ff65e1cf..5340842ef69 100644
--- a/drives/item_list_subscriptions_item_reauthorize_request_builder.go
+++ b/drives/item_list_subscriptions_item_reauthorize_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemListSubscriptionsItemReauthorizeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListSubscriptionsItemReauthorizeRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
func (m *ItemListSubscriptionsItemReauthorizeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_root_request_builder.go b/drives/item_root_request_builder.go
index 8cf96b34a7c..c7451f75abd 100644
--- a/drives/item_root_request_builder.go
+++ b/drives/item_root_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemRootRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemRootRequestBuilderGetQueryParameters 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.
+// ItemRootRequestBuilderGetQueryParameters 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.
type ItemRootRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemRootRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
func (m *ItemRootRequestBuilder) Content()(*ItemRootContentRequestBuilder) {
return NewItemRootContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemRootRequestBuilder) Get(ctx context.Context, requestConfiguration *
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemRootRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemRootRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_special_drive_item_item_request_builder.go b/drives/item_special_drive_item_item_request_builder.go
index 011945b6ca8..04c8b3cf2ea 100644
--- a/drives/item_special_drive_item_item_request_builder.go
+++ b/drives/item_special_drive_item_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSpecialDriveItemItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSpecialDriveItemItemRequestBuilderGetQueryParameters 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.
+// ItemSpecialDriveItemItemRequestBuilderGetQueryParameters 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.
type ItemSpecialDriveItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemSpecialDriveItemItemRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemSpecialDriveItemItemRequestBuilder) Content()(*ItemSpecialItemContentRequestBuilder) {
return NewItemSpecialItemContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemSpecialDriveItemItemRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSpecialDriveItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSpecialDriveItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/drives/item_special_request_builder.go b/drives/item_special_request_builder.go
index a3f558f3c1a..e636f7d5e75 100644
--- a/drives/item_special_request_builder.go
+++ b/drives/item_special_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSpecialRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSpecialRequestBuilderGetQueryParameters 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.
+// ItemSpecialRequestBuilderGetQueryParameters 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.
type ItemSpecialRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemSpecialRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *ItemSpecialRequestBuilder) Count()(*ItemSpecialCountRequestBuilder) {
return NewItemSpecialCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *ItemSpecialRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSpecialRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -86,7 +86,7 @@ func (m *ItemSpecialRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSpecialRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSpecialRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_education_class_item_request_builder.go b/education/classes_education_class_item_request_builder.go
index f5eac2db395..0afb38c944d 100644
--- a/education/classes_education_class_item_request_builder.go
+++ b/education/classes_education_class_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesEducationClassItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesEducationClassItemRequestBuilderGetQueryParameters 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.
+// ClassesEducationClassItemRequestBuilderGetQueryParameters 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.
type ClassesEducationClassItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func NewClassesEducationClassItemRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewClassesEducationClassItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ClassesEducationClassItemRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ClassesEducationClassItemRequestBuilder) Group()(*ClassesItemGroupReque
func (m *ClassesEducationClassItemRequestBuilder) Members()(*ClassesItemMembersRequestBuilder) {
return NewClassesItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an educationClass object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationClass object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0
@@ -149,7 +149,7 @@ func (m *ClassesEducationClassItemRequestBuilder) Schools()(*ClassesItemSchoolsR
func (m *ClassesEducationClassItemRequestBuilder) Teachers()(*ClassesItemTeachersRequestBuilder) {
return NewClassesItemTeachersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ClassesEducationClassItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesEducationClassItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ClassesEducationClassItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesEducationClassItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesEducationClassItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -177,7 +177,7 @@ func (m *ClassesEducationClassItemRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationClass object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationClass object. This API is available in the following national cloud deployments.
func (m *ClassesEducationClassItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassable, requestConfiguration *ClassesEducationClassItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignment_categories_education_category_item_request_builder.go b/education/classes_item_assignment_categories_education_category_item_request_builder.go
index 5aeb447b9db..b77a19ace9a 100644
--- a/education/classes_item_assignment_categories_education_category_item_request_builder.go
+++ b/education/classes_item_assignment_categories_education_category_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an existing category. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Delete delete an existing category. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilder) Del
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilder) Pat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryable), nil
}
-// ToDeleteRequestInformation delete an existing category. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an existing category. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentCategoriesEducationCategoryItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignment_categories_request_builder.go b/education/classes_item_assignment_categories_request_builder.go
index 3b3192359a3..f3180cb8650 100644
--- a/education/classes_item_assignment_categories_request_builder.go
+++ b/education/classes_item_assignment_categories_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentCategoriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentCategoriesRequestBuilderGetQueryParameters retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ClassesItemAssignmentCategoriesRequestBuilderGetQueryParameters retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is available in the following national cloud deployments.
type ClassesItemAssignmentCategoriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ClassesItemAssignmentCategoriesRequestBuilder) Count()(*ClassesItemAssi
func (m *ClassesItemAssignmentCategoriesRequestBuilder) Delta()(*ClassesItemAssignmentCategoriesDeltaRequestBuilder) {
return NewClassesItemAssignmentCategoriesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Get retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ClassesItemAssignmentCategoriesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryCollectionResponseable), nil
}
-// Post create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Post create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ClassesItemAssignmentCategoriesRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryable), nil
}
-// ToGetRequestInformation retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentCategoriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentCategoriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ClassesItemAssignmentCategoriesRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentCategoriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryable, requestConfiguration *ClassesItemAssignmentCategoriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignment_defaults_request_builder.go b/education/classes_item_assignment_defaults_request_builder.go
index 1d5309552d2..ae145bece28 100644
--- a/education/classes_item_assignment_defaults_request_builder.go
+++ b/education/classes_item_assignment_defaults_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentDefaultsRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentDefaultsRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentDefaultsRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentDefaultsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ClassesItemAssignmentDefaultsRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ClassesItemAssignmentDefaultsRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentDefaultsable), nil
}
-// Patch update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ClassesItemAssignmentDefaultsRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentDefaultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentDefaultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ClassesItemAssignmentDefaultsRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentDefaultsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentDefaultsable, requestConfiguration *ClassesItemAssignmentDefaultsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignment_settings_request_builder.go b/education/classes_item_assignment_settings_request_builder.go
index 7aa238a5e21..bd88fca1de5 100644
--- a/education/classes_item_assignment_settings_request_builder.go
+++ b/education/classes_item_assignment_settings_request_builder.go
@@ -89,7 +89,7 @@ func (m *ClassesItemAssignmentSettingsRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentSettingsable), nil
}
-// Patch update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ClassesItemAssignmentSettingsRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentSettingsable, requestConfiguration *ClassesItemAssignmentSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_education_assignment_item_request_builder.go b/education/classes_item_assignments_education_assignment_item_request_builder.go
index 9721141b2e1..4fad3350170 100644
--- a/education/classes_item_assignments_education_assignment_item_request_builder.go
+++ b/education/classes_item_assignments_education_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentsEducationAssignmentItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentsEducationAssignmentItemRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsEducationAssignmentItemRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsEducationAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewClassesItemAssignmentsEducationAssignmentItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsEducationAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an existing assignment. Only teachers within a class can delete assignments. This API is supported in the following national cloud deployments.
+// Delete delete an existing assignment. Only teachers within a class can delete assignments. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0
@@ -145,7 +145,7 @@ func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) SetUpResou
func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) Submissions()(*ClassesItemAssignmentsItemSubmissionsRequestBuilder) {
return NewClassesItemAssignmentsItemSubmissionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete an existing assignment. Only teachers within a class can delete assignments. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an existing assignment. Only teachers within a class can delete assignments. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsEducationAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsEducationAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -173,7 +173,7 @@ func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ClassesItemAssignmentsEducationAssignmentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable, requestConfiguration *ClassesItemAssignmentsEducationAssignmentItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_categories_item_ref_request_builder.go b/education/classes_item_assignments_item_categories_item_ref_request_builder.go
index 23de89f9f03..621f10cd09c 100644
--- a/education/classes_item_assignments_item_categories_item_ref_request_builder.go
+++ b/education/classes_item_assignments_item_categories_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ClassesItemAssignmentsItemCategoriesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ClassesItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
type ClassesItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewClassesItemAssignmentsItemCategoriesItemRefRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemCategoriesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Delete remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ClassesItemAssignmentsItemCategoriesItemRefRequestBuilder) Delete(ctx c
}
return nil
}
-// ToDeleteRequestInformation remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentsItemCategoriesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_categories_ref_request_builder.go b/education/classes_item_assignments_item_categories_ref_request_builder.go
index 2999011da06..aad4129765a 100644
--- a/education/classes_item_assignments_item_categories_ref_request_builder.go
+++ b/education/classes_item_assignments_item_categories_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemCategoriesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewClassesItemAssignmentsItemCategoriesRefRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemCategoriesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRefRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRefRequestBuilder) Post(ctx context
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemCategoriesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemCategoriesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRefRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemCategoriesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ClassesItemAssignmentsItemCategoriesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_categories_request_builder.go b/education/classes_item_assignments_item_categories_request_builder.go
index 28f07fb01ad..307282807ac 100644
--- a/education/classes_item_assignments_item_categories_request_builder.go
+++ b/education/classes_item_assignments_item_categories_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemCategoriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemCategoriesRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemCategoriesRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemCategoriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) Count()(*ClassesIte
func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) Delta()(*ClassesItemAssignmentsItemCategoriesDeltaRequestBuilder) {
return NewClassesItemAssignmentsItemCategoriesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) Post(ctx context.Co
func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) Ref()(*ClassesItemAssignmentsItemCategoriesRefRequestBuilder) {
return NewClassesItemAssignmentsItemCategoriesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemCategoriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemCategoriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryable, requestConfiguration *ClassesItemAssignmentsItemCategoriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_publish_request_builder.go b/education/classes_item_assignments_item_publish_request_builder.go
index 51569faf553..1340a667791 100644
--- a/education/classes_item_assignments_item_publish_request_builder.go
+++ b/education/classes_item_assignments_item_publish_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemPublishRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemPublishRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_resources_education_assignment_resource_item_request_builder.go b/education/classes_item_assignments_item_resources_education_assignment_resource_item_request_builder.go
index 6a286aa9fa0..6ddfd9f77d7 100644
--- a/education/classes_item_assignments_item_resources_education_assignment_resource_item_request_builder.go
+++ b/education/classes_item_assignments_item_resources_education_assignment_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemReques
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemReque
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemReque
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_resources_request_builder.go b/education/classes_item_assignments_item_resources_request_builder.go
index 04311201519..944458dc257 100644
--- a/education/classes_item_assignments_item_resources_request_builder.go
+++ b/education/classes_item_assignments_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemResourcesRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemResourcesRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewClassesItemAssignmentsItemResourcesRequestBuilder(rawUrl string, request
func (m *ClassesItemAssignmentsItemResourcesRequestBuilder) Count()(*ClassesItemAssignmentsItemResourcesCountRequestBuilder) {
return NewClassesItemAssignmentsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClassesItemAssignmentsItemResourcesRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ClassesItemAssignmentsItemResourcesRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ClassesItemAssignmentsItemResourcesRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable, requestConfiguration *ClassesItemAssignmentsItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_rubric_ref_request_builder.go b/education/classes_item_assignments_item_rubric_ref_request_builder.go
index 130472dd753..d9ccfb7da01 100644
--- a/education/classes_item_assignments_item_rubric_ref_request_builder.go
+++ b/education/classes_item_assignments_item_rubric_ref_request_builder.go
@@ -45,7 +45,7 @@ func NewClassesItemAssignmentsItemRubricRefRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemRubricRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0
@@ -64,7 +64,7 @@ func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0
@@ -86,7 +86,7 @@ func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) Get(ctx context.Cont
}
return res.(*string), nil
}
-// Put attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Put attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0
@@ -105,7 +105,7 @@ func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) Put(ctx context.Cont
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemRubricRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -117,7 +117,7 @@ func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemRubricRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPutRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPutRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentsItemRubricRefRequestBuilder) ToPutRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceUpdateable, requestConfiguration *ClassesItemAssignmentsItemRubricRefRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_rubric_request_builder.go b/education/classes_item_assignments_item_rubric_request_builder.go
index f9dc3457e15..641ede03fed 100644
--- a/education/classes_item_assignments_item_rubric_request_builder.go
+++ b/education/classes_item_assignments_item_rubric_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentsItemRubricRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentsItemRubricRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemRubricRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemRubricRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewClassesItemAssignmentsItemRubricRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemRubricRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ClassesItemAssignmentsItemRubricRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ClassesItemAssignmentsItemRubricRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// Patch attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Patch attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ClassesItemAssignmentsItemRubricRequestBuilder) Patch(ctx context.Conte
func (m *ClassesItemAssignmentsItemRubricRequestBuilder) Ref()(*ClassesItemAssignmentsItemRubricRefRequestBuilder) {
return NewClassesItemAssignmentsItemRubricRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ClassesItemAssignmentsItemRubricRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemRubricRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ClassesItemAssignmentsItemRubricRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemRubricRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemRubricRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ClassesItemAssignmentsItemRubricRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPatchRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentsItemRubricRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *ClassesItemAssignmentsItemRubricRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_set_up_feedback_resources_folder_request_builder.go b/education/classes_item_assignments_item_set_up_feedback_resources_folder_request_builder.go
index 283aefe17f0..ea05bb91351 100644
--- a/education/classes_item_assignments_item_set_up_feedback_resources_folder_request_builder.go
+++ b/education/classes_item_assignments_item_set_up_feedback_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_set_up_resources_folder_request_builder.go b/education/classes_item_assignments_item_set_up_resources_folder_request_builder.go
index 21574091ddd..a876135f77f 100644
--- a/education/classes_item_assignments_item_set_up_resources_folder_request_builder.go
+++ b/education/classes_item_assignments_item_set_up_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSetUpResourcesFolderRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSetUpResourcesFolderRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_education_submission_item_request_builder.go b/education/classes_item_assignments_item_submissions_education_submission_item_request_builder.go
index e3e590125d6..90dcc2071a6 100644
--- a/education/classes_item_assignments_item_submissions_education_submission_item_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_education_submission_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderD
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuil
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuil
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go b/education/classes_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
index 804b73c7e28..38083fede4c 100644
--- a/education/classes_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
@@ -54,7 +54,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemReq
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// Patch update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_outcomes_request_builder.go b/education/classes_item_assignments_item_submissions_item_outcomes_request_builder.go
index ceaee625db6..e3b251b83d6 100644
--- a/education/classes_item_assignments_item_submissions_item_outcomes_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_outcomes_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder(rawUrl s
func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Count()(*ClassesItemAssignmentsItemSubmissionsItemOutcomesCountRequestBuilder) {
return NewClassesItemAssignmentsItemSubmissionsItemOutcomesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_reassign_request_builder.go b/education/classes_item_assignments_item_submissions_item_reassign_request_builder.go
index 85f66a4b7d6..8562fe48c3c 100644
--- a/education/classes_item_assignments_item_submissions_item_reassign_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_reassign_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemReassignRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemReassignRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemReassignRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemReassignRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemReassignRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go b/education/classes_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
index f7caa9ff713..d0eda203d02 100644
--- a/education/classes_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResour
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionRes
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionRe
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionRe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_resources_request_builder.go b/education/classes_item_assignments_item_submissions_item_resources_request_builder.go
index 8b66b967f2a..bceaba98f4b 100644
--- a/education/classes_item_assignments_item_submissions_item_resources_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder(rawUrl
func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) Count()(*ClassesItemAssignmentsItemSubmissionsItemResourcesCountRequestBuilder) {
return NewClassesItemAssignmentsItemSubmissionsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_return_request_builder.go b/education/classes_item_assignments_item_submissions_item_return_request_builder.go
index 6e688d5ebef..9116821a09e 100644
--- a/education/classes_item_assignments_item_submissions_item_return_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_return_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemReturnRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemReturnRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemReturnRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemReturnRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemReturnRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go b/education/classes_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
index a063f7fb790..6b7daa42c7b 100644
--- a/education/classes_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_submit_request_builder.go b/education/classes_item_assignments_item_submissions_item_submit_request_builder.go
index 6134cbc6502..cf41a847cf5 100644
--- a/education/classes_item_assignments_item_submissions_item_submit_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_submit_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemSubmitRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemSubmitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemSubmitRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemSubmitRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemSubmitRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go b/education/classes_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
index 33fb33c94e4..468c857b988 100644
--- a/education/classes_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmiss
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSub
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSub
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_submitted_resources_request_builder.go b/education/classes_item_assignments_item_submissions_item_submitted_resources_request_builder.go
index 0ee81e7b8c1..14660d5c2f2 100644
--- a/education/classes_item_assignments_item_submissions_item_submitted_resources_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_submitted_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilde
func (m *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) Count()(*ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesCountRequestBuilder) {
return NewClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_item_unsubmit_request_builder.go b/education/classes_item_assignments_item_submissions_item_unsubmit_request_builder.go
index 806df6e603f..9f0abe61dd4 100644
--- a/education/classes_item_assignments_item_submissions_item_unsubmit_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_item_unsubmit_request_builder.go
@@ -31,7 +31,7 @@ func NewClassesItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewClassesItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_item_submissions_request_builder.go b/education/classes_item_assignments_item_submissions_request_builder.go
index e2c6e786c5f..5b44088d99d 100644
--- a/education/classes_item_assignments_item_submissions_request_builder.go
+++ b/education/classes_item_assignments_item_submissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsItemSubmissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsItemSubmissionsRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsItemSubmissionsRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsItemSubmissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewClassesItemAssignmentsItemSubmissionsRequestBuilder(rawUrl string, reque
func (m *ClassesItemAssignmentsItemSubmissionsRequestBuilder) Count()(*ClassesItemAssignmentsItemSubmissionsCountRequestBuilder) {
return NewClassesItemAssignmentsItemSubmissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ClassesItemAssignmentsItemSubmissionsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsItemSubmissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemSubmissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_assignments_request_builder.go b/education/classes_item_assignments_request_builder.go
index 596b7964432..f81afa544e5 100644
--- a/education/classes_item_assignments_request_builder.go
+++ b/education/classes_item_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemAssignmentsRequestBuilderGetQueryParameters 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.
+// ClassesItemAssignmentsRequestBuilderGetQueryParameters 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.
type ClassesItemAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ClassesItemAssignmentsRequestBuilder) Count()(*ClassesItemAssignmentsCo
func (m *ClassesItemAssignmentsRequestBuilder) Delta()(*ClassesItemAssignmentsDeltaRequestBuilder) {
return NewClassesItemAssignmentsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ClassesItemAssignmentsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ClassesItemAssignmentsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ClassesItemAssignmentsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ClassesItemAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable, requestConfiguration *ClassesItemAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_members_item_ref_request_builder.go b/education/classes_item_members_item_ref_request_builder.go
index 681531e9857..a3985909500 100644
--- a/education/classes_item_members_item_ref_request_builder.go
+++ b/education/classes_item_members_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ClassesItemMembersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemMembersItemRefRequestBuilderDeleteQueryParameters remove an educationUser from an educationClass. This API is supported in the following national cloud deployments.
+// ClassesItemMembersItemRefRequestBuilderDeleteQueryParameters remove an educationUser from an educationClass. This API is available in the following national cloud deployments.
type ClassesItemMembersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewClassesItemMembersItemRefRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewClassesItemMembersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an educationUser from an educationClass. This API is supported in the following national cloud deployments.
+// Delete remove an educationUser from an educationClass. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ClassesItemMembersItemRefRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// ToDeleteRequestInformation remove an educationUser from an educationClass. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an educationUser from an educationClass. This API is available in the following national cloud deployments.
func (m *ClassesItemMembersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemMembersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_members_ref_request_builder.go b/education/classes_item_members_ref_request_builder.go
index 973e55dcb71..a801afaa2c0 100644
--- a/education/classes_item_members_ref_request_builder.go
+++ b/education/classes_item_members_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemMembersRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemMembersRefRequestBuilderGetQueryParameters retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments.
+// ClassesItemMembersRefRequestBuilderGetQueryParameters retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments.
type ClassesItemMembersRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewClassesItemMembersRefRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewClassesItemMembersRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments.
+// Get retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ClassesItemMembersRefRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add an educationUser member to an educationClass. This API is supported in the following national cloud deployments.
+// Post add an educationUser member to an educationClass. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClassesItemMembersRefRequestBuilder) Post(ctx context.Context, body iad
}
return nil
}
-// ToGetRequestInformation retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments.
func (m *ClassesItemMembersRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemMembersRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ClassesItemMembersRefRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation add an educationUser member to an educationClass. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add an educationUser member to an educationClass. This API is available in the following national cloud deployments.
func (m *ClassesItemMembersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ClassesItemMembersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_members_request_builder.go b/education/classes_item_members_request_builder.go
index 2fbd656666e..7aaa90eadae 100644
--- a/education/classes_item_members_request_builder.go
+++ b/education/classes_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemMembersRequestBuilderGetQueryParameters retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments.
+// ClassesItemMembersRequestBuilderGetQueryParameters retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments.
type ClassesItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewClassesItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ClassesItemMembersRequestBuilder) Count()(*ClassesItemMembersCountRequestBuilder) {
return NewClassesItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments.
+// Get retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ClassesItemMembersRequestBuilder) Get(ctx context.Context, requestConfi
func (m *ClassesItemMembersRequestBuilder) Ref()(*ClassesItemMembersRefRequestBuilder) {
return NewClassesItemMembersRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments.
func (m *ClassesItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_schools_request_builder.go b/education/classes_item_schools_request_builder.go
index 122be21fabf..7c06376e381 100644
--- a/education/classes_item_schools_request_builder.go
+++ b/education/classes_item_schools_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemSchoolsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemSchoolsRequestBuilderGetQueryParameters retrieve a list of schools in which the class is taught. This API is supported in the following national cloud deployments.
+// ClassesItemSchoolsRequestBuilderGetQueryParameters retrieve a list of schools in which the class is taught. This API is available in the following national cloud deployments.
type ClassesItemSchoolsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewClassesItemSchoolsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ClassesItemSchoolsRequestBuilder) Count()(*ClassesItemSchoolsCountRequestBuilder) {
return NewClassesItemSchoolsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of schools in which the class is taught. This API is supported in the following national cloud deployments.
+// Get retrieve a list of schools in which the class is taught. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ClassesItemSchoolsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of schools in which the class is taught. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of schools in which the class is taught. This API is available in the following national cloud deployments.
func (m *ClassesItemSchoolsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemSchoolsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_teachers_item_ref_request_builder.go b/education/classes_item_teachers_item_ref_request_builder.go
index eeeb0bb5d4d..e64f1eb6426 100644
--- a/education/classes_item_teachers_item_ref_request_builder.go
+++ b/education/classes_item_teachers_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ClassesItemTeachersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemTeachersItemRefRequestBuilderDeleteQueryParameters remove a teacher from an educationClass. This API is supported in the following national cloud deployments.
+// ClassesItemTeachersItemRefRequestBuilderDeleteQueryParameters remove a teacher from an educationClass. This API is available in the following national cloud deployments.
type ClassesItemTeachersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewClassesItemTeachersItemRefRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewClassesItemTeachersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a teacher from an educationClass. This API is supported in the following national cloud deployments.
+// Delete remove a teacher from an educationClass. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ClassesItemTeachersItemRefRequestBuilder) Delete(ctx context.Context, r
}
return nil
}
-// ToDeleteRequestInformation remove a teacher from an educationClass. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a teacher from an educationClass. This API is available in the following national cloud deployments.
func (m *ClassesItemTeachersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemTeachersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_teachers_ref_request_builder.go b/education/classes_item_teachers_ref_request_builder.go
index 13d075f6eb6..34ade32079a 100644
--- a/education/classes_item_teachers_ref_request_builder.go
+++ b/education/classes_item_teachers_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemTeachersRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemTeachersRefRequestBuilderGetQueryParameters 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.
+// ClassesItemTeachersRefRequestBuilderGetQueryParameters 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.
type ClassesItemTeachersRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewClassesItemTeachersRefRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewClassesItemTeachersRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ClassesItemTeachersRefRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add a teacher to a class. This API is supported in the following national cloud deployments.
+// Post add a teacher to a class. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClassesItemTeachersRefRequestBuilder) Post(ctx context.Context, body ia
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemTeachersRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemTeachersRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ClassesItemTeachersRefRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation add a teacher to a class. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a teacher to a class. This API is available in the following national cloud deployments.
func (m *ClassesItemTeachersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ClassesItemTeachersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_item_teachers_request_builder.go b/education/classes_item_teachers_request_builder.go
index 947c32108a7..bedbd7d326d 100644
--- a/education/classes_item_teachers_request_builder.go
+++ b/education/classes_item_teachers_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemTeachersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemTeachersRequestBuilderGetQueryParameters 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.
+// ClassesItemTeachersRequestBuilderGetQueryParameters 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.
type ClassesItemTeachersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewClassesItemTeachersRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ClassesItemTeachersRequestBuilder) Count()(*ClassesItemTeachersCountRequestBuilder) {
return NewClassesItemTeachersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ClassesItemTeachersRequestBuilder) Get(ctx context.Context, requestConf
func (m *ClassesItemTeachersRequestBuilder) Ref()(*ClassesItemTeachersRefRequestBuilder) {
return NewClassesItemTeachersRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ClassesItemTeachersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemTeachersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/classes_request_builder.go b/education/classes_request_builder.go
index 7abeb39e253..21a865451f2 100644
--- a/education/classes_request_builder.go
+++ b/education/classes_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesRequestBuilderGetQueryParameters get a list of the educationClass objects and their properties. This API is supported in the following national cloud deployments.
+// ClassesRequestBuilderGetQueryParameters get a list of the educationClass objects and their properties. This API is available in the following national cloud deployments.
type ClassesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ClassesRequestBuilder) Count()(*ClassesCountRequestBuilder) {
func (m *ClassesRequestBuilder) Delta()(*ClassesDeltaRequestBuilder) {
return NewClassesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the educationClass objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the educationClass objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ClassesRequestBuilder) Get(ctx context.Context, requestConfiguration *C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassCollectionResponseable), nil
}
-// Post create a new educationClass object. This API is supported in the following national cloud deployments.
+// Post create a new educationClass object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ClassesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassable), nil
}
-// ToGetRequestInformation get a list of the educationClass objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the educationClass objects and their properties. This API is available in the following national cloud deployments.
func (m *ClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, req
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new educationClass object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new educationClass object. This API is available in the following national cloud deployments.
func (m *ClassesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassable, requestConfiguration *ClassesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_categories_item_ref_request_builder.go b/education/me_assignments_item_categories_item_ref_request_builder.go
index 67a2a9f99e4..d9673e380a9 100644
--- a/education/me_assignments_item_categories_item_ref_request_builder.go
+++ b/education/me_assignments_item_categories_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type MeAssignmentsItemCategoriesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// MeAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
type MeAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewMeAssignmentsItemCategoriesItemRefRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemCategoriesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Delete remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *MeAssignmentsItemCategoriesItemRefRequestBuilder) Delete(ctx context.Co
}
return nil
}
-// ToDeleteRequestInformation remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *MeAssignmentsItemCategoriesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemCategoriesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_categories_ref_request_builder.go b/education/me_assignments_item_categories_ref_request_builder.go
index e99191fb63f..553a41316d6 100644
--- a/education/me_assignments_item_categories_ref_request_builder.go
+++ b/education/me_assignments_item_categories_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemCategoriesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewMeAssignmentsItemCategoriesRefRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemCategoriesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *MeAssignmentsItemCategoriesRefRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *MeAssignmentsItemCategoriesRefRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemCategoriesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemCategoriesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *MeAssignmentsItemCategoriesRefRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemCategoriesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *MeAssignmentsItemCategoriesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_categories_request_builder.go b/education/me_assignments_item_categories_request_builder.go
index 430f98a3de0..54498e5f43e 100644
--- a/education/me_assignments_item_categories_request_builder.go
+++ b/education/me_assignments_item_categories_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemCategoriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemCategoriesRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemCategoriesRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemCategoriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *MeAssignmentsItemCategoriesRequestBuilder) Count()(*MeAssignmentsItemCa
func (m *MeAssignmentsItemCategoriesRequestBuilder) Delta()(*MeAssignmentsItemCategoriesDeltaRequestBuilder) {
return NewMeAssignmentsItemCategoriesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *MeAssignmentsItemCategoriesRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *MeAssignmentsItemCategoriesRequestBuilder) Post(ctx context.Context, bo
func (m *MeAssignmentsItemCategoriesRequestBuilder) Ref()(*MeAssignmentsItemCategoriesRefRequestBuilder) {
return NewMeAssignmentsItemCategoriesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemCategoriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemCategoriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *MeAssignmentsItemCategoriesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemCategoriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryable, requestConfiguration *MeAssignmentsItemCategoriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_publish_request_builder.go b/education/me_assignments_item_publish_request_builder.go
index e66e7424e89..53f2d45a40e 100644
--- a/education/me_assignments_item_publish_request_builder.go
+++ b/education/me_assignments_item_publish_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemPublishRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemPublishRequestBuilder) Post(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_resources_education_assignment_resource_item_request_builder.go b/education/me_assignments_item_resources_education_assignment_resource_item_request_builder.go
index bdb75efb1f7..81ceaea583a 100644
--- a/education/me_assignments_item_resources_education_assignment_resource_item_request_builder.go
+++ b/education/me_assignments_item_resources_education_assignment_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewMeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_resources_request_builder.go b/education/me_assignments_item_resources_request_builder.go
index 93a1a004ce8..92717cb9917 100644
--- a/education/me_assignments_item_resources_request_builder.go
+++ b/education/me_assignments_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemResourcesRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemResourcesRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMeAssignmentsItemResourcesRequestBuilder(rawUrl string, requestAdapter i
func (m *MeAssignmentsItemResourcesRequestBuilder) Count()(*MeAssignmentsItemResourcesCountRequestBuilder) {
return NewMeAssignmentsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *MeAssignmentsItemResourcesRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *MeAssignmentsItemResourcesRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *MeAssignmentsItemResourcesRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable, requestConfiguration *MeAssignmentsItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_rubric_ref_request_builder.go b/education/me_assignments_item_rubric_ref_request_builder.go
index 7a1b652fbdd..15b3e50ac7b 100644
--- a/education/me_assignments_item_rubric_ref_request_builder.go
+++ b/education/me_assignments_item_rubric_ref_request_builder.go
@@ -45,7 +45,7 @@ func NewMeAssignmentsItemRubricRefRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemRubricRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0
@@ -64,7 +64,7 @@ func (m *MeAssignmentsItemRubricRefRequestBuilder) Delete(ctx context.Context, r
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0
@@ -86,7 +86,7 @@ func (m *MeAssignmentsItemRubricRefRequestBuilder) Get(ctx context.Context, requ
}
return res.(*string), nil
}
-// Put attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Put attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0
@@ -105,7 +105,7 @@ func (m *MeAssignmentsItemRubricRefRequestBuilder) Put(ctx context.Context, body
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *MeAssignmentsItemRubricRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemRubricRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -117,7 +117,7 @@ func (m *MeAssignmentsItemRubricRefRequestBuilder) ToDeleteRequestInformation(ct
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemRubricRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemRubricRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *MeAssignmentsItemRubricRefRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPutRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPutRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *MeAssignmentsItemRubricRefRequestBuilder) ToPutRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceUpdateable, requestConfiguration *MeAssignmentsItemRubricRefRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_rubric_request_builder.go b/education/me_assignments_item_rubric_request_builder.go
index 48de7e81191..f1b3318efaa 100644
--- a/education/me_assignments_item_rubric_request_builder.go
+++ b/education/me_assignments_item_rubric_request_builder.go
@@ -18,7 +18,7 @@ type MeAssignmentsItemRubricRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MeAssignmentsItemRubricRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemRubricRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemRubricRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewMeAssignmentsItemRubricRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemRubricRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *MeAssignmentsItemRubricRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *MeAssignmentsItemRubricRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// Patch attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Patch attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *MeAssignmentsItemRubricRequestBuilder) Patch(ctx context.Context, body
func (m *MeAssignmentsItemRubricRequestBuilder) Ref()(*MeAssignmentsItemRubricRefRequestBuilder) {
return NewMeAssignmentsItemRubricRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *MeAssignmentsItemRubricRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemRubricRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *MeAssignmentsItemRubricRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemRubricRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemRubricRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *MeAssignmentsItemRubricRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *MeAssignmentsItemRubricRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *MeAssignmentsItemRubricRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_set_up_feedback_resources_folder_request_builder.go b/education/me_assignments_item_set_up_feedback_resources_folder_request_builder.go
index 63026d1b3dd..5fa1590bef7 100644
--- a/education/me_assignments_item_set_up_feedback_resources_folder_request_builder.go
+++ b/education/me_assignments_item_set_up_feedback_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_set_up_resources_folder_request_builder.go b/education/me_assignments_item_set_up_resources_folder_request_builder.go
index edb8965a247..b7dc3edc2ca 100644
--- a/education/me_assignments_item_set_up_resources_folder_request_builder.go
+++ b/education/me_assignments_item_set_up_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSetUpResourcesFolderRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSetUpResourcesFolderRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_education_submission_item_request_builder.go b/education/me_assignments_item_submissions_education_submission_item_request_builder.go
index c6cbd6aafbd..902451a8073 100644
--- a/education/me_assignments_item_submissions_education_submission_item_request_builder.go
+++ b/education/me_assignments_item_submissions_education_submission_item_request_builder.go
@@ -18,7 +18,7 @@ type MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilder) Dele
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go b/education/me_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
index 2fb5111dece..7457bac29a4 100644
--- a/education/me_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
+++ b/education/me_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
@@ -54,7 +54,7 @@ func NewMeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// Patch update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuil
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable, requestConfiguration *MeAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_outcomes_request_builder.go b/education/me_assignments_item_submissions_item_outcomes_request_builder.go
index 6d1af904c81..669e6cd396c 100644
--- a/education/me_assignments_item_submissions_item_outcomes_request_builder.go
+++ b/education/me_assignments_item_submissions_item_outcomes_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMeAssignmentsItemSubmissionsItemOutcomesRequestBuilder(rawUrl string, re
func (m *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Count()(*MeAssignmentsItemSubmissionsItemOutcomesCountRequestBuilder) {
return NewMeAssignmentsItemSubmissionsItemOutcomesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable, requestConfiguration *MeAssignmentsItemSubmissionsItemOutcomesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_reassign_request_builder.go b/education/me_assignments_item_submissions_item_reassign_request_builder.go
index be1b3098ac4..a5ef24f9472 100644
--- a/education/me_assignments_item_submissions_item_reassign_request_builder.go
+++ b/education/me_assignments_item_submissions_item_reassign_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSubmissionsItemReassignRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemReassignRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSubmissionsItemReassignRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemReassignRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemReassignRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go b/education/me_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
index cb1c9cae009..5feae3c48d5 100644
--- a/education/me_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
+++ b/education/me_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewMeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItem
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceIte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceIte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceIte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_resources_request_builder.go b/education/me_assignments_item_submissions_item_resources_request_builder.go
index ffae6be4235..549fb8e7864 100644
--- a/education/me_assignments_item_submissions_item_resources_request_builder.go
+++ b/education/me_assignments_item_submissions_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemSubmissionsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMeAssignmentsItemSubmissionsItemResourcesRequestBuilder(rawUrl string, r
func (m *MeAssignmentsItemSubmissionsItemResourcesRequestBuilder) Count()(*MeAssignmentsItemSubmissionsItemResourcesCountRequestBuilder) {
return NewMeAssignmentsItemSubmissionsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *MeAssignmentsItemSubmissionsItemResourcesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *MeAssignmentsItemSubmissionsItemResourcesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *MeAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable, requestConfiguration *MeAssignmentsItemSubmissionsItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_return_request_builder.go b/education/me_assignments_item_submissions_item_return_request_builder.go
index e488915600d..384b638b6ad 100644
--- a/education/me_assignments_item_submissions_item_return_request_builder.go
+++ b/education/me_assignments_item_submissions_item_return_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSubmissionsItemReturnRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemReturnRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSubmissionsItemReturnRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemReturnRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemReturnRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_set_up_resources_folder_request_builder.go b/education/me_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
index cba6b42deed..94c874d28a0 100644
--- a/education/me_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
+++ b/education/me_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_submit_request_builder.go b/education/me_assignments_item_submissions_item_submit_request_builder.go
index c080667c29d..9882d8ff24e 100644
--- a/education/me_assignments_item_submissions_item_submit_request_builder.go
+++ b/education/me_assignments_item_submissions_item_submit_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSubmissionsItemSubmitRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemSubmitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSubmissionsItemSubmitRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemSubmitRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemSubmitRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go b/education/me_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
index 1f841f0197b..bb2b4998ca6 100644
--- a/education/me_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
+++ b/education/me_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResour
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionRe
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionRe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_submitted_resources_request_builder.go b/education/me_assignments_item_submissions_item_submitted_resources_request_builder.go
index 5f2af8ca327..549882f6156 100644
--- a/education/me_assignments_item_submissions_item_submitted_resources_request_builder.go
+++ b/education/me_assignments_item_submissions_item_submitted_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder(rawUrl
func (m *MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) Count()(*MeAssignmentsItemSubmissionsItemSubmittedResourcesCountRequestBuilder) {
return NewMeAssignmentsItemSubmissionsItemSubmittedResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_item_unsubmit_request_builder.go b/education/me_assignments_item_submissions_item_unsubmit_request_builder.go
index df59e1f0693..1fac868cc4a 100644
--- a/education/me_assignments_item_submissions_item_unsubmit_request_builder.go
+++ b/education/me_assignments_item_submissions_item_unsubmit_request_builder.go
@@ -31,7 +31,7 @@ func NewMeAssignmentsItemSubmissionsItemUnsubmitRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewMeAssignmentsItemSubmissionsItemUnsubmitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *MeAssignmentsItemSubmissionsItemUnsubmitRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsItemUnsubmitRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsItemUnsubmitRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_item_submissions_request_builder.go b/education/me_assignments_item_submissions_request_builder.go
index 50e9b10cb84..aefc72c1cee 100644
--- a/education/me_assignments_item_submissions_request_builder.go
+++ b/education/me_assignments_item_submissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsItemSubmissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsItemSubmissionsRequestBuilderGetQueryParameters 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.
+// MeAssignmentsItemSubmissionsRequestBuilderGetQueryParameters 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.
type MeAssignmentsItemSubmissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMeAssignmentsItemSubmissionsRequestBuilder(rawUrl string, requestAdapter
func (m *MeAssignmentsItemSubmissionsRequestBuilder) Count()(*MeAssignmentsItemSubmissionsCountRequestBuilder) {
return NewMeAssignmentsItemSubmissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *MeAssignmentsItemSubmissionsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsItemSubmissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsItemSubmissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_assignments_request_builder.go b/education/me_assignments_request_builder.go
index c08aaa10548..dcf63ded1f7 100644
--- a/education/me_assignments_request_builder.go
+++ b/education/me_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeAssignmentsRequestBuilderGetQueryParameters 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.
+// MeAssignmentsRequestBuilderGetQueryParameters 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.
type MeAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *MeAssignmentsRequestBuilder) Count()(*MeAssignmentsCountRequestBuilder)
func (m *MeAssignmentsRequestBuilder) Delta()(*MeAssignmentsDeltaRequestBuilder) {
return NewMeAssignmentsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *MeAssignmentsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_classes_request_builder.go b/education/me_classes_request_builder.go
index a92a4f6f1b5..508cb7f8dec 100644
--- a/education/me_classes_request_builder.go
+++ b/education/me_classes_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeClassesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeClassesRequestBuilderGetQueryParameters get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments.
+// MeClassesRequestBuilderGetQueryParameters get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments.
type MeClassesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewMeClassesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *MeClassesRequestBuilder) Count()(*MeClassesCountRequestBuilder) {
return NewMeClassesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments.
+// Get get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *MeClassesRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassCollectionResponseable), nil
}
-// ToGetRequestInformation get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments.
func (m *MeClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeClassesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_rubrics_education_rubric_item_request_builder.go b/education/me_rubrics_education_rubric_item_request_builder.go
index 4a07a8282f3..424d1b612e2 100644
--- a/education/me_rubrics_education_rubric_item_request_builder.go
+++ b/education/me_rubrics_education_rubric_item_request_builder.go
@@ -18,7 +18,7 @@ type MeRubricsEducationRubricItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MeRubricsEducationRubricItemRequestBuilderGetQueryParameters 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.
+// MeRubricsEducationRubricItemRequestBuilderGetQueryParameters 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.
type MeRubricsEducationRubricItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewMeRubricsEducationRubricItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewMeRubricsEducationRubricItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Delete delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *MeRubricsEducationRubricItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *MeRubricsEducationRubricItemRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *MeRubricsEducationRubricItemRequestBuilder) Patch(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// ToDeleteRequestInformation delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *MeRubricsEducationRubricItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MeRubricsEducationRubricItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *MeRubricsEducationRubricItemRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *MeRubricsEducationRubricItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeRubricsEducationRubricItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *MeRubricsEducationRubricItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *MeRubricsEducationRubricItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *MeRubricsEducationRubricItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_rubrics_request_builder.go b/education/me_rubrics_request_builder.go
index 82ca99b1f23..70a1fb0126f 100644
--- a/education/me_rubrics_request_builder.go
+++ b/education/me_rubrics_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeRubricsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeRubricsRequestBuilderGetQueryParameters retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments.
+// MeRubricsRequestBuilderGetQueryParameters retrieve a list of educationRubric objects. This API is available in the following national cloud deployments.
type MeRubricsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMeRubricsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *MeRubricsRequestBuilder) Count()(*MeRubricsCountRequestBuilder) {
return NewMeRubricsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of educationRubric objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *MeRubricsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricCollectionResponseable), nil
}
-// Post create a new educationRubric object. This API is supported in the following national cloud deployments.
+// Post create a new educationRubric object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *MeRubricsRequestBuilder) Post(ctx context.Context, body iadcd81124412c6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// ToGetRequestInformation retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of educationRubric objects. This API is available in the following national cloud deployments.
func (m *MeRubricsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeRubricsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *MeRubricsRequestBuilder) ToGetRequestInformation(ctx context.Context, r
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new educationRubric object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new educationRubric object. This API is available in the following national cloud deployments.
func (m *MeRubricsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *MeRubricsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_schools_request_builder.go b/education/me_schools_request_builder.go
index 98d82c9afc7..c252a993ca7 100644
--- a/education/me_schools_request_builder.go
+++ b/education/me_schools_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeSchoolsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeSchoolsRequestBuilderGetQueryParameters retrieve a list of schools for a user. This API is supported in the following national cloud deployments.
+// MeSchoolsRequestBuilderGetQueryParameters retrieve a list of schools for a user. This API is available in the following national cloud deployments.
type MeSchoolsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewMeSchoolsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *MeSchoolsRequestBuilder) Count()(*MeSchoolsCountRequestBuilder) {
return NewMeSchoolsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of schools for a user. This API is supported in the following national cloud deployments.
+// Get retrieve a list of schools for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *MeSchoolsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of schools for a user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of schools for a user. This API is available in the following national cloud deployments.
func (m *MeSchoolsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeSchoolsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_taught_classes_request_builder.go b/education/me_taught_classes_request_builder.go
index 113e2c24989..2baa073fcf2 100644
--- a/education/me_taught_classes_request_builder.go
+++ b/education/me_taught_classes_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeTaughtClassesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeTaughtClassesRequestBuilderGetQueryParameters get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments.
+// MeTaughtClassesRequestBuilderGetQueryParameters get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments.
type MeTaughtClassesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewMeTaughtClassesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *MeTaughtClassesRequestBuilder) Count()(*MeTaughtClassesCountRequestBuilder) {
return NewMeTaughtClassesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments.
+// Get get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *MeTaughtClassesRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassCollectionResponseable), nil
}
-// ToGetRequestInformation get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments.
func (m *MeTaughtClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeTaughtClassesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/me_user_request_builder.go b/education/me_user_request_builder.go
index b2aa8043fe3..853760b9c15 100644
--- a/education/me_user_request_builder.go
+++ b/education/me_user_request_builder.go
@@ -11,7 +11,7 @@ import (
type MeUserRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MeUserRequestBuilderGetQueryParameters retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments.
+// MeUserRequestBuilderGetQueryParameters retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments.
type MeUserRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewMeUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c
urlParams["request-raw-url"] = rawUrl
return NewMeUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments.
+// Get retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0
@@ -70,7 +70,7 @@ func (m *MeUserRequestBuilder) MailboxSettings()(*MeUserMailboxSettingsRequestBu
func (m *MeUserRequestBuilder) ServiceProvisioningErrors()(*MeUserServiceProvisioningErrorsRequestBuilder) {
return NewMeUserServiceProvisioningErrorsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments.
func (m *MeUserRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MeUserRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_education_school_item_request_builder.go b/education/schools_education_school_item_request_builder.go
index c4c53af6f64..847d73f459c 100644
--- a/education/schools_education_school_item_request_builder.go
+++ b/education/schools_education_school_item_request_builder.go
@@ -18,7 +18,7 @@ type SchoolsEducationSchoolItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SchoolsEducationSchoolItemRequestBuilderGetQueryParameters read the properties and relationships of an educationSchool object. This API is supported in the following national cloud deployments.
+// SchoolsEducationSchoolItemRequestBuilderGetQueryParameters read the properties and relationships of an educationSchool object. This API is available in the following national cloud deployments.
type SchoolsEducationSchoolItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewSchoolsEducationSchoolItemRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewSchoolsEducationSchoolItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a school. This API is supported in the following national cloud deployments.
+// Delete delete a school. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *SchoolsEducationSchoolItemRequestBuilder) Delete(ctx context.Context, r
}
return nil
}
-// Get read the properties and relationships of an educationSchool object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an educationSchool object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *SchoolsEducationSchoolItemRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable), nil
}
-// Patch update the properties of an educationSchool object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationSchool object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *SchoolsEducationSchoolItemRequestBuilder) Patch(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable), nil
}
-// ToDeleteRequestInformation delete a school. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a school. This API is available in the following national cloud deployments.
func (m *SchoolsEducationSchoolItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SchoolsEducationSchoolItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *SchoolsEducationSchoolItemRequestBuilder) ToDeleteRequestInformation(ct
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an educationSchool object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an educationSchool object. This API is available in the following national cloud deployments.
func (m *SchoolsEducationSchoolItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsEducationSchoolItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *SchoolsEducationSchoolItemRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationSchool object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationSchool object. This API is available in the following national cloud deployments.
func (m *SchoolsEducationSchoolItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, requestConfiguration *SchoolsEducationSchoolItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_administrative_unit_request_builder.go b/education/schools_item_administrative_unit_request_builder.go
index cbf850892a9..4648422b766 100644
--- a/education/schools_item_administrative_unit_request_builder.go
+++ b/education/schools_item_administrative_unit_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchoolsItemAdministrativeUnitRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemAdministrativeUnitRequestBuilderGetQueryParameters get a list of administrativeUnits associated with an educationSchool object. This API is supported in the following national cloud deployments.
+// SchoolsItemAdministrativeUnitRequestBuilderGetQueryParameters get a list of administrativeUnits associated with an educationSchool object. This API is available in the following national cloud deployments.
type SchoolsItemAdministrativeUnitRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewSchoolsItemAdministrativeUnitRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewSchoolsItemAdministrativeUnitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get a list of administrativeUnits associated with an educationSchool object. This API is supported in the following national cloud deployments.
+// Get get a list of administrativeUnits associated with an educationSchool object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0
@@ -88,7 +88,7 @@ func (m *SchoolsItemAdministrativeUnitRequestBuilder) Patch(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitable), nil
}
-// ToGetRequestInformation get a list of administrativeUnits associated with an educationSchool object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of administrativeUnits associated with an educationSchool object. This API is available in the following national cloud deployments.
func (m *SchoolsItemAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemAdministrativeUnitRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_classes_item_ref_request_builder.go b/education/schools_item_classes_item_ref_request_builder.go
index 6818e4dddd0..9f7eec4c818 100644
--- a/education/schools_item_classes_item_ref_request_builder.go
+++ b/education/schools_item_classes_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type SchoolsItemClassesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemClassesItemRefRequestBuilderDeleteQueryParameters delete a class from a school. This API is supported in the following national cloud deployments.
+// SchoolsItemClassesItemRefRequestBuilderDeleteQueryParameters delete a class from a school. This API is available in the following national cloud deployments.
type SchoolsItemClassesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewSchoolsItemClassesItemRefRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewSchoolsItemClassesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a class from a school. This API is supported in the following national cloud deployments.
+// Delete delete a class from a school. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *SchoolsItemClassesItemRefRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// ToDeleteRequestInformation delete a class from a school. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a class from a school. This API is available in the following national cloud deployments.
func (m *SchoolsItemClassesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemClassesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_classes_ref_request_builder.go b/education/schools_item_classes_ref_request_builder.go
index 50c06d15371..4526df3db88 100644
--- a/education/schools_item_classes_ref_request_builder.go
+++ b/education/schools_item_classes_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchoolsItemClassesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemClassesRefRequestBuilderGetQueryParameters get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments.
+// SchoolsItemClassesRefRequestBuilderGetQueryParameters get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments.
type SchoolsItemClassesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewSchoolsItemClassesRefRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewSchoolsItemClassesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments.
+// Get get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *SchoolsItemClassesRefRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add a class to a school. This API is supported in the following national cloud deployments.
+// Post add a class to a school. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SchoolsItemClassesRefRequestBuilder) Post(ctx context.Context, body iad
}
return nil
}
-// ToGetRequestInformation get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments.
func (m *SchoolsItemClassesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemClassesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *SchoolsItemClassesRefRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation add a class to a school. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a class to a school. This API is available in the following national cloud deployments.
func (m *SchoolsItemClassesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *SchoolsItemClassesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_classes_request_builder.go b/education/schools_item_classes_request_builder.go
index 8623b007871..2738851a581 100644
--- a/education/schools_item_classes_request_builder.go
+++ b/education/schools_item_classes_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchoolsItemClassesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemClassesRequestBuilderGetQueryParameters get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments.
+// SchoolsItemClassesRequestBuilderGetQueryParameters get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments.
type SchoolsItemClassesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewSchoolsItemClassesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *SchoolsItemClassesRequestBuilder) Count()(*SchoolsItemClassesCountRequestBuilder) {
return NewSchoolsItemClassesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments.
+// Get get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *SchoolsItemClassesRequestBuilder) Get(ctx context.Context, requestConfi
func (m *SchoolsItemClassesRequestBuilder) Ref()(*SchoolsItemClassesRefRequestBuilder) {
return NewSchoolsItemClassesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments.
func (m *SchoolsItemClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemClassesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_users_item_ref_request_builder.go b/education/schools_item_users_item_ref_request_builder.go
index 6d281880c82..29b6175d5e8 100644
--- a/education/schools_item_users_item_ref_request_builder.go
+++ b/education/schools_item_users_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type SchoolsItemUsersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemUsersItemRefRequestBuilderDeleteQueryParameters delete a user from a school. This API is supported in the following national cloud deployments.
+// SchoolsItemUsersItemRefRequestBuilderDeleteQueryParameters delete a user from a school. This API is available in the following national cloud deployments.
type SchoolsItemUsersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewSchoolsItemUsersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewSchoolsItemUsersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a user from a school. This API is supported in the following national cloud deployments.
+// Delete delete a user from a school. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *SchoolsItemUsersItemRefRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// ToDeleteRequestInformation delete a user from a school. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a user from a school. This API is available in the following national cloud deployments.
func (m *SchoolsItemUsersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemUsersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_users_ref_request_builder.go b/education/schools_item_users_ref_request_builder.go
index 34f9f2e043d..898a7f898d2 100644
--- a/education/schools_item_users_ref_request_builder.go
+++ b/education/schools_item_users_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchoolsItemUsersRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemUsersRefRequestBuilderGetQueryParameters get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments.
+// SchoolsItemUsersRefRequestBuilderGetQueryParameters get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments.
type SchoolsItemUsersRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewSchoolsItemUsersRefRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewSchoolsItemUsersRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments.
+// Get get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *SchoolsItemUsersRefRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post add a user to a school. This API is supported in the following national cloud deployments.
+// Post add a user to a school. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SchoolsItemUsersRefRequestBuilder) Post(ctx context.Context, body iadcd
}
return nil
}
-// ToGetRequestInformation get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments.
func (m *SchoolsItemUsersRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemUsersRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *SchoolsItemUsersRefRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPostRequestInformation add a user to a school. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a user to a school. This API is available in the following national cloud deployments.
func (m *SchoolsItemUsersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *SchoolsItemUsersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_item_users_request_builder.go b/education/schools_item_users_request_builder.go
index f0ed68f6f85..b996a08fcfc 100644
--- a/education/schools_item_users_request_builder.go
+++ b/education/schools_item_users_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchoolsItemUsersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsItemUsersRequestBuilderGetQueryParameters get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments.
+// SchoolsItemUsersRequestBuilderGetQueryParameters get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments.
type SchoolsItemUsersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewSchoolsItemUsersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *SchoolsItemUsersRequestBuilder) Count()(*SchoolsItemUsersCountRequestBuilder) {
return NewSchoolsItemUsersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments.
+// Get get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *SchoolsItemUsersRequestBuilder) Get(ctx context.Context, requestConfigu
func (m *SchoolsItemUsersRequestBuilder) Ref()(*SchoolsItemUsersRefRequestBuilder) {
return NewSchoolsItemUsersRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments.
func (m *SchoolsItemUsersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsItemUsersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/schools_request_builder.go b/education/schools_request_builder.go
index 64098639e29..ea04e10a196 100644
--- a/education/schools_request_builder.go
+++ b/education/schools_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchoolsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchoolsRequestBuilderGetQueryParameters get a list of the educationSchool objects and their properties. This API is supported in the following national cloud deployments.
+// SchoolsRequestBuilderGetQueryParameters get a list of the educationSchool objects and their properties. This API is available in the following national cloud deployments.
type SchoolsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *SchoolsRequestBuilder) Count()(*SchoolsCountRequestBuilder) {
func (m *SchoolsRequestBuilder) Delta()(*SchoolsDeltaRequestBuilder) {
return NewSchoolsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the educationSchool objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the educationSchool objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *SchoolsRequestBuilder) Get(ctx context.Context, requestConfiguration *S
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable), nil
}
-// Post create a new educationSchool object. This API is supported in the following national cloud deployments.
+// Post create a new educationSchool object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *SchoolsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable), nil
}
-// ToGetRequestInformation get a list of the educationSchool objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the educationSchool objects and their properties. This API is available in the following national cloud deployments.
func (m *SchoolsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *SchoolsRequestBuilder) ToGetRequestInformation(ctx context.Context, req
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new educationSchool object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new educationSchool object. This API is available in the following national cloud deployments.
func (m *SchoolsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, requestConfiguration *SchoolsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_education_user_item_request_builder.go b/education/users_education_user_item_request_builder.go
index fa218937492..86133d761a8 100644
--- a/education/users_education_user_item_request_builder.go
+++ b/education/users_education_user_item_request_builder.go
@@ -18,7 +18,7 @@ type UsersEducationUserItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersEducationUserItemRequestBuilderGetQueryParameters read the properties and relationships of an educationUser object. This API is supported in the following national cloud deployments.
+// UsersEducationUserItemRequestBuilderGetQueryParameters read the properties and relationships of an educationUser object. This API is available in the following national cloud deployments.
type UsersEducationUserItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewUsersEducationUserItemRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewUsersEducationUserItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a user. This API is supported in the following national cloud deployments.
+// Delete delete a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *UsersEducationUserItemRequestBuilder) Delete(ctx context.Context, reque
}
return nil
}
-// Get read the properties and relationships of an educationUser object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an educationUser object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *UsersEducationUserItemRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable), nil
}
-// Patch update the properties of an educationUser object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationUser object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0
@@ -137,7 +137,7 @@ func (m *UsersEducationUserItemRequestBuilder) Schools()(*UsersItemSchoolsReques
func (m *UsersEducationUserItemRequestBuilder) TaughtClasses()(*UsersItemTaughtClassesRequestBuilder) {
return NewUsersItemTaughtClassesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a user. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a user. This API is available in the following national cloud deployments.
func (m *UsersEducationUserItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersEducationUserItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *UsersEducationUserItemRequestBuilder) ToDeleteRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an educationUser object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an educationUser object. This API is available in the following national cloud deployments.
func (m *UsersEducationUserItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersEducationUserItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *UsersEducationUserItemRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationUser object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationUser object. This API is available in the following national cloud deployments.
func (m *UsersEducationUserItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable, requestConfiguration *UsersEducationUserItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_categories_item_ref_request_builder.go b/education/users_item_assignments_item_categories_item_ref_request_builder.go
index 831ff4fe7f3..bf033310634 100644
--- a/education/users_item_assignments_item_categories_item_ref_request_builder.go
+++ b/education/users_item_assignments_item_categories_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type UsersItemAssignmentsItemCategoriesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// UsersItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
type UsersItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewUsersItemAssignmentsItemCategoriesItemRefRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemCategoriesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Delete remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *UsersItemAssignmentsItemCategoriesItemRefRequestBuilder) Delete(ctx con
}
return nil
}
-// ToDeleteRequestInformation remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *UsersItemAssignmentsItemCategoriesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemCategoriesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_categories_ref_request_builder.go b/education/users_item_assignments_item_categories_ref_request_builder.go
index 6336687a443..86988010f8e 100644
--- a/education/users_item_assignments_item_categories_ref_request_builder.go
+++ b/education/users_item_assignments_item_categories_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemCategoriesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemCategoriesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewUsersItemAssignmentsItemCategoriesRefRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemCategoriesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *UsersItemAssignmentsItemCategoriesRefRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *UsersItemAssignmentsItemCategoriesRefRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemCategoriesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemCategoriesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *UsersItemAssignmentsItemCategoriesRefRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemCategoriesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *UsersItemAssignmentsItemCategoriesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_categories_request_builder.go b/education/users_item_assignments_item_categories_request_builder.go
index 1a93f967845..f18fca13290 100644
--- a/education/users_item_assignments_item_categories_request_builder.go
+++ b/education/users_item_assignments_item_categories_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemCategoriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemCategoriesRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemCategoriesRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemCategoriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) Count()(*UsersItemAss
func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) Delta()(*UsersItemAssignmentsItemCategoriesDeltaRequestBuilder) {
return NewUsersItemAssignmentsItemCategoriesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) Post(ctx context.Cont
func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) Ref()(*UsersItemAssignmentsItemCategoriesRefRequestBuilder) {
return NewUsersItemAssignmentsItemCategoriesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemCategoriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemCategoriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationCategoryable, requestConfiguration *UsersItemAssignmentsItemCategoriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_publish_request_builder.go b/education/users_item_assignments_item_publish_request_builder.go
index 2060b282f1b..c31334085cc 100644
--- a/education/users_item_assignments_item_publish_request_builder.go
+++ b/education/users_item_assignments_item_publish_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemPublishRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemPublishRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_resources_education_assignment_resource_item_request_builder.go b/education/users_item_assignments_item_resources_education_assignment_resource_item_request_builder.go
index 9fcf9edfd6f..7b8d7dd4a9c 100644
--- a/education/users_item_assignments_item_resources_education_assignment_resource_item_request_builder.go
+++ b/education/users_item_assignments_item_resources_education_assignment_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewUsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestB
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequest
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemResourcesEducationAssignmentResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_resources_request_builder.go b/education/users_item_assignments_item_resources_request_builder.go
index e9afdb82234..8ac3680629e 100644
--- a/education/users_item_assignments_item_resources_request_builder.go
+++ b/education/users_item_assignments_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemResourcesRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemResourcesRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUsersItemAssignmentsItemResourcesRequestBuilder(rawUrl string, requestAd
func (m *UsersItemAssignmentsItemResourcesRequestBuilder) Count()(*UsersItemAssignmentsItemResourcesCountRequestBuilder) {
return NewUsersItemAssignmentsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *UsersItemAssignmentsItemResourcesRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *UsersItemAssignmentsItemResourcesRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *UsersItemAssignmentsItemResourcesRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentResourceable, requestConfiguration *UsersItemAssignmentsItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_rubric_ref_request_builder.go b/education/users_item_assignments_item_rubric_ref_request_builder.go
index 19f741e880a..bd71bcffed2 100644
--- a/education/users_item_assignments_item_rubric_ref_request_builder.go
+++ b/education/users_item_assignments_item_rubric_ref_request_builder.go
@@ -45,7 +45,7 @@ func NewUsersItemAssignmentsItemRubricRefRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemRubricRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0
@@ -64,7 +64,7 @@ func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0
@@ -86,7 +86,7 @@ func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) Get(ctx context.Contex
}
return res.(*string), nil
}
-// Put attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Put attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0
@@ -105,7 +105,7 @@ func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) Put(ctx context.Contex
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemRubricRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -117,7 +117,7 @@ func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemRubricRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPutRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPutRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *UsersItemAssignmentsItemRubricRefRequestBuilder) ToPutRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceUpdateable, requestConfiguration *UsersItemAssignmentsItemRubricRefRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_rubric_request_builder.go b/education/users_item_assignments_item_rubric_request_builder.go
index b71ffb49051..adab5d5f171 100644
--- a/education/users_item_assignments_item_rubric_request_builder.go
+++ b/education/users_item_assignments_item_rubric_request_builder.go
@@ -18,7 +18,7 @@ type UsersItemAssignmentsItemRubricRequestBuilderDeleteRequestConfiguration stru
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersItemAssignmentsItemRubricRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemRubricRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemRubricRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewUsersItemAssignmentsItemRubricRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemRubricRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *UsersItemAssignmentsItemRubricRequestBuilder) Delete(ctx context.Contex
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *UsersItemAssignmentsItemRubricRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// Patch attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Patch attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *UsersItemAssignmentsItemRubricRequestBuilder) Patch(ctx context.Context
func (m *UsersItemAssignmentsItemRubricRequestBuilder) Ref()(*UsersItemAssignmentsItemRubricRefRequestBuilder) {
return NewUsersItemAssignmentsItemRubricRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *UsersItemAssignmentsItemRubricRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemRubricRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *UsersItemAssignmentsItemRubricRequestBuilder) ToDeleteRequestInformatio
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemRubricRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemRubricRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *UsersItemAssignmentsItemRubricRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPatchRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *UsersItemAssignmentsItemRubricRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *UsersItemAssignmentsItemRubricRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_set_up_feedback_resources_folder_request_builder.go b/education/users_item_assignments_item_set_up_feedback_resources_folder_request_builder.go
index dd346d29b1a..036f18e254b 100644
--- a/education/users_item_assignments_item_set_up_feedback_resources_folder_request_builder.go
+++ b/education/users_item_assignments_item_set_up_feedback_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_set_up_resources_folder_request_builder.go b/education/users_item_assignments_item_set_up_resources_folder_request_builder.go
index c30c30d3db3..97c69ee5a01 100644
--- a/education/users_item_assignments_item_set_up_resources_folder_request_builder.go
+++ b/education/users_item_assignments_item_set_up_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSetUpResourcesFolderRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSetUpResourcesFolderRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_education_submission_item_request_builder.go b/education/users_item_assignments_item_submissions_education_submission_item_request_builder.go
index 02b56a988c8..83e966ea935 100644
--- a/education/users_item_assignments_item_submissions_education_submission_item_request_builder.go
+++ b/education/users_item_assignments_item_submissions_education_submission_item_request_builder.go
@@ -18,7 +18,7 @@ type UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilde
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsEducationSubmissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go b/education/users_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
index e7e32e1a992..d071fdf5a4b 100644
--- a/education/users_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_outcomes_education_outcome_item_request_builder.go
@@ -54,7 +54,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemReque
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// Patch update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Patch update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemOutcomesEducationOutcomeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_outcomes_request_builder.go b/education/users_item_assignments_item_submissions_item_outcomes_request_builder.go
index 95b07db7d5d..25df1db8919 100644
--- a/education/users_item_assignments_item_submissions_item_outcomes_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_outcomes_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder(rawUrl str
func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Count()(*UsersItemAssignmentsItemSubmissionsItemOutcomesCountRequestBuilder) {
return NewUsersItemAssignmentsItemSubmissionsItemOutcomesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationOutcomeable, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemOutcomesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_reassign_request_builder.go b/education/users_item_assignments_item_submissions_item_reassign_request_builder.go
index d5cacadbeca..a596d30c235 100644
--- a/education/users_item_assignments_item_submissions_item_reassign_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_reassign_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemReassignRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemReassignRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemReassignRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemReassignRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemReassignRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go b/education/users_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
index a7f66cb3d01..60ce4347273 100644
--- a/education/users_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_resources_education_submission_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResource
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResou
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionReso
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionReso
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionReso
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemResourcesEducationSubmissionResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_resources_request_builder.go b/education/users_item_assignments_item_submissions_item_resources_request_builder.go
index fcd1a7a5b27..31f03d91d94 100644
--- a/education/users_item_assignments_item_submissions_item_resources_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder(rawUrl st
func (m *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) Count()(*UsersItemAssignmentsItemSubmissionsItemResourcesCountRequestBuilder) {
return NewUsersItemAssignmentsItemSubmissionsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) Post(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_return_request_builder.go b/education/users_item_assignments_item_submissions_item_return_request_builder.go
index 6b385861613..ff9788e6a4e 100644
--- a/education/users_item_assignments_item_submissions_item_return_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_return_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemReturnRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemReturnRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemReturnRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemReturnRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemReturnRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go b/education/users_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
index 7b945912afa..9b61cdd65c7 100644
--- a/education/users_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_set_up_resources_folder_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_submit_request_builder.go b/education/users_item_assignments_item_submissions_item_submit_request_builder.go
index 1a4d9db57a1..c3e2f8c7e12 100644
--- a/education/users_item_assignments_item_submissions_item_submit_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_submit_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemSubmitRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemSubmitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemSubmitRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemSubmitRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemSubmitRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go b/education/users_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
index d0a7b49aead..19fd40c0b40 100644
--- a/education/users_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_submitted_resources_education_submission_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmi
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmi
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesEducationSubmissionResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_submitted_resources_request_builder.go b/education/users_item_assignments_item_submissions_item_submitted_resources_request_builder.go
index 893a55a01de..7ef8215d078 100644
--- a/education/users_item_assignments_item_submissions_item_submitted_resources_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_submitted_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder(
func (m *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) Count()(*UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesCountRequestBuilder) {
return NewUsersItemAssignmentsItemSubmissionsItemSubmittedResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemSubmittedResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_item_unsubmit_request_builder.go b/education/users_item_assignments_item_submissions_item_unsubmit_request_builder.go
index b071a35682e..aaf77420b49 100644
--- a/education/users_item_assignments_item_submissions_item_unsubmit_request_builder.go
+++ b/education/users_item_assignments_item_submissions_item_unsubmit_request_builder.go
@@ -31,7 +31,7 @@ func NewUsersItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewUsersItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *UsersItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsItemUnsubmitRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_item_submissions_request_builder.go b/education/users_item_assignments_item_submissions_request_builder.go
index de2676585b8..5a689ff4aac 100644
--- a/education/users_item_assignments_item_submissions_request_builder.go
+++ b/education/users_item_assignments_item_submissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsItemSubmissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsItemSubmissionsRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsItemSubmissionsRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsItemSubmissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUsersItemAssignmentsItemSubmissionsRequestBuilder(rawUrl string, request
func (m *UsersItemAssignmentsItemSubmissionsRequestBuilder) Count()(*UsersItemAssignmentsItemSubmissionsCountRequestBuilder) {
return NewUsersItemAssignmentsItemSubmissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *UsersItemAssignmentsItemSubmissionsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsItemSubmissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemSubmissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_assignments_request_builder.go b/education/users_item_assignments_request_builder.go
index c6140ad95cb..05a76051074 100644
--- a/education/users_item_assignments_request_builder.go
+++ b/education/users_item_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemAssignmentsRequestBuilderGetQueryParameters 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.
+// UsersItemAssignmentsRequestBuilderGetQueryParameters 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.
type UsersItemAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *UsersItemAssignmentsRequestBuilder) Count()(*UsersItemAssignmentsCountR
func (m *UsersItemAssignmentsRequestBuilder) Delta()(*UsersItemAssignmentsDeltaRequestBuilder) {
return NewUsersItemAssignmentsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *UsersItemAssignmentsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_classes_request_builder.go b/education/users_item_classes_request_builder.go
index b6e223e6ade..2ed32391560 100644
--- a/education/users_item_classes_request_builder.go
+++ b/education/users_item_classes_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemClassesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemClassesRequestBuilderGetQueryParameters get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments.
+// UsersItemClassesRequestBuilderGetQueryParameters get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments.
type UsersItemClassesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewUsersItemClassesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *UsersItemClassesRequestBuilder) Count()(*UsersItemClassesCountRequestBuilder) {
return NewUsersItemClassesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments.
+// Get get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *UsersItemClassesRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassCollectionResponseable), nil
}
-// ToGetRequestInformation get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments.
func (m *UsersItemClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemClassesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_rubrics_education_rubric_item_request_builder.go b/education/users_item_rubrics_education_rubric_item_request_builder.go
index fe764194942..5b66ef3e0a8 100644
--- a/education/users_item_rubrics_education_rubric_item_request_builder.go
+++ b/education/users_item_rubrics_education_rubric_item_request_builder.go
@@ -18,7 +18,7 @@ type UsersItemRubricsEducationRubricItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UsersItemRubricsEducationRubricItemRequestBuilderGetQueryParameters 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.
+// UsersItemRubricsEducationRubricItemRequestBuilderGetQueryParameters 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.
type UsersItemRubricsEducationRubricItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewUsersItemRubricsEducationRubricItemRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewUsersItemRubricsEducationRubricItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// Delete delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *UsersItemRubricsEducationRubricItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *UsersItemRubricsEducationRubricItemRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *UsersItemRubricsEducationRubricItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// ToDeleteRequestInformation delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments.
func (m *UsersItemRubricsEducationRubricItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UsersItemRubricsEducationRubricItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *UsersItemRubricsEducationRubricItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *UsersItemRubricsEducationRubricItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemRubricsEducationRubricItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *UsersItemRubricsEducationRubricItemRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *UsersItemRubricsEducationRubricItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *UsersItemRubricsEducationRubricItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_rubrics_request_builder.go b/education/users_item_rubrics_request_builder.go
index 31002fda8e2..4f1883507dc 100644
--- a/education/users_item_rubrics_request_builder.go
+++ b/education/users_item_rubrics_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemRubricsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemRubricsRequestBuilderGetQueryParameters retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments.
+// UsersItemRubricsRequestBuilderGetQueryParameters retrieve a list of educationRubric objects. This API is available in the following national cloud deployments.
type UsersItemRubricsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUsersItemRubricsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *UsersItemRubricsRequestBuilder) Count()(*UsersItemRubricsCountRequestBuilder) {
return NewUsersItemRubricsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of educationRubric objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *UsersItemRubricsRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricCollectionResponseable), nil
}
-// Post create a new educationRubric object. This API is supported in the following national cloud deployments.
+// Post create a new educationRubric object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *UsersItemRubricsRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable), nil
}
-// ToGetRequestInformation retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of educationRubric objects. This API is available in the following national cloud deployments.
func (m *UsersItemRubricsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemRubricsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *UsersItemRubricsRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new educationRubric object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new educationRubric object. This API is available in the following national cloud deployments.
func (m *UsersItemRubricsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationRubricable, requestConfiguration *UsersItemRubricsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_schools_request_builder.go b/education/users_item_schools_request_builder.go
index fbcf2937ee7..46aab51cc17 100644
--- a/education/users_item_schools_request_builder.go
+++ b/education/users_item_schools_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemSchoolsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemSchoolsRequestBuilderGetQueryParameters retrieve a list of schools for a user. This API is supported in the following national cloud deployments.
+// UsersItemSchoolsRequestBuilderGetQueryParameters retrieve a list of schools for a user. This API is available in the following national cloud deployments.
type UsersItemSchoolsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewUsersItemSchoolsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *UsersItemSchoolsRequestBuilder) Count()(*UsersItemSchoolsCountRequestBuilder) {
return NewUsersItemSchoolsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of schools for a user. This API is supported in the following national cloud deployments.
+// Get retrieve a list of schools for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *UsersItemSchoolsRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of schools for a user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of schools for a user. This API is available in the following national cloud deployments.
func (m *UsersItemSchoolsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemSchoolsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_taught_classes_request_builder.go b/education/users_item_taught_classes_request_builder.go
index 9de4f4ff7aa..e7e87f5c99d 100644
--- a/education/users_item_taught_classes_request_builder.go
+++ b/education/users_item_taught_classes_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemTaughtClassesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemTaughtClassesRequestBuilderGetQueryParameters get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments.
+// UsersItemTaughtClassesRequestBuilderGetQueryParameters get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments.
type UsersItemTaughtClassesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewUsersItemTaughtClassesRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *UsersItemTaughtClassesRequestBuilder) Count()(*UsersItemTaughtClassesCountRequestBuilder) {
return NewUsersItemTaughtClassesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments.
+// Get get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *UsersItemTaughtClassesRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationClassCollectionResponseable), nil
}
-// ToGetRequestInformation get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments.
func (m *UsersItemTaughtClassesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemTaughtClassesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_item_user_request_builder.go b/education/users_item_user_request_builder.go
index 4bb0a68f3d8..faa37addd19 100644
--- a/education/users_item_user_request_builder.go
+++ b/education/users_item_user_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersItemUserRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersItemUserRequestBuilderGetQueryParameters retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments.
+// UsersItemUserRequestBuilderGetQueryParameters retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments.
type UsersItemUserRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewUsersItemUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewUsersItemUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments.
+// Get retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0
@@ -70,7 +70,7 @@ func (m *UsersItemUserRequestBuilder) MailboxSettings()(*UsersItemUserMailboxSet
func (m *UsersItemUserRequestBuilder) ServiceProvisioningErrors()(*UsersItemUserServiceProvisioningErrorsRequestBuilder) {
return NewUsersItemUserServiceProvisioningErrorsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments.
func (m *UsersItemUserRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersItemUserRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/education/users_request_builder.go b/education/users_request_builder.go
index 7a7a3778c3f..42fb068c68f 100644
--- a/education/users_request_builder.go
+++ b/education/users_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersRequestBuilderGetQueryParameters get a list of the educationUser objects and their properties. This API is supported in the following national cloud deployments.
+// UsersRequestBuilderGetQueryParameters get a list of the educationUser objects and their properties. This API is available in the following national cloud deployments.
type UsersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *UsersRequestBuilder) Count()(*UsersCountRequestBuilder) {
func (m *UsersRequestBuilder) Delta()(*UsersDeltaRequestBuilder) {
return NewUsersDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the educationUser objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the educationUser objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *UsersRequestBuilder) Get(ctx context.Context, requestConfiguration *Use
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserCollectionResponseable), nil
}
-// Post create a new educationUser object. This API is supported in the following national cloud deployments.
+// Post create a new educationUser object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *UsersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable), nil
}
-// ToGetRequestInformation get a list of the educationUser objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the educationUser objects and their properties. This API is available in the following national cloud deployments.
func (m *UsersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *UsersRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new educationUser object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new educationUser object. This API is available in the following national cloud deployments.
func (m *UsersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable, requestConfiguration *UsersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_course_activities_learning_course_activity_item_request_builder.go b/employeeexperience/learning_course_activities_learning_course_activity_item_request_builder.go
index f0e8919bfa1..107fee10a92 100644
--- a/employeeexperience/learning_course_activities_learning_course_activity_item_request_builder.go
+++ b/employeeexperience/learning_course_activities_learning_course_activity_item_request_builder.go
@@ -18,7 +18,7 @@ type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters 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.
+// LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters 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.
type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) Delet
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_course_activities_request_builder.go b/employeeexperience/learning_course_activities_request_builder.go
index 9f825b76a30..f942d4d0cd8 100644
--- a/employeeexperience/learning_course_activities_request_builder.go
+++ b/employeeexperience/learning_course_activities_request_builder.go
@@ -11,7 +11,7 @@ import (
type LearningCourseActivitiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LearningCourseActivitiesRequestBuilderGetQueryParameters 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.
+// LearningCourseActivitiesRequestBuilderGetQueryParameters 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.
type LearningCourseActivitiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewLearningCourseActivitiesRequestBuilder(rawUrl string, requestAdapter i2a
func (m *LearningCourseActivitiesRequestBuilder) Count()(*LearningCourseActivitiesCountRequestBuilder) {
return NewLearningCourseActivitiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
func (m *LearningCourseActivitiesRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningCourseActivitiesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *LearningCourseActivitiesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *LearningCourseActivitiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningCourseActivitiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_providers_item_learning_contents_learning_content_item_request_builder.go b/employeeexperience/learning_providers_item_learning_contents_learning_content_item_request_builder.go
index a4cd673540d..5dc29da7e16 100644
--- a/employeeexperience/learning_providers_item_learning_contents_learning_content_item_request_builder.go
+++ b/employeeexperience/learning_providers_item_learning_contents_learning_content_item_request_builder.go
@@ -18,7 +18,7 @@ type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters 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.
+// LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters 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.
type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -73,7 +73,7 @@ func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder)
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningcontent-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_providers_item_learning_contents_request_builder.go b/employeeexperience/learning_providers_item_learning_contents_request_builder.go
index 9d28dd30dd0..bc8c5cd31f5 100644
--- a/employeeexperience/learning_providers_item_learning_contents_request_builder.go
+++ b/employeeexperience/learning_providers_item_learning_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type LearningProvidersItemLearningContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters 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.
+// LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters 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.
type LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewLearningProvidersItemLearningContentsRequestBuilder(rawUrl string, reque
func (m *LearningProvidersItemLearningContentsRequestBuilder) Count()(*LearningProvidersItemLearningContentsCountRequestBuilder) {
return NewLearningProvidersItemLearningContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningprovider-list-learningcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *LearningProvidersItemLearningContentsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *LearningProvidersItemLearningContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_providers_item_learning_course_activities_learning_course_activity_item_request_builder.go b/employeeexperience/learning_providers_item_learning_course_activities_learning_course_activity_item_request_builder.go
index 99bbd93752f..7ac026dd0fe 100644
--- a/employeeexperience/learning_providers_item_learning_course_activities_learning_course_activity_item_request_builder.go
+++ b/employeeexperience/learning_providers_item_learning_course_activities_learning_course_activity_item_request_builder.go
@@ -54,7 +54,7 @@ func NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemR
urlParams["request-raw-url"] = rawUrl
return NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningcourseactivity-delete?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityable), nil
}
-// Patch update the properties of a learningCourseActivity object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a learningCourseActivity object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningcourseactivity-update?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItem
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a learningCourseActivity object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a learningCourseActivity object. This API is available in the following national cloud deployments.
func (m *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityable, requestConfiguration *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_providers_item_learning_course_activities_request_builder.go b/employeeexperience/learning_providers_item_learning_course_activities_request_builder.go
index 846a2f3bba2..c2c1e199613 100644
--- a/employeeexperience/learning_providers_item_learning_course_activities_request_builder.go
+++ b/employeeexperience/learning_providers_item_learning_course_activities_request_builder.go
@@ -93,7 +93,7 @@ func (m *LearningProvidersItemLearningCourseActivitiesRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/employeeexperienceuser-post-learningcourseactivities?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *LearningProvidersItemLearningCourseActivitiesRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LearningProvidersItemLearningCourseActivitiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityable, requestConfiguration *LearningProvidersItemLearningCourseActivitiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_providers_learning_provider_item_request_builder.go b/employeeexperience/learning_providers_learning_provider_item_request_builder.go
index 47815e4d2a0..4cccfc5e4fa 100644
--- a/employeeexperience/learning_providers_learning_provider_item_request_builder.go
+++ b/employeeexperience/learning_providers_learning_provider_item_request_builder.go
@@ -18,7 +18,7 @@ type LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters read the properties and relationships of a learningProvider object. This API is supported in the following national cloud deployments.
+// LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters read the properties and relationships of a learningProvider object. This API is available in the following national cloud deployments.
type LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -73,7 +73,7 @@ func (m *LearningProvidersLearningProviderItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get read the properties and relationships of a learningProvider object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a learningProvider object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningprovider-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *LearningProvidersLearningProviderItemRequestBuilder) LearningContents()
func (m *LearningProvidersLearningProviderItemRequestBuilder) LearningCourseActivities()(*LearningProvidersItemLearningCourseActivitiesRequestBuilder) {
return NewLearningProvidersItemLearningCourseActivitiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a learningProvider object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a learningProvider object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningprovider-update?view=graph-rest-1.0
@@ -137,7 +137,7 @@ func (m *LearningProvidersLearningProviderItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a learningProvider object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a learningProvider object. This API is available in the following national cloud deployments.
func (m *LearningProvidersLearningProviderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *LearningProvidersLearningProviderItemRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a learningProvider object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a learningProvider object. This API is available in the following national cloud deployments.
func (m *LearningProvidersLearningProviderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/employeeexperience/learning_providers_request_builder.go b/employeeexperience/learning_providers_request_builder.go
index 2f888a7152b..e93f22eee68 100644
--- a/employeeexperience/learning_providers_request_builder.go
+++ b/employeeexperience/learning_providers_request_builder.go
@@ -11,7 +11,7 @@ import (
type LearningProvidersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LearningProvidersRequestBuilderGetQueryParameters get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is supported in the following national cloud deployments.
+// LearningProvidersRequestBuilderGetQueryParameters get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is available in the following national cloud deployments.
type LearningProvidersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewLearningProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *LearningProvidersRequestBuilder) Count()(*LearningProvidersCountRequestBuilder) {
return NewLearningProvidersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/employeeexperience-list-learningproviders?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *LearningProvidersRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/employeeexperience-post-learningproviders?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *LearningProvidersRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable), nil
}
-// ToGetRequestInformation get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is available in the following national cloud deployments.
func (m *LearningProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *LearningProvidersRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LearningProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, requestConfiguration *LearningProvidersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_external_connection_item_request_builder.go b/external/connections_external_connection_item_request_builder.go
index ee4acc178c9..cdb9efa8e63 100644
--- a/external/connections_external_connection_item_request_builder.go
+++ b/external/connections_external_connection_item_request_builder.go
@@ -18,7 +18,7 @@ type ConnectionsExternalConnectionItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConnectionsExternalConnectionItemRequestBuilderGetQueryParameters read the properties and relationships of an externalConnection object. This API is supported in the following national cloud deployments.
+// ConnectionsExternalConnectionItemRequestBuilderGetQueryParameters read the properties and relationships of an externalConnection object. This API is available in the following national cloud deployments.
type ConnectionsExternalConnectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewConnectionsExternalConnectionItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewConnectionsExternalConnectionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes an externalConnection object. This API is supported in the following national cloud deployments.
+// Delete deletes an externalConnection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ConnectionsExternalConnectionItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get read the properties and relationships of an externalConnection object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an externalConnection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *ConnectionsExternalConnectionItemRequestBuilder) Items()(*ConnectionsIt
func (m *ConnectionsExternalConnectionItemRequestBuilder) Operations()(*ConnectionsItemOperationsRequestBuilder) {
return NewConnectionsItemOperationsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an externalConnection object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an externalConnection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ConnectionsExternalConnectionItemRequestBuilder) Patch(ctx context.Cont
func (m *ConnectionsExternalConnectionItemRequestBuilder) Schema()(*ConnectionsItemSchemaRequestBuilder) {
return NewConnectionsItemSchemaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes an externalConnection object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes an externalConnection object. This API is available in the following national cloud deployments.
func (m *ConnectionsExternalConnectionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConnectionsExternalConnectionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ConnectionsExternalConnectionItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an externalConnection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an externalConnection object. This API is available in the following national cloud deployments.
func (m *ConnectionsExternalConnectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsExternalConnectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ConnectionsExternalConnectionItemRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an externalConnection object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an externalConnection object. This API is available in the following national cloud deployments.
func (m *ConnectionsExternalConnectionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalConnectionable, requestConfiguration *ConnectionsExternalConnectionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_groups_external_group_item_request_builder.go b/external/connections_item_groups_external_group_item_request_builder.go
index 09c5374f73e..93f51e3d0d6 100644
--- a/external/connections_item_groups_external_group_item_request_builder.go
+++ b/external/connections_item_groups_external_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ConnectionsItemGroupsExternalGroupItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConnectionsItemGroupsExternalGroupItemRequestBuilderGetQueryParameters get an externalGroup object. This API is supported in the following national cloud deployments.
+// ConnectionsItemGroupsExternalGroupItemRequestBuilderGetQueryParameters get an externalGroup object. This API is available in the following national cloud deployments.
type ConnectionsItemGroupsExternalGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewConnectionsItemGroupsExternalGroupItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewConnectionsItemGroupsExternalGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an externalGroup object. This API is supported in the following national cloud deployments.
+// Delete delete an externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get get an externalGroup object. This API is supported in the following national cloud deployments.
+// Get get an externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) Get(ctx context.C
func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) Members()(*ConnectionsItemGroupsItemMembersRequestBuilder) {
return NewConnectionsItemGroupsItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an externalGroup object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) Patch(ctx context
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable), nil
}
-// ToDeleteRequestInformation delete an externalGroup object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an externalGroup object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemGroupsExternalGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation get an externalGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an externalGroup object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemGroupsExternalGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an externalGroup object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an externalGroup object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsExternalGroupItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable, requestConfiguration *ConnectionsItemGroupsExternalGroupItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_groups_item_members_identity_item_request_builder.go b/external/connections_item_groups_item_members_identity_item_request_builder.go
index 708920d5482..03045b6d114 100644
--- a/external/connections_item_groups_item_members_identity_item_request_builder.go
+++ b/external/connections_item_groups_item_members_identity_item_request_builder.go
@@ -54,10 +54,10 @@ func NewConnectionsItemGroupsItemMembersIdentityItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewConnectionsItemGroupsItemMembersIdentityItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments.
+// Delete delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-identity-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0
func (m *ConnectionsItemGroupsItemMembersIdentityItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ConnectionsItemGroupsItemMembersIdentityItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -111,7 +111,7 @@ func (m *ConnectionsItemGroupsItemMembersIdentityItemRequestBuilder) Patch(ctx c
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Identityable), nil
}
-// ToDeleteRequestInformation delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsItemMembersIdentityItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemGroupsItemMembersIdentityItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_groups_item_members_request_builder.go b/external/connections_item_groups_item_members_request_builder.go
index 0aeae5225b0..24817f5866b 100644
--- a/external/connections_item_groups_item_members_request_builder.go
+++ b/external/connections_item_groups_item_members_request_builder.go
@@ -93,7 +93,7 @@ func (m *ConnectionsItemGroupsItemMembersRequestBuilder) Get(ctx context.Context
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.IdentityCollectionResponseable), nil
}
-// Post create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments.
+// Post create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ConnectionsItemGroupsItemMembersRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Identityable, requestConfiguration *ConnectionsItemGroupsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_groups_request_builder.go b/external/connections_item_groups_request_builder.go
index 7117da51586..1dc6100aa7f 100644
--- a/external/connections_item_groups_request_builder.go
+++ b/external/connections_item_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConnectionsItemGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConnectionsItemGroupsRequestBuilderGetQueryParameters get an externalGroup object. This API is supported in the following national cloud deployments.
+// ConnectionsItemGroupsRequestBuilderGetQueryParameters get an externalGroup object. This API is available in the following national cloud deployments.
type ConnectionsItemGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConnectionsItemGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ConnectionsItemGroupsRequestBuilder) Count()(*ConnectionsItemGroupsCountRequestBuilder) {
return NewConnectionsItemGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an externalGroup object. This API is supported in the following national cloud deployments.
+// Get get an externalGroup object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsRequestBuilder) Get(ctx context.Context, requestConfiguration *ConnectionsItemGroupsRequestBuilderGetRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ConnectionsItemGroupsRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupCollectionResponseable), nil
}
-// Post create a new externalGroup object. This API is supported in the following national cloud deployments.
+// Post create a new externalGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ConnectionsItemGroupsRequestBuilder) Post(ctx context.Context, body i64
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable), nil
}
-// ToGetRequestInformation get an externalGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an externalGroup object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ConnectionsItemGroupsRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new externalGroup object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new externalGroup object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalGroupable, requestConfiguration *ConnectionsItemGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_items_external_item_item_request_builder.go b/external/connections_item_items_external_item_item_request_builder.go
index 81595275aa4..15870ba1353 100644
--- a/external/connections_item_items_external_item_item_request_builder.go
+++ b/external/connections_item_items_external_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ConnectionsItemItemsExternalItemItemRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConnectionsItemItemsExternalItemItemRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ConnectionsItemItemsExternalItemItemRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
type ConnectionsItemItemsExternalItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewConnectionsItemItemsExternalItemItemRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewConnectionsItemItemsExternalItemItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an externalItem object. This API is supported in the following national cloud deployments.
+// Delete delete an externalItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ConnectionsItemItemsExternalItemItemRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ConnectionsItemItemsExternalItemItemRequestBuilder) Put(ctx context.Con
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalItemable), nil
}
-// ToDeleteRequestInformation delete an externalItem object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an externalItem object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemItemsExternalItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemItemsExternalItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ConnectionsItemItemsExternalItemItemRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemItemsExternalItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemItemsExternalItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go
index 9674bbf326f..8c21d4d4d3c 100644
--- a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go
+++ b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAd
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAd
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/external/connections_item_items_request_builder.go b/external/connections_item_items_request_builder.go
index de6e9068817..ade034d01e8 100644
--- a/external/connections_item_items_request_builder.go
+++ b/external/connections_item_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConnectionsItemItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConnectionsItemItemsRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ConnectionsItemItemsRequestBuilderGetQueryParameters read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
type ConnectionsItemItemsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConnectionsItemItemsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ConnectionsItemItemsRequestBuilder) Count()(*ConnectionsItemItemsCountRequestBuilder) {
return NewConnectionsItemItemsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemItemsRequestBuilder) Get(ctx context.Context, requestConfiguration *ConnectionsItemItemsRequestBuilderGetRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalItemCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ConnectionsItemItemsRequestBuilder) Post(ctx context.Context, body i648
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalItemable), nil
}
-// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_operations_connection_operation_item_request_builder.go b/external/connections_item_operations_connection_operation_item_request_builder.go
index 6de8fd8f117..ed7e73de94a 100644
--- a/external/connections_item_operations_connection_operation_item_request_builder.go
+++ b/external/connections_item_operations_connection_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ConnectionsItemOperationsConnectionOperationItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConnectionsItemOperationsConnectionOperationItemRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ConnectionsItemOperationsConnectionOperationItemRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
type ConnectionsItemOperationsConnectionOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ConnectionsItemOperationsConnectionOperationItemRequestBuilder) Delete(
}
return nil
}
-// Get read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ConnectionsItemOperationsConnectionOperationItemRequestBuilder) ToDelet
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemOperationsConnectionOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemOperationsConnectionOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_operations_request_builder.go b/external/connections_item_operations_request_builder.go
index 7189eeeafc2..71639549cb1 100644
--- a/external/connections_item_operations_request_builder.go
+++ b/external/connections_item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConnectionsItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConnectionsItemOperationsRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ConnectionsItemOperationsRequestBuilderGetQueryParameters read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
type ConnectionsItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConnectionsItemOperationsRequestBuilder(rawUrl string, requestAdapter i2
func (m *ConnectionsItemOperationsRequestBuilder) Count()(*ConnectionsItemOperationsCountRequestBuilder) {
return NewConnectionsItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ConnectionsItemOperationsRequestBuilderGetRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ConnectionsItemOperationsRequestBuilder) Post(ctx context.Context, body
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable), nil
}
-// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_item_schema_request_builder.go b/external/connections_item_schema_request_builder.go
index 84a8839e179..de156774d47 100644
--- a/external/connections_item_schema_request_builder.go
+++ b/external/connections_item_schema_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConnectionsItemSchemaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConnectionsItemSchemaRequestBuilderGetQueryParameters read the properties and relationships of a schema object. This API is supported in the following national cloud deployments.
+// ConnectionsItemSchemaRequestBuilderGetQueryParameters read the properties and relationships of a schema object. This API is available in the following national cloud deployments.
type ConnectionsItemSchemaRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewConnectionsItemSchemaRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewConnectionsItemSchemaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a schema object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a schema object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0
@@ -69,7 +69,10 @@ func (m *ConnectionsItemSchemaRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable), nil
}
-// Patch update the navigation property schema in external
+// Patch create a new schema object.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0
func (m *ConnectionsItemSchemaRequestBuilder) Patch(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, requestConfiguration *ConnectionsItemSchemaRequestBuilderPatchRequestConfiguration)(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -88,7 +91,7 @@ func (m *ConnectionsItemSchemaRequestBuilder) Patch(ctx context.Context, body i6
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable), nil
}
-// ToGetRequestInformation read the properties and relationships of a schema object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a schema object. This API is available in the following national cloud deployments.
func (m *ConnectionsItemSchemaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsItemSchemaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -104,7 +107,7 @@ func (m *ConnectionsItemSchemaRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the navigation property schema in external
+// ToPatchRequestInformation create a new schema object.
func (m *ConnectionsItemSchemaRequestBuilder) ToPatchRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, requestConfiguration *ConnectionsItemSchemaRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/external/connections_request_builder.go b/external/connections_request_builder.go
index 00359d8ac5a..b799157bd8d 100644
--- a/external/connections_request_builder.go
+++ b/external/connections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConnectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConnectionsRequestBuilderGetQueryParameters get a list of the externalConnection objects and their properties. This API is supported in the following national cloud deployments.
+// ConnectionsRequestBuilderGetQueryParameters get a list of the externalConnection objects and their properties. This API is available in the following national cloud deployments.
type ConnectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConnectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *ConnectionsRequestBuilder) Count()(*ConnectionsCountRequestBuilder) {
return NewConnectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the externalConnection objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the externalConnection objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ConnectionsRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalConnectionCollectionResponseable), nil
}
-// Post create a new externalConnection object. This API is supported in the following national cloud deployments.
+// Post create a new externalConnection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ConnectionsRequestBuilder) Post(ctx context.Context, body i648e92ed2299
}
return res.(i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalConnectionable), nil
}
-// ToGetRequestInformation get a list of the externalConnection objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the externalConnection objects and their properties. This API is available in the following national cloud deployments.
func (m *ConnectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ConnectionsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new externalConnection object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new externalConnection object. This API is available in the following national cloud deployments.
func (m *ConnectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ExternalConnectionable, requestConfiguration *ConnectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/graph_request_adapter.go b/graph_request_adapter.go
index 68623100844..c90837e0b86 100644
--- a/graph_request_adapter.go
+++ b/graph_request_adapter.go
@@ -10,7 +10,7 @@ import (
var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
- GraphServiceLibraryVersion: "1.19.0",
+ GraphServiceLibraryVersion: "1.20.0",
}
// GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware.
@@ -90,3 +90,4 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH
+
diff --git a/grouplifecyclepolicies/group_lifecycle_policies_request_builder.go b/grouplifecyclepolicies/group_lifecycle_policies_request_builder.go
index 55ebdfdd66c..b13489c08ae 100644
--- a/grouplifecyclepolicies/group_lifecycle_policies_request_builder.go
+++ b/grouplifecyclepolicies/group_lifecycle_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type GroupLifecyclePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// GroupLifecyclePoliciesRequestBuilderGetQueryParameters list all the groupLifecyclePolicies. This API is supported in the following national cloud deployments.
+// GroupLifecyclePoliciesRequestBuilderGetQueryParameters list all the groupLifecyclePolicies. This API is available in the following national cloud deployments.
type GroupLifecyclePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewGroupLifecyclePoliciesRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *GroupLifecyclePoliciesRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all the groupLifecyclePolicies. This API is supported in the following national cloud deployments.
+// Get list all the groupLifecyclePolicies. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *GroupLifecyclePoliciesRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupLifecyclePolicyCollectionResponseable), nil
}
-// Post creates a new groupLifecyclePolicy. This API is supported in the following national cloud deployments.
+// Post creates a new groupLifecyclePolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *GroupLifecyclePoliciesRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupLifecyclePolicyable), nil
}
-// ToGetRequestInformation list all the groupLifecyclePolicies. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list all the groupLifecyclePolicies. This API is available in the following national cloud deployments.
func (m *GroupLifecyclePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupLifecyclePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *GroupLifecyclePoliciesRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation creates a new groupLifecyclePolicy. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation creates a new groupLifecyclePolicy. This API is available in the following national cloud deployments.
func (m *GroupLifecyclePoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupLifecyclePolicyable, requestConfiguration *GroupLifecyclePoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/grouplifecyclepolicies/group_lifecycle_policy_item_request_builder.go b/grouplifecyclepolicies/group_lifecycle_policy_item_request_builder.go
index 99edabed525..70149ccf299 100644
--- a/grouplifecyclepolicies/group_lifecycle_policy_item_request_builder.go
+++ b/grouplifecyclepolicies/group_lifecycle_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type GroupLifecyclePolicyItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// GroupLifecyclePolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a groupLifecyclePolicies object. This API is supported in the following national cloud deployments.
+// GroupLifecyclePolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a groupLifecyclePolicies object. This API is available in the following national cloud deployments.
type GroupLifecyclePolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewGroupLifecyclePolicyItemRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewGroupLifecyclePolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a groupLifecyclePolicy. This API is supported in the following national cloud deployments.
+// Delete delete a groupLifecyclePolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *GroupLifecyclePolicyItemRequestBuilder) Delete(ctx context.Context, req
}
return nil
}
-// Get retrieve the properties and relationships of a groupLifecyclePolicies object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a groupLifecyclePolicies object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *GroupLifecyclePolicyItemRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupLifecyclePolicyable), nil
}
-// Patch update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *GroupLifecyclePolicyItemRequestBuilder) Patch(ctx context.Context, body
func (m *GroupLifecyclePolicyItemRequestBuilder) RemoveGroup()(*ItemRemoveGroupRequestBuilder) {
return NewItemRemoveGroupRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a groupLifecyclePolicy. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a groupLifecyclePolicy. This API is available in the following national cloud deployments.
func (m *GroupLifecyclePolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *GroupLifecyclePolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *GroupLifecyclePolicyItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a groupLifecyclePolicies object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a groupLifecyclePolicies object. This API is available in the following national cloud deployments.
func (m *GroupLifecyclePolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupLifecyclePolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *GroupLifecyclePolicyItemRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is available in the following national cloud deployments.
func (m *GroupLifecyclePolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupLifecyclePolicyable, requestConfiguration *GroupLifecyclePolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/grouplifecyclepolicies/item_add_group_post_request_body.go b/grouplifecyclepolicies/item_add_group_post_request_body.go
index 9280c009a5c..8d419df0e76 100644
--- a/grouplifecyclepolicies/item_add_group_post_request_body.go
+++ b/grouplifecyclepolicies/item_add_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemAddGroupPostRequestBody()(*ItemAddGroupPostRequestBody) {
func CreateItemAddGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemAddGroupPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemAddGroupPostRequestBody) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/grouplifecyclepolicies/item_add_group_post_response.go b/grouplifecyclepolicies/item_add_group_post_response.go
index e349701ee89..8d5c77d153a 100644
--- a/grouplifecyclepolicies/item_add_group_post_response.go
+++ b/grouplifecyclepolicies/item_add_group_post_response.go
@@ -22,7 +22,7 @@ func NewItemAddGroupPostResponse()(*ItemAddGroupPostResponse) {
func CreateItemAddGroupPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddGroupPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddGroupPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemAddGroupPostResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddGroupPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemAddGroupPostResponse) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddGroupPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddGroupPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/grouplifecyclepolicies/item_add_group_request_builder.go b/grouplifecyclepolicies/item_add_group_request_builder.go
index 3af6d0d55f1..a8a2f1d9b34 100644
--- a/grouplifecyclepolicies/item_add_group_request_builder.go
+++ b/grouplifecyclepolicies/item_add_group_request_builder.go
@@ -30,7 +30,7 @@ func NewItemAddGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
urlParams["request-raw-url"] = rawUrl
return NewItemAddGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddGroupPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemAddGroupRequestBuilder) Post(ctx context.Context, body ItemAddGroup
}
return res.(ItemAddGroupResponseable), nil
}
-// PostAsAddGroupPostResponse 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.
+// PostAsAddGroupPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemAddGroupRequestBuilder) PostAsAddGroupPostResponse(ctx context.Cont
}
return res.(ItemAddGroupPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAddGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAddGroupPostRequestBodyable, requestConfiguration *ItemAddGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/grouplifecyclepolicies/item_remove_group_post_request_body.go b/grouplifecyclepolicies/item_remove_group_post_request_body.go
index 32f4bff81ae..eef361835d5 100644
--- a/grouplifecyclepolicies/item_remove_group_post_request_body.go
+++ b/grouplifecyclepolicies/item_remove_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemRemoveGroupPostRequestBody()(*ItemRemoveGroupPostRequestBody) {
func CreateItemRemoveGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemoveGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemRemoveGroupPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRemoveGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemRemoveGroupPostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRemoveGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/grouplifecyclepolicies/item_remove_group_post_response.go b/grouplifecyclepolicies/item_remove_group_post_response.go
index f5cde2c928a..010ec3a029c 100644
--- a/grouplifecyclepolicies/item_remove_group_post_response.go
+++ b/grouplifecyclepolicies/item_remove_group_post_response.go
@@ -22,7 +22,7 @@ func NewItemRemoveGroupPostResponse()(*ItemRemoveGroupPostResponse) {
func CreateItemRemoveGroupPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemoveGroupPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveGroupPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemRemoveGroupPostResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRemoveGroupPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemRemoveGroupPostResponse) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveGroupPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRemoveGroupPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/grouplifecyclepolicies/item_remove_group_request_builder.go b/grouplifecyclepolicies/item_remove_group_request_builder.go
index a4bde030cf6..ab757dfa31a 100644
--- a/grouplifecyclepolicies/item_remove_group_request_builder.go
+++ b/grouplifecyclepolicies/item_remove_group_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRemoveGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemRemoveGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post removes a group from a lifecycle policy. This API is supported in the following national cloud deployments.
+// Post removes a group from a lifecycle policy. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsRemoveGroupPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemRemoveGroupRequestBuilder) Post(ctx context.Context, body ItemRemov
}
return res.(ItemRemoveGroupResponseable), nil
}
-// PostAsRemoveGroupPostResponse removes a group from a lifecycle policy. This API is supported in the following national cloud deployments.
+// PostAsRemoveGroupPostResponse removes a group from a lifecycle policy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemRemoveGroupRequestBuilder) PostAsRemoveGroupPostResponse(ctx contex
}
return res.(ItemRemoveGroupPostResponseable), nil
}
-// ToPostRequestInformation removes a group from a lifecycle policy. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation removes a group from a lifecycle policy. This API is available in the following national cloud deployments.
func (m *ItemRemoveGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemRemoveGroupPostRequestBodyable, requestConfiguration *ItemRemoveGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/get_available_extension_properties_post_request_body.go b/groups/get_available_extension_properties_post_request_body.go
index 5cefcab9e84..6350ee63261 100644
--- a/groups/get_available_extension_properties_post_request_body.go
+++ b/groups/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/get_available_extension_properties_request_builder.go b/groups/get_available_extension_properties_request_builder.go
index 641266f3ccb..8771f42921c 100644
--- a/groups/get_available_extension_properties_request_builder.go
+++ b/groups/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/get_by_ids_post_request_body.go b/groups/get_by_ids_post_request_body.go
index 32194009018..260078e4e06 100644
--- a/groups/get_by_ids_post_request_body.go
+++ b/groups/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/get_by_ids_request_builder.go b/groups/get_by_ids_request_builder.go
index 0cc98c31b8a..34cbefb6ab9 100644
--- a/groups/get_by_ids_request_builder.go
+++ b/groups/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/group_item_request_builder.go b/groups/group_item_request_builder.go
index 0f22014b59a..10ad904a8e3 100644
--- a/groups/group_item_request_builder.go
+++ b/groups/group_item_request_builder.go
@@ -18,7 +18,7 @@ type GroupItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// GroupItemRequestBuilderGetQueryParameters 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.
+// GroupItemRequestBuilderGetQueryParameters 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.
type GroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -98,7 +98,7 @@ func (m *GroupItemRequestBuilder) Conversations()(*ItemConversationsRequestBuild
func (m *GroupItemRequestBuilder) CreatedOnBehalfOf()(*ItemCreatedOnBehalfOfRequestBuilder) {
return NewItemCreatedOnBehalfOfRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *GroupItemRequestBuilder) Events()(*ItemEventsRequestBuilder) {
func (m *GroupItemRequestBuilder) Extensions()(*ItemExtensionsRequestBuilder) {
return NewItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0
@@ -187,10 +187,10 @@ func (m *GroupItemRequestBuilder) Onenote()(*ItemOnenoteRequestBuilder) {
func (m *GroupItemRequestBuilder) Owners()(*ItemOwnersRequestBuilder) {
return NewItemOwnersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch update the properties of a group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/group-update?view=graph-rest-1.0
func (m *GroupItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, requestConfiguration *GroupItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -273,7 +273,7 @@ func (m *GroupItemRequestBuilder) Team()(*ItemTeamRequestBuilder) {
func (m *GroupItemRequestBuilder) Threads()(*ItemThreadsRequestBuilder) {
return NewItemThreadsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *GroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *GroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -285,7 +285,7 @@ func (m *GroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *GroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -301,7 +301,7 @@ func (m *GroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, r
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation update the properties of a group object. This API is available in the following national cloud deployments.
func (m *GroupItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, requestConfiguration *GroupItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/groups_request_builder.go b/groups/groups_request_builder.go
index 654ecc65dc9..f0dea0a0e75 100644
--- a/groups/groups_request_builder.go
+++ b/groups/groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type GroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// GroupsRequestBuilderGetQueryParameters 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.
+// GroupsRequestBuilderGetQueryParameters 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.
type GroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *GroupsRequestBuilder) Count()(*CountRequestBuilder) {
func (m *GroupsRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0
@@ -108,7 +108,7 @@ func (m *GroupsRequestBuilder) GetAvailableExtensionProperties()(*GetAvailableEx
func (m *GroupsRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
return NewGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *GroupsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *GroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *GroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requ
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, requestConfiguration *GroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_accepted_senders_ref_request_builder.go b/groups/item_accepted_senders_ref_request_builder.go
index 817b3fc6513..b731c464fda 100644
--- a/groups/item_accepted_senders_ref_request_builder.go
+++ b/groups/item_accepted_senders_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAcceptedSendersRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAcceptedSendersRefRequestBuilderGetQueryParameters 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.
+// ItemAcceptedSendersRefRequestBuilderGetQueryParameters 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.
type ItemAcceptedSendersRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemAcceptedSendersRefRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewItemAcceptedSendersRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemAcceptedSendersRefRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemAcceptedSendersRefRequestBuilder) Post(ctx context.Context, body ia
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAcceptedSendersRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAcceptedSendersRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -110,7 +110,7 @@ func (m *ItemAcceptedSendersRefRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAcceptedSendersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemAcceptedSendersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_accepted_senders_request_builder.go b/groups/item_accepted_senders_request_builder.go
index 747d4ce06f3..b6cf2224746 100644
--- a/groups/item_accepted_senders_request_builder.go
+++ b/groups/item_accepted_senders_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAcceptedSendersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAcceptedSendersRequestBuilderGetQueryParameters 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.
+// ItemAcceptedSendersRequestBuilderGetQueryParameters 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.
type ItemAcceptedSendersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -63,7 +63,7 @@ func NewItemAcceptedSendersRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemAcceptedSendersRequestBuilder) Count()(*ItemAcceptedSendersCountRequestBuilder) {
return NewItemAcceptedSendersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAcceptedSendersRequestBuilder) Get(ctx context.Context, requestConf
func (m *ItemAcceptedSendersRequestBuilder) Ref()(*ItemAcceptedSendersRefRequestBuilder) {
return NewItemAcceptedSendersRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAcceptedSendersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAcceptedSendersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_add_favorite_request_builder.go b/groups/item_add_favorite_request_builder.go
index ff04a49dbb0..4239eb080d8 100644
--- a/groups/item_add_favorite_request_builder.go
+++ b/groups/item_add_favorite_request_builder.go
@@ -30,7 +30,7 @@ func NewItemAddFavoriteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemAddFavoriteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemAddFavoriteRequestBuilder) Post(ctx context.Context, requestConfigu
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAddFavoriteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemAddFavoriteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_app_role_assignments_app_role_assignment_item_request_builder.go b/groups/item_app_role_assignments_app_role_assignment_item_request_builder.go
index 649e0f23afa..b5fe6957a03 100644
--- a/groups/item_app_role_assignments_app_role_assignment_item_request_builder.go
+++ b/groups/item_app_role_assignments_app_role_assignment_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes an appRoleAssignment that a group has been granted. This API is supported in the following national cloud deployments.
+// Delete deletes an appRoleAssignment that a group has been granted. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable), nil
}
-// ToDeleteRequestInformation deletes an appRoleAssignment that a group has been granted. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes an appRoleAssignment that a group has been granted. This API is available in the following national cloud deployments.
func (m *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_app_role_assignments_request_builder.go b/groups/item_app_role_assignments_request_builder.go
index 656094ed177..cf34851ce8e 100644
--- a/groups/item_app_role_assignments_request_builder.go
+++ b/groups/item_app_role_assignments_request_builder.go
@@ -96,7 +96,7 @@ func (m *ItemAppRoleAssignmentsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemAppRoleAssignmentsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAppRoleAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable, requestConfiguration *ItemAppRoleAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_assign_license_post_request_body.go b/groups/item_assign_license_post_request_body.go
index 307ac45c00c..b618193d635 100644
--- a/groups/item_assign_license_post_request_body.go
+++ b/groups/item_assign_license_post_request_body.go
@@ -24,7 +24,7 @@ func NewItemAssignLicensePostRequestBody()(*ItemAssignLicensePostRequestBody) {
func CreateItemAssignLicensePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAssignLicensePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAssignLicensePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -47,7 +47,7 @@ func (m *ItemAssignLicensePostRequestBody) GetAddLicenses()([]iadcd81124412c61e6
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAssignLicensePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -127,7 +127,7 @@ func (m *ItemAssignLicensePostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAssignLicensePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemAssignLicensePostRequestBody) SetAddLicenses(value []iadcd81124412c
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAssignLicensePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_assign_license_request_builder.go b/groups/item_assign_license_request_builder.go
index 416c08be6e6..6dfc016fcd9 100644
--- a/groups/item_assign_license_request_builder.go
+++ b/groups/item_assign_license_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAssignLicenseRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemAssignLicenseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAssignLicenseRequestBuilder) Post(ctx context.Context, body ItemAss
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAssignLicenseRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAssignLicensePostRequestBodyable, requestConfiguration *ItemAssignLicenseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go b/groups/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go
index e7243418fe5..1e9d9dba500 100644
--- a/groups/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go
+++ b/groups/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete calendarPermission. This API is supported in the following national cloud deployments.
+// Delete delete calendarPermission. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) De
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) Pa
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToDeleteRequestInformation delete calendarPermission. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete calendarPermission. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_permissions_request_builder.go b/groups/item_calendar_calendar_permissions_request_builder.go
index 4b2166403db..4003296146a 100644
--- a/groups/item_calendar_calendar_permissions_request_builder.go
+++ b/groups/item_calendar_calendar_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarPermissionsRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarPermissionsRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemCalendarCalendarPermissionsRequestBuilder(rawUrl string, requestAdap
func (m *ItemCalendarCalendarPermissionsRequestBuilder) Count()(*ItemCalendarCalendarPermissionsCountRequestBuilder) {
return NewItemCalendarCalendarPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemCalendarCalendarPermissionsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemCalendarCalendarPermissionsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemCalendarCalendarPermissionsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarCalendarPermissionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_delta_request_builder.go b/groups/item_calendar_calendar_view_delta_request_builder.go
index 5da1905e51a..7bcbe190622 100644
--- a/groups/item_calendar_calendar_view_delta_request_builder.go
+++ b/groups/item_calendar_calendar_view_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarCalendarViewDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewDeltaRequestBuilder) Get(ctx context.Context, r
}
return res.(ItemCalendarCalendarViewDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarCalendarViewDeltaRequestBuilder) GetAsDeltaGetResponse(ctx
}
return res.(ItemCalendarCalendarViewDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_accept_post_request_body.go b/groups/item_calendar_calendar_view_item_accept_post_request_body.go
index 80bff603601..480c2e9afb3 100644
--- a/groups/item_calendar_calendar_view_item_accept_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemAcceptPostRequestBody()(*ItemCalendarCalenda
func CreateItemCalendarCalendarViewItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetFieldDeserializer
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*b
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_accept_request_builder.go b/groups/item_calendar_calendar_view_item_accept_request_builder.go
index 2ed1a00bb11..89fb6a377b8 100644
--- a/groups/item_calendar_calendar_view_item_accept_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemAcceptRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemAcceptRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go b/groups/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go
index 4f6a0e11bbd..643fbaa15bb 100644
--- a/groups/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go b/groups/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go
index e2416e5ce2a..174d31e4991 100644
--- a/groups/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBod
func CreateItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go b/groups/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go
index 5872abacc7e..3eea30bdf27 100644
--- a/groups/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_attachments_request_builder.go b/groups/item_calendar_calendar_view_item_attachments_request_builder.go
index 315e163b73a..87a25b58047 100644
--- a/groups/item_calendar_calendar_view_item_attachments_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Count()(*ItemCal
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_cancel_post_request_body.go b/groups/item_calendar_calendar_view_item_cancel_post_request_body.go
index 9b4a8a19063..238be469b86 100644
--- a/groups/item_calendar_calendar_view_item_cancel_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemCancelPostRequestBody()(*ItemCalendarCalenda
func CreateItemCalendarCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetFieldDeserializer
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_cancel_request_builder.go b/groups/item_calendar_calendar_view_item_cancel_request_builder.go
index 418b683dedb..a2d693fe2bf 100644
--- a/groups/item_calendar_calendar_view_item_cancel_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemCancelRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemCancelRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_decline_post_request_body.go b/groups/item_calendar_calendar_view_item_decline_post_request_body.go
index cd9798c37ba..9f259ea0566 100644
--- a/groups/item_calendar_calendar_view_item_decline_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemDeclinePostRequestBody()(*ItemCalendarCalend
func CreateItemCalendarCalendarViewItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetComment()(*strin
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserialize
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserialize
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserialize
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetProposedNewTime(
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_decline_request_builder.go b/groups/item_calendar_calendar_view_item_decline_request_builder.go
index 037e712b598..c2a81beb628 100644
--- a/groups/item_calendar_calendar_view_item_decline_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemDeclineRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemDeclineRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go b/groups/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go
index 4e433a9dc72..7b7b4cc3268 100644
--- a/groups/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemDismissReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemDismissReminderRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go b/groups/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go
index 8aeb28fca95..42266c5576c 100644
--- a/groups/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilder) Dele
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_extensions_request_builder.go b/groups/item_calendar_calendar_view_item_extensions_request_builder.go
index 2ae50460df5..f7184d078f4 100644
--- a/groups/item_calendar_calendar_view_item_extensions_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarCalendarViewItemExtensionsRequestBuilder(rawUrl string, requ
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Count()(*ItemCalendarCalendarViewItemExtensionsCountRequestBuilder) {
return NewItemCalendarCalendarViewItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarCalendarViewItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_forward_post_request_body.go b/groups/item_calendar_calendar_view_item_forward_post_request_body.go
index 26482af9904..3f626b2f5e9 100644
--- a/groups/item_calendar_calendar_view_item_forward_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemForwardPostRequestBody()(*ItemCalendarCalend
func CreateItemCalendarCalendarViewItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetComment()(*strin
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetFieldDeserialize
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetFieldDeserialize
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetToRecipients()([
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) Serialize(writer i8
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_forward_request_builder.go
index d2b44d4b9b2..cce5fde4289 100644
--- a/groups/item_calendar_calendar_view_item_forward_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemForwardRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go b/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go
index 7c1a8e1ac7a..28fe04b386b 100644
--- a/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) Get(ctx conte
}
return res.(ItemCalendarCalendarViewItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGet
}
return res.(ItemCalendarCalendarViewItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go
index ce48e811a4e..55c87d6572b 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody()(*ItemCa
func CreateItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetComm
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetFiel
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetFiel
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetSend
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_instances_item_accept_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_accept_request_builder.go
index f67349d95d2..356fcafad2d 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_accept_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
index 031befcf162..6e9e5637160 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemReques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
index 91de9b03ac2..0dde90d0523 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionP
func CreateItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
index 5a05873bf26..2dababfed17 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
index 5c6db97de32..d291fb287a4 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Cou
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go
index aa885df9411..d3d2ca0881d 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody()(*ItemCa
func CreateItemCalendarCalendarViewItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetComm
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetFiel
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go
index e9eb12bc589..84f4e4b9082 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemCancelRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go
index 5e068ce2375..604ed385396 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody()(*ItemC
func CreateItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetCom
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFie
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFie
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFie
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetPro
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetSen
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_instances_item_decline_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_decline_request_builder.go
index 8ff3cedbde9..c601af11490 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_decline_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
index 4c408e04673..1772e2b4018 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilder)
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
index 9805920d745..f1fa29e5ff5 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequest
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go
index 15e1b34337b..39538a2eba1 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder(rawUrl
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarCalendarViewItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarCalendarViewItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go
index 766b0595803..869179887df 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody()(*ItemC
func CreateItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetCom
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetFie
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetFie
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetToR
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) Serial
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
index 85747df6abc..6561ea919af 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
index 10022f8d12b..11507bad7ab 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody()
func CreateItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go
index 22a406fb249..a432d01b3d9 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilder)
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go b/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
index d7a1bb296ae..1eb8666c252 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBod
func CreateItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go
index 2fd7c3f0954..c6a50f15023 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilde
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go b/groups/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go
index 88d116509aa..e0a65695232 100644
--- a/groups/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemSnoozeReminderPostRequestBody()(*ItemCalenda
func CreateItemCalendarCalendarViewItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDese
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetNewRemind
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_snooze_reminder_request_builder.go b/groups/item_calendar_calendar_view_item_snooze_reminder_request_builder.go
index bc0e270900f..4fb22793f7b 100644
--- a/groups/item_calendar_calendar_view_item_snooze_reminder_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemSnoozeReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go b/groups/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go
index dba291e303e..a0784ca2027 100644
--- a/groups/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go
+++ b/groups/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody()(*ItemCale
func CreateItemCalendarCalendarViewItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetCommen
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldD
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldD
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldD
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetPropos
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetSendRe
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_calendar_view_item_tentatively_accept_request_builder.go b/groups/item_calendar_calendar_view_item_tentatively_accept_request_builder.go
index 87a5e2fd315..507f09e7360 100644
--- a/groups/item_calendar_calendar_view_item_tentatively_accept_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemTentativelyAcceptRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_delta_request_builder.go b/groups/item_calendar_events_delta_request_builder.go
index 5765541f98b..07c911eaa30 100644
--- a/groups/item_calendar_events_delta_request_builder.go
+++ b/groups/item_calendar_events_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarEventsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarEventsDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarEventsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsDeltaRequestBuilder) Get(ctx context.Context, request
}
return res.(ItemCalendarEventsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarEventsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx contex
}
return res.(ItemCalendarEventsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_event_item_request_builder.go b/groups/item_calendar_events_event_item_request_builder.go
index b8c9477f082..84ba9cdff3d 100644
--- a/groups/item_calendar_events_event_item_request_builder.go
+++ b/groups/item_calendar_events_event_item_request_builder.go
@@ -125,7 +125,7 @@ func (m *ItemCalendarEventsEventItemRequestBuilder) Get(ctx context.Context, req
func (m *ItemCalendarEventsEventItemRequestBuilder) Instances()(*ItemCalendarEventsItemInstancesRequestBuilder) {
return NewItemCalendarEventsItemInstancesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update an event object. This API is supported in the following national cloud deployments.
+// Patch update an event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0
@@ -183,7 +183,7 @@ func (m *ItemCalendarEventsEventItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an event object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an event object. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsEventItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarEventsEventItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_accept_post_request_body.go b/groups/item_calendar_events_item_accept_post_request_body.go
index f67c7641779..0c9c307bdff 100644
--- a/groups/item_calendar_events_item_accept_post_request_body.go
+++ b/groups/item_calendar_events_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemAcceptPostRequestBody()(*ItemCalendarEventsItemAcc
func CreateItemCalendarEventsItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetFieldDeserializers()(ma
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetFieldDeserializers()(ma
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_accept_request_builder.go b/groups/item_calendar_events_item_accept_request_builder.go
index d8dfac79ca8..fc1facea526 100644
--- a/groups/item_calendar_events_item_accept_request_builder.go
+++ b/groups/item_calendar_events_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemAcceptRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemAcceptRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_attachments_attachment_item_request_builder.go b/groups/item_calendar_events_item_attachments_attachment_item_request_builder.go
index 538e7030b34..8b85c30412a 100644
--- a/groups/item_calendar_events_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_calendar_events_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_attachments_create_upload_session_post_request_body.go b/groups/item_calendar_events_item_attachments_create_upload_session_post_request_body.go
index 6fefb041c53..04b75fb1351 100644
--- a/groups/item_calendar_events_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_calendar_events_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody()(*I
func CreateItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Ge
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_calendar_events_item_attachments_create_upload_session_request_builder.go b/groups/item_calendar_events_item_attachments_create_upload_session_request_builder.go
index 4d983106221..0b71b43d322 100644
--- a/groups/item_calendar_events_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_calendar_events_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_attachments_request_builder.go b/groups/item_calendar_events_item_attachments_request_builder.go
index eb087f72abd..1355e3c7d02 100644
--- a/groups/item_calendar_events_item_attachments_request_builder.go
+++ b/groups/item_calendar_events_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarEventsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Count()(*ItemCalendarE
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_cancel_post_request_body.go b/groups/item_calendar_events_item_cancel_post_request_body.go
index fff7a9515fa..e3568212d93 100644
--- a/groups/item_calendar_events_item_cancel_post_request_body.go
+++ b/groups/item_calendar_events_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemCancelPostRequestBody()(*ItemCalendarEventsItemCan
func CreateItemCalendarEventsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) GetFieldDeserializers()(ma
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_cancel_request_builder.go b/groups/item_calendar_events_item_cancel_request_builder.go
index c1ca99937d4..31eb7853d10 100644
--- a/groups/item_calendar_events_item_cancel_request_builder.go
+++ b/groups/item_calendar_events_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemCancelRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemCancelRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_decline_post_request_body.go b/groups/item_calendar_events_item_decline_post_request_body.go
index a051e2e38b3..03f3ae9f3ee 100644
--- a/groups/item_calendar_events_item_decline_post_request_body.go
+++ b/groups/item_calendar_events_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemDeclinePostRequestBody()(*ItemCalendarEventsItemDe
func CreateItemCalendarEventsItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(m
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadc
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetSendResponse()(*bool)
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_decline_request_builder.go b/groups/item_calendar_events_item_decline_request_builder.go
index 2e982cb54b0..9417fae88bb 100644
--- a/groups/item_calendar_events_item_decline_request_builder.go
+++ b/groups/item_calendar_events_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemDeclineRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemDeclineRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarEventsItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_dismiss_reminder_request_builder.go b/groups/item_calendar_events_item_dismiss_reminder_request_builder.go
index 6dfbe1487f7..ca024254533 100644
--- a/groups/item_calendar_events_item_dismiss_reminder_request_builder.go
+++ b/groups/item_calendar_events_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemDismissReminderRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemDismissReminderRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_extensions_extension_item_request_builder.go b/groups/item_calendar_events_item_extensions_extension_item_request_builder.go
index 671d805c754..6bc71419567 100644
--- a/groups/item_calendar_events_item_extensions_extension_item_request_builder.go
+++ b/groups/item_calendar_events_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_extensions_request_builder.go b/groups/item_calendar_events_item_extensions_request_builder.go
index 41bc0f5a345..c9284754518 100644
--- a/groups/item_calendar_events_item_extensions_request_builder.go
+++ b/groups/item_calendar_events_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarEventsItemExtensionsRequestBuilder(rawUrl string, requestAda
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Count()(*ItemCalendarEventsItemExtensionsCountRequestBuilder) {
return NewItemCalendarEventsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarEventsItemExtensionsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarEventsItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_forward_post_request_body.go b/groups/item_calendar_events_item_forward_post_request_body.go
index 3200245e848..110ee841ef9 100644
--- a/groups/item_calendar_events_item_forward_post_request_body.go
+++ b/groups/item_calendar_events_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemForwardPostRequestBody()(*ItemCalendarEventsItemFo
func CreateItemCalendarEventsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetFieldDeserializers()(m
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) Serialize(writer i878a80d
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_forward_request_builder.go b/groups/item_calendar_events_item_forward_request_builder.go
index 0a165304fb4..7f8eb45994c 100644
--- a/groups/item_calendar_events_item_forward_request_builder.go
+++ b/groups/item_calendar_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemForwardRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemForwardRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_delta_request_builder.go b/groups/item_calendar_events_item_instances_delta_request_builder.go
index 550bd483b98..c914aaae80b 100644
--- a/groups/item_calendar_events_item_instances_delta_request_builder.go
+++ b/groups/item_calendar_events_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarEventsItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarEventsItemInstancesDeltaRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) Get(ctx context.Con
}
return res.(ItemCalendarEventsItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetRespon
}
return res.(ItemCalendarEventsItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_accept_post_request_body.go b/groups/item_calendar_events_item_instances_item_accept_post_request_body.go
index ec809815178..973adabe45e 100644
--- a/groups/item_calendar_events_item_instances_item_accept_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemInstancesItemAcceptPostRequestBody()(*ItemCalendar
func CreateItemCalendarEventsItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetComment()(
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeser
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeser
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetSendRespon
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_instances_item_accept_request_builder.go b/groups/item_calendar_events_item_instances_item_accept_request_builder.go
index b667965a2e8..562533ff3e4 100644
--- a/groups/item_calendar_events_item_instances_item_accept_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemAcceptRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go b/groups/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go
index 33561df32e3..64fd6439ceb 100644
--- a/groups/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go b/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go
index f35467050cf..77b3020cb76 100644
--- a/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostReq
func CreateItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go b/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go
index 5d8c8529b28..5cd623c7738 100644
--- a/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionReques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_attachments_request_builder.go b/groups/item_calendar_events_item_instances_item_attachments_request_builder.go
index 775dd72cd70..428da9ae171 100644
--- a/groups/item_calendar_events_item_instances_item_attachments_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Count()(*
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_cancel_post_request_body.go b/groups/item_calendar_events_item_instances_item_cancel_post_request_body.go
index b1ee9fa9b26..20ef7e050cd 100644
--- a/groups/item_calendar_events_item_instances_item_cancel_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemInstancesItemCancelPostRequestBody()(*ItemCalendar
func CreateItemCalendarEventsItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetComment()(
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetFieldDeser
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_instances_item_cancel_request_builder.go b/groups/item_calendar_events_item_instances_item_cancel_request_builder.go
index dc4866ab041..98e4d1ae9f3 100644
--- a/groups/item_calendar_events_item_instances_item_cancel_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemCancelRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemCancelRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_decline_post_request_body.go b/groups/item_calendar_events_item_instances_item_decline_post_request_body.go
index 90512476bee..5d5fcafbec0 100644
--- a/groups/item_calendar_events_item_instances_item_decline_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemDeclinePostRequestBody()(*ItemCalenda
func CreateItemCalendarEventsItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetComment()
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDese
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDese
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDese
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetProposedN
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetSendRespo
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_instances_item_decline_request_builder.go b/groups/item_calendar_events_item_instances_item_decline_request_builder.go
index d723cbb16ab..87e684a10a3 100644
--- a/groups/item_calendar_events_item_instances_item_decline_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemDeclineRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclineRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go b/groups/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go
index c82521ef11e..339c44eda40 100644
--- a/groups/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemDismissReminderRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemDismissReminderRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go b/groups/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go
index 6e127b51cdc..7e48aa4a3a2 100644
--- a/groups/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilde
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_extensions_request_builder.go b/groups/item_calendar_events_item_instances_item_extensions_request_builder.go
index b2df807b68a..8b0730ad6a5 100644
--- a/groups/item_calendar_events_item_instances_item_extensions_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarEventsItemInstancesItemExtensionsRequestBuilder(rawUrl strin
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarEventsItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarEventsItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_forward_post_request_body.go b/groups/item_calendar_events_item_instances_item_forward_post_request_body.go
index 0d1e4c6290f..cc07de10926 100644
--- a/groups/item_calendar_events_item_instances_item_forward_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemForwardPostRequestBody()(*ItemCalenda
func CreateItemCalendarEventsItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetComment()
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetFieldDese
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetFieldDese
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetToRecipie
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) Serialize(wr
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_instances_item_forward_request_builder.go b/groups/item_calendar_events_item_instances_item_forward_request_builder.go
index 021e5df0ebe..5f5981bd9de 100644
--- a/groups/item_calendar_events_item_instances_item_forward_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemForwardRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go b/groups/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go
index 89e050ad62a..46ab6596d47 100644
--- a/groups/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody()(*Item
func CreateItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFi
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNe
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go b/groups/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go
index f19fab0b5c0..a13818fbd32 100644
--- a/groups/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go b/groups/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go
index b2f36b2ce61..6ca10519667 100644
--- a/groups/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go
+++ b/groups/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody()(*I
func CreateItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go b/groups/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go
index b396ad0a269..bfe3f68ccad 100644
--- a/groups/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_snooze_reminder_post_request_body.go b/groups/item_calendar_events_item_snooze_reminder_post_request_body.go
index c3ca296348e..f34c70a25ae 100644
--- a/groups/item_calendar_events_item_snooze_reminder_post_request_body.go
+++ b/groups/item_calendar_events_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemSnoozeReminderPostRequestBody()(*ItemCalendarEvent
func CreateItemCalendarEventsItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializ
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_snooze_reminder_request_builder.go b/groups/item_calendar_events_item_snooze_reminder_request_builder.go
index 7a21c7dec1f..02f174b655f 100644
--- a/groups/item_calendar_events_item_snooze_reminder_request_builder.go
+++ b/groups/item_calendar_events_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemSnoozeReminderRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemSnoozeReminderRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_item_tentatively_accept_post_request_body.go b/groups/item_calendar_events_item_tentatively_accept_post_request_body.go
index 0f1a9928d32..d364caf6548 100644
--- a/groups/item_calendar_events_item_tentatively_accept_post_request_body.go
+++ b/groups/item_calendar_events_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemTentativelyAcceptPostRequestBody()(*ItemCalendarEv
func CreateItemCalendarEventsItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeseria
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetProposedNewT
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetSendResponse
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_events_item_tentatively_accept_request_builder.go b/groups/item_calendar_events_item_tentatively_accept_request_builder.go
index 1c1ff59c477..f32c1ea8db4 100644
--- a/groups/item_calendar_events_item_tentatively_accept_request_builder.go
+++ b/groups/item_calendar_events_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemTentativelyAcceptRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_events_request_builder.go b/groups/item_calendar_events_request_builder.go
index 82696baa679..02e657fbefc 100644
--- a/groups/item_calendar_events_request_builder.go
+++ b/groups/item_calendar_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsRequestBuilderGetQueryParameters 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.
+// ItemCalendarEventsRequestBuilderGetQueryParameters 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.
type ItemCalendarEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsRequestBuilder) Count()(*ItemCalendarEventsCountReque
func (m *ItemCalendarEventsRequestBuilder) Delta()(*ItemCalendarEventsDeltaRequestBuilder) {
return NewItemCalendarEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarEventsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemCalendarEventsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_get_schedule_post_request_body.go b/groups/item_calendar_get_schedule_post_request_body.go
index 6901f63b470..06570b96943 100644
--- a/groups/item_calendar_get_schedule_post_request_body.go
+++ b/groups/item_calendar_get_schedule_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGetSchedulePostRequestBody()(*ItemCalendarGetSchedulePostReq
func CreateItemCalendarGetSchedulePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGetSchedulePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGetSchedulePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetAvailabilityViewInterval gets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// GetAvailabilityViewInterval gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarGetSchedulePostRequestBody) GetAvailabilityViewInterval()(*int32) {
val, err := m.GetBackingStore().Get("availabilityViewInterval")
if err != nil {
@@ -46,11 +46,11 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetAvailabilityViewInterval()(*
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGetSchedulePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetEndTime gets the endTime property value. The EndTime property
+// GetEndTime gets the EndTime property value. The EndTime property
func (m *ItemCalendarGetSchedulePostRequestBody) GetEndTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("endTime")
if err != nil {
@@ -64,7 +64,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetEndTime()(iadcd81124412c61e6
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["availabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AvailabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetInt32Value()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["endTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["EndTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -84,7 +84,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
if err != nil {
return err
@@ -100,7 +100,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["startTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["StartTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -112,7 +112,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return res
}
-// GetSchedules gets the schedules property value. The Schedules property
+// GetSchedules gets the Schedules property value. The Schedules property
func (m *ItemCalendarGetSchedulePostRequestBody) GetSchedules()([]string) {
val, err := m.GetBackingStore().Get("schedules")
if err != nil {
@@ -123,7 +123,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetSchedules()([]string) {
}
return nil
}
-// GetStartTime gets the startTime property value. The StartTime property
+// GetStartTime gets the StartTime property value. The StartTime property
func (m *ItemCalendarGetSchedulePostRequestBody) GetStartTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("startTime")
if err != nil {
@@ -137,25 +137,25 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetStartTime()(iadcd81124412c61
// Serialize serializes information the current object
func (m *ItemCalendarGetSchedulePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteInt32Value("availabilityViewInterval", m.GetAvailabilityViewInterval())
+ err := writer.WriteInt32Value("AvailabilityViewInterval", m.GetAvailabilityViewInterval())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("endTime", m.GetEndTime())
+ err := writer.WriteObjectValue("EndTime", m.GetEndTime())
if err != nil {
return err
}
}
if m.GetSchedules() != nil {
- err := writer.WriteCollectionOfStringValues("schedules", m.GetSchedules())
+ err := writer.WriteCollectionOfStringValues("Schedules", m.GetSchedules())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("startTime", m.GetStartTime())
+ err := writer.WriteObjectValue("StartTime", m.GetStartTime())
if err != nil {
return err
}
@@ -168,39 +168,39 @@ func (m *ItemCalendarGetSchedulePostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGetSchedulePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAvailabilityViewInterval sets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// SetAvailabilityViewInterval sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarGetSchedulePostRequestBody) SetAvailabilityViewInterval(value *int32)() {
err := m.GetBackingStore().Set("availabilityViewInterval", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGetSchedulePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetEndTime sets the endTime property value. The EndTime property
+// SetEndTime sets the EndTime property value. The EndTime property
func (m *ItemCalendarGetSchedulePostRequestBody) SetEndTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("endTime", value)
if err != nil {
panic(err)
}
}
-// SetSchedules sets the schedules property value. The Schedules property
+// SetSchedules sets the Schedules property value. The Schedules property
func (m *ItemCalendarGetSchedulePostRequestBody) SetSchedules(value []string)() {
err := m.GetBackingStore().Set("schedules", value)
if err != nil {
panic(err)
}
}
-// SetStartTime sets the startTime property value. The StartTime property
+// SetStartTime sets the StartTime property value. The StartTime property
func (m *ItemCalendarGetSchedulePostRequestBody) SetStartTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("startTime", value)
if err != nil {
diff --git a/groups/item_calendar_get_schedule_request_builder.go b/groups/item_calendar_get_schedule_request_builder.go
index 849e9368678..9b5b3a5c469 100644
--- a/groups/item_calendar_get_schedule_request_builder.go
+++ b/groups/item_calendar_get_schedule_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGetScheduleRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCalendarGetScheduleRequestBuilder) Post(ctx context.Context, body I
}
return res.(ItemCalendarGetScheduleResponseable), nil
}
-// PostAsGetSchedulePostResponse 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.
+// PostAsGetSchedulePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCalendarGetScheduleRequestBuilder) PostAsGetSchedulePostResponse(ct
}
return res.(ItemCalendarGetSchedulePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGetScheduleRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGetSchedulePostRequestBodyable, requestConfiguration *ItemCalendarGetScheduleRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_delta_request_builder.go b/groups/item_calendar_view_delta_request_builder.go
index db73e407648..dc9216c6333 100644
--- a/groups/item_calendar_view_delta_request_builder.go
+++ b/groups/item_calendar_view_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarViewDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarViewDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewDeltaRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(ItemCalendarViewDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarViewDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.
}
return res.(ItemCalendarViewDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_accept_post_request_body.go b/groups/item_calendar_view_item_accept_post_request_body.go
index ea67ee3807c..1dc8d6ac174 100644
--- a/groups/item_calendar_view_item_accept_post_request_body.go
+++ b/groups/item_calendar_view_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemAcceptPostRequestBody()(*ItemCalendarViewItemAcceptP
func CreateItemCalendarViewItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_accept_request_builder.go b/groups/item_calendar_view_item_accept_request_builder.go
index 304f300de52..1b6392bc241 100644
--- a/groups/item_calendar_view_item_accept_request_builder.go
+++ b/groups/item_calendar_view_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemAcceptRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemAcceptRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_attachments_attachment_item_request_builder.go b/groups/item_calendar_view_item_attachments_attachment_item_request_builder.go
index 0bd9d929a1b..5b713416e89 100644
--- a/groups/item_calendar_view_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_calendar_view_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_attachments_create_upload_session_post_request_body.go b/groups/item_calendar_view_item_attachments_create_upload_session_post_request_body.go
index 38fc60c4f47..1f0b4da6cf3 100644
--- a/groups/item_calendar_view_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_calendar_view_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody()(*Ite
func CreateItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetA
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetF
// Serialize serializes information the current object
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_calendar_view_item_attachments_create_upload_session_request_builder.go b/groups/item_calendar_view_item_attachments_create_upload_session_request_builder.go
index 8bde5d1f8e8..8729607998a 100644
--- a/groups/item_calendar_view_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_calendar_view_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_attachments_request_builder.go b/groups/item_calendar_view_item_attachments_request_builder.go
index 397347fcf35..a1f142156f1 100644
--- a/groups/item_calendar_view_item_attachments_request_builder.go
+++ b/groups/item_calendar_view_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Count()(*ItemCalendarVie
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_cancel_post_request_body.go b/groups/item_calendar_view_item_cancel_post_request_body.go
index 3dd9ecdda8e..43016042afe 100644
--- a/groups/item_calendar_view_item_cancel_post_request_body.go
+++ b/groups/item_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemCancelPostRequestBody()(*ItemCalendarViewItemCancelP
func CreateItemCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[
// Serialize serializes information the current object
func (m *ItemCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_cancel_request_builder.go b/groups/item_calendar_view_item_cancel_request_builder.go
index 2c1238428f3..5e0b50fa2fb 100644
--- a/groups/item_calendar_view_item_cancel_request_builder.go
+++ b/groups/item_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemCancelRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemCancelRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_decline_post_request_body.go b/groups/item_calendar_view_item_decline_post_request_body.go
index b6105a6cbbe..6edc6e03579 100644
--- a/groups/item_calendar_view_item_decline_post_request_body.go
+++ b/groups/item_calendar_view_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemDeclinePostRequestBody()(*ItemCalendarViewItemDeclin
func CreateItemCalendarViewItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd8
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_decline_request_builder.go b/groups/item_calendar_view_item_decline_request_builder.go
index 236092ef358..20d184d2a0b 100644
--- a/groups/item_calendar_view_item_decline_request_builder.go
+++ b/groups/item_calendar_view_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemDeclineRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemDeclineRequestBuilder) Post(ctx context.Context, bo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarViewItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_dismiss_reminder_request_builder.go b/groups/item_calendar_view_item_dismiss_reminder_request_builder.go
index 611f568088b..749e5504945 100644
--- a/groups/item_calendar_view_item_dismiss_reminder_request_builder.go
+++ b/groups/item_calendar_view_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemDismissReminderRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemDismissReminderRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_extensions_extension_item_request_builder.go b/groups/item_calendar_view_item_extensions_extension_item_request_builder.go
index 39439477eff..d592cf33523 100644
--- a/groups/item_calendar_view_item_extensions_extension_item_request_builder.go
+++ b/groups/item_calendar_view_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarViewItemExtensionsExtensionItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarViewItemExtensionsExtensionItemRequestBuilder) Delete(ctx c
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarViewItemExtensionsExtensionItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_extensions_request_builder.go b/groups/item_calendar_view_item_extensions_request_builder.go
index af62f6a4cd8..ae2ee35c795 100644
--- a/groups/item_calendar_view_item_extensions_request_builder.go
+++ b/groups/item_calendar_view_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarViewItemExtensionsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemCalendarViewItemExtensionsRequestBuilder) Count()(*ItemCalendarViewItemExtensionsCountRequestBuilder) {
return NewItemCalendarViewItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarViewItemExtensionsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarViewItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_forward_post_request_body.go b/groups/item_calendar_view_item_forward_post_request_body.go
index 671feb5b7cf..67a944ac37e 100644
--- a/groups/item_calendar_view_item_forward_post_request_body.go
+++ b/groups/item_calendar_view_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemForwardPostRequestBody()(*ItemCalendarViewItemForwar
func CreateItemCalendarViewItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81
// Serialize serializes information the current object
func (m *ItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d23
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_forward_request_builder.go b/groups/item_calendar_view_item_forward_request_builder.go
index d859361c143..24937179a04 100644
--- a/groups/item_calendar_view_item_forward_request_builder.go
+++ b/groups/item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemForwardRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemForwardRequestBuilder) Post(ctx context.Context, bo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_delta_request_builder.go b/groups/item_calendar_view_item_instances_delta_request_builder.go
index 45e7155e8c2..e16d25ed00f 100644
--- a/groups/item_calendar_view_item_instances_delta_request_builder.go
+++ b/groups/item_calendar_view_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarViewItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) Get(ctx context.Conte
}
return res.(ItemCalendarViewItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGetResponse
}
return res.(ItemCalendarViewItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_accept_post_request_body.go b/groups/item_calendar_view_item_instances_item_accept_post_request_body.go
index 6dbfc847ed5..8e89c0672e7 100644
--- a/groups/item_calendar_view_item_instances_item_accept_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemInstancesItemAcceptPostRequestBody()(*ItemCalendarVi
func CreateItemCalendarViewItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeseria
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_instances_item_accept_request_builder.go b/groups/item_calendar_view_item_instances_item_accept_request_builder.go
index b4bffb2c66a..95cc0b0daa8 100644
--- a/groups/item_calendar_view_item_instances_item_accept_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemAcceptRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go b/groups/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
index 39e8d1ebd9e..5ae5218fb2f 100644
--- a/groups/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go b/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
index 08b158997a2..d29478c450d 100644
--- a/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostReque
func CreateItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go b/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
index 5f2895dc548..baf8cd04a82 100644
--- a/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_attachments_request_builder.go b/groups/item_calendar_view_item_instances_item_attachments_request_builder.go
index 889dee454c8..024a7c13f23 100644
--- a/groups/item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Count()(*It
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_cancel_post_request_body.go b/groups/item_calendar_view_item_instances_item_cancel_post_request_body.go
index dc65ec1978f..b30c3d14ab9 100644
--- a/groups/item_calendar_view_item_instances_item_cancel_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemInstancesItemCancelPostRequestBody()(*ItemCalendarVi
func CreateItemCalendarViewItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeseria
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_instances_item_cancel_request_builder.go b/groups/item_calendar_view_item_instances_item_cancel_request_builder.go
index 012d81c2664..8d7ae6ae9f0 100644
--- a/groups/item_calendar_view_item_instances_item_cancel_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemCancelRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemCancelRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_decline_post_request_body.go b/groups/item_calendar_view_item_instances_item_decline_post_request_body.go
index 999849fe142..70c879eaa87 100644
--- a/groups/item_calendar_view_item_instances_item_decline_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemDeclinePostRequestBody()(*ItemCalendarV
func CreateItemCalendarViewItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeseri
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeseri
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeseri
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNew
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendRespons
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_instances_item_decline_request_builder.go b/groups/item_calendar_view_item_instances_item_decline_request_builder.go
index 2ffd822af4a..e692bb798a8 100644
--- a/groups/item_calendar_view_item_instances_item_decline_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemDeclineRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclineRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go b/groups/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
index 1ebf4498edf..9250a77bc9c 100644
--- a/groups/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemDismissReminderRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemDismissReminderRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go b/groups/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
index 9e2cda50b86..eff1d9b83ed 100644
--- a/groups/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder)
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_extensions_request_builder.go b/groups/item_calendar_view_item_instances_item_extensions_request_builder.go
index 0db44bd90ab..b3d73540f91 100644
--- a/groups/item_calendar_view_item_instances_item_extensions_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarViewItemInstancesItemExtensionsRequestBuilder(rawUrl string,
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarViewItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarViewItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_forward_post_request_body.go b/groups/item_calendar_view_item_instances_item_forward_post_request_body.go
index 20c061905b9..b9b04c515a3 100644
--- a/groups/item_calendar_view_item_instances_item_forward_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemForwardPostRequestBody()(*ItemCalendarV
func CreateItemCalendarViewItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeseri
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeseri
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipient
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writ
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_instances_item_forward_request_builder.go b/groups/item_calendar_view_item_instances_item_forward_request_builder.go
index e9afe0b146c..18ef3e16dcb 100644
--- a/groups/item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go b/groups/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
index b25063d90c2..75a2f561cb2 100644
--- a/groups/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody()(*ItemCa
func CreateItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFiel
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewR
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go b/groups/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
index d96fdb927f2..d87b5dfba1c 100644
--- a/groups/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go b/groups/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
index ffecc00ae32..a40aacf3452 100644
--- a/groups/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
+++ b/groups/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody()(*Ite
func CreateItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetC
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetF
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetF
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetF
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetP
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetS
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go b/groups/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
index 91e0256f4fc..9fd2e9fb76a 100644
--- a/groups/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_snooze_reminder_post_request_body.go b/groups/item_calendar_view_item_snooze_reminder_post_request_body.go
index 6a4225d4b33..60f4efb0e5b 100644
--- a/groups/item_calendar_view_item_snooze_reminder_post_request_body.go
+++ b/groups/item_calendar_view_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemSnoozeReminderPostRequestBody()(*ItemCalendarViewIte
func CreateItemCalendarViewItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()
// Serialize serializes information the current object
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_snooze_reminder_request_builder.go b/groups/item_calendar_view_item_snooze_reminder_request_builder.go
index 7a1c77b698a..55dd52d8b44 100644
--- a/groups/item_calendar_view_item_snooze_reminder_request_builder.go
+++ b/groups/item_calendar_view_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemSnoozeReminderRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemSnoozeReminderRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarViewItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_calendar_view_item_tentatively_accept_post_request_body.go b/groups/item_calendar_view_item_tentatively_accept_post_request_body.go
index de405c68f27..30eabe31349 100644
--- a/groups/item_calendar_view_item_tentatively_accept_post_request_body.go
+++ b/groups/item_calendar_view_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemTentativelyAcceptPostRequestBody()(*ItemCalendarView
func CreateItemCalendarViewItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*str
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeseriali
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeseriali
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeseriali
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTim
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()
// Serialize serializes information the current object
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_calendar_view_item_tentatively_accept_request_builder.go b/groups/item_calendar_view_item_tentatively_accept_request_builder.go
index 6fa786b030b..a1c717426c5 100644
--- a/groups/item_calendar_view_item_tentatively_accept_request_builder.go
+++ b/groups/item_calendar_view_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemTentativelyAcceptRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_check_member_groups_post_request_body.go b/groups/item_check_member_groups_post_request_body.go
index b389b5be664..23a7e51eed6 100644
--- a/groups/item_check_member_groups_post_request_body.go
+++ b/groups/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_check_member_groups_request_builder.go b/groups/item_check_member_groups_request_builder.go
index 780e6b3b2d0..b2e8ad037d2 100644
--- a/groups/item_check_member_groups_request_builder.go
+++ b/groups/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_check_member_objects_post_request_body.go b/groups/item_check_member_objects_post_request_body.go
index 881fea6521c..a80cbfc84d3 100644
--- a/groups/item_check_member_objects_post_request_body.go
+++ b/groups/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_conversations_conversation_item_request_builder.go b/groups/item_conversations_conversation_item_request_builder.go
index 6629633e4f3..841a12b2607 100644
--- a/groups/item_conversations_conversation_item_request_builder.go
+++ b/groups/item_conversations_conversation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemConversationsConversationItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemConversationsConversationItemRequestBuilderGetQueryParameters this API is supported in the following national cloud deployments.
+// ItemConversationsConversationItemRequestBuilderGetQueryParameters this API is available in the following national cloud deployments.
type ItemConversationsConversationItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -45,7 +45,7 @@ func NewItemConversationsConversationItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsConversationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete this API is supported in the following national cloud deployments.
+// Delete this API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0
@@ -64,7 +64,7 @@ func (m *ItemConversationsConversationItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get this API is supported in the following national cloud deployments.
+// Get this API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemConversationsConversationItemRequestBuilder) Get(ctx context.Contex
func (m *ItemConversationsConversationItemRequestBuilder) Threads()(*ItemConversationsItemThreadsRequestBuilder) {
return NewItemConversationsItemThreadsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation this API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation this API is available in the following national cloud deployments.
func (m *ItemConversationsConversationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsConversationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -102,7 +102,7 @@ func (m *ItemConversationsConversationItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation this API is supported in the following national cloud deployments.
+// ToGetRequestInformation this API is available in the following national cloud deployments.
func (m *ItemConversationsConversationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsConversationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go b/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go
index 986172c31f1..d6d81bcc8d6 100644
--- a/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionP
func CreateItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSession
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSession
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSession
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSession
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_request_builder.go
index 23faed798c0..3e8985636ee 100644
--- a/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionR
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSession
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_attachments_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_attachments_request_builder.go
index 7d72f921f45..d0f268e91f4 100644
--- a/groups/item_conversations_item_threads_item_posts_item_attachments_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
type ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilder) Cou
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemConversationsItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
func (m *ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_extensions_extension_item_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_extensions_extension_item_request_builder.go
index 158027b937c..14e5e2dd803 100644
--- a/groups/item_conversations_item_threads_item_posts_item_extensions_extension_item_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequest
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequest
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_extensions_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_extensions_request_builder.go
index a11b8bcaa0a..005bb9548a3 100644
--- a/groups/item_conversations_item_threads_item_posts_item_extensions_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilder(rawUrl
func (m *ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilder) Count()(*ItemConversationsItemThreadsItemPostsItemExtensionsCountRequestBuilder) {
return NewItemConversationsItemThreadsItemPostsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -110,7 +110,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_forward_post_request_body.go b/groups/item_conversations_item_threads_item_posts_item_forward_post_request_body.go
index 0b52df87585..76569edaa78 100644
--- a/groups/item_conversations_item_threads_item_posts_item_forward_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_posts_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemPostsItemForwardPostRequestBody()(*ItemC
func CreateItemConversationsItemThreadsItemPostsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemPostsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetCom
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetFie
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetFie
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) GetToR
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) Serial
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemConversationsItemThreadsItemPostsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_conversations_item_threads_item_posts_item_forward_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_forward_request_builder.go
index c640974744c..8096e4c443b 100644
--- a/groups/item_conversations_item_threads_item_posts_item_forward_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemConversationsItemThreadsItemPostsItemForwardRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemPostsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemForwardRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemForwardPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go
index 3258d3e9985..6502a36f442 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploa
func CreateItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUplo
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUplo
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUplo
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUplo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go
index 32febe65651..1861ba08083 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploa
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUplo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_request_builder.go
index 24d7fe63bec..f52cadda6f5 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
type ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBui
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder) CreateUploadSession()(*ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go
index ec74da44a8e..d9b8ca9ba80 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionIt
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionIt
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionIt
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionIt
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_request_builder.go
index 98e0776ab8a..8636520520e 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuild
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) Count()(*ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsCountRequestBuilder) {
return NewItemConversationsItemThreadsItemPostsItemInReplyToExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -110,7 +110,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_post_request_body.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_post_request_body.go
index 8968172e084..90f4ac01a0b 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody
func CreateItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_request_builder.go
index 4137c9c136d..ec54c0a3c0d 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToForwardRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemPostsItemInReplyToForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemInReplyToForwardPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_post_request_body.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_post_request_body.go
index b64a88e6e63..71dfc2f057f 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody()
func CreateItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreatePostFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody)
}
return res
}
-// GetPost gets the post property value. The Post property
+// GetPost gets the Post property value. The Post property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetPost()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable) {
val, err := m.GetBackingStore().Get("post")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody)
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("post", m.GetPost())
+ err := writer.WriteObjectValue("Post", m.GetPost())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetPost sets the post property value. The Post property
+// SetPost sets the Post property value. The Post property
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)() {
err := m.GetBackingStore().Set("post", value)
if err != nil {
diff --git a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_request_builder.go
index d4825fe546a..cafaa8c6c3f 100644
--- a/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_in_reply_to_reply_request_builder.go
@@ -30,10 +30,10 @@ func NewItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilder) Post(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -49,7 +49,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemInReplyToReplyPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemInReplyToReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_item_reply_post_request_body.go b/groups/item_conversations_item_threads_item_posts_item_reply_post_request_body.go
index e6dd13fe113..7176ef6626d 100644
--- a/groups/item_conversations_item_threads_item_posts_item_reply_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_posts_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemPostsItemReplyPostRequestBody()(*ItemCon
func CreateItemConversationsItemThreadsItemPostsItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemPostsItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreatePostFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetField
}
return res
}
-// GetPost gets the post property value. The Post property
+// GetPost gets the Post property value. The Post property
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetPost()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable) {
val, err := m.GetBackingStore().Get("post")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) GetPost(
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("post", m.GetPost())
+ err := writer.WriteObjectValue("Post", m.GetPost())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetPost sets the post property value. The Post property
+// SetPost sets the Post property value. The Post property
func (m *ItemConversationsItemThreadsItemPostsItemReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)() {
err := m.GetBackingStore().Set("post", value)
if err != nil {
diff --git a/groups/item_conversations_item_threads_item_posts_item_reply_request_builder.go b/groups/item_conversations_item_threads_item_posts_item_reply_request_builder.go
index c4227568b59..9c1b4639663 100644
--- a/groups/item_conversations_item_threads_item_posts_item_reply_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_item_reply_request_builder.go
@@ -30,10 +30,10 @@ func NewItemConversationsItemThreadsItemPostsItemReplyRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemPostsItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
func (m *ItemConversationsItemThreadsItemPostsItemReplyRequestBuilder) Post(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemReplyPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemReplyRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -49,7 +49,7 @@ func (m *ItemConversationsItemThreadsItemPostsItemReplyRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemPostsItemReplyPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemPostsItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_posts_request_builder.go b/groups/item_conversations_item_threads_item_posts_request_builder.go
index fa48e7d1ac8..69b007c3891 100644
--- a/groups/item_conversations_item_threads_item_posts_request_builder.go
+++ b/groups/item_conversations_item_threads_item_posts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsItemThreadsItemPostsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsItemThreadsItemPostsRequestBuilderGetQueryParameters 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.
+// ItemConversationsItemThreadsItemPostsRequestBuilderGetQueryParameters 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.
type ItemConversationsItemThreadsItemPostsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -65,10 +65,10 @@ func NewItemConversationsItemThreadsItemPostsRequestBuilder(rawUrl string, reque
func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) Count()(*ItemConversationsItemThreadsItemPostsCountRequestBuilder) {
return NewItemConversationsItemThreadsItemPostsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0
func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PostCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -87,7 +87,7 @@ func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PostCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemConversationsItemThreadsItemPostsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsItemPostsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_item_reply_post_request_body.go b/groups/item_conversations_item_threads_item_reply_post_request_body.go
index 671a1c336d6..86371bf137d 100644
--- a/groups/item_conversations_item_threads_item_reply_post_request_body.go
+++ b/groups/item_conversations_item_threads_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemConversationsItemThreadsItemReplyPostRequestBody()(*ItemConversation
func CreateItemConversationsItemThreadsItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemConversationsItemThreadsItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreatePostFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetFieldDeseriali
}
return res
}
-// GetPost gets the post property value. The Post property
+// GetPost gets the Post property value. The Post property
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetPost()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable) {
val, err := m.GetBackingStore().Get("post")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) GetPost()(iadcd81
// Serialize serializes information the current object
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("post", m.GetPost())
+ err := writer.WriteObjectValue("Post", m.GetPost())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetPost sets the post property value. The Post property
+// SetPost sets the Post property value. The Post property
func (m *ItemConversationsItemThreadsItemReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)() {
err := m.GetBackingStore().Set("post", value)
if err != nil {
diff --git a/groups/item_conversations_item_threads_item_reply_request_builder.go b/groups/item_conversations_item_threads_item_reply_request_builder.go
index be75cb6521d..a8bb7da274f 100644
--- a/groups/item_conversations_item_threads_item_reply_request_builder.go
+++ b/groups/item_conversations_item_threads_item_reply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemConversationsItemThreadsItemReplyRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemConversationsItemThreadsItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemConversationsItemThreadsItemReplyRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemConversationsItemThreadsItemReplyPostRequestBodyable, requestConfiguration *ItemConversationsItemThreadsItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_item_threads_request_builder.go b/groups/item_conversations_item_threads_request_builder.go
index c3bc95e31e0..52b95a8c9b8 100644
--- a/groups/item_conversations_item_threads_request_builder.go
+++ b/groups/item_conversations_item_threads_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsItemThreadsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsItemThreadsRequestBuilderGetQueryParameters 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.
+// ItemConversationsItemThreadsRequestBuilderGetQueryParameters 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.
type ItemConversationsItemThreadsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemConversationsItemThreadsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemConversationsItemThreadsRequestBuilder) Count()(*ItemConversationsItemThreadsCountRequestBuilder) {
return NewItemConversationsItemThreadsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemConversationsItemThreadsRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemConversationsItemThreadsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemConversationsItemThreadsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsItemThreadsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemConversationsItemThreadsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemConversationsItemThreadsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable, requestConfiguration *ItemConversationsItemThreadsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_conversations_request_builder.go b/groups/item_conversations_request_builder.go
index f7d3cadc687..7f50d4a37a5 100644
--- a/groups/item_conversations_request_builder.go
+++ b/groups/item_conversations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemConversationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemConversationsRequestBuilderGetQueryParameters retrieve the list of conversations in this group. This API is supported in the following national cloud deployments.
+// ItemConversationsRequestBuilderGetQueryParameters retrieve the list of conversations in this group. This API is available in the following national cloud deployments.
type ItemConversationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemConversationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemConversationsRequestBuilder) Count()(*ItemConversationsCountRequestBuilder) {
return NewItemConversationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of conversations in this group. This API is supported in the following national cloud deployments.
+// Get retrieve the list of conversations in this group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0
@@ -94,10 +94,10 @@ func (m *ItemConversationsRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationCollectionResponseable), nil
}
-// Post use reply thread or reply post to further post to that conversation. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
func (m *ItemConversationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Conversationable, requestConfiguration *ItemConversationsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Conversationable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -116,7 +116,7 @@ func (m *ItemConversationsRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Conversationable), nil
}
-// ToGetRequestInformation retrieve the list of conversations in this group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of conversations in this group. This API is available in the following national cloud deployments.
func (m *ItemConversationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemConversationsRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation use reply thread or reply post to further post to that conversation. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemConversationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Conversationable, requestConfiguration *ItemConversationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_delta_request_builder.go b/groups/item_events_delta_request_builder.go
index 1c45741cf46..99e9ed67d66 100644
--- a/groups/item_events_delta_request_builder.go
+++ b/groups/item_events_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemEventsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsDeltaRequestBuilderGetQueryParameters 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.
+// ItemEventsDeltaRequestBuilderGetQueryParameters 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.
type ItemEventsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemEventsDeltaRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(ItemEventsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemEventsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Contex
}
return res.(ItemEventsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_event_item_request_builder.go b/groups/item_events_event_item_request_builder.go
index e960ef21199..25aa29c5531 100644
--- a/groups/item_events_event_item_request_builder.go
+++ b/groups/item_events_event_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemEventsEventItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemEventsEventItemRequestBuilderGetQueryParameters get an event object. This API is supported in the following national cloud deployments.
+// ItemEventsEventItemRequestBuilderGetQueryParameters get an event object. This API is available in the following national cloud deployments.
type ItemEventsEventItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -72,7 +72,7 @@ func NewItemEventsEventItemRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemEventsEventItemRequestBuilder) Decline()(*ItemEventsItemDeclineRequestBuilder) {
return NewItemEventsItemDeclineRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete an event object. This API is supported in the following national cloud deployments.
+// Delete delete an event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemEventsEventItemRequestBuilder) Extensions()(*ItemEventsItemExtensio
func (m *ItemEventsEventItemRequestBuilder) Forward()(*ItemEventsItemForwardRequestBuilder) {
return NewItemEventsItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an event object. This API is supported in the following national cloud deployments.
+// Get get an event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0
@@ -156,7 +156,7 @@ func (m *ItemEventsEventItemRequestBuilder) SnoozeReminder()(*ItemEventsItemSnoo
func (m *ItemEventsEventItemRequestBuilder) TentativelyAccept()(*ItemEventsItemTentativelyAcceptRequestBuilder) {
return NewItemEventsItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete an event object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an event object. This API is available in the following national cloud deployments.
func (m *ItemEventsEventItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemEventsEventItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -168,7 +168,7 @@ func (m *ItemEventsEventItemRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation get an event object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an event object. This API is available in the following national cloud deployments.
func (m *ItemEventsEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_accept_post_request_body.go b/groups/item_events_item_accept_post_request_body.go
index ac5734dc314..f7ff3f6b6a2 100644
--- a/groups/item_events_item_accept_post_request_body.go
+++ b/groups/item_events_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemAcceptPostRequestBody()(*ItemEventsItemAcceptPostRequestBo
func CreateItemEventsItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_events_item_accept_request_builder.go b/groups/item_events_item_accept_request_builder.go
index 74052edd96f..26eca83d9b0 100644
--- a/groups/item_events_item_accept_request_builder.go
+++ b/groups/item_events_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemAcceptRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemAcceptRequestBuilder) Post(ctx context.Context, body Item
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_attachments_attachment_item_request_builder.go b/groups/item_events_item_attachments_attachment_item_request_builder.go
index 0b2c701822c..1f938e7e843 100644
--- a/groups/item_events_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_events_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemEventsItemAttachmentsAttachmentItemRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemEventsItemAttachmentsAttachmentItemRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemEventsItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_attachments_create_upload_session_post_request_body.go b/groups/item_events_item_attachments_create_upload_session_post_request_body.go
index 980ffe9816b..ef48b319d0f 100644
--- a/groups/item_events_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_events_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemAttachmentsCreateUploadSessionPostRequestBody()(*ItemEvent
func CreateItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachm
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDe
// Serialize serializes information the current object
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_events_item_attachments_create_upload_session_request_builder.go b/groups/item_events_item_attachments_create_upload_session_request_builder.go
index 93b92284479..d6fba3a7cce 100644
--- a/groups/item_events_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_events_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemEventsItemAttachmentsCreateUploadSessionRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemEventsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_attachments_request_builder.go b/groups/item_events_item_attachments_request_builder.go
index cbd40457be6..2903480b5fd 100644
--- a/groups/item_events_item_attachments_request_builder.go
+++ b/groups/item_events_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemEventsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Count()(*ItemEventsItemAttachm
func (m *ItemEventsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_cancel_post_request_body.go b/groups/item_events_item_cancel_post_request_body.go
index a9ee611e914..aa3ed544537 100644
--- a/groups/item_events_item_cancel_post_request_body.go
+++ b/groups/item_events_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemCancelPostRequestBody()(*ItemEventsItemCancelPostRequestBo
func CreateItemEventsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemCancelPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string
// Serialize serializes information the current object
func (m *ItemEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_events_item_cancel_request_builder.go b/groups/item_events_item_cancel_request_builder.go
index abfa5b06467..919a05d17af 100644
--- a/groups/item_events_item_cancel_request_builder.go
+++ b/groups/item_events_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemCancelRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemCancelRequestBuilder) Post(ctx context.Context, body Item
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemCancelPostRequestBodyable, requestConfiguration *ItemEventsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_decline_post_request_body.go b/groups/item_events_item_decline_post_request_body.go
index da315edd156..cd14050eb65 100644
--- a/groups/item_events_item_decline_post_request_body.go
+++ b/groups/item_events_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemDeclinePostRequestBody()(*ItemEventsItemDeclinePostRequest
func CreateItemEventsItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[strin
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd8112441
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_events_item_decline_request_builder.go b/groups/item_events_item_decline_request_builder.go
index 623259962d6..ab82f5e9c46 100644
--- a/groups/item_events_item_decline_request_builder.go
+++ b/groups/item_events_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemDeclineRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemDeclineRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemDeclinePostRequestBodyable, requestConfiguration *ItemEventsItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_dismiss_reminder_request_builder.go b/groups/item_events_item_dismiss_reminder_request_builder.go
index e9a6a9b0c49..3f502a6e066 100644
--- a/groups/item_events_item_dismiss_reminder_request_builder.go
+++ b/groups/item_events_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemDismissReminderRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemDismissReminderRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_extensions_extension_item_request_builder.go b/groups/item_events_item_extensions_extension_item_request_builder.go
index b44b91715cc..0e1d5172ff0 100644
--- a/groups/item_events_item_extensions_extension_item_request_builder.go
+++ b/groups/item_events_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemEventsItemExtensionsExtensionItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemEventsItemExtensionsExtensionItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemEventsItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_extensions_request_builder.go b/groups/item_events_item_extensions_request_builder.go
index 13aa3de5f98..f0f9fe0b72b 100644
--- a/groups/item_events_item_extensions_request_builder.go
+++ b/groups/item_events_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemEventsItemExtensionsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemEventsItemExtensionsRequestBuilder) Count()(*ItemEventsItemExtensionsCountRequestBuilder) {
return NewItemEventsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemEventsItemExtensionsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemEventsItemExtensionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemEventsItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_forward_post_request_body.go b/groups/item_events_item_forward_post_request_body.go
index 6ea3c6b3538..16c80d45cae 100644
--- a/groups/item_events_item_forward_post_request_body.go
+++ b/groups/item_events_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemForwardPostRequestBody()(*ItemEventsItemForwardPostRequest
func CreateItemEventsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[strin
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412
// Serialize serializes information the current object
func (m *ItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_events_item_forward_request_builder.go b/groups/item_events_item_forward_request_builder.go
index 96e429b7d86..5ef51c8dfe0 100644
--- a/groups/item_events_item_forward_request_builder.go
+++ b/groups/item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemForwardRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemForwardRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_delta_request_builder.go b/groups/item_events_item_instances_delta_request_builder.go
index 1652b0a604d..d8b2e413a33 100644
--- a/groups/item_events_item_instances_delta_request_builder.go
+++ b/groups/item_events_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemEventsItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemEventsItemInstancesDeltaRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemEventsItemInstancesDeltaRequestBuilder) Get(ctx context.Context, re
}
return res.(ItemEventsItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetResponse(ctx c
}
return res.(ItemEventsItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_accept_post_request_body.go b/groups/item_events_item_instances_item_accept_post_request_body.go
index 2e298ffe8a4..80b7a710b92 100644
--- a/groups/item_events_item_instances_item_accept_post_request_body.go
+++ b/groups/item_events_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemInstancesItemAcceptPostRequestBody()(*ItemEventsItemInstan
func CreateItemEventsItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bo
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_events_item_instances_item_accept_request_builder.go b/groups/item_events_item_instances_item_accept_request_builder.go
index 006c8a94d32..5fe885496a0 100644
--- a/groups/item_events_item_instances_item_accept_request_builder.go
+++ b/groups/item_events_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemAcceptRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemAcceptRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_attachments_attachment_item_request_builder.go b/groups/item_events_item_instances_item_attachments_attachment_item_request_builder.go
index 3d01935a246..c3f90a0f744 100644
--- a/groups/item_events_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/groups/item_events_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go b/groups/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
index 623002544d0..032864a9862 100644
--- a/groups/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody
func CreateItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_events_item_instances_item_attachments_create_upload_session_request_builder.go b/groups/item_events_item_instances_item_attachments_create_upload_session_request_builder.go
index 2c96898b2dd..2996562874f 100644
--- a/groups/item_events_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_events_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_attachments_request_builder.go b/groups/item_events_item_instances_item_attachments_request_builder.go
index a098ce6113e..54ab1b519e6 100644
--- a/groups/item_events_item_instances_item_attachments_request_builder.go
+++ b/groups/item_events_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Count()(*ItemEven
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_cancel_post_request_body.go b/groups/item_events_item_instances_item_cancel_post_request_body.go
index 56998b9e8aa..8282cdeacbf 100644
--- a/groups/item_events_item_instances_item_cancel_post_request_body.go
+++ b/groups/item_events_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemInstancesItemCancelPostRequestBody()(*ItemEventsItemInstan
func CreateItemEventsItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/groups/item_events_item_instances_item_cancel_request_builder.go b/groups/item_events_item_instances_item_cancel_request_builder.go
index 66e8a8b4f01..0e7e89bd2bf 100644
--- a/groups/item_events_item_instances_item_cancel_request_builder.go
+++ b/groups/item_events_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemCancelRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemCancelRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_decline_post_request_body.go b/groups/item_events_item_instances_item_decline_post_request_body.go
index d04f73b19e7..e50dc926dba 100644
--- a/groups/item_events_item_instances_item_decline_post_request_body.go
+++ b/groups/item_events_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemDeclinePostRequestBody()(*ItemEventsItemInsta
func CreateItemEventsItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializer
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializer
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializer
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*b
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_events_item_instances_item_decline_request_builder.go b/groups/item_events_item_instances_item_decline_request_builder.go
index 949153ef5c3..4a2fc3910b5 100644
--- a/groups/item_events_item_instances_item_decline_request_builder.go
+++ b/groups/item_events_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemDeclineRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemDeclineRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_dismiss_reminder_request_builder.go b/groups/item_events_item_instances_item_dismiss_reminder_request_builder.go
index 67353f036d6..05d180e9f69 100644
--- a/groups/item_events_item_instances_item_dismiss_reminder_request_builder.go
+++ b/groups/item_events_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemDismissReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemDismissReminderRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_extensions_extension_item_request_builder.go b/groups/item_events_item_instances_item_extensions_extension_item_request_builder.go
index 6028aaf43e5..76f609ac245 100644
--- a/groups/item_events_item_instances_item_extensions_extension_item_request_builder.go
+++ b/groups/item_events_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) Delet
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_extensions_request_builder.go b/groups/item_events_item_instances_item_extensions_request_builder.go
index 30bb03e2a7b..bc1cb7e8419 100644
--- a/groups/item_events_item_instances_item_extensions_request_builder.go
+++ b/groups/item_events_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemEventsItemInstancesItemExtensionsRequestBuilder(rawUrl string, reque
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Count()(*ItemEventsItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemEventsItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemEventsItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_forward_post_request_body.go b/groups/item_events_item_instances_item_forward_post_request_body.go
index 67858149072..f68136f3bdb 100644
--- a/groups/item_events_item_instances_item_forward_post_request_body.go
+++ b/groups/item_events_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemForwardPostRequestBody()(*ItemEventsItemInsta
func CreateItemEventsItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializer
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i87
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_events_item_instances_item_forward_request_builder.go b/groups/item_events_item_instances_item_forward_request_builder.go
index c1aacb48e33..c85204792a4 100644
--- a/groups/item_events_item_instances_item_forward_request_builder.go
+++ b/groups/item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemForwardRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemForwardRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_snooze_reminder_post_request_body.go b/groups/item_events_item_instances_item_snooze_reminder_post_request_body.go
index 0cfbdfb944b..c1dfc14db86 100644
--- a/groups/item_events_item_instances_item_snooze_reminder_post_request_body.go
+++ b/groups/item_events_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemSnoozeReminderPostRequestBody()(*ItemEventsIt
func CreateItemEventsItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeser
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminde
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_events_item_instances_item_snooze_reminder_request_builder.go b/groups/item_events_item_instances_item_snooze_reminder_request_builder.go
index 9ead770a9bd..48e49680512 100644
--- a/groups/item_events_item_instances_item_snooze_reminder_request_builder.go
+++ b/groups/item_events_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemSnoozeReminderRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_instances_item_tentatively_accept_post_request_body.go b/groups/item_events_item_instances_item_tentatively_accept_post_request_body.go
index 5852e1825a4..5f447c89681 100644
--- a/groups/item_events_item_instances_item_tentatively_accept_post_request_body.go
+++ b/groups/item_events_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemTentativelyAcceptPostRequestBody()(*ItemEvent
func CreateItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetPropose
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendRes
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_events_item_instances_item_tentatively_accept_request_builder.go b/groups/item_events_item_instances_item_tentatively_accept_request_builder.go
index 37eacfd5531..2e13d80f0fe 100644
--- a/groups/item_events_item_instances_item_tentatively_accept_request_builder.go
+++ b/groups/item_events_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemTentativelyAcceptRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) Post(ctx co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_snooze_reminder_post_request_body.go b/groups/item_events_item_snooze_reminder_post_request_body.go
index a7a3495d346..3710b946d03 100644
--- a/groups/item_events_item_snooze_reminder_post_request_body.go
+++ b/groups/item_events_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemSnoozeReminderPostRequestBody()(*ItemEventsItemSnoozeRemin
func CreateItemEventsItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(ma
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd
// Serialize serializes information the current object
func (m *ItemEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/groups/item_events_item_snooze_reminder_request_builder.go b/groups/item_events_item_snooze_reminder_request_builder.go
index 284eccceb8e..e57a0278881 100644
--- a/groups/item_events_item_snooze_reminder_request_builder.go
+++ b/groups/item_events_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemSnoozeReminderRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemSnoozeReminderRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemEventsItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemEventsItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_item_tentatively_accept_post_request_body.go b/groups/item_events_item_tentatively_accept_post_request_body.go
index 761b0eb2c14..66df2706b5a 100644
--- a/groups/item_events_item_tentatively_accept_post_request_body.go
+++ b/groups/item_events_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemTentativelyAcceptPostRequestBody()(*ItemEventsItemTentativ
func CreateItemEventsItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(ia
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool
// Serialize serializes information the current object
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/groups/item_events_item_tentatively_accept_request_builder.go b/groups/item_events_item_tentatively_accept_request_builder.go
index 017451488c3..ccebaffe7aa 100644
--- a/groups/item_events_item_tentatively_accept_request_builder.go
+++ b/groups/item_events_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemTentativelyAcceptRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemTentativelyAcceptRequestBuilder) Post(ctx context.Context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_events_request_builder.go b/groups/item_events_request_builder.go
index 1b999f63253..c7abf3bd4f9 100644
--- a/groups/item_events_request_builder.go
+++ b/groups/item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsRequestBuilderGetQueryParameters retrieve a list of event objects. This API is supported in the following national cloud deployments.
+// ItemEventsRequestBuilderGetQueryParameters retrieve a list of event objects. This API is available in the following national cloud deployments.
type ItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func (m *ItemEventsRequestBuilder) Count()(*ItemEventsCountRequestBuilder) {
func (m *ItemEventsRequestBuilder) Delta()(*ItemEventsDeltaRequestBuilder) {
return NewItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of event objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of event objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemEventsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post use this API to create a new event. This API is supported in the following national cloud deployments.
+// Post use this API to create a new event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation retrieve a list of event objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of event objects. This API is available in the following national cloud deployments.
func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new event. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new event. This API is available in the following national cloud deployments.
func (m *ItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_get_member_groups_post_request_body.go b/groups/item_get_member_groups_post_request_body.go
index 1362310529b..15d50669363 100644
--- a/groups/item_get_member_groups_post_request_body.go
+++ b/groups/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_get_member_groups_request_builder.go b/groups/item_get_member_groups_request_builder.go
index 30c5d47ab23..d5af6bd988e 100644
--- a/groups/item_get_member_groups_request_builder.go
+++ b/groups/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_get_member_objects_post_request_body.go b/groups/item_get_member_objects_post_request_body.go
index 07ce230dcae..f0e1a89861d 100644
--- a/groups/item_get_member_objects_post_request_body.go
+++ b/groups/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_get_member_objects_request_builder.go b/groups/item_get_member_objects_request_builder.go
index 7e198f32816..b69981d7dd9 100644
--- a/groups/item_get_member_objects_request_builder.go
+++ b/groups/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_group_lifecycle_policies_item_add_group_post_request_body.go b/groups/item_group_lifecycle_policies_item_add_group_post_request_body.go
index 546a4409f90..ea02e9c8d84 100644
--- a/groups/item_group_lifecycle_policies_item_add_group_post_request_body.go
+++ b/groups/item_group_lifecycle_policies_item_add_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupPostRequestBody()(*ItemGroupLifecy
func CreateItemGroupLifecyclePoliciesItemAddGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGroupLifecyclePoliciesItemAddGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGroupLifecyclePoliciesItemAddGroupPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGroupLifecyclePoliciesItemAddGroupPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_group_lifecycle_policies_item_add_group_post_response.go b/groups/item_group_lifecycle_policies_item_add_group_post_response.go
index b82a5a3f99c..4544d6d2f82 100644
--- a/groups/item_group_lifecycle_policies_item_add_group_post_response.go
+++ b/groups/item_group_lifecycle_policies_item_add_group_post_response.go
@@ -22,7 +22,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupPostResponse()(*ItemGroupLifecycle
func CreateItemGroupLifecyclePoliciesItemAddGroupPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGroupLifecyclePoliciesItemAddGroupPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGroupLifecyclePoliciesItemAddGroupPostResponse) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGroupLifecyclePoliciesItemAddGroupPostResponse) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemAddGroupPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_group_lifecycle_policies_item_add_group_request_builder.go b/groups/item_group_lifecycle_policies_item_add_group_request_builder.go
index 0f752c63902..fd65410c38c 100644
--- a/groups/item_group_lifecycle_policies_item_add_group_request_builder.go
+++ b/groups/item_group_lifecycle_policies_item_add_group_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemGroupLifecyclePoliciesItemAddGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddGroupPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGroupLifecyclePoliciesItemAddGroupRequestBuilder) Post(ctx context.
}
return res.(ItemGroupLifecyclePoliciesItemAddGroupResponseable), nil
}
-// PostAsAddGroupPostResponse 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.
+// PostAsAddGroupPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGroupLifecyclePoliciesItemAddGroupRequestBuilder) PostAsAddGroupPos
}
return res.(ItemGroupLifecyclePoliciesItemAddGroupPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGroupLifecyclePoliciesItemAddGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGroupLifecyclePoliciesItemAddGroupPostRequestBodyable, requestConfiguration *ItemGroupLifecyclePoliciesItemAddGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_group_lifecycle_policies_item_remove_group_post_request_body.go b/groups/item_group_lifecycle_policies_item_remove_group_post_request_body.go
index 72cfecdb29c..43618a8ecc4 100644
--- a/groups/item_group_lifecycle_policies_item_remove_group_post_request_body.go
+++ b/groups/item_group_lifecycle_policies_item_remove_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody()(*ItemGroupLif
func CreateItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_group_lifecycle_policies_item_remove_group_post_response.go b/groups/item_group_lifecycle_policies_item_remove_group_post_response.go
index 6e961faa6a5..f2bc8acbe29 100644
--- a/groups/item_group_lifecycle_policies_item_remove_group_post_response.go
+++ b/groups/item_group_lifecycle_policies_item_remove_group_post_response.go
@@ -22,7 +22,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupPostResponse()(*ItemGroupLifecy
func CreateItemGroupLifecyclePoliciesItemRemoveGroupPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGroupLifecyclePoliciesItemRemoveGroupPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go b/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go
index 2286ebbd950..b812f95fbbf 100644
--- a/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go
+++ b/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post removes a group from a lifecycle policy. This API is supported in the following national cloud deployments.
+// Post removes a group from a lifecycle policy. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsRemoveGroupPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder) Post(ctx conte
}
return res.(ItemGroupLifecyclePoliciesItemRemoveGroupResponseable), nil
}
-// PostAsRemoveGroupPostResponse removes a group from a lifecycle policy. This API is supported in the following national cloud deployments.
+// PostAsRemoveGroupPostResponse removes a group from a lifecycle policy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder) PostAsRemoveGr
}
return res.(ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable), nil
}
-// ToPostRequestInformation removes a group from a lifecycle policy. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation removes a group from a lifecycle policy. This API is available in the following national cloud deployments.
func (m *ItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGroupLifecyclePoliciesItemRemoveGroupPostRequestBodyable, requestConfiguration *ItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_group_lifecycle_policies_request_builder.go b/groups/item_group_lifecycle_policies_request_builder.go
index 8336c9e066d..8d6446f8d15 100644
--- a/groups/item_group_lifecycle_policies_request_builder.go
+++ b/groups/item_group_lifecycle_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemGroupLifecyclePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemGroupLifecyclePoliciesRequestBuilderGetQueryParameters retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is supported in the following national cloud deployments.
+// ItemGroupLifecyclePoliciesRequestBuilderGetQueryParameters retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is available in the following national cloud deployments.
type ItemGroupLifecyclePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemGroupLifecyclePoliciesRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemGroupLifecyclePoliciesRequestBuilder) Count()(*ItemGroupLifecyclePoliciesCountRequestBuilder) {
return NewItemGroupLifecyclePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is supported in the following national cloud deployments.
+// Get retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemGroupLifecyclePoliciesRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupLifecyclePolicyable), nil
}
-// ToGetRequestInformation retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is available in the following national cloud deployments.
func (m *ItemGroupLifecyclePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemGroupLifecyclePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_members_item_ref_request_builder.go b/groups/item_members_item_ref_request_builder.go
index 8edb60c1af5..296ef8d0802 100644
--- a/groups/item_members_item_ref_request_builder.go
+++ b/groups/item_members_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMembersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMembersItemRefRequestBuilderDeleteQueryParameters 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.
+// ItemMembersItemRefRequestBuilderDeleteQueryParameters 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.
type ItemMembersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemMembersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemMembersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemMembersItemRefRequestBuilder) Delete(ctx context.Context, requestCo
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMembersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMembersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_members_ref_request_builder.go b/groups/item_members_ref_request_builder.go
index 06618821aff..05b5ae9b522 100644
--- a/groups/item_members_ref_request_builder.go
+++ b/groups/item_members_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemMembersRefRequestBuilder) Get(ctx context.Context, requestConfigura
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemMembersRefRequestBuilder) ToGetRequestInformation(ctx context.Conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMembersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemMembersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go b/groups/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
index 6e1865f7118..ef047aedf52 100644
--- a/groups/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
+++ b/groups/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody()(*ItemOnenoteN
func CreateItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go b/groups/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
index dc766127318..f2dca9490f8 100644
--- a/groups/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
+++ b/groups/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CopyNotebookModelable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_copy_notebook_post_request_body.go b/groups/item_onenote_notebooks_item_copy_notebook_post_request_body.go
index a94cd841c60..dd8715e9f65 100644
--- a/groups/item_onenote_notebooks_item_copy_notebook_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_copy_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemCopyNotebookPostRequestBody()(*ItemOnenoteNotebo
func CreateItemOnenoteNotebooksItemCopyNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemCopyNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_copy_notebook_request_builder.go b/groups/item_onenote_notebooks_item_copy_notebook_request_builder.go
index ac100e9913b..bd64d1d421c 100644
--- a/groups/item_onenote_notebooks_item_copy_notebook_request_builder.go
+++ b/groups/item_onenote_notebooks_item_copy_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemCopyNotebookRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemCopyNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemCopyNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemCopyNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemCopyNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
index 58a7bb843cb..9d52c5901b2 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder(raw
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) G
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 883504ebd2b..3e71b39cc27 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostR
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index d50cfac01f5..e7f110235db 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookReque
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 1ffc5bc00d1..e6f053606aa 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupP
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index c7e2ddd9098..e2e616d2f3a 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupR
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 3cc4e9b260d..28820d04746 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSect
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index 91f5cb23527..6ba567e6da4 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSect
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index ccecff443ef..52c945b6e20 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePat
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePa
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
index d4d556d4b67..11b12dd4de7 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
index 2662f7af034..f26d500d642 100644
--- a/groups/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder(rawUrl s
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_section_groups_request_builder.go b/groups/item_onenote_notebooks_item_section_groups_request_builder.go
index 4f08ed2441a..061bf07db2e 100644
--- a/groups/item_onenote_notebooks_item_section_groups_request_builder.go
+++ b/groups/item_onenote_notebooks_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsRequestBuilder(rawUrl string, reque
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// Post create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new section group in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new section group in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go b/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
index 613b86fe762..a43fe5b75e5 100644
--- a/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody()(*Ite
func CreateItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go b/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
index 529ac584375..824e794e212 100644
--- a/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go b/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
index b33f7c9c088..3789737e0f7 100644
--- a/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody()(
func CreateItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go b/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
index c1ae55b5c16..3bb4d229e35 100644
--- a/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 54d652929c1..eae844ab620 100644
--- a/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBod
func CreateItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
index 13479e09247..29e880b7988 100644
--- a/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index e93aa3d1f1b..5138309d23a 100644
--- a/groups/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequ
func CreateItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_notebooks_item_sections_item_pages_request_builder.go b/groups/item_onenote_notebooks_item_sections_item_pages_request_builder.go
index 44f612dc251..aec147ed4a8 100644
--- a/groups/item_onenote_notebooks_item_sections_item_pages_request_builder.go
+++ b/groups/item_onenote_notebooks_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder(rawUrl string, r
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_item_sections_request_builder.go b/groups/item_onenote_notebooks_item_sections_request_builder.go
index c291f1b7351..8586d649274 100644
--- a/groups/item_onenote_notebooks_item_sections_request_builder.go
+++ b/groups/item_onenote_notebooks_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionsRequestBuilder(rawUrl string, requestAda
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteNotebooksItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_notebook_item_request_builder.go b/groups/item_onenote_notebooks_notebook_item_request_builder.go
index 5c004fa65c9..7f04f37801b 100644
--- a/groups/item_onenote_notebooks_notebook_item_request_builder.go
+++ b/groups/item_onenote_notebooks_notebook_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteNotebooksNotebookItemRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksNotebookItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_notebooks_request_builder.go b/groups/item_onenote_notebooks_request_builder.go
index 1919617e22d..02e671c65de 100644
--- a/groups/item_onenote_notebooks_request_builder.go
+++ b/groups/item_onenote_notebooks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemOnenoteNotebooksRequestBuilder) Count()(*ItemOnenoteNotebooksCountRequestBuilder) {
return NewItemOnenoteNotebooksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of notebook objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) GetNotebookFromWebUrl()(*ItemOnenot
func (m *ItemOnenoteNotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool)(*ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) {
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, includePersonalNotebooks)
}
-// Post create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// Post create a new OneNote notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable), nil
}
-// ToGetRequestInformation retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of notebook objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new OneNote notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, requestConfiguration *ItemOnenoteNotebooksRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_operations_onenote_operation_item_request_builder.go b/groups/item_onenote_operations_onenote_operation_item_request_builder.go
index fb8004ea762..824f6369d57 100644
--- a/groups/item_onenote_operations_onenote_operation_item_request_builder.go
+++ b/groups/item_onenote_operations_onenote_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteOperationsOnenoteOperationItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
+// ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
type ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_operations_request_builder.go b/groups/item_onenote_operations_request_builder.go
index f54fffdb4a8..dbfc11b6336 100644
--- a/groups/item_onenote_operations_request_builder.go
+++ b/groups/item_onenote_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
+// ItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
type ItemOnenoteOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteOperationsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemOnenoteOperationsRequestBuilder) Count()(*ItemOnenoteOperationsCountRequestBuilder) {
return NewItemOnenoteOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
func (m *ItemOnenoteOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemOnenoteOperationsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenoteOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_pages_item_copy_to_section_post_request_body.go b/groups/item_onenote_pages_item_copy_to_section_post_request_body.go
index 82f457348c2..e83dda7d96e 100644
--- a/groups/item_onenote_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_onenote_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenotePagesItemCopyToSectionPostRequestBody()(*ItemOnenotePagesItem
func CreateItemOnenotePagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenotePagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_pages_item_copy_to_section_request_builder.go b/groups/item_onenote_pages_item_copy_to_section_request_builder.go
index 96c23ee8af7..f1c92fd3e7b 100644
--- a/groups/item_onenote_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_onenote_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenotePagesItemCopyToSectionRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemOnenotePagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenotePagesItemCopyToSectionRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenotePagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenotePagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenotePagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_pages_item_onenote_patch_content_post_request_body.go b/groups/item_onenote_pages_item_onenote_patch_content_post_request_body.go
index 9a55ae5b28a..cc5a28b0a30 100644
--- a/groups/item_onenote_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_onenote_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenotePagesItemOnenotePatchContentPostRequestBody()(*ItemOnenotePag
func CreateItemOnenotePagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenotePagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_pages_onenote_page_item_request_builder.go b/groups/item_onenote_pages_onenote_page_item_request_builder.go
index dba9c54f72d..6f74be92f86 100644
--- a/groups/item_onenote_pages_onenote_page_item_request_builder.go
+++ b/groups/item_onenote_pages_onenote_page_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
+// ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
type ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Content()(*ItemOnenotePa
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) CopyToSection()(*ItemOnenotePagesItemCopyToSectionRequestBuilder) {
return NewItemOnenotePagesItemCopyToSectionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a OneNote page. This API is supported in the following national cloud deployments.
+// Delete delete a OneNote page. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Patch(ctx context.Contex
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Preview()(*ItemOnenotePagesItemPreviewRequestBuilder) {
return NewItemOnenotePagesItemPreviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a OneNote page. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a OneNote page. This API is available in the following national cloud deployments.
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesOnenotePageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_pages_request_builder.go b/groups/item_onenote_pages_request_builder.go
index 9ba74d61dfb..161a6fd8a30 100644
--- a/groups/item_onenote_pages_request_builder.go
+++ b/groups/item_onenote_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenotePagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is available in the following national cloud deployments.
type ItemOnenotePagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenotePagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemOnenotePagesRequestBuilder) Count()(*ItemOnenotePagesCountRequestBuilder) {
return NewItemOnenotePagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenotePagesRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenotePagesRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects. This API is available in the following national cloud deployments.
func (m *ItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenotePagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenotePagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_item_section_groups_request_builder.go b/groups/item_onenote_section_groups_item_section_groups_request_builder.go
index f64e5ce0bfd..fa1fff8c16d 100644
--- a/groups/item_onenote_section_groups_item_section_groups_request_builder.go
+++ b/groups/item_onenote_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder(rawUrl string, r
func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 5752ef48b65..73d3744586b 100644
--- a/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody()(
func CreateItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index a216cadee8e..6e5b1be8443 100644
--- a/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 81fee62fc9e..32622f8e931 100644
--- a/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBod
func CreateItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index cd16dea5baf..1b009f3f779 100644
--- a/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 18bd06c1e9c..4cdda1a4d57 100644
--- a/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReques
func CreateItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index 3f41dd0a81d..6af6cbf455b 100644
--- a/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 9b4f17aac22..ecd4d2168e0 100644
--- a/groups/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPost
func CreateItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_section_groups_item_sections_item_pages_request_builder.go b/groups/item_onenote_section_groups_item_sections_item_pages_request_builder.go
index c23f6702f64..8716797fbf9 100644
--- a/groups/item_onenote_section_groups_item_sections_item_pages_request_builder.go
+++ b/groups/item_onenote_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder(rawUrl strin
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_item_sections_request_builder.go b/groups/item_onenote_section_groups_item_sections_request_builder.go
index bceb16ee959..e0a88022995 100644
--- a/groups/item_onenote_section_groups_item_sections_request_builder.go
+++ b/groups/item_onenote_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsItemSectionsRequestBuilder(rawUrl string, reques
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_request_builder.go b/groups/item_onenote_section_groups_request_builder.go
index 3800677acff..e9e1c049507 100644
--- a/groups/item_onenote_section_groups_request_builder.go
+++ b/groups/item_onenote_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemOnenoteSectionGroupsRequestBuilder) Count()(*ItemOnenoteSectionGroupsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnenoteSectionGroupsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_section_groups_section_group_item_request_builder.go b/groups/item_onenote_section_groups_section_group_item_request_builder.go
index e606cbcb92f..9f810347f0a 100644
--- a/groups/item_onenote_section_groups_section_group_item_request_builder.go
+++ b/groups/item_onenote_section_groups_section_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderDeleteRequestConfigur
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) Delete(ctx cont
}
return nil
}
-// Get retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToDeleteRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_sections_item_copy_to_notebook_post_request_body.go b/groups/item_onenote_sections_item_copy_to_notebook_post_request_body.go
index bfd2b4ee916..a0143785889 100644
--- a/groups/item_onenote_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_onenote_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemCopyToNotebookPostRequestBody()(*ItemOnenoteSecti
func CreateItemOnenoteSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_sections_item_copy_to_notebook_request_builder.go b/groups/item_onenote_sections_item_copy_to_notebook_request_builder.go
index 5f2e8ef7890..f7522d202cb 100644
--- a/groups/item_onenote_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_onenote_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemCopyToNotebookRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_sections_item_copy_to_section_group_post_request_body.go b/groups/item_onenote_sections_item_copy_to_section_group_post_request_body.go
index 14a6cdd9304..832a6e04806 100644
--- a/groups/item_onenote_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_onenote_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody()(*ItemOnenoteS
func CreateItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_sections_item_copy_to_section_group_request_builder.go b/groups/item_onenote_sections_item_copy_to_section_group_request_builder.go
index beaeb3c8254..f46689a06e6 100644
--- a/groups/item_onenote_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_onenote_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
index ae117ee2274..79a396739db 100644
--- a/groups/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody()(*ItemOnen
func CreateItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
index f4060437b7a..f1c2393f96c 100644
--- a/groups/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 02a16217813..56b685cadb7 100644
--- a/groups/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody()(*It
func CreateItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_onenote_sections_item_pages_request_builder.go b/groups/item_onenote_sections_item_pages_request_builder.go
index 4b5d010a535..9792a7e8b04 100644
--- a/groups/item_onenote_sections_item_pages_request_builder.go
+++ b/groups/item_onenote_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionsItemPagesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_sections_onenote_section_item_request_builder.go b/groups/item_onenote_sections_onenote_section_item_request_builder.go
index e8a11962355..ebe72982870 100644
--- a/groups/item_onenote_sections_onenote_section_item_request_builder.go
+++ b/groups/item_onenote_sections_onenote_section_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteSectionsOnenoteSectionItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_onenote_sections_request_builder.go b/groups/item_onenote_sections_request_builder.go
index b9ed53e87f4..3f31a122b73 100644
--- a/groups/item_onenote_sections_request_builder.go
+++ b/groups/item_onenote_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemOnenoteSectionsRequestBuilder) Count()(*ItemOnenoteSectionsCountRequestBuilder) {
return NewItemOnenoteSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnenoteSectionsRequestBuilder) Post(ctx context.Context, body iadcd
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_owners_item_ref_request_builder.go b/groups/item_owners_item_ref_request_builder.go
index 6d805b7a1be..81d3a96da10 100644
--- a/groups/item_owners_item_ref_request_builder.go
+++ b/groups/item_owners_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemOwnersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOwnersItemRefRequestBuilderDeleteQueryParameters 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.
+// ItemOwnersItemRefRequestBuilderDeleteQueryParameters 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.
type ItemOwnersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemOwnersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemOwnersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemOwnersItemRefRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemOwnersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOwnersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_owners_ref_request_builder.go b/groups/item_owners_ref_request_builder.go
index 2543096d7a2..ffece904d35 100644
--- a/groups/item_owners_ref_request_builder.go
+++ b/groups/item_owners_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemOwnersRefRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemOwnersRefRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOwnersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemOwnersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_permission_grants_delta_get_response.go b/groups/item_permission_grants_delta_get_response.go
deleted file mode 100644
index a0fb1ede34d..00000000000
--- a/groups/item_permission_grants_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsDeltaGetResponse
-type ItemPermissionGrantsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewItemPermissionGrantsDeltaGetResponse instantiates a new ItemPermissionGrantsDeltaGetResponse and sets the default values.
-func NewItemPermissionGrantsDeltaGetResponse()(*ItemPermissionGrantsDeltaGetResponse) {
- m := &ItemPermissionGrantsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsDeltaGetResponseable
-type ItemPermissionGrantsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/groups/item_permission_grants_delta_request_builder.go b/groups/item_permission_grants_delta_request_builder.go
deleted file mode 100644
index 35e5c722d09..00000000000
--- a/groups/item_permission_grants_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsDeltaRequestBuilder provides operations to call the delta method.
-type ItemPermissionGrantsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters invoke function delta
-type ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters
-}
-// NewItemPermissionGrantsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemPermissionGrantsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsDeltaRequestBuilder) {
- m := &ItemPermissionGrantsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemPermissionGrantsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *ItemPermissionGrantsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemPermissionGrantsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *ItemPermissionGrantsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemPermissionGrantsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *ItemPermissionGrantsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsDeltaRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemPermissionGrantsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_delta_response.go b/groups/item_permission_grants_delta_response.go
deleted file mode 100644
index 8d0511ab015..00000000000
--- a/groups/item_permission_grants_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemPermissionGrantsDeltaResponse struct {
- ItemPermissionGrantsDeltaGetResponse
-}
-// NewItemPermissionGrantsDeltaResponse instantiates a new ItemPermissionGrantsDeltaResponse and sets the default values.
-func NewItemPermissionGrantsDeltaResponse()(*ItemPermissionGrantsDeltaResponse) {
- m := &ItemPermissionGrantsDeltaResponse{
- ItemPermissionGrantsDeltaGetResponse: *NewItemPermissionGrantsDeltaGetResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsDeltaResponse(), nil
-}
-// ItemPermissionGrantsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemPermissionGrantsDeltaResponseable interface {
- ItemPermissionGrantsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_get_available_extension_properties_post_request_body.go b/groups/item_permission_grants_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 9691a0c726f..00000000000
--- a/groups/item_permission_grants_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody()(*ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/groups/item_permission_grants_get_available_extension_properties_post_response.go b/groups/item_permission_grants_get_available_extension_properties_post_response.go
deleted file mode 100644
index 1e03f8afbfa..00000000000
--- a/groups/item_permission_grants_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse()(*ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/groups/item_permission_grants_get_available_extension_properties_request_builder.go b/groups/item_permission_grants_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 0d3b0f56f1f..00000000000
--- a/groups/item_permission_grants_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_get_available_extension_properties_response.go b/groups/item_permission_grants_get_available_extension_properties_response.go
deleted file mode 100644
index e1df0bca6af..00000000000
--- a/groups/item_permission_grants_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesResponse struct {
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse()(*ItemPermissionGrantsGetAvailableExtensionPropertiesResponse) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesResponse{
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse: *NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse(), nil
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable interface {
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_get_by_ids_post_request_body.go b/groups/item_permission_grants_get_by_ids_post_request_body.go
deleted file mode 100644
index aa3615572b3..00000000000
--- a/groups/item_permission_grants_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsGetByIdsPostRequestBody
-type ItemPermissionGrantsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsGetByIdsPostRequestBody instantiates a new ItemPermissionGrantsGetByIdsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsGetByIdsPostRequestBody()(*ItemPermissionGrantsGetByIdsPostRequestBody) {
- m := &ItemPermissionGrantsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetByIdsPostRequestBodyable
-type ItemPermissionGrantsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/groups/item_permission_grants_get_by_ids_post_response.go b/groups/item_permission_grants_get_by_ids_post_response.go
deleted file mode 100644
index c4726bb4631..00000000000
--- a/groups/item_permission_grants_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsGetByIdsPostResponse
-type ItemPermissionGrantsGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsGetByIdsPostResponse instantiates a new ItemPermissionGrantsGetByIdsPostResponse and sets the default values.
-func NewItemPermissionGrantsGetByIdsPostResponse()(*ItemPermissionGrantsGetByIdsPostResponse) {
- m := &ItemPermissionGrantsGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetByIdsPostResponseable
-type ItemPermissionGrantsGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/groups/item_permission_grants_get_by_ids_request_builder.go b/groups/item_permission_grants_get_by_ids_request_builder.go
deleted file mode 100644
index 00c93b1c76f..00000000000
--- a/groups/item_permission_grants_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type ItemPermissionGrantsGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- m := &ItemPermissionGrantsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/getByIds", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemPermissionGrantsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_get_by_ids_response.go b/groups/item_permission_grants_get_by_ids_response.go
deleted file mode 100644
index 1b8b067d373..00000000000
--- a/groups/item_permission_grants_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemPermissionGrantsGetByIdsResponse struct {
- ItemPermissionGrantsGetByIdsPostResponse
-}
-// NewItemPermissionGrantsGetByIdsResponse instantiates a new ItemPermissionGrantsGetByIdsResponse and sets the default values.
-func NewItemPermissionGrantsGetByIdsResponse()(*ItemPermissionGrantsGetByIdsResponse) {
- m := &ItemPermissionGrantsGetByIdsResponse{
- ItemPermissionGrantsGetByIdsPostResponse: *NewItemPermissionGrantsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsResponse(), nil
-}
-// ItemPermissionGrantsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemPermissionGrantsGetByIdsResponseable interface {
- ItemPermissionGrantsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_item_check_member_groups_post_request_body.go b/groups/item_permission_grants_item_check_member_groups_post_request_body.go
deleted file mode 100644
index e2e06719825..00000000000
--- a/groups/item_permission_grants_item_check_member_groups_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody
-type ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody instantiates a new ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody()(*ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["groupIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetGroupIds(res)
- }
- return nil
- }
- return res
-}
-// GetGroupIds gets the groupIds property value. The groupIds property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
- val, err := m.GetBackingStore().Get("groupIds")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetGroupIds() != nil {
- err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetGroupIds sets the groupIds property value. The groupIds property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
- err := m.GetBackingStore().Set("groupIds", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable
-type ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetGroupIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetGroupIds(value []string)()
-}
diff --git a/groups/item_permission_grants_item_check_member_groups_post_response.go b/groups/item_permission_grants_item_check_member_groups_post_response.go
deleted file mode 100644
index d03e6e886d5..00000000000
--- a/groups/item_permission_grants_item_check_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsPostResponse
-type ItemPermissionGrantsItemCheckMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsPostResponse instantiates a new ItemPermissionGrantsItemCheckMemberGroupsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsPostResponse()(*ItemPermissionGrantsItemCheckMemberGroupsPostResponse) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberGroupsPostResponseable
-type ItemPermissionGrantsItemCheckMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/groups/item_permission_grants_item_check_member_groups_request_builder.go b/groups/item_permission_grants_item_check_member_groups_request_builder.go
deleted file mode 100644
index 8a653f4ca69..00000000000
--- a/groups/item_permission_grants_item_check_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
-type ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberGroupsResponseable), nil
-}
-// PostAsCheckMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_item_check_member_groups_response.go b/groups/item_permission_grants_item_check_member_groups_response.go
deleted file mode 100644
index c9dc735f229..00000000000
--- a/groups/item_permission_grants_item_check_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsResponse
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberGroupsResponse struct {
- ItemPermissionGrantsItemCheckMemberGroupsPostResponse
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsResponse instantiates a new ItemPermissionGrantsItemCheckMemberGroupsResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsResponse()(*ItemPermissionGrantsItemCheckMemberGroupsResponse) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsResponse{
- ItemPermissionGrantsItemCheckMemberGroupsPostResponse: *NewItemPermissionGrantsItemCheckMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsResponse(), nil
-}
-// ItemPermissionGrantsItemCheckMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberGroupsResponseable interface {
- ItemPermissionGrantsItemCheckMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_item_check_member_objects_post_request_body.go b/groups/item_permission_grants_item_check_member_objects_post_request_body.go
deleted file mode 100644
index 43df5ef6731..00000000000
--- a/groups/item_permission_grants_item_check_member_objects_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody
-type ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody instantiates a new ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody()(*ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable
-type ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
-}
diff --git a/groups/item_permission_grants_item_check_member_objects_post_response.go b/groups/item_permission_grants_item_check_member_objects_post_response.go
deleted file mode 100644
index 1fbb215e3ee..00000000000
--- a/groups/item_permission_grants_item_check_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsPostResponse
-type ItemPermissionGrantsItemCheckMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsPostResponse instantiates a new ItemPermissionGrantsItemCheckMemberObjectsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsPostResponse()(*ItemPermissionGrantsItemCheckMemberObjectsPostResponse) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberObjectsPostResponseable
-type ItemPermissionGrantsItemCheckMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/groups/item_permission_grants_item_check_member_objects_request_builder.go b/groups/item_permission_grants_item_check_member_objects_request_builder.go
deleted file mode 100644
index 5209fcb48e4..00000000000
--- a/groups/item_permission_grants_item_check_member_objects_request_builder.go
+++ /dev/null
@@ -1,92 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
-type ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberObjectsResponseable), nil
-}
-// PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation invoke action checkMemberObjects
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_item_check_member_objects_response.go b/groups/item_permission_grants_item_check_member_objects_response.go
deleted file mode 100644
index f9686a487eb..00000000000
--- a/groups/item_permission_grants_item_check_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsResponse
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberObjectsResponse struct {
- ItemPermissionGrantsItemCheckMemberObjectsPostResponse
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsResponse instantiates a new ItemPermissionGrantsItemCheckMemberObjectsResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsResponse()(*ItemPermissionGrantsItemCheckMemberObjectsResponse) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsResponse{
- ItemPermissionGrantsItemCheckMemberObjectsPostResponse: *NewItemPermissionGrantsItemCheckMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsResponse(), nil
-}
-// ItemPermissionGrantsItemCheckMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberObjectsResponseable interface {
- ItemPermissionGrantsItemCheckMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_item_get_member_groups_post_request_body.go b/groups/item_permission_grants_item_get_member_groups_post_request_body.go
deleted file mode 100644
index dccd803db71..00000000000
--- a/groups/item_permission_grants_item_get_member_groups_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemGetMemberGroupsPostRequestBody
-type ItemPermissionGrantsItemGetMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody instantiates a new ItemPermissionGrantsItemGetMemberGroupsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody()(*ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) {
- m := &ItemPermissionGrantsItemGetMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable
-type ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/groups/item_permission_grants_item_get_member_groups_request_builder.go b/groups/item_permission_grants_item_get_member_groups_request_builder.go
deleted file mode 100644
index 51994cf4432..00000000000
--- a/groups/item_permission_grants_item_get_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
-type ItemPermissionGrantsItemGetMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- m := &ItemPermissionGrantsItemGetMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberGroupsResponseable), nil
-}
-// PostAsGetMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_item_get_member_groups_response.go b/groups/item_permission_grants_item_get_member_groups_response.go
deleted file mode 100644
index b796dc382ad..00000000000
--- a/groups/item_permission_grants_item_get_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemGetMemberGroupsResponse
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberGroupsResponse struct {
- ItemPermissionGrantsItemGetMemberGroupsPostResponse
-}
-// NewItemPermissionGrantsItemGetMemberGroupsResponse instantiates a new ItemPermissionGrantsItemGetMemberGroupsResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsResponse()(*ItemPermissionGrantsItemGetMemberGroupsResponse) {
- m := &ItemPermissionGrantsItemGetMemberGroupsResponse{
- ItemPermissionGrantsItemGetMemberGroupsPostResponse: *NewItemPermissionGrantsItemGetMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsResponse(), nil
-}
-// ItemPermissionGrantsItemGetMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberGroupsResponseable interface {
- ItemPermissionGrantsItemGetMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_item_get_member_objects_post_request_body.go b/groups/item_permission_grants_item_get_member_objects_post_request_body.go
deleted file mode 100644
index f01d791c54e..00000000000
--- a/groups/item_permission_grants_item_get_member_objects_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsPostRequestBody
-type ItemPermissionGrantsItemGetMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody instantiates a new ItemPermissionGrantsItemGetMemberObjectsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody()(*ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) {
- m := &ItemPermissionGrantsItemGetMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable
-type ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/groups/item_permission_grants_item_get_member_objects_post_response.go b/groups/item_permission_grants_item_get_member_objects_post_response.go
deleted file mode 100644
index c115dc3f739..00000000000
--- a/groups/item_permission_grants_item_get_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsPostResponse
-type ItemPermissionGrantsItemGetMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemGetMemberObjectsPostResponse instantiates a new ItemPermissionGrantsItemGetMemberObjectsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsPostResponse()(*ItemPermissionGrantsItemGetMemberObjectsPostResponse) {
- m := &ItemPermissionGrantsItemGetMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberObjectsPostResponseable
-type ItemPermissionGrantsItemGetMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/groups/item_permission_grants_item_get_member_objects_request_builder.go b/groups/item_permission_grants_item_get_member_objects_request_builder.go
deleted file mode 100644
index 8737548aaeb..00000000000
--- a/groups/item_permission_grants_item_get_member_objects_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
-type ItemPermissionGrantsItemGetMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- m := &ItemPermissionGrantsItemGetMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberObjectsResponseable), nil
-}
-// PostAsGetMemberObjectsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemGetMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemGetMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_item_get_member_objects_response.go b/groups/item_permission_grants_item_get_member_objects_response.go
deleted file mode 100644
index 08aa38e84b8..00000000000
--- a/groups/item_permission_grants_item_get_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsResponse
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberObjectsResponse struct {
- ItemPermissionGrantsItemGetMemberObjectsPostResponse
-}
-// NewItemPermissionGrantsItemGetMemberObjectsResponse instantiates a new ItemPermissionGrantsItemGetMemberObjectsResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsResponse()(*ItemPermissionGrantsItemGetMemberObjectsResponse) {
- m := &ItemPermissionGrantsItemGetMemberObjectsResponse{
- ItemPermissionGrantsItemGetMemberObjectsPostResponse: *NewItemPermissionGrantsItemGetMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsResponse(), nil
-}
-// ItemPermissionGrantsItemGetMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberObjectsResponseable interface {
- ItemPermissionGrantsItemGetMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_permission_grants_item_restore_request_builder.go b/groups/item_permission_grants_item_restore_request_builder.go
deleted file mode 100644
index 20dbc61db03..00000000000
--- a/groups/item_permission_grants_item_restore_request_builder.go
+++ /dev/null
@@ -1,72 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemRestoreRequestBuilder provides operations to call the restore method.
-type ItemPermissionGrantsItemRestoreRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- m := &ItemPermissionGrantsItemRestoreRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemPermissionGrantsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_permission_grants_request_builder.go b/groups/item_permission_grants_request_builder.go
index 0400157cc85..73e5040e4e9 100644
--- a/groups/item_permission_grants_request_builder.go
+++ b/groups/item_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemPermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemPermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,11 +74,7 @@ func NewItemPermissionGrantsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemPermissionGrantsRequestBuilder) Count()(*ItemPermissionGrantsCountRequestBuilder) {
return NewItemPermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *ItemPermissionGrantsRequestBuilder) Delta()(*ItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemPermissionGrantsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0
@@ -100,14 +96,6 @@ func (m *ItemPermissionGrantsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *ItemPermissionGrantsRequestBuilder) GetAvailableExtensionProperties()(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *ItemPermissionGrantsRequestBuilder) GetByIds()(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemPermissionGrantsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Post create new navigation property to permissionGrants for groups
func (m *ItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemPermissionGrantsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
@@ -127,7 +115,7 @@ func (m *ItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -160,10 +148,6 @@ func (m *ItemPermissionGrantsRequestBuilder) ToPostRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *ItemPermissionGrantsRequestBuilder) ValidateProperties()(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *ItemPermissionGrantsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsRequestBuilder) {
return NewItemPermissionGrantsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/groups/item_permission_grants_resource_specific_permission_grant_item_request_builder.go b/groups/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
index 30c5af1d7af..8cab1f829ee 100644
--- a/groups/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
+++ b/groups/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
@@ -41,14 +41,6 @@ type ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CheckMemberGroups provides operations to call the checkMemberGroups method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberGroups()(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// CheckMemberObjects provides operations to call the checkMemberObjects method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberObjects()(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// NewItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values.
func NewItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) {
m := &ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder{
@@ -97,14 +89,6 @@ func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// GetMemberGroups provides operations to call the getMemberGroups method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberGroups()(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetMemberObjects provides operations to call the getMemberObjects method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberObjects()(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Patch update the navigation property permissionGrants in groups
func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
@@ -124,10 +108,6 @@ func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// Restore provides operations to call the restore method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Restore()(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemPermissionGrantsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// ToDeleteRequestInformation delete navigation property permissionGrants for groups
func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/groups/item_permission_grants_validate_properties_post_request_body.go b/groups/item_permission_grants_validate_properties_post_request_body.go
deleted file mode 100644
index f064d06f7d0..00000000000
--- a/groups/item_permission_grants_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package groups
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsValidatePropertiesPostRequestBody
-type ItemPermissionGrantsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsValidatePropertiesPostRequestBody instantiates a new ItemPermissionGrantsValidatePropertiesPostRequestBody and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesPostRequestBody()(*ItemPermissionGrantsValidatePropertiesPostRequestBody) {
- m := &ItemPermissionGrantsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsValidatePropertiesPostRequestBodyable
-type ItemPermissionGrantsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/groups/item_permission_grants_validate_properties_request_builder.go b/groups/item_permission_grants_validate_properties_request_builder.go
deleted file mode 100644
index c3355ea3717..00000000000
--- a/groups/item_permission_grants_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type ItemPermissionGrantsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- m := &ItemPermissionGrantsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/permissionGrants/validateProperties", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_photos_request_builder.go b/groups/item_photos_request_builder.go
index 21ee1a89bad..a92aba28b75 100644
--- a/groups/item_photos_request_builder.go
+++ b/groups/item_photos_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPhotosRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPhotosRequestBuilderGetQueryParameters retrieve a list of profilePhoto objects. This API is supported in the following national cloud deployments.
+// ItemPhotosRequestBuilderGetQueryParameters retrieve a list of profilePhoto objects. This API is available in the following national cloud deployments.
type ItemPhotosRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -63,7 +63,7 @@ func NewItemPhotosRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *ItemPhotosRequestBuilder) Count()(*ItemPhotosCountRequestBuilder) {
return NewItemPhotosCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of profilePhoto objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of profilePhoto objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemPhotosRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProfilePhotoCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of profilePhoto objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of profilePhoto objects. This API is available in the following national cloud deployments.
func (m *ItemPhotosRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPhotosRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go b/groups/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
index ed1771af0da..1f140dd5360 100644
--- a/groups/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/groups/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatReques
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go b/groups/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
index 83eb60d3371..0beb1bead76 100644
--- a/groups/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/groups/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBui
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go b/groups/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go
index ae3f28ea2d7..9517a5ec4ed 100644
--- a/groups/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go
+++ b/groups/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go b/groups/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
index 14256dae493..9722e6e779c 100644
--- a/groups/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/groups/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestB
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_buckets_item_tasks_request_builder.go b/groups/item_planner_plans_item_buckets_item_tasks_request_builder.go
index 279c53e75a0..50e57c3911f 100644
--- a/groups/item_planner_plans_item_buckets_item_tasks_request_builder.go
+++ b/groups/item_planner_plans_item_buckets_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansItemBucketsItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansItemBucketsItemTasksRequestBuilder(rawUrl string, reques
func (m *ItemPlannerPlansItemBucketsItemTasksRequestBuilder) Count()(*ItemPlannerPlansItemBucketsItemTasksCountRequestBuilder) {
return NewItemPlannerPlansItemBucketsItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_buckets_request_builder.go b/groups/item_planner_plans_item_buckets_request_builder.go
index e6cf39cdd8b..f670692ccda 100644
--- a/groups/item_planner_plans_item_buckets_request_builder.go
+++ b/groups/item_planner_plans_item_buckets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansItemBucketsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansItemBucketsRequestBuilderGetQueryParameters retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsRequestBuilderGetQueryParameters retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansItemBucketsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemPlannerPlansItemBucketsRequestBuilder) Count()(*ItemPlannerPlansItemBucketsCountRequestBuilder) {
return NewItemPlannerPlansItemBucketsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansItemBucketsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerBucketable), nil
}
-// ToGetRequestInformation retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_details_request_builder.go b/groups/item_planner_plans_item_details_request_builder.go
index 322b130c4cd..c88d5e4a1f6 100644
--- a/groups/item_planner_plans_item_details_request_builder.go
+++ b/groups/item_planner_plans_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemDetailsRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemDetailsRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemDetailsRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go b/groups/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
index dc8e1e1b061..36c8f2b31e1 100644
--- a/groups/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/groups/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) D
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go b/groups/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go
index 647b602c419..ed12161a56b 100644
--- a/groups/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/groups/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilder) Delet
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_tasks_item_details_request_builder.go b/groups/item_planner_plans_item_tasks_item_details_request_builder.go
index de8df5292ba..6ff598544bd 100644
--- a/groups/item_planner_plans_item_tasks_item_details_request_builder.go
+++ b/groups/item_planner_plans_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemDetailsRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemDetailsRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemDetailsRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go b/groups/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go
index 5ddf554b426..0cdd68615d4 100644
--- a/groups/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/groups/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilder) Del
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_item_tasks_request_builder.go b/groups/item_planner_plans_item_tasks_request_builder.go
index b2b211f47af..3c7f2eb3b09 100644
--- a/groups/item_planner_plans_item_tasks_request_builder.go
+++ b/groups/item_planner_plans_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansItemTasksRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemPlannerPlansItemTasksRequestBuilder) Count()(*ItemPlannerPlansItemTasksCountRequestBuilder) {
return NewItemPlannerPlansItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansItemTasksRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_planner_plans_request_builder.go b/groups/item_planner_plans_request_builder.go
index 724f10ccf93..8e614c9a9b4 100644
--- a/groups/item_planner_plans_request_builder.go
+++ b/groups/item_planner_plans_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansRequestBuilderGetQueryParameters retrieve a list of plannerPlan objects owned by a group object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansRequestBuilderGetQueryParameters retrieve a list of plannerPlan objects owned by a group object. This API is available in the following national cloud deployments.
type ItemPlannerPlansRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemPlannerPlansRequestBuilder) Count()(*ItemPlannerPlansCountRequestBuilder) {
return NewItemPlannerPlansCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerPlan objects owned by a group object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerPlan objects owned by a group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable), nil
}
-// ToGetRequestInformation retrieve a list of plannerPlan objects owned by a group object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerPlan objects owned by a group object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_rejected_senders_ref_request_builder.go b/groups/item_rejected_senders_ref_request_builder.go
index 51cfe611ed4..bb333e73d4a 100644
--- a/groups/item_rejected_senders_ref_request_builder.go
+++ b/groups/item_rejected_senders_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemRejectedSendersRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemRejectedSendersRefRequestBuilderGetQueryParameters 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.
+// ItemRejectedSendersRefRequestBuilderGetQueryParameters 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.
type ItemRejectedSendersRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemRejectedSendersRefRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewItemRejectedSendersRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemRejectedSendersRefRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemRejectedSendersRefRequestBuilder) Post(ctx context.Context, body ia
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemRejectedSendersRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemRejectedSendersRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -110,7 +110,7 @@ func (m *ItemRejectedSendersRefRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRejectedSendersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemRejectedSendersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_rejected_senders_request_builder.go b/groups/item_rejected_senders_request_builder.go
index e68dc504b39..2a8763349fa 100644
--- a/groups/item_rejected_senders_request_builder.go
+++ b/groups/item_rejected_senders_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemRejectedSendersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemRejectedSendersRequestBuilderGetQueryParameters 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.
+// ItemRejectedSendersRequestBuilderGetQueryParameters 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.
type ItemRejectedSendersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -63,7 +63,7 @@ func NewItemRejectedSendersRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemRejectedSendersRequestBuilder) Count()(*ItemRejectedSendersCountRequestBuilder) {
return NewItemRejectedSendersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemRejectedSendersRequestBuilder) Get(ctx context.Context, requestConf
func (m *ItemRejectedSendersRequestBuilder) Ref()(*ItemRejectedSendersRefRequestBuilder) {
return NewItemRejectedSendersRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemRejectedSendersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemRejectedSendersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_remove_favorite_request_builder.go b/groups/item_remove_favorite_request_builder.go
index 0e07a5ff725..e7b666fdc54 100644
--- a/groups/item_remove_favorite_request_builder.go
+++ b/groups/item_remove_favorite_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRemoveFavoriteRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemRemoveFavoriteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemRemoveFavoriteRequestBuilder) Post(ctx context.Context, requestConf
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRemoveFavoriteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRemoveFavoriteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_renew_request_builder.go b/groups/item_renew_request_builder.go
index 257ed6a89a8..0682c311943 100644
--- a/groups/item_renew_request_builder.go
+++ b/groups/item_renew_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRenewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
urlParams["request-raw-url"] = rawUrl
return NewItemRenewRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemRenewRequestBuilder) Post(ctx context.Context, requestConfiguration
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRenewRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRenewRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_reset_unseen_count_request_builder.go b/groups/item_reset_unseen_count_request_builder.go
index 4bb4771aec6..0a3df932f8b 100644
--- a/groups/item_reset_unseen_count_request_builder.go
+++ b/groups/item_reset_unseen_count_request_builder.go
@@ -30,7 +30,7 @@ func NewItemResetUnseenCountRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemResetUnseenCountRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemResetUnseenCountRequestBuilder) Post(ctx context.Context, requestCo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemResetUnseenCountRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemResetUnseenCountRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_restore_request_builder.go b/groups/item_restore_request_builder.go
index 77767f4885c..f974dd6e7ca 100644
--- a/groups/item_restore_request_builder.go
+++ b/groups/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_settings_group_setting_item_request_builder.go b/groups/item_settings_group_setting_item_request_builder.go
index 352e4456dca..4c87cab608d 100644
--- a/groups/item_settings_group_setting_item_request_builder.go
+++ b/groups/item_settings_group_setting_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSettingsGroupSettingItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSettingsGroupSettingItemRequestBuilderGetQueryParameters 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.
+// ItemSettingsGroupSettingItemRequestBuilderGetQueryParameters 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.
type ItemSettingsGroupSettingItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSettingsGroupSettingItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemSettingsGroupSettingItemRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemSettingsGroupSettingItemRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSettingsGroupSettingItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSettingsGroupSettingItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemSettingsGroupSettingItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemSettingsGroupSettingItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable, requestConfiguration *ItemSettingsGroupSettingItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_settings_request_builder.go b/groups/item_settings_request_builder.go
index 4c2d3a9bda9..85c837f16f3 100644
--- a/groups/item_settings_request_builder.go
+++ b/groups/item_settings_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSettingsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSettingsRequestBuilderGetQueryParameters retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments.
+// ItemSettingsRequestBuilderGetQueryParameters retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments.
type ItemSettingsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSettingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *ItemSettingsRequestBuilder) Count()(*ItemSettingsCountRequestBuilder) {
return NewItemSettingsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSettingsRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSettingsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable), nil
}
-// ToGetRequestInformation retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments.
func (m *ItemSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSettingsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable, requestConfiguration *ItemSettingsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_add_post_request_body.go b/groups/item_sites_add_post_request_body.go
index e613301998d..48a52d42c93 100644
--- a/groups/item_sites_add_post_request_body.go
+++ b/groups/item_sites_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesAddPostRequestBody()(*ItemSitesAddPostRequestBody) {
func CreateItemSitesAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesAddPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesAddPostRequestBody) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_analytics_all_time_request_builder.go b/groups/item_sites_item_analytics_all_time_request_builder.go
index 4095974284d..f44197577e6 100644
--- a/groups/item_sites_item_analytics_all_time_request_builder.go
+++ b/groups/item_sites_item_analytics_all_time_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemAnalyticsAllTimeRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemAnalyticsAllTimeRequestBuilderGetQueryParameters 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.
+// ItemSitesItemAnalyticsAllTimeRequestBuilderGetQueryParameters 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.
type ItemSitesItemAnalyticsAllTimeRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemSitesItemAnalyticsAllTimeRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemAnalyticsAllTimeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemSitesItemAnalyticsAllTimeRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemActivityStatable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemAnalyticsAllTimeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemAnalyticsAllTimeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_columns_request_builder.go b/groups/item_sites_item_columns_request_builder.go
index c978feebb45..d87708e90e0 100644
--- a/groups/item_sites_item_columns_request_builder.go
+++ b/groups/item_sites_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments.
type ItemSitesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemColumnsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemSitesItemColumnsRequestBuilder) Count()(*ItemSitesItemColumnsCountRequestBuilder) {
return NewItemSitesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemColumnsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemColumnsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemSitesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_add_copy_from_content_type_hub_post_request_body.go b/groups/item_sites_item_content_types_add_copy_from_content_type_hub_post_request_body.go
index c694ab0b069..9ef0c144223 100644
--- a/groups/item_sites_item_content_types_add_copy_from_content_type_hub_post_request_body.go
+++ b/groups/item_sites_item_content_types_add_copy_from_content_type_hub_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody()(*Ite
func CreateItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_content_types_add_copy_from_content_type_hub_request_builder.go b/groups/item_sites_item_content_types_add_copy_from_content_type_hub_request_builder.go
index 314ecd2f10b..c7b79bf4f85 100644
--- a/groups/item_sites_item_content_types_add_copy_from_content_type_hub_request_builder.go
+++ b/groups/item_sites_item_content_types_add_copy_from_content_type_hub_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemContentTypesAddCopyFromContentTypeHubRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemContentTypesAddCopyFromContentTypeHubRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemContentTypesAddCopyFromContentTypeHubPostRequestBodyable, requestConfiguration *ItemSitesItemContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_add_copy_post_request_body.go b/groups/item_sites_item_content_types_add_copy_post_request_body.go
index 815073fe158..bc336ef44d0 100644
--- a/groups/item_sites_item_content_types_add_copy_post_request_body.go
+++ b/groups/item_sites_item_content_types_add_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemContentTypesAddCopyPostRequestBody()(*ItemSitesItemContentT
func CreateItemSitesItemContentTypesAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesAddCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesAddCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemContentTypesAddCopyPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesAddCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesAddCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_content_types_add_copy_request_builder.go b/groups/item_sites_item_content_types_add_copy_request_builder.go
index 2eb2d893125..1ee09e49b1d 100644
--- a/groups/item_sites_item_content_types_add_copy_request_builder.go
+++ b/groups/item_sites_item_content_types_add_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemContentTypesAddCopyRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesAddCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemContentTypesAddCopyRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemContentTypesAddCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemContentTypesAddCopyPostRequestBodyable, requestConfiguration *ItemSitesItemContentTypesAddCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_content_type_item_request_builder.go b/groups/item_sites_item_content_types_content_type_item_request_builder.go
index 3f1f077cc96..f3b365633b4 100644
--- a/groups/item_sites_item_content_types_content_type_item_request_builder.go
+++ b/groups/item_sites_item_content_types_content_type_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemContentTypesContentTypeItemRequestBuilderDeleteRequestConfigur
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemContentTypesContentTypeItemRequestBuilderGetQueryParameters retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemContentTypesContentTypeItemRequestBuilderGetQueryParameters retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments.
type ItemSitesItemContentTypesContentTypeItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func NewItemSitesItemContentTypesContentTypeItemRequestBuilder(rawUrl string, re
func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) CopyToDefaultContentLocation()(*ItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) {
return NewItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments.
+// Delete remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0
@@ -101,7 +101,7 @@ func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) Delete(ctx cont
}
return nil
}
-// Get retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) Get(ctx context
func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) IsPublished()(*ItemSitesItemContentTypesItemIsPublishedRequestBuilder) {
return NewItemSitesItemContentTypesItemIsPublishedRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update a content type][contentType]. This API is supported in the following [national cloud deployments.
+// Patch update a content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) Patch(ctx conte
func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) Publish()(*ItemSitesItemContentTypesItemPublishRequestBuilder) {
return NewItemSitesItemContentTypesItemPublishRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesContentTypeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) ToDeleteRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesContentTypeItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesContentTypeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, requestConfiguration *ItemSitesItemContentTypesContentTypeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_item_associate_with_hub_sites_post_request_body.go b/groups/item_sites_item_content_types_item_associate_with_hub_sites_post_request_body.go
index 93ee18cbfe8..2e0d4409630 100644
--- a/groups/item_sites_item_content_types_item_associate_with_hub_sites_post_request_body.go
+++ b/groups/item_sites_item_content_types_item_associate_with_hub_sites_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody()(*Ite
func CreateItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_content_types_item_associate_with_hub_sites_request_builder.go b/groups/item_sites_item_content_types_item_associate_with_hub_sites_request_builder.go
index d16b347647a..862a73b3a74 100644
--- a/groups/item_sites_item_content_types_item_associate_with_hub_sites_request_builder.go
+++ b/groups/item_sites_item_content_types_item_associate_with_hub_sites_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemContentTypesItemAssociateWithHubSitesRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesItemAssociateWithHubSitesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemContentTypesItemAssociateWithHubSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemContentTypesItemAssociateWithHubSitesPostRequestBodyable, requestConfiguration *ItemSitesItemContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_item_columns_column_definition_item_request_builder.go b/groups/item_sites_item_content_types_item_columns_column_definition_item_request_builder.go
index bedc1771415..c041a61e2af 100644
--- a/groups/item_sites_item_content_types_item_columns_column_definition_item_request_builder.go
+++ b/groups/item_sites_item_content_types_item_columns_column_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
type ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return nil
}
-// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn()(*ItemSitesItemContentTypesItemColumnsItemSourceColumnRequestBuilder) {
return NewItemSitesItemContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemSitesItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_item_columns_request_builder.go b/groups/item_sites_item_content_types_item_columns_request_builder.go
index a0a2bf0d14d..4cd1be13931 100644
--- a/groups/item_sites_item_content_types_item_columns_request_builder.go
+++ b/groups/item_sites_item_content_types_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemContentTypesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
+// ItemSitesItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
type ItemSitesItemContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemContentTypesItemColumnsRequestBuilder(rawUrl string, reques
func (m *ItemSitesItemContentTypesItemColumnsRequestBuilder) Count()(*ItemSitesItemContentTypesItemColumnsCountRequestBuilder) {
return NewItemSitesItemContentTypesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemContentTypesItemColumnsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemContentTypesItemColumnsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemContentTypesItemColumnsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemContentTypesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemSitesItemContentTypesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_item_copy_to_default_content_location_post_request_body.go b/groups/item_sites_item_content_types_item_copy_to_default_content_location_post_request_body.go
index 46efa01bfd7..43d72de7e82 100644
--- a/groups/item_sites_item_content_types_item_copy_to_default_content_location_post_request_body.go
+++ b/groups/item_sites_item_content_types_item_copy_to_default_content_location_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBody
func CreateItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBod
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_content_types_item_copy_to_default_content_location_request_builder.go b/groups/item_sites_item_content_types_item_copy_to_default_content_location_request_builder.go
index ea88fde17ee..4eb8e3a7bd6 100644
--- a/groups/item_sites_item_content_types_item_copy_to_default_content_location_request_builder.go
+++ b/groups/item_sites_item_content_types_item_copy_to_default_content_location_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyable, requestConfiguration *ItemSitesItemContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_item_is_published_get_response.go b/groups/item_sites_item_content_types_item_is_published_get_response.go
index 1d9c018bb51..20850648d03 100644
--- a/groups/item_sites_item_content_types_item_is_published_get_response.go
+++ b/groups/item_sites_item_content_types_item_is_published_get_response.go
@@ -22,7 +22,7 @@ func NewItemSitesItemContentTypesItemIsPublishedGetResponse()(*ItemSitesItemCont
func CreateItemSitesItemContentTypesItemIsPublishedGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesItemIsPublishedGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemContentTypesItemIsPublishedGetResponse) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesItemIsPublishedGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemContentTypesItemIsPublishedGetResponse) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemContentTypesItemIsPublishedGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemContentTypesItemIsPublishedGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_content_types_item_publish_request_builder.go b/groups/item_sites_item_content_types_item_publish_request_builder.go
index 000a87e9501..210dc9b79bd 100644
--- a/groups/item_sites_item_content_types_item_publish_request_builder.go
+++ b/groups/item_sites_item_content_types_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemContentTypesItemPublishRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// Post publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemContentTypesItemPublishRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_item_unpublish_request_builder.go b/groups/item_sites_item_content_types_item_unpublish_request_builder.go
index 725c11fa893..4515694b7e7 100644
--- a/groups/item_sites_item_content_types_item_unpublish_request_builder.go
+++ b/groups/item_sites_item_content_types_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemContentTypesItemUnpublishRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemContentTypesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// Post unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemContentTypesItemUnpublishRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_content_types_request_builder.go b/groups/item_sites_item_content_types_request_builder.go
index a6890122891..8856d6bbd39 100644
--- a/groups/item_sites_item_content_types_request_builder.go
+++ b/groups/item_sites_item_content_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemContentTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments.
type ItemSitesItemContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemSitesItemContentTypesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemSitesItemContentTypesRequestBuilder) Count()(*ItemSitesItemContentTypesCountRequestBuilder) {
return NewItemSitesItemContentTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0
@@ -108,7 +108,7 @@ func (m *ItemSitesItemContentTypesRequestBuilder) Get(ctx context.Context, reque
func (m *ItemSitesItemContentTypesRequestBuilder) GetCompatibleHubContentTypes()(*ItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilder) {
return NewItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments.
+// Post create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemSitesItemContentTypesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToGetRequestInformation get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemSitesItemContentTypesRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemContentTypesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, requestConfiguration *ItemSitesItemContentTypesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_columns_request_builder.go b/groups/item_sites_item_lists_item_columns_request_builder.go
index 5df57d168a1..56bba905c34 100644
--- a/groups/item_sites_item_lists_item_columns_request_builder.go
+++ b/groups/item_sites_item_lists_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemListsItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
type ItemSitesItemListsItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemListsItemColumnsRequestBuilder(rawUrl string, requestAdapte
func (m *ItemSitesItemListsItemColumnsRequestBuilder) Count()(*ItemSitesItemListsItemColumnsCountRequestBuilder) {
return NewItemSitesItemListsItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemListsItemColumnsRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemListsItemColumnsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemListsItemColumnsRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemSitesItemListsItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go b/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go
index 98ab7d43b94..98709b3eb32 100644
--- a/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go
+++ b/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBo
func CreateItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestB
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestB
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go b/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go
index cca2efe26a7..066b49872be 100644
--- a/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBodyable, requestConfiguration *ItemSitesItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_add_copy_post_request_body.go b/groups/item_sites_item_lists_item_content_types_add_copy_post_request_body.go
index 51630709094..c3274efcc69 100644
--- a/groups/item_sites_item_lists_item_content_types_add_copy_post_request_body.go
+++ b/groups/item_sites_item_lists_item_content_types_add_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemListsItemContentTypesAddCopyPostRequestBody()(*ItemSitesIte
func CreateItemSitesItemListsItemContentTypesAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesAddCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemListsItemContentTypesAddCopyPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesAddCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemListsItemContentTypesAddCopyPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesAddCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesAddCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_lists_item_content_types_add_copy_request_builder.go b/groups/item_sites_item_lists_item_content_types_add_copy_request_builder.go
index b482228fba7..c368029ea67 100644
--- a/groups/item_sites_item_lists_item_content_types_add_copy_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_add_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemListsItemContentTypesAddCopyRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesAddCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemListsItemContentTypesAddCopyRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemContentTypesAddCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemListsItemContentTypesAddCopyPostRequestBodyable, requestConfiguration *ItemSitesItemListsItemContentTypesAddCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go b/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go
index ec660581718..e6ce42fb37e 100644
--- a/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go
+++ b/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBo
func CreateItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestB
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestB
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go
index aebc404b9c9..b837836dde9 100644
--- a/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesRequestBuild
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBodyable, requestConfiguration *ItemSitesItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_item_columns_column_definition_item_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_columns_column_definition_item_request_builder.go
index 3e571d99520..4d7cc38a34a 100644
--- a/groups/item_sites_item_lists_item_content_types_item_columns_column_definition_item_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_columns_column_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
type ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequest
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemReques
}
return nil
}
-// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemReques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemReques
func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn()(*ItemSitesItemListsItemContentTypesItemColumnsItemSourceColumnRequestBuilder) {
return NewItemSitesItemListsItemContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemSitesItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_item_columns_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_columns_request_builder.go
index 11cddcd6122..b90a2023359 100644
--- a/groups/item_sites_item_lists_item_content_types_item_columns_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
+// ItemSitesItemListsItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
type ItemSitesItemListsItemContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemListsItemContentTypesItemColumnsRequestBuilder(rawUrl strin
func (m *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder) Count()(*ItemSitesItemListsItemContentTypesItemColumnsCountRequestBuilder) {
return NewItemSitesItemListsItemContentTypesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemSitesItemListsItemContentTypesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go b/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go
index d2ef54d8413..7f17c8c3b9f 100644
--- a/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go
+++ b/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRe
func CreateItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostR
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostR
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go
index c2bfbccb7f5..a0914a60e8d 100644
--- a/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationReques
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationReque
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyable, requestConfiguration *ItemSitesItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_item_is_published_get_response.go b/groups/item_sites_item_lists_item_content_types_item_is_published_get_response.go
index 235b42a7d6a..40969f34a59 100644
--- a/groups/item_sites_item_lists_item_content_types_item_is_published_get_response.go
+++ b/groups/item_sites_item_lists_item_content_types_item_is_published_get_response.go
@@ -22,7 +22,7 @@ func NewItemSitesItemListsItemContentTypesItemIsPublishedGetResponse()(*ItemSite
func CreateItemSitesItemListsItemContentTypesItemIsPublishedGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesItemIsPublishedGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_lists_item_content_types_item_publish_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_publish_request_builder.go
index 4c71cf1ce0a..a6c0bdfd881 100644
--- a/groups/item_sites_item_lists_item_content_types_item_publish_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemContentTypesItemPublishRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// Post publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemContentTypesItemPublishRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemContentTypesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_item_unpublish_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_unpublish_request_builder.go
index 284706a7341..c93d03c7aa5 100644
--- a/groups/item_sites_item_lists_item_content_types_item_unpublish_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemContentTypesItemUnpublishRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemContentTypesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// Post unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemContentTypesItemUnpublishRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemContentTypesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_content_types_request_builder.go b/groups/item_sites_item_lists_item_content_types_request_builder.go
index 70556a187e4..391d1126e59 100644
--- a/groups/item_sites_item_lists_item_content_types_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemContentTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemListsItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
type ItemSitesItemListsItemContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemSitesItemListsItemContentTypesRequestBuilder(rawUrl string, requestA
func (m *ItemSitesItemListsItemContentTypesRequestBuilder) Count()(*ItemSitesItemListsItemContentTypesCountRequestBuilder) {
return NewItemSitesItemListsItemContentTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemSitesItemListsItemContentTypesRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_drive_request_builder.go b/groups/item_sites_item_lists_item_drive_request_builder.go
index 491d45d0053..626b788d539 100644
--- a/groups/item_sites_item_lists_item_drive_request_builder.go
+++ b/groups/item_sites_item_lists_item_drive_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemDriveRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemDriveRequestBuilderGetQueryParameters only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ItemSitesItemListsItemDriveRequestBuilderGetQueryParameters allows access to the list as a drive resource with driveItems. Only present on document libraries.
type ItemSitesItemListsItemDriveRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemSitesItemListsItemDriveRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemDriveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// Get allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemSitesItemListsItemDriveRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemDriveRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -59,7 +59,7 @@ func (m *ItemSitesItemListsItemDriveRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable), nil
}
-// ToGetRequestInformation only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ToGetRequestInformation allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemSitesItemListsItemDriveRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemDriveRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go b/groups/item_sites_item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go
index 4f1c681b7ea..8b9930b8275 100644
--- a/groups/item_sites_item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
type ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItem
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// Delete delete a version of a document set in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionIte
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Fields()(*ItemSitesItemListsItemItemsItemDocumentSetVersionsItemFieldsRequestBuilder) {
return NewItemSitesItemListsItemItemsItemDocumentSetVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionIte
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore()(*ItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilder) {
return NewItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a version of a document set in a list. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionIte
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_document_set_versions_item_restore_request_builder.go b/groups/item_sites_item_lists_item_items_item_document_set_versions_item_restore_request_builder.go
index 3822c7fa84d..103b9c1a89f 100644
--- a/groups/item_sites_item_lists_item_items_item_document_set_versions_item_restore_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_document_set_versions_item_restore_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post restore a document set version. This API is supported in the following national cloud deployments.
+// Post restore a document set version. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBui
}
return nil
}
-// ToPostRequestInformation restore a document set version. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation restore a document set version. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_document_set_versions_request_builder.go b/groups/item_sites_item_lists_item_items_item_document_set_versions_request_builder.go
index 2c82079e986..03f6500970f 100644
--- a/groups/item_sites_item_lists_item_items_item_document_set_versions_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_document_set_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
type ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder(rawUrl
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder) Count()(*ItemSitesItemListsItemItemsItemDocumentSetVersionsCountRequestBuilder) {
return NewItemSitesItemListsItemItemsItemDocumentSetVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionCollectionResponseable), nil
}
-// Post create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// Post create a new version of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable), nil
}
-// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new version of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, requestConfiguration *ItemSitesItemListsItemItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_fields_request_builder.go b/groups/item_sites_item_lists_item_items_item_fields_request_builder.go
index 7188e2773fd..6b7d7e8e8d2 100644
--- a/groups/item_sites_item_lists_item_items_item_fields_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_fields_request_builder.go
@@ -89,7 +89,7 @@ func (m *ItemSitesItemListsItemItemsItemFieldsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable), nil
}
-// Patch update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// Patch update the properties on a listItem][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemSitesItemListsItemItemsItemFieldsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update the properties on a listItem][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemFieldsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable, requestConfiguration *ItemSitesItemListsItemItemsItemFieldsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_versions_item_restore_version_request_builder.go b/groups/item_sites_item_lists_item_items_item_versions_item_restore_version_request_builder.go
index 92a2e5e5d56..08403197065 100644
--- a/groups/item_sites_item_lists_item_items_item_versions_item_restore_version_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_versions_item_restore_version_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_versions_list_item_version_item_request_builder.go b/groups/item_sites_item_lists_item_items_item_versions_list_item_version_item_request_builder.go
index 53695b33037..d81467b618d 100644
--- a/groups/item_sites_item_lists_item_items_item_versions_list_item_version_item_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_versions_list_item_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
type ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilde
func (m *ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilder) Fields()(*ItemSitesItemListsItemItemsItemVersionsItemFieldsRequestBuilder) {
return NewItemSitesItemListsItemItemsItemVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// Get retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_item_versions_request_builder.go b/groups/item_sites_item_lists_item_items_item_versions_request_builder.go
index 7a472a4c2b2..5f45cf151e3 100644
--- a/groups/item_sites_item_lists_item_items_item_versions_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemItemsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemItemsItemVersionsRequestBuilderGetQueryParameters 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.
+// ItemSitesItemListsItemItemsItemVersionsRequestBuilderGetQueryParameters 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.
type ItemSitesItemListsItemItemsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemListsItemItemsItemVersionsRequestBuilder(rawUrl string, req
func (m *ItemSitesItemListsItemItemsItemVersionsRequestBuilder) Count()(*ItemSitesItemListsItemItemsItemVersionsCountRequestBuilder) {
return NewItemSitesItemListsItemItemsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemListsItemItemsItemVersionsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemVersionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemListsItemItemsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_list_item_item_request_builder.go b/groups/item_sites_item_lists_item_items_list_item_item_request_builder.go
index e1705bdf0f7..3a876bb754e 100644
--- a/groups/item_sites_item_lists_item_items_list_item_item_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_list_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemListsItemItemsListItemItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemListsItemItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemListsItemItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
type ItemSitesItemListsItemItemsListItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemSitesItemListsItemItemsListItemItemRequestBuilder(rawUrl string, req
func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) CreatedByUser()(*ItemSitesItemListsItemItemsItemCreatedByUserRequestBuilder) {
return NewItemSitesItemListsItemItemsItemCreatedByUserRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// Delete removes an item from a list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) DriveItem()(*Ite
func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) Fields()(*ItemSitesItemListsItemItemsItemFieldsRequestBuilder) {
return NewItemSitesItemListsItemItemsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0
@@ -146,7 +146,7 @@ func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) Patch(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToDeleteRequestInformation removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation removes an item from a list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsListItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemItemsListItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsListItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_items_request_builder.go b/groups/item_sites_item_lists_item_items_request_builder.go
index 14abe56f8d8..25bd03aa991 100644
--- a/groups/item_sites_item_lists_item_items_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsItemItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsItemItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemListsItemItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
type ItemSitesItemListsItemItemsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -68,7 +68,7 @@ func NewItemSitesItemListsItemItemsRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemItemsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemSitesItemListsItemItemsRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemCollectionResponseable), nil
}
-// Post create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Post create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemSitesItemListsItemItemsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -128,7 +128,7 @@ func (m *ItemSitesItemListsItemItemsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsItemItemsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable, requestConfiguration *ItemSitesItemListsItemItemsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_item_subscriptions_item_reauthorize_request_builder.go b/groups/item_sites_item_lists_item_subscriptions_item_reauthorize_request_builder.go
index 4b2394881e7..84c4cde7a1c 100644
--- a/groups/item_sites_item_lists_item_subscriptions_item_reauthorize_request_builder.go
+++ b/groups/item_sites_item_lists_item_subscriptions_item_reauthorize_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemListsItemSubscriptionsItemReauthorizeRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemListsItemSubscriptionsItemReauthorizeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSitesItemListsItemSubscriptionsItemReauthorizeRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
func (m *ItemSitesItemListsItemSubscriptionsItemReauthorizeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsItemSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_list_item_request_builder.go b/groups/item_sites_item_lists_list_item_request_builder.go
index 04565ae7aac..6bd19cdd41d 100644
--- a/groups/item_sites_item_lists_list_item_request_builder.go
+++ b/groups/item_sites_item_lists_list_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemListsListItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemListsListItemRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments.
+// ItemSitesItemListsListItemRequestBuilderGetQueryParameters returns the metadata for a list][]. This API is available in the following [national cloud deployments.
type ItemSitesItemListsListItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -86,10 +86,10 @@ func (m *ItemSitesItemListsListItemRequestBuilder) Delete(ctx context.Context, r
func (m *ItemSitesItemListsListItemRequestBuilder) Drive()(*ItemSitesItemListsItemDriveRequestBuilder) {
return NewItemSitesItemListsItemDriveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments.
+// Get returns the metadata for a list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0
func (m *ItemSitesItemListsListItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsListItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -155,7 +155,7 @@ func (m *ItemSitesItemListsListItemRequestBuilder) ToDeleteRequestInformation(ct
}
return requestInfo, nil
}
-// ToGetRequestInformation get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation returns the metadata for a list][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsListItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsListItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_lists_request_builder.go b/groups/item_sites_item_lists_request_builder.go
index 1e8e02495a7..609bd7b871c 100644
--- a/groups/item_sites_item_lists_request_builder.go
+++ b/groups/item_sites_item_lists_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemListsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemListsRequestBuilderGetQueryParameters 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.
+// ItemSitesItemListsRequestBuilderGetQueryParameters 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.
type ItemSitesItemListsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemListsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemSitesItemListsRequestBuilder) Count()(*ItemSitesItemListsCountRequestBuilder) {
return NewItemSitesItemListsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemListsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListCollectionResponseable), nil
}
-// Post create a new list][] in a [site][]. This API is supported in the following [national cloud deployments.
+// Post create a new list][] in a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemListsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemListsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemListsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new list][] in a [site][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new list][] in a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemListsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable, requestConfiguration *ItemSitesItemListsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go b/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
index bba446cfbb0..c3fe68f6868 100644
--- a/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody()(*Ite
func CreateItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_request_builder.go b/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
index 042d40e8dda..7e98f834fc1 100644
--- a/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CopyNotebookModelable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_copy_notebook_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_copy_notebook_post_request_body.go
index 5302916eaf0..8a640615efb 100644
--- a/groups/item_sites_item_onenote_notebooks_item_copy_notebook_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_copy_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody()(*ItemSite
func CreateItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_copy_notebook_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_copy_notebook_request_builder.go
index a396d194da9..77c52611b35 100644
--- a/groups/item_sites_item_onenote_notebooks_item_copy_notebook_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_copy_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemCopyNotebookRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemCopyNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemCopyNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemCopyNotebookPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemCopyNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
index 5bc40b9a5f6..1dccb689274 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBu
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 9d3bb113dd1..849f91bf5d0 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNote
func CreateItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNot
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNot
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index 979129c4994..2f1ad3693fc 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNote
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNot
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 08221a074e8..00dfe37255b 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSect
func CreateItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSec
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSec
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index 08f133fba67..b31f0cefed5 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSect
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSec
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 79e52a3e143..a0d67936c76 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemC
func CreateItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItem
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItem
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index b65875091e1..f13bc0b6c7a 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemC
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 965abb16423..a568fbe805d 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemO
func CreateItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItem
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItem
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
index cb7081bbdc0..4921c8afc58 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesReque
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequ
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
index 010e475716c..9b71d5b990a 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilde
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_section_groups_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_section_groups_request_builder.go
index b2223164687..73789932114 100644
--- a/groups/item_sites_item_onenote_notebooks_item_section_groups_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder(rawUrl stri
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksItemSectionGroupsCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// Post create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new section group in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new section group in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
index 937f0565502..4bb84890b17 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBo
func CreateItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestB
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestB
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
index 7d56659a5ce..9d94e07dccd 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
index 615622804ae..eab51e835a4 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostReque
func CreateItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequ
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
index 8d9dbe39f5a..4f4df058c65 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 57b069327b9..1da8607d3c7 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostR
func CreateItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
index 3f2a5e9d67d..7ffde137a5d 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionReque
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index a2ab2da8ea7..5951a49cbc3 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchConten
func CreateItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchConte
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchConte
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_request_builder.go
index 87d3825c277..805b8ed5995 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder(rawUrl
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_item_sections_request_builder.go b/groups/item_sites_item_onenote_notebooks_item_sections_request_builder.go
index 52807010f1f..2e183088daf 100644
--- a/groups/item_sites_item_onenote_notebooks_item_sections_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder(rawUrl string, r
func (m *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksItemSectionsCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemSitesItemOnenoteNotebooksItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_notebook_item_request_builder.go b/groups/item_sites_item_onenote_notebooks_notebook_item_request_builder.go
index 1a11ccd79cd..b9cd80626ea 100644
--- a/groups/item_sites_item_onenote_notebooks_notebook_item_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_notebook_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksNotebookItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_notebooks_request_builder.go b/groups/item_sites_item_onenote_notebooks_request_builder.go
index bc6257355e9..43349757690 100644
--- a/groups/item_sites_item_onenote_notebooks_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteNotebooksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteNotebooksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteNotebooksRequestBuilder(rawUrl string, requestAdapte
func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) Count()(*ItemSitesItemOnenoteNotebooksCountRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of notebook objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) GetNotebookFromWebUrl()(*I
func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool)(*ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) {
return NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, includePersonalNotebooks)
}
-// Post create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// Post create a new OneNote notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable), nil
}
-// ToGetRequestInformation retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of notebook objects. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new OneNote notebook. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteNotebooksRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, requestConfiguration *ItemSitesItemOnenoteNotebooksRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_operations_onenote_operation_item_request_builder.go b/groups/item_sites_item_onenote_operations_onenote_operation_item_request_builder.go
index 810e43427cb..5c7ab179048 100644
--- a/groups/item_sites_item_onenote_operations_onenote_operation_item_request_builder.go
+++ b/groups/item_sites_item_onenote_operations_onenote_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
+// ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
type ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilder) Delet
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_operations_request_builder.go b/groups/item_sites_item_onenote_operations_request_builder.go
index 9698d9c6e31..0b48d506690 100644
--- a/groups/item_sites_item_onenote_operations_request_builder.go
+++ b/groups/item_sites_item_onenote_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
+// ItemSitesItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
type ItemSitesItemOnenoteOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteOperationsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemSitesItemOnenoteOperationsRequestBuilder) Count()(*ItemSitesItemOnenoteOperationsCountRequestBuilder) {
return NewItemSitesItemOnenoteOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
func (m *ItemSitesItemOnenoteOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemOnenoteOperationsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemOnenoteOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_pages_item_copy_to_section_post_request_body.go b/groups/item_sites_item_onenote_pages_item_copy_to_section_post_request_body.go
index 96817dffb6d..45917df0fe3 100644
--- a/groups/item_sites_item_onenote_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_sites_item_onenote_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody()(*ItemSitesIt
func CreateItemSitesItemOnenotePagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_pages_item_copy_to_section_request_builder.go b/groups/item_sites_item_onenote_pages_item_copy_to_section_request_builder.go
index 568caf1aa08..3ddcbbd8ac7 100644
--- a/groups/item_sites_item_onenote_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_sites_item_onenote_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenotePagesItemCopyToSectionRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenotePagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenotePagesItemCopyToSectionRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenotePagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenotePagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemSitesItemOnenotePagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_pages_item_onenote_patch_content_post_request_body.go b/groups/item_sites_item_onenote_pages_item_onenote_patch_content_post_request_body.go
index f23e90d02fb..e1b708143c2 100644
--- a/groups/item_sites_item_onenote_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_sites_item_onenote_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody()(*ItemS
func CreateItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_pages_onenote_page_item_request_builder.go b/groups/item_sites_item_onenote_pages_onenote_page_item_request_builder.go
index ce6d92ebc02..621064e0624 100644
--- a/groups/item_sites_item_onenote_pages_onenote_page_item_request_builder.go
+++ b/groups/item_sites_item_onenote_pages_onenote_page_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfigur
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
+// ItemSitesItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
type ItemSitesItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) Content()(*Item
func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) CopyToSection()(*ItemSitesItemOnenotePagesItemCopyToSectionRequestBuilder) {
return NewItemSitesItemOnenotePagesItemCopyToSectionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a OneNote page. This API is supported in the following national cloud deployments.
+// Delete delete a OneNote page. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) Delete(ctx cont
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) Patch(ctx conte
func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) Preview()(*ItemSitesItemOnenotePagesItemPreviewRequestBuilder) {
return NewItemSitesItemOnenotePagesItemPreviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a OneNote page. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a OneNote page. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenotePagesOnenotePageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_pages_request_builder.go b/groups/item_sites_item_onenote_pages_request_builder.go
index 5a857dfd8f6..c085d512cfe 100644
--- a/groups/item_sites_item_onenote_pages_request_builder.go
+++ b/groups/item_sites_item_onenote_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenotePagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is available in the following national cloud deployments.
type ItemSitesItemOnenotePagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenotePagesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemSitesItemOnenotePagesRequestBuilder) Count()(*ItemSitesItemOnenotePagesCountRequestBuilder) {
return NewItemSitesItemOnenotePagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenotePagesRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenotePagesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenotePagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenotePagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemSitesItemOnenotePagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_item_section_groups_request_builder.go b/groups/item_sites_item_onenote_section_groups_item_section_groups_request_builder.go
index aae6fe40d41..634d873e5f7 100644
--- a/groups/item_sites_item_onenote_section_groups_item_section_groups_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder(rawUrl
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemSitesItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 75834860952..78b183ef0f6 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostReque
func CreateItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequ
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index dbdb831617e..8b0d5b0c92f 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 2404de3c599..7150a6252f9 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostR
func CreateItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index d831cd39ec4..22fd9b41ace 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupReque
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index dba85788ae8..7ea236b9743 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionP
func CreateItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSection
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSection
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index cc117140cc7..542dc7c4338 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionR
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSection
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index ff424598177..0cc3f77676e 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchCo
func CreateItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchC
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchC
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_request_builder.go b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_request_builder.go
index 08eeaf78967..0aef6d41d17 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder(raw
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) G
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) T
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_item_sections_request_builder.go b/groups/item_sites_item_onenote_section_groups_item_sections_request_builder.go
index cebd206b956..d9741e1c74c 100644
--- a/groups/item_sites_item_onenote_section_groups_item_sections_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder(rawUrl strin
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder) Count()(*ItemSitesItemOnenoteSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemSitesItemOnenoteSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemSitesItemOnenoteSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_request_builder.go b/groups/item_sites_item_onenote_section_groups_request_builder.go
index 8dceb52a3a7..e6b06c1ab7d 100644
--- a/groups/item_sites_item_onenote_section_groups_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteSectionGroupsRequestBuilder(rawUrl string, requestAd
func (m *ItemSitesItemOnenoteSectionGroupsRequestBuilder) Count()(*ItemSitesItemOnenoteSectionGroupsCountRequestBuilder) {
return NewItemSitesItemOnenoteSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_section_groups_section_group_item_request_builder.go b/groups/item_sites_item_onenote_section_groups_section_group_item_request_builder.go
index fa7ecfbbd29..9c6641136c8 100644
--- a/groups/item_sites_item_onenote_section_groups_section_group_item_request_builder.go
+++ b/groups/item_sites_item_onenote_section_groups_section_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) Delete
}
return nil
}
-// Get retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_sections_item_copy_to_notebook_post_request_body.go b/groups/item_sites_item_onenote_sections_item_copy_to_notebook_post_request_body.go
index cce9b0a4c42..9837c4490f0 100644
--- a/groups/item_sites_item_onenote_sections_item_copy_to_notebook_post_request_body.go
+++ b/groups/item_sites_item_onenote_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody()(*ItemSit
func CreateItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_sections_item_copy_to_notebook_request_builder.go b/groups/item_sites_item_onenote_sections_item_copy_to_notebook_request_builder.go
index ee69edb06fa..61da1f7194b 100644
--- a/groups/item_sites_item_onenote_sections_item_copy_to_notebook_request_builder.go
+++ b/groups/item_sites_item_onenote_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteSectionsItemCopyToNotebookRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_sections_item_copy_to_section_group_post_request_body.go b/groups/item_sites_item_onenote_sections_item_copy_to_section_group_post_request_body.go
index 21a7dfbb0c4..db30060d2bb 100644
--- a/groups/item_sites_item_onenote_sections_item_copy_to_section_group_post_request_body.go
+++ b/groups/item_sites_item_onenote_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody()(*Ite
func CreateItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_sections_item_copy_to_section_group_request_builder.go b/groups/item_sites_item_onenote_sections_item_copy_to_section_group_request_builder.go
index ef1aad54419..93e7206e150 100644
--- a/groups/item_sites_item_onenote_sections_item_copy_to_section_group_request_builder.go
+++ b/groups/item_sites_item_onenote_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go b/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
index a40f0b0171c..0f62460a067 100644
--- a/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody()(
func CreateItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_request_builder.go b/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
index 9fffa3ee722..b5973812822 100644
--- a/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/groups/item_sites_item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemSitesItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go b/groups/item_sites_item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
index f5b45c164a6..aba49e354a6 100644
--- a/groups/item_sites_item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/groups/item_sites_item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestB
func CreateItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequest
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequest
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_onenote_sections_item_pages_request_builder.go b/groups/item_sites_item_onenote_sections_item_pages_request_builder.go
index c0aa6b7c407..a8fb4b55345 100644
--- a/groups/item_sites_item_onenote_sections_item_pages_request_builder.go
+++ b/groups/item_sites_item_onenote_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteSectionsItemPagesRequestBuilder(rawUrl string, reque
func (m *ItemSitesItemOnenoteSectionsItemPagesRequestBuilder) Count()(*ItemSitesItemOnenoteSectionsItemPagesCountRequestBuilder) {
return NewItemSitesItemOnenoteSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemSitesItemOnenoteSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_sections_onenote_section_item_request_builder.go b/groups/item_sites_item_onenote_sections_onenote_section_item_request_builder.go
index 49d74cec690..e3e2024ceeb 100644
--- a/groups/item_sites_item_onenote_sections_onenote_section_item_request_builder.go
+++ b/groups/item_sites_item_onenote_sections_onenote_section_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilderDeleteRequestCo
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilder) Delete(ct
}
return nil
}
-// Get retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToDeleteR
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_onenote_sections_request_builder.go b/groups/item_sites_item_onenote_sections_request_builder.go
index e331857d7bb..cb34925be1a 100644
--- a/groups/item_sites_item_onenote_sections_request_builder.go
+++ b/groups/item_sites_item_onenote_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOnenoteSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ItemSitesItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
type ItemSitesItemOnenoteSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOnenoteSectionsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemSitesItemOnenoteSectionsRequestBuilder) Count()(*ItemSitesItemOnenoteSectionsCountRequestBuilder) {
return NewItemSitesItemOnenoteSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemOnenoteSectionsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOnenoteSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_operations_request_builder.go b/groups/item_sites_item_operations_request_builder.go
index 22e0d1be9b5..ac66ed98e83 100644
--- a/groups/item_sites_item_operations_request_builder.go
+++ b/groups/item_sites_item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemOperationsRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments.
+// ItemSitesItemOperationsRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments.
type ItemSitesItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemOperationsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemSitesItemOperationsRequestBuilder) Count()(*ItemSitesItemOperationsCountRequestBuilder) {
return NewItemSitesItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments.
+// Get get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemOperationsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RichLongRunningOperationable), nil
}
-// ToGetRequestInformation get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments.
func (m *ItemSitesItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_operations_rich_long_running_operation_item_request_builder.go b/groups/item_sites_item_operations_rich_long_running_operation_item_request_builder.go
index 216fda0380c..06953296bfd 100644
--- a/groups/item_sites_item_operations_rich_long_running_operation_item_request_builder.go
+++ b/groups/item_sites_item_operations_rich_long_running_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters 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.
+// ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters 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.
type ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilder) Dele
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemOperationsRichLongRunningOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_permissions_item_grant_post_request_body.go b/groups/item_sites_item_permissions_item_grant_post_request_body.go
index 200752b9e11..3d6a87e825c 100644
--- a/groups/item_sites_item_permissions_item_grant_post_request_body.go
+++ b/groups/item_sites_item_permissions_item_grant_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesItemPermissionsItemGrantPostRequestBody()(*ItemSitesItemPermiss
func CreateItemSitesItemPermissionsItemGrantPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemPermissionsItemGrantPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemPermissionsItemGrantPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesItemPermissionsItemGrantPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesItemPermissionsItemGrantPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -126,14 +126,14 @@ func (m *ItemSitesItemPermissionsItemGrantPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesItemPermissionsItemGrantPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesItemPermissionsItemGrantPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_sites_item_permissions_item_grant_request_builder.go b/groups/item_sites_item_permissions_item_grant_request_builder.go
index 0b18efd9fe5..04454235692 100644
--- a/groups/item_sites_item_permissions_item_grant_request_builder.go
+++ b/groups/item_sites_item_permissions_item_grant_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSitesItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// Post grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemSitesItemPermissionsItemGrantRequestBuilder) Post(ctx context.Conte
}
return res.(ItemSitesItemPermissionsItemGrantResponseable), nil
}
-// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemSitesItemPermissionsItemGrantRequestBuilder) PostAsGrantPostRespons
}
return res.(ItemSitesItemPermissionsItemGrantPostResponseable), nil
}
-// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemPermissionsItemGrantRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSitesItemPermissionsItemGrantPostRequestBodyable, requestConfiguration *ItemSitesItemPermissionsItemGrantRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_permissions_permission_item_request_builder.go b/groups/item_sites_item_permissions_permission_item_request_builder.go
index 7d4cc87446d..393edee4066 100644
--- a/groups/item_sites_item_permissions_permission_item_request_builder.go
+++ b/groups/item_sites_item_permissions_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemPermissionsPermissionItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemPermissionsPermissionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments.
+// ItemSitesItemPermissionsPermissionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments.
type ItemSitesItemPermissionsPermissionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSitesItemPermissionsPermissionItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemPermissionsPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a permission object on a site. This API is supported in the following national cloud deployments.
+// Delete delete a permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) Get(ctx context.C
func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) Grant()(*ItemSitesItemPermissionsItemGrantRequestBuilder) {
return NewItemSitesItemPermissionsItemGrantRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update an application permission object on a site. This API is supported in the following national cloud deployments.
+// Patch update an application permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) Patch(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToDeleteRequestInformation delete a permission object on a site. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemPermissionsPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an application permission object on a site. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an application permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemSitesItemPermissionsPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable, requestConfiguration *ItemSitesItemPermissionsPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_permissions_request_builder.go b/groups/item_sites_item_permissions_request_builder.go
index 619ea45fb93..08b6a32f50e 100644
--- a/groups/item_sites_item_permissions_request_builder.go
+++ b/groups/item_sites_item_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemPermissionsRequestBuilderGetQueryParameters get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments.
+// ItemSitesItemPermissionsRequestBuilderGetQueryParameters get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments.
type ItemSitesItemPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemPermissionsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemSitesItemPermissionsRequestBuilder) Count()(*ItemSitesItemPermissionsCountRequestBuilder) {
return NewItemSitesItemPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments.
+// Get get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemPermissionsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionCollectionResponseable), nil
}
-// Post create a new permission object on a site. This API is supported in the following national cloud deployments.
+// Post create a new permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemPermissionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToGetRequestInformation get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments.
func (m *ItemSitesItemPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemPermissionsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new permission object on a site. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemSitesItemPermissionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable, requestConfiguration *ItemSitesItemPermissionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_sites_request_builder.go b/groups/item_sites_item_sites_request_builder.go
index 3c03c623e5e..e1633d879a3 100644
--- a/groups/item_sites_item_sites_request_builder.go
+++ b/groups/item_sites_item_sites_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemSitesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemSitesRequestBuilderGetQueryParameters get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments.
+// ItemSitesItemSitesRequestBuilderGetQueryParameters get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments.
type ItemSitesItemSitesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemSitesItemSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemSitesItemSitesRequestBuilder) Count()(*ItemSitesItemSitesCountRequestBuilder) {
return NewItemSitesItemSitesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments.
+// Get get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemSitesItemSitesRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SiteCollectionResponseable), nil
}
-// ToGetRequestInformation get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemSitesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemSitesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_group_item_request_builder.go b/groups/item_sites_item_term_store_groups_group_item_request_builder.go
index 7d2063cd945..36584ff7e74 100644
--- a/groups/item_sites_item_term_store_groups_group_item_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoreGroupsGroupItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoreGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreGroupsGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSitesItemTermStoreGroupsGroupItemRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoreGroupsGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// Delete delete a group object in a term store]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSitesItemTermStoreGroupsGroupItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoreGroupsGroupItemRequestBuilder) Patch(ctx context.
func (m *ItemSitesItemTermStoreGroupsGroupItemRequestBuilder) Sets()(*ItemSitesItemTermStoreGroupsItemSetsRequestBuilder) {
return NewItemSitesItemTermStoreGroupsItemSetsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation delete a group object in a term store]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemSitesItemTermStoreGroupsGroupItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_item_sets_item_children_request_builder.go b/groups/item_sites_item_term_store_groups_item_sets_item_children_request_builder.go
index 428ca4af90d..8238f833577 100644
--- a/groups/item_sites_item_term_store_groups_item_sets_item_children_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_item_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder(rawUrl st
func (m *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) Count()(*ItemSitesItemTermStoreGroupsItemSetsItemChildrenCountRequestBuilder) {
return NewItemSitesItemTermStoreGroupsItemSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) Get(ctx
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) Post(ct
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_item_sets_item_relations_request_builder.go b/groups/item_sites_item_term_store_groups_item_sets_item_relations_request_builder.go
index 5fb79c272df..594b24ea6ee 100644
--- a/groups/item_sites_item_term_store_groups_item_sets_item_relations_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_item_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilder(rawUrl s
func (m *ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilder) Count()(*ItemSitesItemTermStoreGroupsItemSetsItemRelationsCountRequestBuilder) {
return NewItemSitesItemTermStoreGroupsItemSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilder) Post(c
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_item_sets_item_terms_request_builder.go b/groups/item_sites_item_term_store_groups_item_sets_item_terms_request_builder.go
index 5ae7d1e06eb..40b35b27802 100644
--- a/groups/item_sites_item_term_store_groups_item_sets_item_terms_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_item_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilder(rawUrl strin
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilder) Count()(*ItemSitesItemTermStoreGroupsItemSetsItemTermsCountRequestBuilder) {
return NewItemSitesItemTermStoreGroupsItemSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilder) Post(ctx c
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_item_sets_item_terms_term_item_request_builder.go b/groups/item_sites_item_term_store_groups_item_sets_item_terms_term_item_request_builder.go
index 8b75e871178..01f57a1fc9b 100644
--- a/groups/item_sites_item_term_store_groups_item_sets_item_terms_term_item_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_item_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) De
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Ge
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Re
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Set()(*ItemSitesItemTermStoreGroupsItemSetsItemTermsItemSetRequestBuilder) {
return NewItemSitesItemTermStoreGroupsItemSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_item_sets_request_builder.go b/groups/item_sites_item_term_store_groups_item_sets_request_builder.go
index c33ace93b07..bbcd6ac3989 100644
--- a/groups/item_sites_item_term_store_groups_item_sets_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_item_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreGroupsItemSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreGroupsItemSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreGroupsItemSetsRequestBuilder(rawUrl string, reques
func (m *ItemSitesItemTermStoreGroupsItemSetsRequestBuilder) Count()(*ItemSitesItemTermStoreGroupsItemSetsCountRequestBuilder) {
return NewItemSitesItemTermStoreGroupsItemSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoreGroupsItemSetsRequestBuilder) Post(ctx context.Co
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsItemSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsItemSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_groups_request_builder.go b/groups/item_sites_item_term_store_groups_request_builder.go
index 02476fcdfb6..1dd165d4a40 100644
--- a/groups/item_sites_item_term_store_groups_request_builder.go
+++ b/groups/item_sites_item_term_store_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreGroupsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemSitesItemTermStoreGroupsRequestBuilder) Count()(*ItemSitesItemTermStoreGroupsCountRequestBuilder) {
return NewItemSitesItemTermStoreGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// Get get a list of group objects in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoreGroupsRequestBuilder) Get(ctx context.Context, re
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.GroupCollectionResponseable), nil
}
-// Post create a new group object in a term store. This API is supported in the following national cloud deployments.
+// Post create a new group object in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoreGroupsRequestBuilder) Post(ctx context.Context, b
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable), nil
}
-// ToGetRequestInformation get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of group objects in a term store. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoreGroupsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new group object in a term store. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new group object in a term store. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable, requestConfiguration *ItemSitesItemTermStoreGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_request_builder.go b/groups/item_sites_item_term_store_request_builder.go
index 0c5a9317779..2d3fde86d64 100644
--- a/groups/item_sites_item_term_store_request_builder.go
+++ b/groups/item_sites_item_term_store_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoreRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoreRequestBuilderGetQueryParameters read the properties and relationships of a store object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreRequestBuilderGetQueryParameters read the properties and relationships of a store object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSitesItemTermStoreRequestBuilder) Delete(ctx context.Context, reque
}
return nil
}
-// Get read the properties and relationships of a store object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a store object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoreRequestBuilder) Get(ctx context.Context, requestC
func (m *ItemSitesItemTermStoreRequestBuilder) Groups()(*ItemSitesItemTermStoreGroupsRequestBuilder) {
return NewItemSitesItemTermStoreGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a store object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a store object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoreRequestBuilder) ToDeleteRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a store object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a store object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemSitesItemTermStoreRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a store object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a store object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, requestConfiguration *ItemSitesItemTermStoreRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_children_request_builder.go b/groups/item_sites_item_term_store_sets_item_children_request_builder.go
index 834340d6bda..4775ac18a46 100644
--- a/groups/item_sites_item_term_store_sets_item_children_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemSitesItemTermStoreSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemSitesItemTermStoreSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemChildrenRequestBuilder(rawUrl string, requ
func (m *ItemSitesItemTermStoreSetsItemChildrenRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemChildrenCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoreSetsItemChildrenRequestBuilder) Get(ctx context.C
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoreSetsItemChildrenRequestBuilder) Post(ctx context.
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemTermStoreSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoreSetsItemChildrenRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoreSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_children_request_builder.go b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_children_request_builder.go
index 2af38e253f6..aac5235009c 100644
--- a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_children_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder(
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go
index 26789a83dcf..d7d3d6baba0 100644
--- a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilde
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go
index 129dbf256ad..366d8b44d95 100644
--- a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder(raw
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) P
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
index bdb4905a6b4..3f110556716 100644
--- a/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBu
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBu
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBu
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) Set()(*ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsItemSetRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBu
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_parent_group_sets_request_builder.go b/groups/item_sites_item_term_store_sets_item_parent_group_sets_request_builder.go
index b01a2a49901..916ad5fc455 100644
--- a/groups/item_sites_item_term_store_sets_item_parent_group_sets_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_parent_group_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilder(rawUrl strin
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemParentGroupSetsCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemParentGroupSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilder) Post(ctx c
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemParentGroupSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_relations_request_builder.go b/groups/item_sites_item_term_store_sets_item_relations_request_builder.go
index 10e3317aa05..50b218eab57 100644
--- a/groups/item_sites_item_term_store_sets_item_relations_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemSitesItemTermStoreSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemSitesItemTermStoreSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemRelationsRequestBuilder(rawUrl string, req
func (m *ItemSitesItemTermStoreSetsItemRelationsRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemRelationsCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoreSetsItemRelationsRequestBuilder) Post(ctx context
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_terms_request_builder.go b/groups/item_sites_item_term_store_sets_item_terms_request_builder.go
index b4e2af04661..1a3b4ac5884 100644
--- a/groups/item_sites_item_term_store_sets_item_terms_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsItemTermsRequestBuilder(rawUrl string, request
func (m *ItemSitesItemTermStoreSetsItemTermsRequestBuilder) Count()(*ItemSitesItemTermStoreSetsItemTermsCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemTermStoreSetsItemTermsRequestBuilder) Post(ctx context.Con
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_item_terms_term_item_request_builder.go b/groups/item_sites_item_term_store_sets_item_terms_term_item_request_builder.go
index 9e605ee8e20..ed8879bfbbf 100644
--- a/groups/item_sites_item_term_store_sets_item_terms_term_item_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) Delete(ctx c
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) Get(ctx cont
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) Relations()(
func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) Set()(*ItemSitesItemTermStoreSetsItemTermsItemSetRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoreSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_request_builder.go b/groups/item_sites_item_term_store_sets_request_builder.go
index d044a07e8ea..b0da3d9049f 100644
--- a/groups/item_sites_item_term_store_sets_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoreSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoreSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoreSetsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemSitesItemTermStoreSetsRequestBuilder) Count()(*ItemSitesItemTermStoreSetsCountRequestBuilder) {
return NewItemSitesItemTermStoreSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ItemSitesItemTermStoreSetsRequestBuilder) Get(ctx context.Context, requ
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable), nil
}
-// Post create a new set object. This API is supported in the following national cloud deployments.
+// Post create a new set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoreSetsRequestBuilder) Post(ctx context.Context, bod
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemSitesItemTermStoreSetsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new set object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemSitesItemTermStoreSetsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_store_sets_set_item_request_builder.go b/groups/item_sites_item_term_store_sets_set_item_request_builder.go
index 0a6776d3fcd..89ca6b85090 100644
--- a/groups/item_sites_item_term_store_sets_set_item_request_builder.go
+++ b/groups/item_sites_item_term_store_sets_set_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoreSetsSetItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoreSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoreSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoreSetsSetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoreSetsSetItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoreSetsSetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a set object. This API is supported in the following national cloud deployments.
+// Delete delete a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) Get(ctx context.Contex
func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) ParentGroup()(*ItemSitesItemTermStoreSetsItemParentGroupRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemParentGroupRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a set object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) Relations()(*ItemSites
func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) Terms()(*ItemSitesItemTermStoreSetsItemTermsRequestBuilder) {
return NewItemSitesItemTermStoreSetsItemTermsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a set object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsSetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoreSetsSetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a set object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoreSetsSetItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemSitesItemTermStoreSetsSetItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_group_item_request_builder.go b/groups/item_sites_item_term_stores_item_groups_group_item_request_builder.go
index 386d9c1377b..0db5d289ba8 100644
--- a/groups/item_sites_item_term_stores_item_groups_group_item_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderDeleteRequestConfig
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// Delete delete a group object in a term store]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder) Delete(ctx co
}
return nil
}
-// Get read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder) Patch(ctx con
func (m *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder) Sets()(*ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsItemSetsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation delete a group object in a term store]. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder) ToDeleteReque
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_item_sets_item_children_request_builder.go b/groups/item_sites_item_term_stores_item_groups_item_sets_item_children_request_builder.go
index c25639863cf..d6a748b4c60 100644
--- a/groups/item_sites_item_term_stores_item_groups_item_sets_item_children_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_item_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder(rawU
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) Count()(*ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenCountRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsItemSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) Ge
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) Po
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) To
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_item_sets_item_relations_request_builder.go b/groups/item_sites_item_term_stores_item_groups_item_sets_item_relations_request_builder.go
index cf9785f1011..aa5dad1e0d0 100644
--- a/groups/item_sites_item_term_stores_item_groups_item_sets_item_relations_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_item_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder(raw
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder) Count()(*ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsItemSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder) P
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_request_builder.go b/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_request_builder.go
index fd25973066b..71b43fbcd1f 100644
--- a/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder(rawUrl
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) Count()(*ItemSitesItemTermStoresItemGroupsItemSetsItemTermsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsItemSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) Post(
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go b/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go
index f97c0691854..e0f27daa825 100644
--- a/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilde
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilde
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilde
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) Set()(*ItemSitesItemTermStoresItemGroupsItemSetsItemTermsItemSetRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsItemSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilde
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_item_sets_request_builder.go b/groups/item_sites_item_term_stores_item_groups_item_sets_request_builder.go
index 75def1e33dc..16c228b9250 100644
--- a/groups/item_sites_item_term_stores_item_groups_item_sets_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_item_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemGroupsItemSetsRequestBuilder(rawUrl string, r
func (m *ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilder) Count()(*ItemSitesItemTermStoresItemGroupsItemSetsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsItemSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilder) Post(ctx conte
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsItemSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_groups_request_builder.go b/groups/item_sites_item_term_stores_item_groups_request_builder.go
index b1f12db271a..1755d97ddd8 100644
--- a/groups/item_sites_item_term_stores_item_groups_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemGroupsRequestBuilder(rawUrl string, requestAd
func (m *ItemSitesItemTermStoresItemGroupsRequestBuilder) Count()(*ItemSitesItemTermStoresItemGroupsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// Get get a list of group objects in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoresItemGroupsRequestBuilder) Get(ctx context.Contex
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.GroupCollectionResponseable), nil
}
-// Post create a new group object in a term store. This API is supported in the following national cloud deployments.
+// Post create a new group object in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoresItemGroupsRequestBuilder) Post(ctx context.Conte
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable), nil
}
-// ToGetRequestInformation get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of group objects in a term store. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoresItemGroupsRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new group object in a term store. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new group object in a term store. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable, requestConfiguration *ItemSitesItemTermStoresItemGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_children_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_children_request_builder.go
index f619a24ff41..288e06287d6 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_children_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder(rawUrl string,
func (m *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemChildrenCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder) Get(ctx cont
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder) Post(ctx con
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoresItemSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go
index 304911b17eb..cf96ce4f456 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBui
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBu
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBu
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBu
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go
index 26a160a1b2d..25e5a150254 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBu
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestB
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go
index 178ce7ae4bb..eafec77f707 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilde
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuild
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
index 6aa416296c5..cd1851ecc9a 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemReque
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequ
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequ
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequ
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) Set()(*ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsItemSetRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_request_builder.go
index 68fd653017c..5bc91b05615 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_parent_group_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilder(rawUrl
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemParentGroupSetsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemParentGroupSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilder) Post(
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_relations_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_relations_request_builder.go
index c2f06e380f4..2d003a8387d 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_relations_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemRelationsRequestBuilder(rawUrl string
func (m *ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemRelationsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilder) Post(ctx co
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_terms_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_terms_request_builder.go
index a31c9689cc0..fc9814548c4 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_terms_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsItemTermsRequestBuilder(rawUrl string, re
func (m *ItemSitesItemTermStoresItemSetsItemTermsRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsItemTermsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemTermsRequestBuilder) Post(ctx contex
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_item_terms_term_item_request_builder.go b/groups/item_sites_item_term_stores_item_sets_item_terms_term_item_request_builder.go
index 0522a416f97..a4dfb2fc113 100644
--- a/groups/item_sites_item_term_stores_item_sets_item_terms_term_item_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Delete(
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Get(ctx
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Relatio
func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Set()(*ItemSitesItemTermStoresItemSetsItemTermsItemSetRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToDelet
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemSitesItemTermStoresItemSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_request_builder.go b/groups/item_sites_item_term_stores_item_sets_request_builder.go
index 42a2abe57e1..70401f49619 100644
--- a/groups/item_sites_item_term_stores_item_sets_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesItemTermStoresItemSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesItemTermStoresItemSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSitesItemTermStoresItemSetsRequestBuilder(rawUrl string, requestAdap
func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) Count()(*ItemSitesItemTermStoresItemSetsCountRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) Get(ctx context.Context,
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable), nil
}
-// Post create a new set object. This API is supported in the following national cloud deployments.
+// Post create a new set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) Post(ctx context.Context
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new set object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemSitesItemTermStoresItemSetsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_item_term_stores_item_sets_set_item_request_builder.go b/groups/item_sites_item_term_stores_item_sets_set_item_request_builder.go
index 2cce703ae72..a9d4af79fc5 100644
--- a/groups/item_sites_item_term_stores_item_sets_set_item_request_builder.go
+++ b/groups/item_sites_item_term_stores_item_sets_set_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemTermStoresItemSetsSetItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemTermStoresItemSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemSitesItemTermStoresItemSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemSitesItemTermStoresItemSetsSetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemSitesItemTermStoresItemSetsSetItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemSitesItemTermStoresItemSetsSetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a set object. This API is supported in the following national cloud deployments.
+// Delete delete a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) Get(ctx context.C
func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) ParentGroup()(*ItemSitesItemTermStoresItemSetsItemParentGroupRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemParentGroupRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a set object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) Relations()(*Item
func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) Terms()(*ItemSitesItemTermStoresItemSetsItemTermsRequestBuilder) {
return NewItemSitesItemTermStoresItemSetsItemTermsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a set object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsSetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemTermStoresItemSetsSetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a set object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a set object. This API is available in the following national cloud deployments.
func (m *ItemSitesItemTermStoresItemSetsSetItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemSitesItemTermStoresItemSetsSetItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_sites_remove_post_request_body.go b/groups/item_sites_remove_post_request_body.go
index 05b8c7dfd18..bd1d250a088 100644
--- a/groups/item_sites_remove_post_request_body.go
+++ b/groups/item_sites_remove_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSitesRemovePostRequestBody()(*ItemSitesRemovePostRequestBody) {
func CreateItemSitesRemovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesRemovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesRemovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSitesRemovePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSitesRemovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSitesRemovePostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSitesRemovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSitesRemovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_subscribe_by_mail_request_builder.go b/groups/item_subscribe_by_mail_request_builder.go
index d26770c1a18..5ce652d8b72 100644
--- a/groups/item_subscribe_by_mail_request_builder.go
+++ b/groups/item_subscribe_by_mail_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSubscribeByMailRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemSubscribeByMailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSubscribeByMailRequestBuilder) Post(ctx context.Context, requestCon
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSubscribeByMailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSubscribeByMailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_all_channels_request_builder.go b/groups/item_team_all_channels_request_builder.go
index 70a1d2e719b..f93e15a639d 100644
--- a/groups/item_team_all_channels_request_builder.go
+++ b/groups/item_team_all_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamAllChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamAllChannelsRequestBuilderGetQueryParameters 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.
+// ItemTeamAllChannelsRequestBuilderGetQueryParameters 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.
type ItemTeamAllChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemTeamAllChannelsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemTeamAllChannelsRequestBuilder) Count()(*ItemTeamAllChannelsCountRequestBuilder) {
return NewItemTeamAllChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemTeamAllChannelsRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChannelCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamAllChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamAllChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_archive_post_request_body.go b/groups/item_team_archive_post_request_body.go
index 19a2119adc7..506c456ebe5 100644
--- a/groups/item_team_archive_post_request_body.go
+++ b/groups/item_team_archive_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamArchivePostRequestBody()(*ItemTeamArchivePostRequestBody) {
func CreateItemTeamArchivePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamArchivePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamArchivePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamArchivePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamArchivePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamArchivePostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamArchivePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamArchivePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_archive_request_builder.go b/groups/item_team_archive_request_builder.go
index c70e3a5be06..7411a36b858 100644
--- a/groups/item_team_archive_request_builder.go
+++ b/groups/item_team_archive_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamArchiveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemTeamArchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamArchiveRequestBuilder) Post(ctx context.Context, body ItemTeamA
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamArchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamArchivePostRequestBodyable, requestConfiguration *ItemTeamArchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_channel_item_request_builder.go b/groups/item_team_channels_channel_item_request_builder.go
index 2883026294a..3f053bd2bea 100644
--- a/groups/item_team_channels_channel_item_request_builder.go
+++ b/groups/item_team_channels_channel_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsChannelItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsChannelItemRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsChannelItemRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsChannelItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTeamChannelsChannelItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsChannelItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the channel. This API is supported in the following national cloud deployments.
+// Delete delete the channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemTeamChannelsChannelItemRequestBuilder) DoesUserHaveAccessuserIdUser
func (m *ItemTeamChannelsChannelItemRequestBuilder) FilesFolder()(*ItemTeamChannelsItemFilesFolderRequestBuilder) {
return NewItemTeamChannelsItemFilesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamChannelsChannelItemRequestBuilder) Members()(*ItemTeamChannelsI
func (m *ItemTeamChannelsChannelItemRequestBuilder) Messages()(*ItemTeamChannelsItemMessagesRequestBuilder) {
return NewItemTeamChannelsItemMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of the specified channel. This API is supported in the following national cloud deployments.
+// Patch update the properties of the specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *ItemTeamChannelsChannelItemRequestBuilder) SharedWithTeams()(*ItemTeamC
func (m *ItemTeamChannelsChannelItemRequestBuilder) Tabs()(*ItemTeamChannelsItemTabsRequestBuilder) {
return NewItemTeamChannelsItemTabsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete the channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the channel. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsChannelItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsChannelItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemTeamChannelsChannelItemRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsChannelItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsChannelItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *ItemTeamChannelsChannelItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of the specified channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of the specified channel. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsChannelItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable, requestConfiguration *ItemTeamChannelsChannelItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_complete_migration_request_builder.go b/groups/item_team_channels_item_complete_migration_request_builder.go
index 5ca0db23110..144352c4fd5 100644
--- a/groups/item_team_channels_item_complete_migration_request_builder.go
+++ b/groups/item_team_channels_item_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemCompleteMigrationRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamChannelsItemCompleteMigrationRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index 7b288188f85..48ea486bc9e 100644
--- a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPr
func CreateItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserP
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserP
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_channels_item_files_folder_request_builder.go b/groups/item_team_channels_item_files_folder_request_builder.go
index 6a3189bd8a8..5f49a7c107a 100644
--- a/groups/item_team_channels_item_files_folder_request_builder.go
+++ b/groups/item_team_channels_item_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemTeamChannelsItemFilesFolderRequestBuilder(rawUrl string, requestAdap
func (m *ItemTeamChannelsItemFilesFolderRequestBuilder) Content()(*ItemTeamChannelsItemFilesFolderContentRequestBuilder) {
return NewItemTeamChannelsItemFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemTeamChannelsItemFilesFolderRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_members_add_post_request_body.go b/groups/item_team_channels_item_members_add_post_request_body.go
index ccf9e092396..52311c83330 100644
--- a/groups/item_team_channels_item_members_add_post_request_body.go
+++ b/groups/item_team_channels_item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTeamChannelsItemMembersAddPostRequestBody()(*ItemTeamChannelsItemMem
func CreateItemTeamChannelsItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemTeamChannelsItemMembersAddPostRequestBody) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemTeamChannelsItemMembersAddPostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_channels_item_members_add_request_builder.go b/groups/item_team_channels_item_members_add_request_builder.go
index aec7cf9ff9a..bed269ce082 100644
--- a/groups/item_team_channels_item_members_add_request_builder.go
+++ b/groups/item_team_channels_item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemMembersAddRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemTeamChannelsItemMembersAddRequestBuilder) Post(ctx context.Context,
}
return res.(ItemTeamChannelsItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemTeamChannelsItemMembersAddRequestBuilder) PostAsAddPostResponse(ctx
}
return res.(ItemTeamChannelsItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamChannelsItemMembersAddPostRequestBodyable, requestConfiguration *ItemTeamChannelsItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_members_conversation_member_item_request_builder.go b/groups/item_team_channels_item_members_conversation_member_item_request_builder.go
index 7ab01a7c71c..b9f441be637 100644
--- a/groups/item_team_channels_item_members_conversation_member_item_request_builder.go
+++ b/groups/item_team_channels_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamChannelsItemMembersConversationMemberItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) Delete
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) Patch(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_members_request_builder.go b/groups/item_team_channels_item_members_request_builder.go
index 7a420bca300..7a207921b0b 100644
--- a/groups/item_team_channels_item_members_request_builder.go
+++ b/groups/item_team_channels_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemMembersRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemTeamChannelsItemMembersRequestBuilder(rawUrl string, requestAdapter
func (m *ItemTeamChannelsItemMembersRequestBuilder) Count()(*ItemTeamChannelsItemMembersCountRequestBuilder) {
return NewItemTeamChannelsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemTeamChannelsItemMembersRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemTeamChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemTeamChannelsItemMembersRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_chat_message_item_request_builder.go b/groups/item_team_channels_item_messages_chat_message_item_request_builder.go
index 0435ebe954b..256dd9640f9 100644
--- a/groups/item_team_channels_item_messages_chat_message_item_request_builder.go
+++ b/groups/item_team_channels_item_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemMessagesChatMessageItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) Delete(ctx c
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) Get(ctx cont
func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) HostedContents()(*ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilder) {
return NewItemTeamChannelsItemMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamChannelsItemMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/groups/item_team_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 34fe6cd1553..6198bb89b9f 100644
--- a/groups/item_team_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentI
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentI
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_hosted_contents_request_builder.go b/groups/item_team_channels_item_messages_item_hosted_contents_request_builder.go
index 7e6447e877d..d49c481c2fa 100644
--- a/groups/item_team_channels_item_messages_item_hosted_contents_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamChannelsItemMessagesItemHostedContentsRequestBuilder(rawUrl stri
func (m *ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilder) Count()(*ItemTeamChannelsItemMessagesItemHostedContentsCountRequestBuilder) {
return NewItemTeamChannelsItemMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_replies_chat_message_item_request_builder.go b/groups/item_team_channels_item_messages_item_replies_chat_message_item_request_builder.go
index 5d607bd64b2..7ba14f2c6ab 100644
--- a/groups/item_team_channels_item_messages_item_replies_chat_message_item_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) D
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index e31f735498b..0a75b6db7e9 100644
--- a/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHos
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHos
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_request_builder.go b/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
index b3c6d7168c2..7887600eac6 100644
--- a/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder(
func (m *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemTeamChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_replies_item_set_reaction_post_request_body.go b/groups/item_team_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
index 44cff82e813..b60f49dc550 100644
--- a/groups/item_team_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/groups/item_team_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody()(
func CreateItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_channels_item_messages_item_replies_item_soft_delete_request_builder.go b/groups/item_team_channels_item_messages_item_replies_item_soft_delete_request_builder.go
index 8de8b6dfd74..4ae20208067 100644
--- a/groups/item_team_channels_item_messages_item_replies_item_soft_delete_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go b/groups/item_team_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
index a005b0c0984..ecae33c65a6 100644
--- a/groups/item_team_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go b/groups/item_team_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
index d5f20533850..e63dc1dcabe 100644
--- a/groups/item_team_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/groups/item_team_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody(
func CreateItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_channels_item_messages_item_replies_request_builder.go b/groups/item_team_channels_item_messages_item_replies_request_builder.go
index 7e5a65a5773..10c6bd33a8b 100644
--- a/groups/item_team_channels_item_messages_item_replies_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Count()(*ItemTea
func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Delta()(*ItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilder) {
return NewItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_set_reaction_post_request_body.go b/groups/item_team_channels_item_messages_item_set_reaction_post_request_body.go
index fc2de20fa88..e70eb7b3091 100644
--- a/groups/item_team_channels_item_messages_item_set_reaction_post_request_body.go
+++ b/groups/item_team_channels_item_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamChannelsItemMessagesItemSetReactionPostRequestBody()(*ItemTeamCh
func CreateItemTeamChannelsItemMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamChannelsItemMessagesItemSetReactionPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamChannelsItemMessagesItemSetReactionPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_channels_item_messages_item_soft_delete_request_builder.go b/groups/item_team_channels_item_messages_item_soft_delete_request_builder.go
index 1ed2e142e7e..79ad8424c05 100644
--- a/groups/item_team_channels_item_messages_item_soft_delete_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemMessagesItemSoftDeleteRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamChannelsItemMessagesItemSoftDeleteRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_undo_soft_delete_request_builder.go b/groups/item_team_channels_item_messages_item_undo_soft_delete_request_builder.go
index a9f15d272fb..de5c9f7d885 100644
--- a/groups/item_team_channels_item_messages_item_undo_soft_delete_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemMessagesItemUndoSoftDeleteRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_messages_item_unset_reaction_post_request_body.go b/groups/item_team_channels_item_messages_item_unset_reaction_post_request_body.go
index 82eb4b784ae..815f7669af3 100644
--- a/groups/item_team_channels_item_messages_item_unset_reaction_post_request_body.go
+++ b/groups/item_team_channels_item_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody()(*ItemTeam
func CreateItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamChannelsItemMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_channels_item_messages_request_builder.go b/groups/item_team_channels_item_messages_request_builder.go
index 7534fae4eb0..8961345352b 100644
--- a/groups/item_team_channels_item_messages_request_builder.go
+++ b/groups/item_team_channels_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemMessagesRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemTeamChannelsItemMessagesRequestBuilder) Count()(*ItemTeamChannelsIt
func (m *ItemTeamChannelsItemMessagesRequestBuilder) Delta()(*ItemTeamChannelsItemMessagesDeltaRequestBuilder) {
return NewItemTeamChannelsItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemTeamChannelsItemMessagesRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamChannelsItemMessagesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamChannelsItemMessagesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamChannelsItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_provision_email_request_builder.go b/groups/item_team_channels_item_provision_email_request_builder.go
index 9735a951f35..fb91783d8e2 100644
--- a/groups/item_team_channels_item_provision_email_request_builder.go
+++ b/groups/item_team_channels_item_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTeamChannelsItemProvisionEmailRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemTeamChannelsItemProvisionEmailRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_remove_email_request_builder.go b/groups/item_team_channels_item_remove_email_request_builder.go
index 5c542d419d3..bf7503c9dae 100644
--- a/groups/item_team_channels_item_remove_email_request_builder.go
+++ b/groups/item_team_channels_item_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamChannelsItemRemoveEmailRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamChannelsItemRemoveEmailRequestBuilder) Post(ctx context.Context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_shared_with_teams_item_allowed_members_request_builder.go b/groups/item_team_channels_item_shared_with_teams_item_allowed_members_request_builder.go
index 8286aecc175..ab5a873838b 100644
--- a/groups/item_team_channels_item_shared_with_teams_item_allowed_members_request_builder.go
+++ b/groups/item_team_channels_item_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder(rawU
func (m *ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewItemTeamChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_shared_with_teams_request_builder.go b/groups/item_team_channels_item_shared_with_teams_request_builder.go
index 84f74e73f08..d6b466c2bef 100644
--- a/groups/item_team_channels_item_shared_with_teams_request_builder.go
+++ b/groups/item_team_channels_item_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamChannelsItemSharedWithTeamsRequestBuilder(rawUrl string, request
func (m *ItemTeamChannelsItemSharedWithTeamsRequestBuilder) Count()(*ItemTeamChannelsItemSharedWithTeamsCountRequestBuilder) {
return NewItemTeamChannelsItemSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamChannelsItemSharedWithTeamsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/groups/item_team_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index 0fc4416c844..20f6571f5f9 100644
--- a/groups/item_team_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/groups/item_team_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestB
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequest
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequest
func (m *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*ItemTeamChannelsItemSharedWithTeamsItemTeamRequestBuilder) {
return NewItemTeamChannelsItemSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_tabs_request_builder.go b/groups/item_team_channels_item_tabs_request_builder.go
index 31b21a144b4..17dfbdfdefd 100644
--- a/groups/item_team_channels_item_tabs_request_builder.go
+++ b/groups/item_team_channels_item_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsItemTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type ItemTeamChannelsItemTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamChannelsItemTabsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemTeamChannelsItemTabsRequestBuilder) Count()(*ItemTeamChannelsItemTabsCountRequestBuilder) {
return NewItemTeamChannelsItemTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamChannelsItemTabsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamChannelsItemTabsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamChannelsItemTabsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsItemTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemTeamChannelsItemTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_item_tabs_teams_tab_item_request_builder.go b/groups/item_team_channels_item_tabs_teams_tab_item_request_builder.go
index 6b9ad246a90..9567b79e0ab 100644
--- a/groups/item_team_channels_item_tabs_teams_tab_item_request_builder.go
+++ b/groups/item_team_channels_item_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamChannelsItemTabsTeamsTabItemRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemTeamChannelsItemTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) Patch(ctx context.C
func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemTeamChannelsItemTabsItemTeamsAppRequestBuilder) {
return NewItemTeamChannelsItemTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemTeamChannelsItemTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_channels_request_builder.go b/groups/item_team_channels_request_builder.go
index 32260c73a98..68a90102f99 100644
--- a/groups/item_team_channels_request_builder.go
+++ b/groups/item_team_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamChannelsRequestBuilderGetQueryParameters retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// ItemTeamChannelsRequestBuilderGetQueryParameters retrieve the list of channels in this team. This API is available in the following national cloud deployments.
type ItemTeamChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamChannelsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemTeamChannelsRequestBuilder) Count()(*ItemTeamChannelsCountRequestBuilder) {
return NewItemTeamChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of channels in this team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemTeamChannelsRequestBuilder) Get(ctx context.Context, requestConfigu
func (m *ItemTeamChannelsRequestBuilder) GetAllMessages()(*ItemTeamChannelsGetAllMessagesRequestBuilder) {
return NewItemTeamChannelsGetAllMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamChannelsRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable), nil
}
-// ToGetRequestInformation retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of channels in this team. This API is available in the following national cloud deployments.
func (m *ItemTeamChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamChannelsRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamChannelsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable, requestConfiguration *ItemTeamChannelsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_clone_post_request_body.go b/groups/item_team_clone_post_request_body.go
index 4b42b128615..a3fbd90f1c3 100644
--- a/groups/item_team_clone_post_request_body.go
+++ b/groups/item_team_clone_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTeamClonePostRequestBody()(*ItemTeamClonePostRequestBody) {
func CreateItemTeamClonePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamClonePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamClonePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemTeamClonePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamClonePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -218,14 +218,14 @@ func (m *ItemTeamClonePostRequestBody) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamClonePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamClonePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_clone_request_builder.go b/groups/item_team_clone_request_builder.go
index 077e98d369b..d5b88c1c200 100644
--- a/groups/item_team_clone_request_builder.go
+++ b/groups/item_team_clone_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamCloneRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemTeamCloneRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamCloneRequestBuilder) Post(ctx context.Context, body ItemTeamClo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamCloneRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamClonePostRequestBodyable, requestConfiguration *ItemTeamCloneRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_complete_migration_request_builder.go b/groups/item_team_complete_migration_request_builder.go
index 57c403175e4..2cd90ac658d 100644
--- a/groups/item_team_complete_migration_request_builder.go
+++ b/groups/item_team_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamCompleteMigrationRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewItemTeamCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamCompleteMigrationRequestBuilder) Post(ctx context.Context, requ
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_incoming_channels_request_builder.go b/groups/item_team_incoming_channels_request_builder.go
index ba101292f0a..4c9815044ca 100644
--- a/groups/item_team_incoming_channels_request_builder.go
+++ b/groups/item_team_incoming_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamIncomingChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamIncomingChannelsRequestBuilderGetQueryParameters get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// ItemTeamIncomingChannelsRequestBuilderGetQueryParameters get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
type ItemTeamIncomingChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemTeamIncomingChannelsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemTeamIncomingChannelsRequestBuilder) Count()(*ItemTeamIncomingChannelsCountRequestBuilder) {
return NewItemTeamIncomingChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// Get get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemTeamIncomingChannelsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChannelCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
func (m *ItemTeamIncomingChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamIncomingChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_installed_apps_item_upgrade_post_request_body.go b/groups/item_team_installed_apps_item_upgrade_post_request_body.go
index 60568359c2a..f5f4ae38f6e 100644
--- a/groups/item_team_installed_apps_item_upgrade_post_request_body.go
+++ b/groups/item_team_installed_apps_item_upgrade_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTeamInstalledAppsItemUpgradePostRequestBody()(*ItemTeamInstalledApps
func CreateItemTeamInstalledAppsItemUpgradePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamInstalledAppsItemUpgradePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemTeamInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamInstalledAppsItemUpgradePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemTeamInstalledAppsItemUpgradePostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamInstalledAppsItemUpgradePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamInstalledAppsItemUpgradePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_installed_apps_item_upgrade_request_builder.go b/groups/item_team_installed_apps_item_upgrade_request_builder.go
index 81a86a114b1..6c01e660959 100644
--- a/groups/item_team_installed_apps_item_upgrade_request_builder.go
+++ b/groups/item_team_installed_apps_item_upgrade_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamInstalledAppsItemUpgradeRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemTeamInstalledAppsItemUpgradeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// Post upgrade an app installation within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamInstalledAppsItemUpgradeRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation upgrade an app installation within a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamInstalledAppsItemUpgradeRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamInstalledAppsItemUpgradePostRequestBodyable, requestConfiguration *ItemTeamInstalledAppsItemUpgradeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_installed_apps_request_builder.go b/groups/item_team_installed_apps_request_builder.go
index d9e970e3f24..734c87565fc 100644
--- a/groups/item_team_installed_apps_request_builder.go
+++ b/groups/item_team_installed_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamInstalledAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamInstalledAppsRequestBuilderGetQueryParameters retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// ItemTeamInstalledAppsRequestBuilderGetQueryParameters retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
type ItemTeamInstalledAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamInstalledAppsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemTeamInstalledAppsRequestBuilder) Count()(*ItemTeamInstalledAppsCountRequestBuilder) {
return NewItemTeamInstalledAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamInstalledAppsRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationCollectionResponseable), nil
}
-// Post install an app to the specified team. This API is supported in the following national cloud deployments.
+// Post install an app to the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamInstalledAppsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable), nil
}
-// ToGetRequestInformation retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
func (m *ItemTeamInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamInstalledAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamInstalledAppsRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation install an app to the specified team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation install an app to the specified team. This API is available in the following national cloud deployments.
func (m *ItemTeamInstalledAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable, requestConfiguration *ItemTeamInstalledAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_installed_apps_teams_app_installation_item_request_builder.go b/groups/item_team_installed_apps_teams_app_installation_item_request_builder.go
index f45d082aa91..39581540980 100644
--- a/groups/item_team_installed_apps_teams_app_installation_item_request_builder.go
+++ b/groups/item_team_installed_apps_teams_app_installation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
type ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete uninstalls an app from the specified team. This API is supported in the following national cloud deployments.
+// Delete uninstalls an app from the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsApp()
func (m *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsAppDefinition()(*ItemTeamInstalledAppsItemTeamsAppDefinitionRequestBuilder) {
return NewItemTeamInstalledAppsItemTeamsAppDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation uninstalls an app from the specified team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation uninstalls an app from the specified team. This API is available in the following national cloud deployments.
func (m *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
func (m *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamInstalledAppsTeamsAppInstallationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_members_add_post_request_body.go b/groups/item_team_members_add_post_request_body.go
index 24906f0b466..d932cbcd820 100644
--- a/groups/item_team_members_add_post_request_body.go
+++ b/groups/item_team_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTeamMembersAddPostRequestBody()(*ItemTeamMembersAddPostRequestBody)
func CreateItemTeamMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemTeamMembersAddPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemTeamMembersAddPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_members_add_request_builder.go b/groups/item_team_members_add_request_builder.go
index a09e0ba1e46..5d0d3bb3f94 100644
--- a/groups/item_team_members_add_request_builder.go
+++ b/groups/item_team_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemTeamMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemTeamMembersAddRequestBuilder) Post(ctx context.Context, body ItemTe
}
return res.(ItemTeamMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemTeamMembersAddRequestBuilder) PostAsAddPostResponse(ctx context.Con
}
return res.(ItemTeamMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamMembersAddPostRequestBodyable, requestConfiguration *ItemTeamMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_members_conversation_member_item_request_builder.go b/groups/item_team_members_conversation_member_item_request_builder.go
index 29bb28e9c35..4453af3c93b 100644
--- a/groups/item_team_members_conversation_member_item_request_builder.go
+++ b/groups/item_team_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamMembersConversationMemberItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ItemTeamMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a team. This API is available in the following national cloud deployments.
type ItemTeamMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamMembersConversationMemberItemRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemTeamMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a conversationMember from a team. This API is supported in the following national cloud deployments.
+// Delete remove a conversationMember from a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamMembersConversationMemberItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemTeamMembersConversationMemberItemRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team. This API is supported in the following national cloud deployments.
+// Patch update the role of a conversationMember in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemTeamMembersConversationMemberItemRequestBuilder) Patch(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation remove a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a conversationMember from a team. This API is available in the following national cloud deployments.
func (m *ItemTeamMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemTeamMembersConversationMemberItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a team. This API is available in the following national cloud deployments.
func (m *ItemTeamMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTeamMembersConversationMemberItemRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the role of a conversationMember in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_members_request_builder.go b/groups/item_team_members_request_builder.go
index 82168c92766..85bbb979554 100644
--- a/groups/item_team_members_request_builder.go
+++ b/groups/item_team_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamMembersRequestBuilderGetQueryParameters 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.
+// ItemTeamMembersRequestBuilderGetQueryParameters 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.
type ItemTeamMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemTeamMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemTeamMembersRequestBuilder) Count()(*ItemTeamMembersCountRequestBuilder) {
return NewItemTeamMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemTeamMembersRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a new conversationMember to a team. This API is supported in the following national cloud deployments.
+// Post add a new conversationMember to a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamMembersRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamMembersRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPostRequestInformation add a new conversationMember to a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a new conversationMember to a team. This API is available in the following national cloud deployments.
func (m *ItemTeamMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_permission_grants_delta_get_response.go b/groups/item_team_permission_grants_delta_get_response.go
deleted file mode 100644
index e02c6787fb1..00000000000
--- a/groups/item_team_permission_grants_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemTeamPermissionGrantsDeltaGetResponse
-type ItemTeamPermissionGrantsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewItemTeamPermissionGrantsDeltaGetResponse instantiates a new ItemTeamPermissionGrantsDeltaGetResponse and sets the default values.
-func NewItemTeamPermissionGrantsDeltaGetResponse()(*ItemTeamPermissionGrantsDeltaGetResponse) {
- m := &ItemTeamPermissionGrantsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsDeltaGetResponseable
-type ItemTeamPermissionGrantsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/groups/item_team_permission_grants_delta_request_builder.go b/groups/item_team_permission_grants_delta_request_builder.go
deleted file mode 100644
index 10617f3fcf6..00000000000
--- a/groups/item_team_permission_grants_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsDeltaRequestBuilder provides operations to call the delta method.
-type ItemTeamPermissionGrantsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsDeltaRequestBuilderGetQueryParameters invoke function delta
-type ItemTeamPermissionGrantsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// ItemTeamPermissionGrantsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *ItemTeamPermissionGrantsDeltaRequestBuilderGetQueryParameters
-}
-// NewItemTeamPermissionGrantsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsDeltaRequestBuilder) {
- m := &ItemTeamPermissionGrantsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *ItemTeamPermissionGrantsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemTeamPermissionGrantsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *ItemTeamPermissionGrantsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemTeamPermissionGrantsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *ItemTeamPermissionGrantsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsDeltaRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsDeltaRequestBuilder) {
- return NewItemTeamPermissionGrantsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_delta_response.go b/groups/item_team_permission_grants_delta_response.go
deleted file mode 100644
index 18710a697ae..00000000000
--- a/groups/item_team_permission_grants_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemTeamPermissionGrantsDeltaResponse struct {
- ItemTeamPermissionGrantsDeltaGetResponse
-}
-// NewItemTeamPermissionGrantsDeltaResponse instantiates a new ItemTeamPermissionGrantsDeltaResponse and sets the default values.
-func NewItemTeamPermissionGrantsDeltaResponse()(*ItemTeamPermissionGrantsDeltaResponse) {
- m := &ItemTeamPermissionGrantsDeltaResponse{
- ItemTeamPermissionGrantsDeltaGetResponse: *NewItemTeamPermissionGrantsDeltaGetResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsDeltaResponse(), nil
-}
-// ItemTeamPermissionGrantsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemTeamPermissionGrantsDeltaResponseable interface {
- ItemTeamPermissionGrantsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_get_available_extension_properties_post_request_body.go b/groups/item_team_permission_grants_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 56c66944526..00000000000
--- a/groups/item_team_permission_grants_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody instantiates a new ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody()(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/groups/item_team_permission_grants_get_available_extension_properties_post_response.go b/groups/item_team_permission_grants_get_available_extension_properties_post_response.go
deleted file mode 100644
index 556040aa74f..00000000000
--- a/groups/item_team_permission_grants_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse instantiates a new ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse()(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse) {
- m := &ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/groups/item_team_permission_grants_get_available_extension_properties_request_builder.go b/groups/item_team_permission_grants_get_available_extension_properties_request_builder.go
deleted file mode 100644
index f57f9c112e2..00000000000
--- a/groups/item_team_permission_grants_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_get_available_extension_properties_response.go b/groups/item_team_permission_grants_get_available_extension_properties_response.go
deleted file mode 100644
index ab69040f4af..00000000000
--- a/groups/item_team_permission_grants_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse struct {
- ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-}
-// NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse instantiates a new ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse()(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse) {
- m := &ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse{
- ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse: *NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponse(), nil
-}
-// ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemTeamPermissionGrantsGetAvailableExtensionPropertiesResponseable interface {
- ItemTeamPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_get_by_ids_post_request_body.go b/groups/item_team_permission_grants_get_by_ids_post_request_body.go
deleted file mode 100644
index 00620a7c438..00000000000
--- a/groups/item_team_permission_grants_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemTeamPermissionGrantsGetByIdsPostRequestBody
-type ItemTeamPermissionGrantsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemTeamPermissionGrantsGetByIdsPostRequestBody instantiates a new ItemTeamPermissionGrantsGetByIdsPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsGetByIdsPostRequestBody()(*ItemTeamPermissionGrantsGetByIdsPostRequestBody) {
- m := &ItemTeamPermissionGrantsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemTeamPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *ItemTeamPermissionGrantsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsGetByIdsPostRequestBodyable
-type ItemTeamPermissionGrantsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/groups/item_team_permission_grants_get_by_ids_post_response.go b/groups/item_team_permission_grants_get_by_ids_post_response.go
deleted file mode 100644
index 4d55adeb689..00000000000
--- a/groups/item_team_permission_grants_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemTeamPermissionGrantsGetByIdsPostResponse
-type ItemTeamPermissionGrantsGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemTeamPermissionGrantsGetByIdsPostResponse instantiates a new ItemTeamPermissionGrantsGetByIdsPostResponse and sets the default values.
-func NewItemTeamPermissionGrantsGetByIdsPostResponse()(*ItemTeamPermissionGrantsGetByIdsPostResponse) {
- m := &ItemTeamPermissionGrantsGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsGetByIdsPostResponseable
-type ItemTeamPermissionGrantsGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/groups/item_team_permission_grants_get_by_ids_request_builder.go b/groups/item_team_permission_grants_get_by_ids_request_builder.go
deleted file mode 100644
index 33bff21df34..00000000000
--- a/groups/item_team_permission_grants_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type ItemTeamPermissionGrantsGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsGetByIdsRequestBuilder) {
- m := &ItemTeamPermissionGrantsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/getByIds", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body ItemTeamPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemTeamPermissionGrantsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_get_by_ids_response.go b/groups/item_team_permission_grants_get_by_ids_response.go
deleted file mode 100644
index 8cc4f9f86b5..00000000000
--- a/groups/item_team_permission_grants_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemTeamPermissionGrantsGetByIdsResponse struct {
- ItemTeamPermissionGrantsGetByIdsPostResponse
-}
-// NewItemTeamPermissionGrantsGetByIdsResponse instantiates a new ItemTeamPermissionGrantsGetByIdsResponse and sets the default values.
-func NewItemTeamPermissionGrantsGetByIdsResponse()(*ItemTeamPermissionGrantsGetByIdsResponse) {
- m := &ItemTeamPermissionGrantsGetByIdsResponse{
- ItemTeamPermissionGrantsGetByIdsPostResponse: *NewItemTeamPermissionGrantsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsGetByIdsResponse(), nil
-}
-// ItemTeamPermissionGrantsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemTeamPermissionGrantsGetByIdsResponseable interface {
- ItemTeamPermissionGrantsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_item_check_member_groups_post_request_body.go b/groups/item_team_permission_grants_item_check_member_groups_post_request_body.go
deleted file mode 100644
index 58c4eb3b2a2..00000000000
--- a/groups/item_team_permission_grants_item_check_member_groups_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody
-type ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody instantiates a new ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody()(*ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) {
- m := &ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["groupIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetGroupIds(res)
- }
- return nil
- }
- return res
-}
-// GetGroupIds gets the groupIds property value. The groupIds property
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
- val, err := m.GetBackingStore().Get("groupIds")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetGroupIds() != nil {
- err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetGroupIds sets the groupIds property value. The groupIds property
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
- err := m.GetBackingStore().Set("groupIds", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyable
-type ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetGroupIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetGroupIds(value []string)()
-}
diff --git a/groups/item_team_permission_grants_item_check_member_groups_post_response.go b/groups/item_team_permission_grants_item_check_member_groups_post_response.go
deleted file mode 100644
index 1d8a348b812..00000000000
--- a/groups/item_team_permission_grants_item_check_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse
-type ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse instantiates a new ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse()(*ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse) {
- m := &ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseable
-type ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/groups/item_team_permission_grants_item_check_member_groups_request_builder.go b/groups/item_team_permission_grants_item_check_member_groups_request_builder.go
deleted file mode 100644
index 286c52dc684..00000000000
--- a/groups/item_team_permission_grants_item_check_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
-type ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- m := &ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemCheckMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemCheckMemberGroupsResponseable), nil
-}
-// PostAsCheckMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_item_check_member_groups_response.go b/groups/item_team_permission_grants_item_check_member_groups_response.go
deleted file mode 100644
index 0ed155da1a3..00000000000
--- a/groups/item_team_permission_grants_item_check_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberGroupsResponse
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemTeamPermissionGrantsItemCheckMemberGroupsResponse struct {
- ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse
-}
-// NewItemTeamPermissionGrantsItemCheckMemberGroupsResponse instantiates a new ItemTeamPermissionGrantsItemCheckMemberGroupsResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberGroupsResponse()(*ItemTeamPermissionGrantsItemCheckMemberGroupsResponse) {
- m := &ItemTeamPermissionGrantsItemCheckMemberGroupsResponse{
- ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse: *NewItemTeamPermissionGrantsItemCheckMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemCheckMemberGroupsResponse(), nil
-}
-// ItemTeamPermissionGrantsItemCheckMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemTeamPermissionGrantsItemCheckMemberGroupsResponseable interface {
- ItemTeamPermissionGrantsItemCheckMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_item_check_member_objects_post_request_body.go b/groups/item_team_permission_grants_item_check_member_objects_post_request_body.go
deleted file mode 100644
index f47fab699bf..00000000000
--- a/groups/item_team_permission_grants_item_check_member_objects_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody
-type ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody instantiates a new ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody()(*ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) {
- m := &ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyable
-type ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
-}
diff --git a/groups/item_team_permission_grants_item_check_member_objects_post_response.go b/groups/item_team_permission_grants_item_check_member_objects_post_response.go
deleted file mode 100644
index 2254bb44004..00000000000
--- a/groups/item_team_permission_grants_item_check_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse
-type ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse instantiates a new ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse()(*ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse) {
- m := &ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseable
-type ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/groups/item_team_permission_grants_item_check_member_objects_request_builder.go b/groups/item_team_permission_grants_item_check_member_objects_request_builder.go
deleted file mode 100644
index 9062733b7e2..00000000000
--- a/groups/item_team_permission_grants_item_check_member_objects_request_builder.go
+++ /dev/null
@@ -1,92 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
-type ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- m := &ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemCheckMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemCheckMemberObjectsResponseable), nil
-}
-// PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation invoke action checkMemberObjects
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_item_check_member_objects_response.go b/groups/item_team_permission_grants_item_check_member_objects_response.go
deleted file mode 100644
index dc50df3ec45..00000000000
--- a/groups/item_team_permission_grants_item_check_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsItemCheckMemberObjectsResponse
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemTeamPermissionGrantsItemCheckMemberObjectsResponse struct {
- ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse
-}
-// NewItemTeamPermissionGrantsItemCheckMemberObjectsResponse instantiates a new ItemTeamPermissionGrantsItemCheckMemberObjectsResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemCheckMemberObjectsResponse()(*ItemTeamPermissionGrantsItemCheckMemberObjectsResponse) {
- m := &ItemTeamPermissionGrantsItemCheckMemberObjectsResponse{
- ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse: *NewItemTeamPermissionGrantsItemCheckMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemCheckMemberObjectsResponse(), nil
-}
-// ItemTeamPermissionGrantsItemCheckMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemTeamPermissionGrantsItemCheckMemberObjectsResponseable interface {
- ItemTeamPermissionGrantsItemCheckMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_item_get_member_groups_post_response.go b/groups/item_team_permission_grants_item_get_member_groups_post_response.go
deleted file mode 100644
index dc9b116e340..00000000000
--- a/groups/item_team_permission_grants_item_get_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse
-type ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemTeamPermissionGrantsItemGetMemberGroupsPostResponse instantiates a new ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberGroupsPostResponse()(*ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse) {
- m := &ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemGetMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsItemGetMemberGroupsPostResponseable
-type ItemTeamPermissionGrantsItemGetMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/groups/item_team_permission_grants_item_get_member_groups_request_builder.go b/groups/item_team_permission_grants_item_get_member_groups_request_builder.go
deleted file mode 100644
index 3ed8c7cfe7e..00000000000
--- a/groups/item_team_permission_grants_item_get_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
-type ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- m := &ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemGetMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemGetMemberGroupsResponseable), nil
-}
-// PostAsGetMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemGetMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemGetMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_item_get_member_groups_response.go b/groups/item_team_permission_grants_item_get_member_groups_response.go
deleted file mode 100644
index cc24b24711c..00000000000
--- a/groups/item_team_permission_grants_item_get_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsItemGetMemberGroupsResponse
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemTeamPermissionGrantsItemGetMemberGroupsResponse struct {
- ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse
-}
-// NewItemTeamPermissionGrantsItemGetMemberGroupsResponse instantiates a new ItemTeamPermissionGrantsItemGetMemberGroupsResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberGroupsResponse()(*ItemTeamPermissionGrantsItemGetMemberGroupsResponse) {
- m := &ItemTeamPermissionGrantsItemGetMemberGroupsResponse{
- ItemTeamPermissionGrantsItemGetMemberGroupsPostResponse: *NewItemTeamPermissionGrantsItemGetMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemGetMemberGroupsResponse(), nil
-}
-// ItemTeamPermissionGrantsItemGetMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemTeamPermissionGrantsItemGetMemberGroupsResponseable interface {
- ItemTeamPermissionGrantsItemGetMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_item_get_member_objects_post_request_body.go b/groups/item_team_permission_grants_item_get_member_objects_post_request_body.go
deleted file mode 100644
index 4e0e4a24876..00000000000
--- a/groups/item_team_permission_grants_item_get_member_objects_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody
-type ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody instantiates a new ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody()(*ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) {
- m := &ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyable
-type ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/groups/item_team_permission_grants_item_get_member_objects_request_builder.go b/groups/item_team_permission_grants_item_get_member_objects_request_builder.go
deleted file mode 100644
index e3bc498f541..00000000000
--- a/groups/item_team_permission_grants_item_get_member_objects_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
-type ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- m := &ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemGetMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemGetMemberObjectsResponseable), nil
-}
-// PostAsGetMemberObjectsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemTeamPermissionGrantsItemGetMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemTeamPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemTeamPermissionGrantsItemGetMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_item_get_member_objects_response.go b/groups/item_team_permission_grants_item_get_member_objects_response.go
deleted file mode 100644
index 71db3cc518c..00000000000
--- a/groups/item_team_permission_grants_item_get_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package groups
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemTeamPermissionGrantsItemGetMemberObjectsResponse
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemTeamPermissionGrantsItemGetMemberObjectsResponse struct {
- ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse
-}
-// NewItemTeamPermissionGrantsItemGetMemberObjectsResponse instantiates a new ItemTeamPermissionGrantsItemGetMemberObjectsResponse and sets the default values.
-func NewItemTeamPermissionGrantsItemGetMemberObjectsResponse()(*ItemTeamPermissionGrantsItemGetMemberObjectsResponse) {
- m := &ItemTeamPermissionGrantsItemGetMemberObjectsResponse{
- ItemTeamPermissionGrantsItemGetMemberObjectsPostResponse: *NewItemTeamPermissionGrantsItemGetMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemTeamPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsItemGetMemberObjectsResponse(), nil
-}
-// ItemTeamPermissionGrantsItemGetMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemTeamPermissionGrantsItemGetMemberObjectsResponseable interface {
- ItemTeamPermissionGrantsItemGetMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/groups/item_team_permission_grants_item_restore_request_builder.go b/groups/item_team_permission_grants_item_restore_request_builder.go
deleted file mode 100644
index 7a1210dea95..00000000000
--- a/groups/item_team_permission_grants_item_restore_request_builder.go
+++ /dev/null
@@ -1,72 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsItemRestoreRequestBuilder provides operations to call the restore method.
-type ItemTeamPermissionGrantsItemRestoreRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemRestoreRequestBuilder) {
- m := &ItemTeamPermissionGrantsItemRestoreRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsItemRestoreRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemTeamPermissionGrantsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_permission_grants_request_builder.go b/groups/item_team_permission_grants_request_builder.go
index 7269b118ab0..e376d26c8cf 100644
--- a/groups/item_team_permission_grants_request_builder.go
+++ b/groups/item_team_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemTeamPermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemTeamPermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,11 +74,7 @@ func NewItemTeamPermissionGrantsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemTeamPermissionGrantsRequestBuilder) Count()(*ItemTeamPermissionGrantsCountRequestBuilder) {
return NewItemTeamPermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *ItemTeamPermissionGrantsRequestBuilder) Delta()(*ItemTeamPermissionGrantsDeltaRequestBuilder) {
- return NewItemTeamPermissionGrantsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0
@@ -100,14 +96,6 @@ func (m *ItemTeamPermissionGrantsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *ItemTeamPermissionGrantsRequestBuilder) GetAvailableExtensionProperties()(*ItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemTeamPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *ItemTeamPermissionGrantsRequestBuilder) GetByIds()(*ItemTeamPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemTeamPermissionGrantsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Post create new navigation property to permissionGrants for groups
func (m *ItemTeamPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemTeamPermissionGrantsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
@@ -127,7 +115,7 @@ func (m *ItemTeamPermissionGrantsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -160,10 +148,6 @@ func (m *ItemTeamPermissionGrantsRequestBuilder) ToPostRequestInformation(ctx co
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *ItemTeamPermissionGrantsRequestBuilder) ValidateProperties()(*ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemTeamPermissionGrantsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *ItemTeamPermissionGrantsRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsRequestBuilder) {
return NewItemTeamPermissionGrantsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/groups/item_team_permission_grants_resource_specific_permission_grant_item_request_builder.go b/groups/item_team_permission_grants_resource_specific_permission_grant_item_request_builder.go
index 5e72b5f5969..359de79b5ac 100644
--- a/groups/item_team_permission_grants_resource_specific_permission_grant_item_request_builder.go
+++ b/groups/item_team_permission_grants_resource_specific_permission_grant_item_request_builder.go
@@ -41,14 +41,6 @@ type ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPa
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CheckMemberGroups provides operations to call the checkMemberGroups method.
-func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberGroups()(*ItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// CheckMemberObjects provides operations to call the checkMemberObjects method.
-func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberObjects()(*ItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// NewItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values.
func NewItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) {
m := &ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder{
@@ -97,14 +89,6 @@ func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// GetMemberGroups provides operations to call the getMemberGroups method.
-func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberGroups()(*ItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetMemberObjects provides operations to call the getMemberObjects method.
-func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberObjects()(*ItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemTeamPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Patch update the navigation property permissionGrants in groups
func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
@@ -124,10 +108,6 @@ func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// Restore provides operations to call the restore method.
-func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Restore()(*ItemTeamPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemTeamPermissionGrantsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// ToDeleteRequestInformation delete navigation property permissionGrants for groups
func (m *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/groups/item_team_permission_grants_validate_properties_post_request_body.go b/groups/item_team_permission_grants_validate_properties_post_request_body.go
deleted file mode 100644
index 533408afe07..00000000000
--- a/groups/item_team_permission_grants_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package groups
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemTeamPermissionGrantsValidatePropertiesPostRequestBody
-type ItemTeamPermissionGrantsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemTeamPermissionGrantsValidatePropertiesPostRequestBody instantiates a new ItemTeamPermissionGrantsValidatePropertiesPostRequestBody and sets the default values.
-func NewItemTeamPermissionGrantsValidatePropertiesPostRequestBody()(*ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) {
- m := &ItemTeamPermissionGrantsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemTeamPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemTeamPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemTeamPermissionGrantsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemTeamPermissionGrantsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemTeamPermissionGrantsValidatePropertiesPostRequestBodyable
-type ItemTeamPermissionGrantsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/groups/item_team_permission_grants_validate_properties_request_builder.go b/groups/item_team_permission_grants_validate_properties_request_builder.go
deleted file mode 100644
index f5a7c9cd6f7..00000000000
--- a/groups/item_team_permission_grants_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package groups
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemTeamPermissionGrantsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type ItemTeamPermissionGrantsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemTeamPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemTeamPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemTeamPermissionGrantsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) {
- m := &ItemTeamPermissionGrantsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/permissionGrants/validateProperties", pathParameters),
- }
- return m
-}
-// NewItemTeamPermissionGrantsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemTeamPermissionGrantsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemTeamPermissionGrantsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.Context, body ItemTeamPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemTeamPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemTeamPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemTeamPermissionGrantsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/groups/item_team_photo_request_builder.go b/groups/item_team_photo_request_builder.go
index cb2a7903e09..da4f924414b 100644
--- a/groups/item_team_photo_request_builder.go
+++ b/groups/item_team_photo_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPhotoRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPhotoRequestBuilderGetQueryParameters 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.
+// ItemTeamPhotoRequestBuilderGetQueryParameters 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.
type ItemTeamPhotoRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -51,7 +51,7 @@ func NewItemTeamPhotoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ItemTeamPhotoRequestBuilder) Content()(*ItemTeamPhotoValueContentRequestBuilder) {
return NewItemTeamPhotoValueContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemTeamPhotoRequestBuilder) Patch(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProfilePhotoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPhotoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPhotoRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_complete_migration_request_builder.go b/groups/item_team_primary_channel_complete_migration_request_builder.go
index 1c0c7a3b94f..59595a03f1a 100644
--- a/groups/item_team_primary_channel_complete_migration_request_builder.go
+++ b/groups/item_team_primary_channel_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelCompleteMigrationRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamPrimaryChannelCompleteMigrationRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index a568101d0e8..29703879b6f 100644
--- a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUser
func CreateItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUse
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUse
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_primary_channel_files_folder_request_builder.go b/groups/item_team_primary_channel_files_folder_request_builder.go
index 8db04d11e02..12ace4e9c26 100644
--- a/groups/item_team_primary_channel_files_folder_request_builder.go
+++ b/groups/item_team_primary_channel_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemTeamPrimaryChannelFilesFolderRequestBuilder(rawUrl string, requestAd
func (m *ItemTeamPrimaryChannelFilesFolderRequestBuilder) Content()(*ItemTeamPrimaryChannelFilesFolderContentRequestBuilder) {
return NewItemTeamPrimaryChannelFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemTeamPrimaryChannelFilesFolderRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_members_add_post_request_body.go b/groups/item_team_primary_channel_members_add_post_request_body.go
index 92a0aaa510b..867706bc091 100644
--- a/groups/item_team_primary_channel_members_add_post_request_body.go
+++ b/groups/item_team_primary_channel_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTeamPrimaryChannelMembersAddPostRequestBody()(*ItemTeamPrimaryChanne
func CreateItemTeamPrimaryChannelMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemTeamPrimaryChannelMembersAddPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemTeamPrimaryChannelMembersAddPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_primary_channel_members_add_request_builder.go b/groups/item_team_primary_channel_members_add_request_builder.go
index 8bc30f8cb44..35faa4c9bb1 100644
--- a/groups/item_team_primary_channel_members_add_request_builder.go
+++ b/groups/item_team_primary_channel_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelMembersAddRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemTeamPrimaryChannelMembersAddRequestBuilder) Post(ctx context.Contex
}
return res.(ItemTeamPrimaryChannelMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemTeamPrimaryChannelMembersAddRequestBuilder) PostAsAddPostResponse(c
}
return res.(ItemTeamPrimaryChannelMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamPrimaryChannelMembersAddPostRequestBodyable, requestConfiguration *ItemTeamPrimaryChannelMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_members_conversation_member_item_request_builder.go b/groups/item_team_primary_channel_members_conversation_member_item_request_builder.go
index fdbf15cca51..6219015963a 100644
--- a/groups/item_team_primary_channel_members_conversation_member_item_request_builder.go
+++ b/groups/item_team_primary_channel_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) Dele
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) Patc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_members_request_builder.go b/groups/item_team_primary_channel_members_request_builder.go
index 596fe919670..350646699b9 100644
--- a/groups/item_team_primary_channel_members_request_builder.go
+++ b/groups/item_team_primary_channel_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelMembersRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelMembersRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemTeamPrimaryChannelMembersRequestBuilder(rawUrl string, requestAdapte
func (m *ItemTeamPrimaryChannelMembersRequestBuilder) Count()(*ItemTeamPrimaryChannelMembersCountRequestBuilder) {
return NewItemTeamPrimaryChannelMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemTeamPrimaryChannelMembersRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemTeamPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemTeamPrimaryChannelMembersRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_chat_message_item_request_builder.go b/groups/item_team_primary_channel_messages_chat_message_item_request_builder.go
index 6ddb217bb58..00d738ace8b 100644
--- a/groups/item_team_primary_channel_messages_chat_message_item_request_builder.go
+++ b/groups/item_team_primary_channel_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) Get(ctx co
func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) HostedContents()(*ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilder) {
return NewItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamPrimaryChannelMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/groups/item_team_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 804c3865dfc..f0ee120588d 100644
--- a/groups/item_team_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentIte
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedConten
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedConten
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_hosted_contents_request_builder.go b/groups/item_team_primary_channel_messages_item_hosted_contents_request_builder.go
index 7b127af04b0..924980c6dd0 100644
--- a/groups/item_team_primary_channel_messages_item_hosted_contents_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilder(rawUrl st
func (m *ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilder) Count()(*ItemTeamPrimaryChannelMessagesItemHostedContentsCountRequestBuilder) {
return NewItemTeamPrimaryChannelMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilder) Post(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_replies_chat_message_item_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_chat_message_item_request_builder.go
index 8867eeb6610..3bba5c6ca37 100644
--- a/groups/item_team_primary_channel_messages_item_replies_chat_message_item_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder)
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 7ce2dc26459..a2172cae83b 100644
--- a/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHoste
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageH
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageH
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
index 6b5c152b2a0..ced94ecc405 100644
--- a/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilde
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go b/groups/item_team_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
index 455a3785413..a4eb1c2b36f 100644
--- a/groups/item_team_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/groups/item_team_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody(
func CreateItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_primary_channel_messages_item_replies_item_soft_delete_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
index 7db0873ef56..4b5caaaf552 100644
--- a/groups/item_team_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
index b9bd25a5a77..c7fca1d2bb2 100644
--- a/groups/item_team_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuild
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go b/groups/item_team_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
index 5d7cefd3e5e..956c786deb2 100644
--- a/groups/item_team_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/groups/item_team_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBod
func CreateItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_primary_channel_messages_item_replies_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_request_builder.go
index 4961dbd8544..95363f495d4 100644
--- a/groups/item_team_primary_channel_messages_item_replies_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Count()(*ItemT
func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Delta()(*ItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) {
return NewItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_set_reaction_post_request_body.go b/groups/item_team_primary_channel_messages_item_set_reaction_post_request_body.go
index 55633568a7c..ab1172344fa 100644
--- a/groups/item_team_primary_channel_messages_item_set_reaction_post_request_body.go
+++ b/groups/item_team_primary_channel_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody()(*ItemTeam
func CreateItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_primary_channel_messages_item_soft_delete_request_builder.go b/groups/item_team_primary_channel_messages_item_soft_delete_request_builder.go
index 26af78e2c67..bc2526a71e5 100644
--- a/groups/item_team_primary_channel_messages_item_soft_delete_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelMessagesItemSoftDeleteRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemSoftDeleteRequestBuilder) Post(ctx co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_undo_soft_delete_request_builder.go b/groups/item_team_primary_channel_messages_item_undo_soft_delete_request_builder.go
index f2d11bed64f..47df16da9c0 100644
--- a/groups/item_team_primary_channel_messages_item_undo_soft_delete_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_messages_item_unset_reaction_post_request_body.go b/groups/item_team_primary_channel_messages_item_unset_reaction_post_request_body.go
index b51120d73e4..617c6d9c4b8 100644
--- a/groups/item_team_primary_channel_messages_item_unset_reaction_post_request_body.go
+++ b/groups/item_team_primary_channel_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody()(*ItemTe
func CreateItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamPrimaryChannelMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_primary_channel_messages_request_builder.go b/groups/item_team_primary_channel_messages_request_builder.go
index 3e2df818d43..73f0474ef5c 100644
--- a/groups/item_team_primary_channel_messages_request_builder.go
+++ b/groups/item_team_primary_channel_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelMessagesRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelMessagesRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) Count()(*ItemTeamPrimaryC
func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) Delta()(*ItemTeamPrimaryChannelMessagesDeltaRequestBuilder) {
return NewItemTeamPrimaryChannelMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamPrimaryChannelMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_provision_email_request_builder.go b/groups/item_team_primary_channel_provision_email_request_builder.go
index 237664504c6..81e5c859796 100644
--- a/groups/item_team_primary_channel_provision_email_request_builder.go
+++ b/groups/item_team_primary_channel_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTeamPrimaryChannelProvisionEmailRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemTeamPrimaryChannelProvisionEmailRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_remove_email_request_builder.go b/groups/item_team_primary_channel_remove_email_request_builder.go
index 584eabaa834..e3ba6453f62 100644
--- a/groups/item_team_primary_channel_remove_email_request_builder.go
+++ b/groups/item_team_primary_channel_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamPrimaryChannelRemoveEmailRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamPrimaryChannelRemoveEmailRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_request_builder.go b/groups/item_team_primary_channel_request_builder.go
index acafdce80b1..da55a258184 100644
--- a/groups/item_team_primary_channel_request_builder.go
+++ b/groups/item_team_primary_channel_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelRequestBuilderGetQueryParameters get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelRequestBuilderGetQueryParameters get the default channel, General, of a team. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *ItemTeamPrimaryChannelRequestBuilder) DoesUserHaveAccessuserIdUserIdTen
func (m *ItemTeamPrimaryChannelRequestBuilder) FilesFolder()(*ItemTeamPrimaryChannelFilesFolderRequestBuilder) {
return NewItemTeamPrimaryChannelFilesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// Get get the default channel, General, of a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0
@@ -159,7 +159,7 @@ func (m *ItemTeamPrimaryChannelRequestBuilder) ToDeleteRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToGetRequestInformation get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the default channel, General, of a team. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_shared_with_teams_item_allowed_members_request_builder.go b/groups/item_team_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
index b5abbbced2a..01943cc00d2 100644
--- a/groups/item_team_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
+++ b/groups/item_team_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder(ra
func (m *ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_shared_with_teams_request_builder.go b/groups/item_team_primary_channel_shared_with_teams_request_builder.go
index 838710f88b0..e5425bbd623 100644
--- a/groups/item_team_primary_channel_shared_with_teams_request_builder.go
+++ b/groups/item_team_primary_channel_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamPrimaryChannelSharedWithTeamsRequestBuilder(rawUrl string, reque
func (m *ItemTeamPrimaryChannelSharedWithTeamsRequestBuilder) Count()(*ItemTeamPrimaryChannelSharedWithTeamsCountRequestBuilder) {
return NewItemTeamPrimaryChannelSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamPrimaryChannelSharedWithTeamsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/groups/item_team_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index 9c8967e6750..434507f9cdb 100644
--- a/groups/item_team_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/groups/item_team_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemReques
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemReque
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemReque
func (m *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*ItemTeamPrimaryChannelSharedWithTeamsItemTeamRequestBuilder) {
return NewItemTeamPrimaryChannelSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemReque
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_tabs_request_builder.go b/groups/item_team_primary_channel_tabs_request_builder.go
index d12e49e4e7b..d4db7074ac7 100644
--- a/groups/item_team_primary_channel_tabs_request_builder.go
+++ b/groups/item_team_primary_channel_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamPrimaryChannelTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamPrimaryChannelTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ItemTeamPrimaryChannelTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type ItemTeamPrimaryChannelTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamPrimaryChannelTabsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemTeamPrimaryChannelTabsRequestBuilder) Count()(*ItemTeamPrimaryChannelTabsCountRequestBuilder) {
return NewItemTeamPrimaryChannelTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamPrimaryChannelTabsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamPrimaryChannelTabsRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamPrimaryChannelTabsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamPrimaryChannelTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemTeamPrimaryChannelTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_primary_channel_tabs_teams_tab_item_request_builder.go b/groups/item_team_primary_channel_tabs_teams_tab_item_request_builder.go
index a4297b575c1..505624ed4e3 100644
--- a/groups/item_team_primary_channel_tabs_teams_tab_item_request_builder.go
+++ b/groups/item_team_primary_channel_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) Patch(ctx context
func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemTeamPrimaryChannelTabsItemTeamsAppRequestBuilder) {
return NewItemTeamPrimaryChannelTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemTeamPrimaryChannelTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go b/groups/item_team_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
index e08d88815f5..4c436adbcc9 100644
--- a/groups/item_team_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
+++ b/groups/item_team_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
type ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder)
}
return nil
}
-// Get retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_offer_shift_requests_request_builder.go b/groups/item_team_schedule_offer_shift_requests_request_builder.go
index cefb1e9cdfb..44d8bb8b366 100644
--- a/groups/item_team_schedule_offer_shift_requests_request_builder.go
+++ b/groups/item_team_schedule_offer_shift_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleOfferShiftRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleOfferShiftRequestsRequestBuilderGetQueryParameters retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleOfferShiftRequestsRequestBuilderGetQueryParameters retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
type ItemTeamScheduleOfferShiftRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamScheduleOfferShiftRequestsRequestBuilder(rawUrl string, requestA
func (m *ItemTeamScheduleOfferShiftRequestsRequestBuilder) Count()(*ItemTeamScheduleOfferShiftRequestsCountRequestBuilder) {
return NewItemTeamScheduleOfferShiftRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamScheduleOfferShiftRequestsRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestCollectionResponseable), nil
}
-// Post create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments.
+// Post create an instance of an offerShiftRequest. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamScheduleOfferShiftRequestsRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOfferShiftRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOfferShiftRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamScheduleOfferShiftRequestsRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of an offerShiftRequest. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOfferShiftRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestable, requestConfiguration *ItemTeamScheduleOfferShiftRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go b/groups/item_team_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
index 26401d4b39e..5373319f562 100644
--- a/groups/item_team_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
+++ b/groups/item_team_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
type ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemReques
}
return nil
}
-// Get retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_open_shift_change_requests_request_builder.go b/groups/item_team_schedule_open_shift_change_requests_request_builder.go
index cf857c8921b..2ce14aa1862 100644
--- a/groups/item_team_schedule_open_shift_change_requests_request_builder.go
+++ b/groups/item_team_schedule_open_shift_change_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
type ItemTeamScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamScheduleOpenShiftChangeRequestsRequestBuilder(rawUrl string, req
func (m *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder) Count()(*ItemTeamScheduleOpenShiftChangeRequestsCountRequestBuilder) {
return NewItemTeamScheduleOpenShiftChangeRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestCollectionResponseable), nil
}
-// Post create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// Post create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestable), nil
}
-// ToGetRequestInformation retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestable, requestConfiguration *ItemTeamScheduleOpenShiftChangeRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_open_shifts_open_shift_item_request_builder.go b/groups/item_team_schedule_open_shifts_open_shift_item_request_builder.go
index 26d32461902..d6cb2141ab8 100644
--- a/groups/item_team_schedule_open_shifts_open_shift_item_request_builder.go
+++ b/groups/item_team_schedule_open_shifts_open_shift_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
type ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an openShift object. This API is supported in the following national cloud deployments.
+// Delete delete an openShift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilder) Delete(ctx conte
}
return nil
}
-// Get retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilder) Patch(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable), nil
}
-// ToDeleteRequestInformation delete an openShift object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an openShift object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOpenShiftsOpenShiftItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_open_shifts_request_builder.go b/groups/item_team_schedule_open_shifts_request_builder.go
index f10703c7273..4aaf5c1491d 100644
--- a/groups/item_team_schedule_open_shifts_request_builder.go
+++ b/groups/item_team_schedule_open_shifts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleOpenShiftsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleOpenShiftsRequestBuilderGetQueryParameters list openShift objects in a team. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleOpenShiftsRequestBuilderGetQueryParameters list openShift objects in a team. This API is available in the following national cloud deployments.
type ItemTeamScheduleOpenShiftsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamScheduleOpenShiftsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemTeamScheduleOpenShiftsRequestBuilder) Count()(*ItemTeamScheduleOpenShiftsCountRequestBuilder) {
return NewItemTeamScheduleOpenShiftsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list openShift objects in a team. This API is supported in the following national cloud deployments.
+// Get list openShift objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamScheduleOpenShiftsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftCollectionResponseable), nil
}
-// Post create an instance of an openShift object. This API is supported in the following national cloud deployments.
+// Post create an instance of an openShift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamScheduleOpenShiftsRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable), nil
}
-// ToGetRequestInformation list openShift objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list openShift objects in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleOpenShiftsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamScheduleOpenShiftsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of an openShift object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of an openShift object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleOpenShiftsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable, requestConfiguration *ItemTeamScheduleOpenShiftsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_request_builder.go b/groups/item_team_schedule_request_builder.go
index cdeba212d59..8b51538c0f2 100644
--- a/groups/item_team_schedule_request_builder.go
+++ b/groups/item_team_schedule_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleRequestBuilderGetQueryParameters 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.
+// ItemTeamScheduleRequestBuilderGetQueryParameters 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.
type ItemTeamScheduleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamScheduleRequestBuilder) Delete(ctx context.Context, requestConf
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0
@@ -163,7 +163,7 @@ func (m *ItemTeamScheduleRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamScheduleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_scheduling_groups_request_builder.go b/groups/item_team_schedule_scheduling_groups_request_builder.go
index f4fbebfc754..a5d82e0fa8a 100644
--- a/groups/item_team_schedule_scheduling_groups_request_builder.go
+++ b/groups/item_team_schedule_scheduling_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleSchedulingGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleSchedulingGroupsRequestBuilderGetQueryParameters get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleSchedulingGroupsRequestBuilderGetQueryParameters get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
type ItemTeamScheduleSchedulingGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemTeamScheduleSchedulingGroupsRequestBuilder(rawUrl string, requestAda
func (m *ItemTeamScheduleSchedulingGroupsRequestBuilder) Count()(*ItemTeamScheduleSchedulingGroupsCountRequestBuilder) {
return NewItemTeamScheduleSchedulingGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// Get get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemTeamScheduleSchedulingGroupsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupCollectionResponseable), nil
}
-// Post create a new schedulingGroup. This API is supported in the following national cloud deployments.
+// Post create a new schedulingGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemTeamScheduleSchedulingGroupsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable), nil
}
-// ToGetRequestInformation get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleSchedulingGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleSchedulingGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemTeamScheduleSchedulingGroupsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new schedulingGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new schedulingGroup. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleSchedulingGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable, requestConfiguration *ItemTeamScheduleSchedulingGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_scheduling_groups_scheduling_group_item_request_builder.go b/groups/item_team_schedule_scheduling_groups_scheduling_group_item_request_builder.go
index cd1fc9ecc5e..25edb17714e 100644
--- a/groups/item_team_schedule_scheduling_groups_scheduling_group_item_request_builder.go
+++ b/groups/item_team_schedule_scheduling_groups_scheduling_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
type ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) Dele
}
return nil
}
-// Get retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) Patc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_share_post_request_body.go b/groups/item_team_schedule_share_post_request_body.go
index 6ccb6eae850..9b4458da4ab 100644
--- a/groups/item_team_schedule_share_post_request_body.go
+++ b/groups/item_team_schedule_share_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTeamScheduleSharePostRequestBody()(*ItemTeamScheduleSharePostRequest
func CreateItemTeamScheduleSharePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamScheduleSharePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamScheduleSharePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemTeamScheduleSharePostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamScheduleSharePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemTeamScheduleSharePostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamScheduleSharePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamScheduleSharePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_schedule_share_request_builder.go b/groups/item_team_schedule_share_request_builder.go
index c40dda2d9d8..bb1321ce07d 100644
--- a/groups/item_team_schedule_share_request_builder.go
+++ b/groups/item_team_schedule_share_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamScheduleShareRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleShareRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamScheduleShareRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamScheduleShareRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamScheduleSharePostRequestBodyable, requestConfiguration *ItemTeamScheduleShareRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_shifts_request_builder.go b/groups/item_team_schedule_shifts_request_builder.go
index d444d0af145..149ac9885a7 100644
--- a/groups/item_team_schedule_shifts_request_builder.go
+++ b/groups/item_team_schedule_shifts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleShiftsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleShiftsRequestBuilderGetQueryParameters get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleShiftsRequestBuilderGetQueryParameters get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
type ItemTeamScheduleShiftsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemTeamScheduleShiftsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *ItemTeamScheduleShiftsRequestBuilder) Count()(*ItemTeamScheduleShiftsCountRequestBuilder) {
return NewItemTeamScheduleShiftsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemTeamScheduleShiftsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ShiftCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemTeamScheduleShiftsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable), nil
}
-// ToGetRequestInformation get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleShiftsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleShiftsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemTeamScheduleShiftsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamScheduleShiftsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable, requestConfiguration *ItemTeamScheduleShiftsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_shifts_shift_item_request_builder.go b/groups/item_team_schedule_shifts_shift_item_request_builder.go
index aa47dd92826..6e299aadc70 100644
--- a/groups/item_team_schedule_shifts_shift_item_request_builder.go
+++ b/groups/item_team_schedule_shifts_shift_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleShiftsShiftItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleShiftsShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleShiftsShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
type ItemTeamScheduleShiftsShiftItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemTeamScheduleShiftsShiftItemRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleShiftsShiftItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a shift from the schedule. This API is supported in the following national cloud deployments.
+// Delete delete a shift from the schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemTeamScheduleShiftsShiftItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamScheduleShiftsShiftItemRequestBuilder) Patch(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable), nil
}
-// ToDeleteRequestInformation delete a shift from the schedule. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a shift from the schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleShiftsShiftItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleShiftsShiftItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemTeamScheduleShiftsShiftItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleShiftsShiftItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleShiftsShiftItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_swap_shifts_change_requests_request_builder.go b/groups/item_team_schedule_swap_shifts_change_requests_request_builder.go
index 39d51dbda09..feb96282531 100644
--- a/groups/item_team_schedule_swap_shifts_change_requests_request_builder.go
+++ b/groups/item_team_schedule_swap_shifts_change_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
type ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder(rawUrl string, re
func (m *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder) Count()(*ItemTeamScheduleSwapShiftsChangeRequestsCountRequestBuilder) {
return NewItemTeamScheduleSwapShiftsChangeRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestCollectionResponseable), nil
}
-// Post create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// Post create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestable), nil
}
-// ToGetRequestInformation retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestable, requestConfiguration *ItemTeamScheduleSwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go b/groups/item_team_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
index 7a1130c37d1..717cf8b53d4 100644
--- a/groups/item_team_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
+++ b/groups/item_team_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
type ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequ
}
return nil
}
-// Get retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_time_off_reasons_request_builder.go b/groups/item_team_schedule_time_off_reasons_request_builder.go
index 70210947830..b11a2e7b54b 100644
--- a/groups/item_team_schedule_time_off_reasons_request_builder.go
+++ b/groups/item_team_schedule_time_off_reasons_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleTimeOffReasonsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleTimeOffReasonsRequestBuilderGetQueryParameters get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleTimeOffReasonsRequestBuilderGetQueryParameters get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
type ItemTeamScheduleTimeOffReasonsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemTeamScheduleTimeOffReasonsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemTeamScheduleTimeOffReasonsRequestBuilder) Count()(*ItemTeamScheduleTimeOffReasonsCountRequestBuilder) {
return NewItemTeamScheduleTimeOffReasonsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemTeamScheduleTimeOffReasonsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonCollectionResponseable), nil
}
-// Post create a new timeOffReason. This API is supported in the following national cloud deployments.
+// Post create a new timeOffReason. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemTeamScheduleTimeOffReasonsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable), nil
}
-// ToGetRequestInformation get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimeOffReasonsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimeOffReasonsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemTeamScheduleTimeOffReasonsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new timeOffReason. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new timeOffReason. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimeOffReasonsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable, requestConfiguration *ItemTeamScheduleTimeOffReasonsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_time_off_reasons_time_off_reason_item_request_builder.go b/groups/item_team_schedule_time_off_reasons_time_off_reason_item_request_builder.go
index 4408a6f02c1..d378e0fdb4b 100644
--- a/groups/item_team_schedule_time_off_reasons_time_off_reason_item_request_builder.go
+++ b/groups/item_team_schedule_time_off_reasons_time_off_reason_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
type ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) Patch(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_time_off_requests_request_builder.go b/groups/item_team_schedule_time_off_requests_request_builder.go
index c35fcee9ffa..3b185d38415 100644
--- a/groups/item_team_schedule_time_off_requests_request_builder.go
+++ b/groups/item_team_schedule_time_off_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleTimeOffRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleTimeOffRequestsRequestBuilderGetQueryParameters retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleTimeOffRequestsRequestBuilderGetQueryParameters retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
type ItemTeamScheduleTimeOffRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemTeamScheduleTimeOffRequestsRequestBuilder(rawUrl string, requestAdap
func (m *ItemTeamScheduleTimeOffRequestsRequestBuilder) Count()(*ItemTeamScheduleTimeOffRequestsCountRequestBuilder) {
return NewItemTeamScheduleTimeOffRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemTeamScheduleTimeOffRequestsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffRequestable), nil
}
-// ToGetRequestInformation retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimeOffRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimeOffRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_time_off_requests_time_off_request_item_request_builder.go b/groups/item_team_schedule_time_off_requests_time_off_request_item_request_builder.go
index a7799f915ef..2a44b3b4412 100644
--- a/groups/item_team_schedule_time_off_requests_time_off_request_item_request_builder.go
+++ b/groups/item_team_schedule_time_off_requests_time_off_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
type ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a timeOffRequest object. This API is supported in the following national cloud deployments.
+// Delete delete a timeOffRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) Delete
}
return nil
}
-// Get retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) Patch(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffRequestable), nil
}
-// ToDeleteRequestInformation delete a timeOffRequest object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a timeOffRequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -124,7 +124,7 @@ func (m *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_times_off_request_builder.go b/groups/item_team_schedule_times_off_request_builder.go
index 8d17e19aa7b..5f2eaaf039e 100644
--- a/groups/item_team_schedule_times_off_request_builder.go
+++ b/groups/item_team_schedule_times_off_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamScheduleTimesOffRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamScheduleTimesOffRequestBuilderGetQueryParameters get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleTimesOffRequestBuilderGetQueryParameters get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
type ItemTeamScheduleTimesOffRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemTeamScheduleTimesOffRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemTeamScheduleTimesOffRequestBuilder) Count()(*ItemTeamScheduleTimesOffCountRequestBuilder) {
return NewItemTeamScheduleTimesOffCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemTeamScheduleTimesOffRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffCollectionResponseable), nil
}
-// Post create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments.
+// Post create a new timeOff instance in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemTeamScheduleTimesOffRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable), nil
}
-// ToGetRequestInformation get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimesOffRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimesOffRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemTeamScheduleTimesOffRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new timeOff instance in a schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimesOffRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable, requestConfiguration *ItemTeamScheduleTimesOffRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_schedule_times_off_time_off_item_request_builder.go b/groups/item_team_schedule_times_off_time_off_item_request_builder.go
index 4635cf01115..03c8b2c743c 100644
--- a/groups/item_team_schedule_times_off_time_off_item_request_builder.go
+++ b/groups/item_team_schedule_times_off_time_off_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamScheduleTimesOffTimeOffItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// ItemTeamScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
type ItemTeamScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemTeamScheduleTimesOffTimeOffItemRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemTeamScheduleTimesOffTimeOffItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments.
+// Delete delete a timeOff instance from a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemTeamScheduleTimesOffTimeOffItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamScheduleTimesOffTimeOffItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable), nil
}
-// ToDeleteRequestInformation delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a timeOff instance from a schedule. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimesOffTimeOffItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimesOffTimeOffItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemTeamScheduleTimesOffTimeOffItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
func (m *ItemTeamScheduleTimesOffTimeOffItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamScheduleTimesOffTimeOffItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_send_activity_notification_post_request_body.go b/groups/item_team_send_activity_notification_post_request_body.go
index abf330bd7fc..9e43c7a4b79 100644
--- a/groups/item_team_send_activity_notification_post_request_body.go
+++ b/groups/item_team_send_activity_notification_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemTeamSendActivityNotificationPostRequestBody) GetActivityType()(*str
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamSendActivityNotificationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemTeamSendActivityNotificationPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamSendActivityNotificationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -235,14 +235,14 @@ func (m *ItemTeamSendActivityNotificationPostRequestBody) SetActivityType(value
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamSendActivityNotificationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamSendActivityNotificationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_team_send_activity_notification_request_builder.go b/groups/item_team_send_activity_notification_request_builder.go
index a30a75dc659..e51c7d86e91 100644
--- a/groups/item_team_send_activity_notification_request_builder.go
+++ b/groups/item_team_send_activity_notification_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamSendActivityNotificationRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemTeamSendActivityNotificationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamSendActivityNotificationRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamSendActivityNotificationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamSendActivityNotificationPostRequestBodyable, requestConfiguration *ItemTeamSendActivityNotificationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_tags_item_members_request_builder.go b/groups/item_team_tags_item_members_request_builder.go
index 916010a3373..751de6d6c7c 100644
--- a/groups/item_team_tags_item_members_request_builder.go
+++ b/groups/item_team_tags_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamTagsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamTagsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemTeamTagsItemMembersRequestBuilderGetQueryParameters 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.
type ItemTeamTagsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamTagsItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemTeamTagsItemMembersRequestBuilder) Count()(*ItemTeamTagsItemMembersCountRequestBuilder) {
return NewItemTeamTagsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamTagsItemMembersRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberCollectionResponseable), nil
}
-// Post create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments.
+// Post create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamTagsItemMembersRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamTagsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamTagsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamTagsItemMembersRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable, requestConfiguration *ItemTeamTagsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_tags_item_members_teamwork_tag_member_item_request_builder.go b/groups/item_team_tags_item_members_teamwork_tag_member_item_request_builder.go
index 20a456c855b..f379f3b7190 100644
--- a/groups/item_team_tags_item_members_teamwork_tag_member_item_request_builder.go
+++ b/groups/item_team_tags_item_members_teamwork_tag_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters 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.
+// ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters 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.
type ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a member from a standard tag in a team. This API is supported in the following national cloud deployments.
+// Delete delete a member from a standard tag in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable), nil
}
-// ToDeleteRequestInformation delete a member from a standard tag in a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a member from a standard tag in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamTagsItemMembersTeamworkTagMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_tags_request_builder.go b/groups/item_team_tags_request_builder.go
index c25f880b938..930a8331419 100644
--- a/groups/item_team_tags_request_builder.go
+++ b/groups/item_team_tags_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamTagsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamTagsRequestBuilderGetQueryParameters get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTeamTagsRequestBuilderGetQueryParameters get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
type ItemTeamTagsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamTagsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *ItemTeamTagsRequestBuilder) Count()(*ItemTeamTagsCountRequestBuilder) {
return NewItemTeamTagsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamTagsRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagCollectionResponseable), nil
}
-// Post create a standard tag for members in a team. This API is supported in the following national cloud deployments.
+// Post create a standard tag for members in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamTagsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable), nil
}
-// ToGetRequestInformation get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamTagsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamTagsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a standard tag for members in a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a standard tag for members in a team. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable, requestConfiguration *ItemTeamTagsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_tags_teamwork_tag_item_request_builder.go b/groups/item_team_tags_teamwork_tag_item_request_builder.go
index 414373644f0..02db2f2a1a7 100644
--- a/groups/item_team_tags_teamwork_tag_item_request_builder.go
+++ b/groups/item_team_tags_teamwork_tag_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamTagsTeamworkTagItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamTagsTeamworkTagItemRequestBuilderGetQueryParameters read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// ItemTeamTagsTeamworkTagItemRequestBuilderGetQueryParameters read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
type ItemTeamTagsTeamworkTagItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTeamTagsTeamworkTagItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemTeamTagsTeamworkTagItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a tag object permanently. This API is supported in the following national cloud deployments.
+// Delete delete a tag object permanently. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) Get(ctx context.Context, req
func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) Members()(*ItemTeamTagsItemMembersRequestBuilder) {
return NewItemTeamTagsItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a tag object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a tag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) Patch(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable), nil
}
-// ToDeleteRequestInformation delete a tag object permanently. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a tag object permanently. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamTagsTeamworkTagItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamTagsTeamworkTagItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a tag object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a tag object. This API is available in the following national cloud deployments.
func (m *ItemTeamTagsTeamworkTagItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable, requestConfiguration *ItemTeamTagsTeamworkTagItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_team_unarchive_request_builder.go b/groups/item_team_unarchive_request_builder.go
index 64ed53d2d29..09e9dcea42c 100644
--- a/groups/item_team_unarchive_request_builder.go
+++ b/groups/item_team_unarchive_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamUnarchiveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemTeamUnarchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamUnarchiveRequestBuilder) Post(ctx context.Context, requestConfi
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamUnarchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemTeamUnarchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_conversation_thread_item_request_builder.go b/groups/item_threads_conversation_thread_item_request_builder.go
index 944c47c17b2..3dfc2c6052a 100644
--- a/groups/item_threads_conversation_thread_item_request_builder.go
+++ b/groups/item_threads_conversation_thread_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemThreadsConversationThreadItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters 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.
+// ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters 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.
type ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemThreadsConversationThreadItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsConversationThreadItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete conversationThread. This API is supported in the following national cloud deployments.
+// Delete delete conversationThread. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable), nil
}
-// Patch this API is supported in the following national cloud deployments.
+// Patch this API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) Posts()(*ItemThreadsIt
func (m *ItemThreadsConversationThreadItemRequestBuilder) Reply()(*ItemThreadsItemReplyRequestBuilder) {
return NewItemThreadsItemReplyRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete conversationThread. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete conversationThread. This API is available in the following national cloud deployments.
func (m *ItemThreadsConversationThreadItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -135,7 +135,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemThreadsConversationThreadItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -151,7 +151,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPatchRequestInformation this API is supported in the following national cloud deployments.
+// ToPatchRequestInformation this API is available in the following national cloud deployments.
func (m *ItemThreadsConversationThreadItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go b/groups/item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go
index 5b42fb5ce9d..c7fa763a87c 100644
--- a/groups/item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_threads_item_posts_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody()(
func CreateItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody)
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody)
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody)
// Serialize serializes information the current object
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_threads_item_posts_item_attachments_create_upload_session_request_builder.go b/groups/item_threads_item_posts_item_attachments_create_upload_session_request_builder.go
index 5c4ae21922d..3a32ef65683 100644
--- a/groups/item_threads_item_posts_item_attachments_create_upload_session_request_builder.go
+++ b/groups/item_threads_item_posts_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemPostsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_attachments_request_builder.go b/groups/item_threads_item_posts_item_attachments_request_builder.go
index 3040ee1eaac..deea4869e75 100644
--- a/groups/item_threads_item_posts_item_attachments_request_builder.go
+++ b/groups/item_threads_item_posts_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemThreadsItemPostsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemThreadsItemPostsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ItemThreadsItemPostsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
type ItemThreadsItemPostsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemThreadsItemPostsItemAttachmentsRequestBuilder) Count()(*ItemThreads
func (m *ItemThreadsItemPostsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemThreadsItemPostsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemThreadsItemPostsItemAttachmentsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
func (m *ItemThreadsItemPostsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_extensions_extension_item_request_builder.go b/groups/item_threads_item_posts_item_extensions_extension_item_request_builder.go
index 2730a949cd4..6ae28dec33a 100644
--- a/groups/item_threads_item_posts_item_extensions_extension_item_request_builder.go
+++ b/groups/item_threads_item_posts_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) Delete(c
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemThreadsItemPostsItemExtensionsExtensionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_extensions_request_builder.go b/groups/item_threads_item_posts_item_extensions_request_builder.go
index b948b017602..0a1f9e238fc 100644
--- a/groups/item_threads_item_posts_item_extensions_request_builder.go
+++ b/groups/item_threads_item_posts_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemThreadsItemPostsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemThreadsItemPostsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemThreadsItemPostsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemThreadsItemPostsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemThreadsItemPostsItemExtensionsRequestBuilder(rawUrl string, requestA
func (m *ItemThreadsItemPostsItemExtensionsRequestBuilder) Count()(*ItemThreadsItemPostsItemExtensionsCountRequestBuilder) {
return NewItemThreadsItemPostsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemThreadsItemPostsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -110,7 +110,7 @@ func (m *ItemThreadsItemPostsItemExtensionsRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemThreadsItemPostsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_forward_post_request_body.go b/groups/item_threads_item_posts_item_forward_post_request_body.go
index 5f443b9446c..1ff182df06a 100644
--- a/groups/item_threads_item_posts_item_forward_post_request_body.go
+++ b/groups/item_threads_item_posts_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemPostsItemForwardPostRequestBody()(*ItemThreadsItemPostsIt
func CreateItemThreadsItemPostsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemPostsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetFieldDeserializers()
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetFieldDeserializers()
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) GetToRecipients()([]iad
// Serialize serializes information the current object
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) Serialize(writer i878a8
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemThreadsItemPostsItemForwardPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemThreadsItemPostsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_threads_item_posts_item_forward_request_builder.go b/groups/item_threads_item_posts_item_forward_request_builder.go
index c7ef111020e..11994480ba7 100644
--- a/groups/item_threads_item_posts_item_forward_request_builder.go
+++ b/groups/item_threads_item_posts_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemThreadsItemPostsItemForwardRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemPostsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemThreadsItemPostsItemForwardRequestBuilder) Post(ctx context.Context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemPostsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemPostsItemForwardPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go b/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go
index 93e862f5498..bfcb2bf0f83 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostReque
func CreateItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequ
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequ
// Serialize serializes information the current object
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go b/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go
index 43131def9ba..64246dd4c06 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_in_reply_to_attachments_request_builder.go b/groups/item_threads_item_posts_item_in_reply_to_attachments_request_builder.go
index 1ce0321a130..9a6e869d886 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_attachments_request_builder.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
type ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder) Count()(*It
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder) CreateUploadSession()(*ItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemThreadsItemPostsItemInReplyToAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments.
func (m *ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemInReplyToAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go b/groups/item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go
index 0209ad8bec0..f4740f55946 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder)
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemThreadsItemPostsItemInReplyToExtensionsExtensionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_in_reply_to_extensions_request_builder.go b/groups/item_threads_item_posts_item_in_reply_to_extensions_request_builder.go
index 4df92d23a82..549abdd236c 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_extensions_request_builder.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder(rawUrl string,
func (m *ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) Count()(*ItemThreadsItemPostsItemInReplyToExtensionsCountRequestBuilder) {
return NewItemThreadsItemPostsItemInReplyToExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -110,7 +110,7 @@ func (m *ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsItemInReplyToExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_in_reply_to_forward_post_request_body.go b/groups/item_threads_item_posts_item_in_reply_to_forward_post_request_body.go
index af5222f4626..9223499958e 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_forward_post_request_body.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemPostsItemInReplyToForwardPostRequestBody()(*ItemThreadsIt
func CreateItemThreadsItemPostsItemInReplyToForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemPostsItemInReplyToForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetFieldDeseri
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetFieldDeseri
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) GetToRecipient
// Serialize serializes information the current object
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) Serialize(writ
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemThreadsItemPostsItemInReplyToForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/groups/item_threads_item_posts_item_in_reply_to_forward_request_builder.go b/groups/item_threads_item_posts_item_in_reply_to_forward_request_builder.go
index 9b129d712a9..c5c1bb97fd7 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_forward_request_builder.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemThreadsItemPostsItemInReplyToForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemPostsItemInReplyToForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemThreadsItemPostsItemInReplyToForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemPostsItemInReplyToForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemPostsItemInReplyToForwardPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemInReplyToForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_in_reply_to_reply_post_request_body.go b/groups/item_threads_item_posts_item_in_reply_to_reply_post_request_body.go
index 5bbb75c5fd8..3bbddcd570d 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_reply_post_request_body.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemPostsItemInReplyToReplyPostRequestBody()(*ItemThreadsItem
func CreateItemThreadsItemPostsItemInReplyToReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemPostsItemInReplyToReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreatePostFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetFieldDeserial
}
return res
}
-// GetPost gets the post property value. The Post property
+// GetPost gets the Post property value. The Post property
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetPost()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable) {
val, err := m.GetBackingStore().Get("post")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) GetPost()(iadcd8
// Serialize serializes information the current object
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("post", m.GetPost())
+ err := writer.WriteObjectValue("Post", m.GetPost())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetPost sets the post property value. The Post property
+// SetPost sets the Post property value. The Post property
func (m *ItemThreadsItemPostsItemInReplyToReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)() {
err := m.GetBackingStore().Set("post", value)
if err != nil {
diff --git a/groups/item_threads_item_posts_item_in_reply_to_reply_request_builder.go b/groups/item_threads_item_posts_item_in_reply_to_reply_request_builder.go
index e202614e6d9..8a8932aadd6 100644
--- a/groups/item_threads_item_posts_item_in_reply_to_reply_request_builder.go
+++ b/groups/item_threads_item_posts_item_in_reply_to_reply_request_builder.go
@@ -30,10 +30,10 @@ func NewItemThreadsItemPostsItemInReplyToReplyRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemPostsItemInReplyToReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
func (m *ItemThreadsItemPostsItemInReplyToReplyRequestBuilder) Post(ctx context.Context, body ItemThreadsItemPostsItemInReplyToReplyPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemInReplyToReplyRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -49,7 +49,7 @@ func (m *ItemThreadsItemPostsItemInReplyToReplyRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemPostsItemInReplyToReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemPostsItemInReplyToReplyPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemInReplyToReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_item_reply_post_request_body.go b/groups/item_threads_item_posts_item_reply_post_request_body.go
index f4443539614..d43843744a3 100644
--- a/groups/item_threads_item_posts_item_reply_post_request_body.go
+++ b/groups/item_threads_item_posts_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemPostsItemReplyPostRequestBody()(*ItemThreadsItemPostsItem
func CreateItemThreadsItemPostsItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemPostsItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreatePostFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetFieldDeserializers()(m
}
return res
}
-// GetPost gets the post property value. The Post property
+// GetPost gets the Post property value. The Post property
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetPost()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable) {
val, err := m.GetBackingStore().Get("post")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemThreadsItemPostsItemReplyPostRequestBody) GetPost()(iadcd81124412c6
// Serialize serializes information the current object
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("post", m.GetPost())
+ err := writer.WriteObjectValue("Post", m.GetPost())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemThreadsItemPostsItemReplyPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetPost sets the post property value. The Post property
+// SetPost sets the Post property value. The Post property
func (m *ItemThreadsItemPostsItemReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)() {
err := m.GetBackingStore().Set("post", value)
if err != nil {
diff --git a/groups/item_threads_item_posts_item_reply_request_builder.go b/groups/item_threads_item_posts_item_reply_request_builder.go
index 1b66148611f..f7dbc05e204 100644
--- a/groups/item_threads_item_posts_item_reply_request_builder.go
+++ b/groups/item_threads_item_posts_item_reply_request_builder.go
@@ -30,10 +30,10 @@ func NewItemThreadsItemPostsItemReplyRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemPostsItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
func (m *ItemThreadsItemPostsItemReplyRequestBuilder) Post(ctx context.Context, body ItemThreadsItemPostsItemReplyPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemReplyRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -49,7 +49,7 @@ func (m *ItemThreadsItemPostsItemReplyRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemPostsItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemPostsItemReplyPostRequestBodyable, requestConfiguration *ItemThreadsItemPostsItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_posts_request_builder.go b/groups/item_threads_item_posts_request_builder.go
index 359b2c031df..d68f585296b 100644
--- a/groups/item_threads_item_posts_request_builder.go
+++ b/groups/item_threads_item_posts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemThreadsItemPostsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemThreadsItemPostsRequestBuilderGetQueryParameters 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.
+// ItemThreadsItemPostsRequestBuilderGetQueryParameters 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.
type ItemThreadsItemPostsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -65,10 +65,10 @@ func NewItemThreadsItemPostsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemThreadsItemPostsRequestBuilder) Count()(*ItemThreadsItemPostsCountRequestBuilder) {
return NewItemThreadsItemPostsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0
func (m *ItemThreadsItemPostsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemThreadsItemPostsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PostCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -87,7 +87,7 @@ func (m *ItemThreadsItemPostsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PostCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemThreadsItemPostsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsItemPostsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_item_reply_post_request_body.go b/groups/item_threads_item_reply_post_request_body.go
index 6fe1fd43b25..99e9b48b0fc 100644
--- a/groups/item_threads_item_reply_post_request_body.go
+++ b/groups/item_threads_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemThreadsItemReplyPostRequestBody()(*ItemThreadsItemReplyPostRequestBo
func CreateItemThreadsItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemThreadsItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemThreadsItemReplyPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemThreadsItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Post"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreatePostFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemThreadsItemReplyPostRequestBody) GetFieldDeserializers()(map[string
}
return res
}
-// GetPost gets the post property value. The Post property
+// GetPost gets the Post property value. The Post property
func (m *ItemThreadsItemReplyPostRequestBody) GetPost()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable) {
val, err := m.GetBackingStore().Get("post")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemThreadsItemReplyPostRequestBody) GetPost()(iadcd81124412c61e647227e
// Serialize serializes information the current object
func (m *ItemThreadsItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("post", m.GetPost())
+ err := writer.WriteObjectValue("Post", m.GetPost())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemThreadsItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemThreadsItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemThreadsItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetPost sets the post property value. The Post property
+// SetPost sets the Post property value. The Post property
func (m *ItemThreadsItemReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)() {
err := m.GetBackingStore().Set("post", value)
if err != nil {
diff --git a/groups/item_threads_item_reply_request_builder.go b/groups/item_threads_item_reply_request_builder.go
index ef2844fc9e4..feda269f7e9 100644
--- a/groups/item_threads_item_reply_request_builder.go
+++ b/groups/item_threads_item_reply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemThreadsItemReplyRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemThreadsItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemThreadsItemReplyRequestBuilder) Post(ctx context.Context, body Item
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemThreadsItemReplyPostRequestBodyable, requestConfiguration *ItemThreadsItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_threads_request_builder.go b/groups/item_threads_request_builder.go
index 870bdc75099..16fd8430921 100644
--- a/groups/item_threads_request_builder.go
+++ b/groups/item_threads_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemThreadsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemThreadsRequestBuilderGetQueryParameters get all the threads of a group. This API is supported in the following national cloud deployments.
+// ItemThreadsRequestBuilderGetQueryParameters get all the threads of a group. This API is available in the following national cloud deployments.
type ItemThreadsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemThreadsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *ItemThreadsRequestBuilder) Count()(*ItemThreadsCountRequestBuilder) {
return NewItemThreadsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get all the threads of a group. This API is supported in the following national cloud deployments.
+// Get get all the threads of a group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemThreadsRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemThreadsRequestBuilder) Post(ctx context.Context, body iadcd81124412
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable), nil
}
-// ToGetRequestInformation get all the threads of a group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get all the threads of a group. This API is available in the following national cloud deployments.
func (m *ItemThreadsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemThreadsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemThreadsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable, requestConfiguration *ItemThreadsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_unsubscribe_by_mail_request_builder.go b/groups/item_unsubscribe_by_mail_request_builder.go
index 318341291fb..41ec0b25bfe 100644
--- a/groups/item_unsubscribe_by_mail_request_builder.go
+++ b/groups/item_unsubscribe_by_mail_request_builder.go
@@ -30,7 +30,7 @@ func NewItemUnsubscribeByMailRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemUnsubscribeByMailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemUnsubscribeByMailRequestBuilder) Post(ctx context.Context, requestC
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemUnsubscribeByMailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemUnsubscribeByMailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/item_validate_properties_post_request_body.go b/groups/item_validate_properties_post_request_body.go
index 47aa1ae7327..fe0ef810c50 100644
--- a/groups/item_validate_properties_post_request_body.go
+++ b/groups/item_validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemValidatePropertiesPostRequestBody()(*ItemValidatePropertiesPostReque
func CreateItemValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/item_validate_properties_request_builder.go b/groups/item_validate_properties_request_builder.go
index 35b379ac788..181393ed3c3 100644
--- a/groups/item_validate_properties_request_builder.go
+++ b/groups/item_validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewItemValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewItemValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemValidatePropertiesRequestBuilder) Post(ctx context.Context, body It
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemValidatePropertiesPostRequestBodyable, requestConfiguration *ItemValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groups/validate_properties_post_request_body.go b/groups/validate_properties_post_request_body.go
index 95ca6fc2aea..18fe27b4db9 100644
--- a/groups/validate_properties_post_request_body.go
+++ b/groups/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groups/validate_properties_request_builder.go b/groups/validate_properties_request_builder.go
index 579537966d1..b2c1e189c6d 100644
--- a/groups/validate_properties_request_builder.go
+++ b/groups/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettings/group_setting_item_request_builder.go b/groupsettings/group_setting_item_request_builder.go
index ef112751ea0..4889d6d010f 100644
--- a/groupsettings/group_setting_item_request_builder.go
+++ b/groupsettings/group_setting_item_request_builder.go
@@ -18,7 +18,7 @@ type GroupSettingItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// GroupSettingItemRequestBuilderGetQueryParameters 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.
+// GroupSettingItemRequestBuilderGetQueryParameters 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.
type GroupSettingItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewGroupSettingItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
urlParams["request-raw-url"] = rawUrl
return NewGroupSettingItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a tenant-level or group-specific groupSetting object. This API is supported in the following national cloud deployments.
+// Delete delete a tenant-level or group-specific groupSetting object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsetting-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *GroupSettingItemRequestBuilder) Delete(ctx context.Context, requestConf
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *GroupSettingItemRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *GroupSettingItemRequestBuilder) Patch(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable), nil
}
-// ToDeleteRequestInformation delete a tenant-level or group-specific groupSetting object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a tenant-level or group-specific groupSetting object. This API is available in the following national cloud deployments.
func (m *GroupSettingItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *GroupSettingItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *GroupSettingItemRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *GroupSettingItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupSettingItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *GroupSettingItemRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *GroupSettingItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable, requestConfiguration *GroupSettingItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettings/group_settings_request_builder.go b/groupsettings/group_settings_request_builder.go
index f77dc3ab4f4..1453821a2c5 100644
--- a/groupsettings/group_settings_request_builder.go
+++ b/groupsettings/group_settings_request_builder.go
@@ -11,7 +11,7 @@ import (
type GroupSettingsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// GroupSettingsRequestBuilderGetQueryParameters retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments.
+// GroupSettingsRequestBuilderGetQueryParameters retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments.
type GroupSettingsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewGroupSettingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *GroupSettingsRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *GroupSettingsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *GroupSettingsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable), nil
}
-// ToGetRequestInformation retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments.
func (m *GroupSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *GroupSettingsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GroupSettingsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingable, requestConfiguration *GroupSettingsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/get_available_extension_properties_post_request_body.go b/groupsettingtemplates/get_available_extension_properties_post_request_body.go
index 5fc81b4bcbe..f877eac3711 100644
--- a/groupsettingtemplates/get_available_extension_properties_post_request_body.go
+++ b/groupsettingtemplates/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/get_available_extension_properties_request_builder.go b/groupsettingtemplates/get_available_extension_properties_request_builder.go
index 71ed7af955a..59133499513 100644
--- a/groupsettingtemplates/get_available_extension_properties_request_builder.go
+++ b/groupsettingtemplates/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/get_by_ids_post_request_body.go b/groupsettingtemplates/get_by_ids_post_request_body.go
index a9a665480a0..729f59f5954 100644
--- a/groupsettingtemplates/get_by_ids_post_request_body.go
+++ b/groupsettingtemplates/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/get_by_ids_request_builder.go b/groupsettingtemplates/get_by_ids_request_builder.go
index a351f8c2df0..24e37230e1d 100644
--- a/groupsettingtemplates/get_by_ids_request_builder.go
+++ b/groupsettingtemplates/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/group_setting_template_item_request_builder.go b/groupsettingtemplates/group_setting_template_item_request_builder.go
index 04a42eebf94..b2f76760ba1 100644
--- a/groupsettingtemplates/group_setting_template_item_request_builder.go
+++ b/groupsettingtemplates/group_setting_template_item_request_builder.go
@@ -18,7 +18,7 @@ type GroupSettingTemplateItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// GroupSettingTemplateItemRequestBuilderGetQueryParameters 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.
+// GroupSettingTemplateItemRequestBuilderGetQueryParameters 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.
type GroupSettingTemplateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *GroupSettingTemplateItemRequestBuilder) Delete(ctx context.Context, req
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *GroupSettingTemplateItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *GroupSettingTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupSettingTemplateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/group_setting_templates_request_builder.go b/groupsettingtemplates/group_setting_templates_request_builder.go
index 4761ae7953d..18c62bc02bc 100644
--- a/groupsettingtemplates/group_setting_templates_request_builder.go
+++ b/groupsettingtemplates/group_setting_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type GroupSettingTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// GroupSettingTemplatesRequestBuilderGetQueryParameters 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.
+// GroupSettingTemplatesRequestBuilderGetQueryParameters 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.
type GroupSettingTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *GroupSettingTemplatesRequestBuilder) Count()(*CountRequestBuilder) {
func (m *GroupSettingTemplatesRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *GroupSettingTemplatesRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupSettingTemplateable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *GroupSettingTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *GroupSettingTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/item_check_member_groups_post_request_body.go b/groupsettingtemplates/item_check_member_groups_post_request_body.go
index 82eb4404ff4..f809cbdcfea 100644
--- a/groupsettingtemplates/item_check_member_groups_post_request_body.go
+++ b/groupsettingtemplates/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/item_check_member_groups_request_builder.go b/groupsettingtemplates/item_check_member_groups_request_builder.go
index c9a814edf01..3d3e1f42160 100644
--- a/groupsettingtemplates/item_check_member_groups_request_builder.go
+++ b/groupsettingtemplates/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/item_check_member_objects_post_request_body.go b/groupsettingtemplates/item_check_member_objects_post_request_body.go
index 1d1d66a9df0..632c8f19c1b 100644
--- a/groupsettingtemplates/item_check_member_objects_post_request_body.go
+++ b/groupsettingtemplates/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/item_get_member_groups_post_request_body.go b/groupsettingtemplates/item_get_member_groups_post_request_body.go
index 10c147e7043..0819b0e4fb3 100644
--- a/groupsettingtemplates/item_get_member_groups_post_request_body.go
+++ b/groupsettingtemplates/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/item_get_member_groups_request_builder.go b/groupsettingtemplates/item_get_member_groups_request_builder.go
index 90d81f50bb1..5017473da62 100644
--- a/groupsettingtemplates/item_get_member_groups_request_builder.go
+++ b/groupsettingtemplates/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/item_get_member_objects_post_request_body.go b/groupsettingtemplates/item_get_member_objects_post_request_body.go
index 8d55f272701..775460b58a4 100644
--- a/groupsettingtemplates/item_get_member_objects_post_request_body.go
+++ b/groupsettingtemplates/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/item_get_member_objects_request_builder.go b/groupsettingtemplates/item_get_member_objects_request_builder.go
index 8830b295206..66f61b10286 100644
--- a/groupsettingtemplates/item_get_member_objects_request_builder.go
+++ b/groupsettingtemplates/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/item_restore_request_builder.go b/groupsettingtemplates/item_restore_request_builder.go
index e8a549f2572..f94ca1368fc 100644
--- a/groupsettingtemplates/item_restore_request_builder.go
+++ b/groupsettingtemplates/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/groupsettingtemplates/validate_properties_post_request_body.go b/groupsettingtemplates/validate_properties_post_request_body.go
index fac32bf49fc..4a6e5e0e222 100644
--- a/groupsettingtemplates/validate_properties_post_request_body.go
+++ b/groupsettingtemplates/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/groupsettingtemplates/validate_properties_request_builder.go b/groupsettingtemplates/validate_properties_request_builder.go
index ffcffa0ab45..7150f532469 100644
--- a/groupsettingtemplates/validate_properties_request_builder.go
+++ b/groupsettingtemplates/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/api_connectors_identity_api_connector_item_request_builder.go b/identity/api_connectors_identity_api_connector_item_request_builder.go
index a397aa9c2df..fee469cef0c 100644
--- a/identity/api_connectors_identity_api_connector_item_request_builder.go
+++ b/identity/api_connectors_identity_api_connector_item_request_builder.go
@@ -18,7 +18,7 @@ type ApiConnectorsIdentityApiConnectorItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters read the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
type ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewApiConnectorsIdentityApiConnectorItemRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewApiConnectorsIdentityApiConnectorItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an identityApiConnector object. This API is supported in the following national cloud deployments.
+// Delete delete an identityApiConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// Get read the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable), nil
}
-// Patch update the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) Patch(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable), nil
}
-// ToDeleteRequestInformation delete an identityApiConnector object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an identityApiConnector object. This API is available in the following national cloud deployments.
func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ApiConnectorsIdentityApiConnectorItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApiConnectorsIdentityApiConnectorItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
func (m *ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable, requestConfiguration *ApiConnectorsIdentityApiConnectorItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/api_connectors_item_upload_client_certificate_post_request_body.go b/identity/api_connectors_item_upload_client_certificate_post_request_body.go
index 271aad8a8e2..7f4768b7e7b 100644
--- a/identity/api_connectors_item_upload_client_certificate_post_request_body.go
+++ b/identity/api_connectors_item_upload_client_certificate_post_request_body.go
@@ -22,7 +22,7 @@ func NewApiConnectorsItemUploadClientCertificatePostRequestBody()(*ApiConnectors
func CreateApiConnectorsItemUploadClientCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewApiConnectorsItemUploadClientCertificatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identity/api_connectors_item_upload_client_certificate_request_builder.go b/identity/api_connectors_item_upload_client_certificate_request_builder.go
index 9b6aa7eac31..ab29f88ffba 100644
--- a/identity/api_connectors_item_upload_client_certificate_request_builder.go
+++ b/identity/api_connectors_item_upload_client_certificate_request_builder.go
@@ -31,7 +31,7 @@ func NewApiConnectorsItemUploadClientCertificateRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewApiConnectorsItemUploadClientCertificateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ApiConnectorsItemUploadClientCertificateRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ApiConnectorsItemUploadClientCertificateRequestBuilder) ToPostRequestInformation(ctx context.Context, body ApiConnectorsItemUploadClientCertificatePostRequestBodyable, requestConfiguration *ApiConnectorsItemUploadClientCertificateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/api_connectors_request_builder.go b/identity/api_connectors_request_builder.go
index 93425775843..ae643d9bcd3 100644
--- a/identity/api_connectors_request_builder.go
+++ b/identity/api_connectors_request_builder.go
@@ -11,7 +11,7 @@ import (
type ApiConnectorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ApiConnectorsRequestBuilderGetQueryParameters read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// ApiConnectorsRequestBuilderGetQueryParameters read the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
type ApiConnectorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewApiConnectorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ApiConnectorsRequestBuilder) Count()(*ApiConnectorsCountRequestBuilder) {
return NewApiConnectorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// Get read the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ApiConnectorsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorCollectionResponseable), nil
}
-// Post create a new identityApiConnector object. This API is supported in the following national cloud deployments.
+// Post create a new identityApiConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ApiConnectorsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable), nil
}
-// ToGetRequestInformation read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of an identityApiConnector object. This API is available in the following national cloud deployments.
func (m *ApiConnectorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApiConnectorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ApiConnectorsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new identityApiConnector object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new identityApiConnector object. This API is available in the following national cloud deployments.
func (m *ApiConnectorsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable, requestConfiguration *ApiConnectorsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_b2x_identity_user_flow_item_request_builder.go b/identity/b2x_user_flows_b2x_identity_user_flow_item_request_builder.go
index 0b994659112..6d6357738a8 100644
--- a/identity/b2x_user_flows_b2x_identity_user_flow_item_request_builder.go
+++ b/identity/b2x_user_flows_b2x_identity_user_flow_item_request_builder.go
@@ -18,7 +18,7 @@ type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// Delete delete a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.B2xIdentityUserFlowable), nil
}
-// ToDeleteRequestInformation delete a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_post_request_body.go b/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_post_request_body.go
index 44629b71565..860b61a39e0 100644
--- a/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_post_request_body.go
+++ b/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_post_request_body.go
@@ -22,7 +22,7 @@ func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadCl
func CreateB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadC
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadC
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_request_builder.go b/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_request_builder.go
index 921bba11066..b4de947e151 100644
--- a/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_request_builder.go
+++ b/identity/b2x_user_flows_item_api_connector_configuration_post_attribute_collection_upload_client_certificate_request_builder.go
@@ -31,7 +31,7 @@ func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadCl
urlParams["request-raw-url"] = rawUrl
return NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder) ToPostRequestInformation(ctx context.Context, body B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBodyable, requestConfiguration *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_post_request_body.go b/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_post_request_body.go
index 6ee22e87685..032adb52de6 100644
--- a/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_post_request_body.go
+++ b/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_post_request_body.go
@@ -22,7 +22,7 @@ func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClien
func CreateB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClie
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClie
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_request_builder.go b/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_request_builder.go
index d223b29bf67..8694b5c3711 100644
--- a/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_request_builder.go
+++ b/identity/b2x_user_flows_item_api_connector_configuration_post_federation_signup_upload_client_certificate_request_builder.go
@@ -31,7 +31,7 @@ func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClien
urlParams["request-raw-url"] = rawUrl
return NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClie
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityApiConnectorable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder) ToPostRequestInformation(ctx context.Context, body B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBodyable, requestConfiguration *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_identity_providers_request_builder.go b/identity/b2x_user_flows_item_identity_providers_request_builder.go
index 14fb3a461df..002628f6aaf 100644
--- a/identity/b2x_user_flows_item_identity_providers_request_builder.go
+++ b/identity/b2x_user_flows_item_identity_providers_request_builder.go
@@ -11,7 +11,7 @@ import (
type B2xUserFlowsItemIdentityProvidersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters get the identity providers in a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters get the identity providers in a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
type B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewB2xUserFlowsItemIdentityProvidersRequestBuilder(rawUrl string, requestAd
func (m *B2xUserFlowsItemIdentityProvidersRequestBuilder) Count()(*B2xUserFlowsItemIdentityProvidersCountRequestBuilder) {
return NewB2xUserFlowsItemIdentityProvidersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the identity providers in a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// Get get the identity providers in a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
// [Find more info here]
//
@@ -91,7 +91,7 @@ func (m *B2xUserFlowsItemIdentityProvidersRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderCollectionResponseable), nil
}
-// ToGetRequestInformation get the identity providers in a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the identity providers in a b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
func (m *B2xUserFlowsItemIdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemIdentityProvidersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/identity/b2x_user_flows_item_languages_item_overrides_pages_request_builder.go b/identity/b2x_user_flows_item_languages_item_overrides_pages_request_builder.go
index b6298ae24a6..abaedd47d5c 100644
--- a/identity/b2x_user_flows_item_languages_item_overrides_pages_request_builder.go
+++ b/identity/b2x_user_flows_item_languages_item_overrides_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters 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.
+// B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters 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.
type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder(rawUrl string,
func (m *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) Count()(*B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder) {
return NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserFlowLanguagePageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_languages_request_builder.go b/identity/b2x_user_flows_item_languages_request_builder.go
index 7f8404540a8..d9670f76113 100644
--- a/identity/b2x_user_flows_item_languages_request_builder.go
+++ b/identity/b2x_user_flows_item_languages_request_builder.go
@@ -11,7 +11,7 @@ import (
type B2xUserFlowsItemLanguagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters retrieve a list of languages supported for customization in a B2X user flow. This API is supported in the following national cloud deployments.
+// B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters retrieve a list of languages supported for customization in a B2X user flow. This API is available in the following national cloud deployments.
type B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewB2xUserFlowsItemLanguagesRequestBuilder(rawUrl string, requestAdapter i2
func (m *B2xUserFlowsItemLanguagesRequestBuilder) Count()(*B2xUserFlowsItemLanguagesCountRequestBuilder) {
return NewB2xUserFlowsItemLanguagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of languages supported for customization in a B2X user flow. This API is supported in the following national cloud deployments.
+// Get retrieve a list of languages supported for customization in a B2X user flow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *B2xUserFlowsItemLanguagesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserFlowLanguageConfigurationable), nil
}
-// ToGetRequestInformation retrieve a list of languages supported for customization in a B2X user flow. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of languages supported for customization in a B2X user flow. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemLanguagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemLanguagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_languages_user_flow_language_configuration_item_request_builder.go b/identity/b2x_user_flows_item_languages_user_flow_language_configuration_item_request_builder.go
index 362c29c4247..5a6644a9652 100644
--- a/identity/b2x_user_flows_item_languages_user_flow_language_configuration_item_request_builder.go
+++ b/identity/b2x_user_flows_item_languages_user_flow_language_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters 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.
+// B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters 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.
type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilde
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_user_attribute_assignments_identity_user_flow_attribute_assignment_item_request_builder.go b/identity/b2x_user_flows_item_user_attribute_assignments_identity_user_flow_attribute_assignment_item_request_builder.go
index 883cd284f67..ace241ab413 100644
--- a/identity/b2x_user_flows_item_user_attribute_assignments_identity_user_flow_attribute_assignment_item_request_builder.go
+++ b/identity/b2x_user_flows_item_user_attribute_assignments_identity_user_flow_attribute_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignment
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignm
urlParams["request-raw-url"] = rawUrl
return NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// Delete delete an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssign
}
return nil
}
-// Get read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssign
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeAssignmentable), nil
}
-// Patch update the properties of a identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssign
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeAssignmentable), nil
}
-// ToDeleteRequestInformation delete an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssign
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssign
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeAssignmentable, requestConfiguration *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_user_attribute_assignments_request_builder.go b/identity/b2x_user_flows_item_user_attribute_assignments_request_builder.go
index 6e3ff1b2076..1bc812c6d1b 100644
--- a/identity/b2x_user_flows_item_user_attribute_assignments_request_builder.go
+++ b/identity/b2x_user_flows_item_user_attribute_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments.
+// B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is available in the following national cloud deployments.
type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilder(rawUrl string, re
func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) Count()(*B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder) {
return NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments.
+// Get get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) Get(ctx context
func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) GetOrder()(*B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder) {
return NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments.
+// Post create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) Post(ctx contex
func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) SetOrder()(*B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder) {
return NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeAssignmentable, requestConfiguration *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_item_user_attribute_assignments_set_order_post_request_body.go b/identity/b2x_user_flows_item_user_attribute_assignments_set_order_post_request_body.go
index f92822269c2..bb8e6cc0f3e 100644
--- a/identity/b2x_user_flows_item_user_attribute_assignments_set_order_post_request_body.go
+++ b/identity/b2x_user_flows_item_user_attribute_assignments_set_order_post_request_body.go
@@ -23,7 +23,7 @@ func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody()(*B2xUs
func CreateB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identity/b2x_user_flows_item_user_attribute_assignments_set_order_request_builder.go b/identity/b2x_user_flows_item_user_attribute_assignments_set_order_request_builder.go
index 5cdfa4f929b..78dbe55f6d3 100644
--- a/identity/b2x_user_flows_item_user_attribute_assignments_set_order_request_builder.go
+++ b/identity/b2x_user_flows_item_user_attribute_assignments_set_order_request_builder.go
@@ -30,7 +30,7 @@ func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is supported in the following national cloud deployments.
+// Post set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder) ToPostRequestInformation(ctx context.Context, body B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBodyable, requestConfiguration *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/b2x_user_flows_request_builder.go b/identity/b2x_user_flows_request_builder.go
index 6939c7d7dea..7e4eb8ab66f 100644
--- a/identity/b2x_user_flows_request_builder.go
+++ b/identity/b2x_user_flows_request_builder.go
@@ -11,7 +11,7 @@ import (
type B2xUserFlowsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// B2xUserFlowsRequestBuilderGetQueryParameters retrieve a list of b2xIdentityUserFlow objects. This API is supported in the following national cloud deployments.
+// B2xUserFlowsRequestBuilderGetQueryParameters retrieve a list of b2xIdentityUserFlow objects. This API is available in the following national cloud deployments.
type B2xUserFlowsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewB2xUserFlowsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *B2xUserFlowsRequestBuilder) Count()(*B2xUserFlowsCountRequestBuilder) {
return NewB2xUserFlowsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of b2xIdentityUserFlow objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of b2xIdentityUserFlow objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *B2xUserFlowsRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.B2xIdentityUserFlowCollectionResponseable), nil
}
-// Post create a new b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// Post create a new b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *B2xUserFlowsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.B2xIdentityUserFlowable), nil
}
-// ToGetRequestInformation retrieve a list of b2xIdentityUserFlow objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of b2xIdentityUserFlow objects. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *B2xUserFlowsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *B2xUserFlowsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new b2xIdentityUserFlow object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new b2xIdentityUserFlow object. This API is available in the following national cloud deployments.
func (m *B2xUserFlowsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.B2xIdentityUserFlowable, requestConfiguration *B2xUserFlowsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_authentication_context_class_references_authentication_context_class_reference_item_request_builder.go b/identity/conditional_access_authentication_context_class_references_authentication_context_class_reference_item_request_builder.go
index 33b52877462..2f1f14bb4f2 100644
--- a/identity/conditional_access_authentication_context_class_references_authentication_context_class_reference_item_request_builder.go
+++ b/identity/conditional_access_authentication_context_class_references_authentication_context_class_reference_item_request_builder.go
@@ -18,7 +18,7 @@ type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a authenticationContextClassReference object. This API is supported in the following national cloud deployments.
+// ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a authenticationContextClassReference object. This API is available in the following national cloud deployments.
type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewConditionalAccessAuthenticationContextClassReferencesAuthenticationConte
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationCont
}
return nil
}
-// Get retrieve the properties and relationships of a authenticationContextClassReference object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a authenticationContextClassReference object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationCont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationContextClassReferenceable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationCont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationContextClassReferenceable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationCont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a authenticationContextClassReference object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a authenticationContextClassReference object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationCont
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationContextClassReferenceable, requestConfiguration *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_authentication_context_class_references_request_builder.go b/identity/conditional_access_authentication_context_class_references_request_builder.go
index e07200d2922..f379ae1455f 100644
--- a/identity/conditional_access_authentication_context_class_references_request_builder.go
+++ b/identity/conditional_access_authentication_context_class_references_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessAuthenticationContextClassReferencesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters retrieve a list of authenticationContextClassReference objects. This API is supported in the following national cloud deployments.
+// ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters retrieve a list of authenticationContextClassReference objects. This API is available in the following national cloud deployments.
type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConditionalAccessAuthenticationContextClassReferencesRequestBuilder(rawU
func (m *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) Count()(*ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder) {
return NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of authenticationContextClassReference objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of authenticationContextClassReference objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) Po
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationContextClassReferenceable), nil
}
-// ToGetRequestInformation retrieve a list of authenticationContextClassReference objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of authenticationContextClassReference objects. This API is available in the following national cloud deployments.
func (m *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_authentication_strength_authentication_method_modes_request_builder.go b/identity/conditional_access_authentication_strength_authentication_method_modes_request_builder.go
index 4433bd74a5a..4b0f3b39fad 100644
--- a/identity/conditional_access_authentication_strength_authentication_method_modes_request_builder.go
+++ b/identity/conditional_access_authentication_strength_authentication_method_modes_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters 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.
+// ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters 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.
type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestB
func (m *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) Count()(*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder) {
return NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodModeDetailable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go b/identity/conditional_access_authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go
index 406dce79e85..0b98c9ee912 100644
--- a/identity/conditional_access_authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go
+++ b/identity/conditional_access_authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments.
+// ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments.
type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurat
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return nil
}
-// Get read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable), nil
}
-// ToDeleteRequestInformation delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_authentication_strength_policies_item_combination_configurations_request_builder.go b/identity/conditional_access_authentication_strength_policies_item_combination_configurations_request_builder.go
index d087faa56fb..5dc9c8ff500 100644
--- a/identity/conditional_access_authentication_strength_policies_item_combination_configurations_request_builder.go
+++ b/identity/conditional_access_authentication_strength_policies_item_combination_configurations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters 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.
+// ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters 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.
type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurat
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) Count()(*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder) {
return NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigura
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_post_request_body.go b/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_post_request_body.go
index 279ee4a901a..8cc4298551d 100644
--- a/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_post_request_body.go
+++ b/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_post_request_body.go
@@ -23,7 +23,7 @@ func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinat
func CreateConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombina
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -87,7 +87,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombina
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -101,7 +101,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombina
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_request_builder.go b/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_request_builder.go
index ace943814db..5edcca10a56 100644
--- a/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_request_builder.go
+++ b/identity/conditional_access_authentication_strength_policies_item_update_allowed_combinations_request_builder.go
@@ -31,7 +31,7 @@ func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinat
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombina
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateAllowedCombinationsResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyable, requestConfiguration *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_named_locations_named_location_item_request_builder.go b/identity/conditional_access_named_locations_named_location_item_request_builder.go
index 88fe17ead88..3305991fd38 100644
--- a/identity/conditional_access_named_locations_named_location_item_request_builder.go
+++ b/identity/conditional_access_named_locations_named_location_item_request_builder.go
@@ -18,7 +18,7 @@ type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an ipNamedLocation object. This API is supported in the following national cloud deployments.
+// ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an ipNamedLocation object. This API is available in the following national cloud deployments.
type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,10 +54,10 @@ func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a countryNamedLocation object. This API is supported in the following national cloud deployments.
+// Delete delete a namedLocation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -73,7 +73,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Delete(
}
return nil
}
-// Get retrieve the properties and relationships of an ipNamedLocation object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an ipNamedLocation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable), nil
}
-// Patch update the properties of a countryNamedLocation object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an ipNamedLocation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Patch(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable), nil
}
-// ToDeleteRequestInformation delete a countryNamedLocation object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a namedLocation object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDelet
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an ipNamedLocation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an ipNamedLocation object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a countryNamedLocation object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an ipNamedLocation object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_named_locations_request_builder.go b/identity/conditional_access_named_locations_request_builder.go
index fcc9f4dda08..0bf0229c632 100644
--- a/identity/conditional_access_named_locations_request_builder.go
+++ b/identity/conditional_access_named_locations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessNamedLocationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters get a list of namedLocation objects. This API is supported in the following national cloud deployments.
+// ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters get a list of namedLocation objects. This API is available in the following national cloud deployments.
type ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConditionalAccessNamedLocationsRequestBuilder(rawUrl string, requestAdap
func (m *ConditionalAccessNamedLocationsRequestBuilder) Count()(*ConditionalAccessNamedLocationsCountRequestBuilder) {
return NewConditionalAccessNamedLocationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of namedLocation objects. This API is supported in the following national cloud deployments.
+// Get get a list of namedLocation objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ConditionalAccessNamedLocationsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationCollectionResponseable), nil
}
-// Post create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is supported in the following national cloud deployments.
+// Post create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ConditionalAccessNamedLocationsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable), nil
}
-// ToGetRequestInformation get a list of namedLocation objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of namedLocation objects. This API is available in the following national cloud deployments.
func (m *ConditionalAccessNamedLocationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ConditionalAccessNamedLocationsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is available in the following national cloud deployments.
func (m *ConditionalAccessNamedLocationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, requestConfiguration *ConditionalAccessNamedLocationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_policies_conditional_access_policy_item_request_builder.go b/identity/conditional_access_policies_conditional_access_policy_item_request_builder.go
index b450399edb1..68756f1c3e6 100644
--- a/identity/conditional_access_policies_conditional_access_policy_item_request_builder.go
+++ b/identity/conditional_access_policies_conditional_access_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) Del
}
return nil
}
-// Get retrieve the properties and relationships of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessPolicyable), nil
}
-// Patch update the properties of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) Pat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessPolicyable), nil
}
-// ToDeleteRequestInformation delete a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a conditionalAccessPolicy object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessPolicyable, requestConfiguration *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_policies_request_builder.go b/identity/conditional_access_policies_request_builder.go
index a6354151afd..5243be54ea0 100644
--- a/identity/conditional_access_policies_request_builder.go
+++ b/identity/conditional_access_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessPoliciesRequestBuilderGetQueryParameters retrieve a list of conditionalAccessPolicy objects. This API is supported in the following national cloud deployments.
+// ConditionalAccessPoliciesRequestBuilderGetQueryParameters retrieve a list of conditionalAccessPolicy objects. This API is available in the following national cloud deployments.
type ConditionalAccessPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConditionalAccessPoliciesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ConditionalAccessPoliciesRequestBuilder) Count()(*ConditionalAccessPoliciesCountRequestBuilder) {
return NewConditionalAccessPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of conditionalAccessPolicy objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of conditionalAccessPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ConditionalAccessPoliciesRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessPolicyCollectionResponseable), nil
}
-// Post create a new conditionalAccessPolicy. This API is supported in the following national cloud deployments.
+// Post create a new conditionalAccessPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ConditionalAccessPoliciesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessPolicyable), nil
}
-// ToGetRequestInformation retrieve a list of conditionalAccessPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of conditionalAccessPolicy objects. This API is available in the following national cloud deployments.
func (m *ConditionalAccessPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ConditionalAccessPoliciesRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new conditionalAccessPolicy. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new conditionalAccessPolicy. This API is available in the following national cloud deployments.
func (m *ConditionalAccessPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessPolicyable, requestConfiguration *ConditionalAccessPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_templates_conditional_access_template_item_request_builder.go b/identity/conditional_access_templates_conditional_access_template_item_request_builder.go
index 87202bce2ff..286397a3db9 100644
--- a/identity/conditional_access_templates_conditional_access_template_item_request_builder.go
+++ b/identity/conditional_access_templates_conditional_access_template_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters read the properties and relationships of a conditionalAccessTemplate object. This API is supported in the following national cloud deployments.
+// ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters read the properties and relationships of a conditionalAccessTemplate object. This API is available in the following national cloud deployments.
type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a conditionalAccessTemplate object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a conditionalAccessTemplate object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessTemplateable), nil
}
-// ToGetRequestInformation read the properties and relationships of a conditionalAccessTemplate object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a conditionalAccessTemplate object. This API is available in the following national cloud deployments.
func (m *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/conditional_access_templates_request_builder.go b/identity/conditional_access_templates_request_builder.go
index 907c0bde177..69af9a8c536 100644
--- a/identity/conditional_access_templates_request_builder.go
+++ b/identity/conditional_access_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConditionalAccessTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConditionalAccessTemplatesRequestBuilderGetQueryParameters get a list of the conditionalAccessTemplate objects and their properties. This API is supported in the following national cloud deployments.
+// ConditionalAccessTemplatesRequestBuilderGetQueryParameters get a list of the conditionalAccessTemplate objects and their properties. This API is available in the following national cloud deployments.
type ConditionalAccessTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewConditionalAccessTemplatesRequestBuilder(rawUrl string, requestAdapter i
func (m *ConditionalAccessTemplatesRequestBuilder) Count()(*ConditionalAccessTemplatesCountRequestBuilder) {
return NewConditionalAccessTemplatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the conditionalAccessTemplate objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the conditionalAccessTemplate objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ConditionalAccessTemplatesRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConditionalAccessTemplateCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the conditionalAccessTemplate objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the conditionalAccessTemplate objects and their properties. This API is available in the following national cloud deployments.
func (m *ConditionalAccessTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/identity_providers_identity_provider_base_item_request_builder.go b/identity/identity_providers_identity_provider_base_item_request_builder.go
index 5c3471e7b64..a1bf1c9f22f 100644
--- a/identity/identity_providers_identity_provider_base_item_request_builder.go
+++ b/identity/identity_providers_identity_provider_base_item_request_builder.go
@@ -18,7 +18,7 @@ type IdentityProvidersIdentityProviderBaseItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters 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.
+// IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters 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.
type IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewIdentityProvidersIdentityProviderBaseItemRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) Patch(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *IdentityProvidersIdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentityProvidersIdentityProviderBaseItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseable, requestConfiguration *IdentityProvidersIdentityProviderBaseItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/identity_providers_request_builder.go b/identity/identity_providers_request_builder.go
index 52c00e4ecfd..e1d7828864b 100644
--- a/identity/identity_providers_request_builder.go
+++ b/identity/identity_providers_request_builder.go
@@ -11,7 +11,7 @@ import (
type IdentityProvidersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// IdentityProvidersRequestBuilderGetQueryParameters 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.
+// IdentityProvidersRequestBuilderGetQueryParameters 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.
type IdentityProvidersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewIdentityProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *IdentityProvidersRequestBuilder) Count()(*IdentityProvidersCountRequestBuilder) {
return NewIdentityProvidersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *IdentityProvidersRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *IdentityProvidersRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentityProvidersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *IdentityProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseable, requestConfiguration *IdentityProvidersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/user_flow_attributes_identity_user_flow_attribute_item_request_builder.go b/identity/user_flow_attributes_identity_user_flow_attribute_item_request_builder.go
index 76c830cd3ce..87edb0118b2 100644
--- a/identity/user_flow_attributes_identity_user_flow_attribute_item_request_builder.go
+++ b/identity/user_flow_attributes_identity_user_flow_attribute_item_request_builder.go
@@ -18,7 +18,7 @@ type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a identityUserFlowAttribute object. This API is available in the following national cloud deployments.
type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a custom identityUserFlowAttribute. This API is supported in the following national cloud deployments.
+// Delete delete a custom identityUserFlowAttribute. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the properties and relationships of a identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a identityUserFlowAttribute object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeable), nil
}
-// Patch update the properties of a custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a custom identityUserFlowAttribute object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) Patch(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeable), nil
}
-// ToDeleteRequestInformation delete a custom identityUserFlowAttribute. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a custom identityUserFlowAttribute. This API is available in the following national cloud deployments.
func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a identityUserFlowAttribute object. This API is available in the following national cloud deployments.
func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a custom identityUserFlowAttribute object. This API is available in the following national cloud deployments.
func (m *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeable, requestConfiguration *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identity/user_flow_attributes_request_builder.go b/identity/user_flow_attributes_request_builder.go
index 63e40feb591..f106a7543e4 100644
--- a/identity/user_flow_attributes_request_builder.go
+++ b/identity/user_flow_attributes_request_builder.go
@@ -11,7 +11,7 @@ import (
type UserFlowAttributesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UserFlowAttributesRequestBuilderGetQueryParameters retrieve a list of identityUserFlowAttribute objects. This API is supported in the following national cloud deployments.
+// UserFlowAttributesRequestBuilderGetQueryParameters retrieve a list of identityUserFlowAttribute objects. This API is available in the following national cloud deployments.
type UserFlowAttributesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewUserFlowAttributesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *UserFlowAttributesRequestBuilder) Count()(*UserFlowAttributesCountRequestBuilder) {
return NewUserFlowAttributesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of identityUserFlowAttribute objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of identityUserFlowAttribute objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *UserFlowAttributesRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeCollectionResponseable), nil
}
-// Post create a new custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// Post create a new custom identityUserFlowAttribute object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *UserFlowAttributesRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeable), nil
}
-// ToGetRequestInformation retrieve a list of identityUserFlowAttribute objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of identityUserFlowAttribute objects. This API is available in the following national cloud deployments.
func (m *UserFlowAttributesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UserFlowAttributesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *UserFlowAttributesRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new custom identityUserFlowAttribute object. This API is available in the following national cloud deployments.
func (m *UserFlowAttributesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityUserFlowAttributeable, requestConfiguration *UserFlowAttributesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_access_review_schedule_definition_item_request_builder.go b/identitygovernance/access_reviews_definitions_access_review_schedule_definition_item_request_builder.go
index ba6af4d8f13..5d1c5bdeaff 100644
--- a/identitygovernance/access_reviews_definitions_access_review_schedule_definition_item_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_access_review_schedule_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters 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.
+// AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters 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.
type AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewAccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes an accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments.
+// Delete deletes an accessReviewScheduleDefinition object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilde
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilde
func (m *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilder) Stop()(*AccessReviewsDefinitionsItemStopRequestBuilder) {
return NewAccessReviewsDefinitionsItemStopRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes an accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes an accessReviewScheduleDefinition object. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsAccessReviewScheduleDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_access_review_instance_item_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_access_review_instance_item_request_builder.go
index e3f6e119110..64ad6db24d9 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_access_review_instance_item_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_access_review_instance_item_request_builder.go
@@ -18,7 +18,7 @@ type AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBuilderGetQueryParameters read the properties and relationships of an accessReviewInstance object. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBuilderGetQueryParameters read the properties and relationships of an accessReviewInstance object. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -90,7 +90,7 @@ func (m *AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBui
}
return nil
}
-// Get read the properties and relationships of an accessReviewInstance object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an accessReviewInstance object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0
@@ -162,7 +162,7 @@ func (m *AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessReviewInstance object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an accessReviewInstance object. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesAccessReviewInstanceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_accept_recommendations_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_accept_recommendations_request_builder.go
index b7a8a307bfd..43828a0f6fc 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_accept_recommendations_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_accept_recommendations_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemAcceptRecommendationsRequestBui
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemAcceptRecommendationsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemAcceptRecommendationsRequestBu
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemAcceptRecommendationsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemAcceptRecommendationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_apply_decisions_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_apply_decisions_request_builder.go
index 6ba75c7402f..0a8223da46b 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_apply_decisions_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_apply_decisions_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemApplyDecisionsRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemApplyDecisionsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemApplyDecisionsRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemApplyDecisionsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemApplyDecisionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_post_request_body.go b/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_post_request_body.go
index 38e01b25bfb..d6f273e6f65 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_post_request_body.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_post_request_body.go
@@ -22,7 +22,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequest
func CreateAccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostReques
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostReques
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_request_builder.go
index 37e2bad8df5..2cc2885c7ef 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_batch_record_decisions_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsRequestBui
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsPostRequestBodyable, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemBatchRecordDecisionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_contacted_reviewers_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_contacted_reviewers_request_builder.go
index 1d31aadb80f..10c83fb80fc 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_contacted_reviewers_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_contacted_reviewers_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilderGetQueryParameters 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.
+// AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilderGetQueryParameters 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.
type AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilde
func (m *AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilder) Count()(*AccessReviewsDefinitionsItemInstancesItemContactedReviewersCountRequestBuilder) {
return NewAccessReviewsDefinitionsItemInstancesItemContactedReviewersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewReviewerable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemContactedReviewersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_access_review_instance_decision_item_item_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_access_review_instance_decision_item_item_request_builder.go
index 6e95b71fbc6..61387214539 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_access_review_instance_decision_item_item_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_access_review_instance_decision_item_item_request_builder.go
@@ -18,7 +18,7 @@ type AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceDecis
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceD
}
return nil
}
-// Get read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceD
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_request_builder.go
index 2bb9ebd2ba6..6f170f7fe08 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilderGetQueryParameters 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.
+// AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilderGetQueryParameters 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.
type AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilder) Count
func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) {
return NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewInstanceDecisionItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemDecisionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_reset_decisions_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_reset_decisions_request_builder.go
index 4382e61418e..0715e7afb86 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_reset_decisions_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_reset_decisions_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemResetDecisionsRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemResetDecisionsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is supported in the following national cloud deployments.
+// Post resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemResetDecisionsRequestBuilder)
}
return nil
}
-// ToPostRequestInformation resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemResetDecisionsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemResetDecisionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_send_reminder_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_send_reminder_request_builder.go
index 2ad75892b54..59dd3ee303f 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_send_reminder_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_send_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemSendReminderRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemSendReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post send a reminder to the reviewers of an active accessReviewInstance. This API is supported in the following national cloud deployments.
+// Post send a reminder to the reviewers of an active accessReviewInstance. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemSendReminderRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation send a reminder to the reviewers of an active accessReviewInstance. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a reminder to the reviewers of an active accessReviewInstance. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemSendReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemSendReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_access_review_stage_item_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_access_review_stage_item_request_builder.go
index 06fb64dbc52..4ffa771a593 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_access_review_stage_item_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_access_review_stage_item_request_builder.go
@@ -18,7 +18,7 @@ type AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an accessReviewStage object. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an accessReviewStage object. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemReq
}
return nil
}
-// Get retrieve the properties and relationships of an accessReviewStage object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an accessReviewStage object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewStageable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an accessReviewStage object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an accessReviewStage object. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewStageable, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesAccessReviewStageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_access_review_instance_decision_item_item_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_access_review_instance_decision_item_item_request_builder.go
index b8d99c7846a..6377385b63e 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_access_review_instance_decision_item_item_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_access_review_instance_decision_item_item_request_builder.go
@@ -18,7 +18,7 @@ type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewIns
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessRevie
}
return nil
}
-// Get read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessRevie
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilder) Insights()(*AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInsightsRequestBuilder) {
return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsItemInsightsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is supported in the following national cloud deployments.
+// Patch update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessRevie
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessRevie
}
return requestInfo, nil
}
-// ToPatchRequestInformation update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewInstanceDecisionItemable, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsAccessReviewInstanceDecisionItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_request_builder.go
index 09ecaa34293..6484bf431cb 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilderGetQueryParameters 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.
+// AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilderGetQueryParameters 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.
type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuil
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) {
return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewInstanceDecisionItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_stop_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_stop_request_builder.go
index 808520c7427..bb5c360a94b 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_stop_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_stop_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemStopRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemStagesItemStopRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemStopRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemStopRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemStopRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_request_builder.go
index 876eb9d0b76..14bb1434b0a 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilderGetQueryParameters retrieve the stages in a multi-stage access review instance. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilderGetQueryParameters retrieve the stages in a multi-stage access review instance. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilder) Count()(
func (m *AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilder) {
return NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get retrieve the stages in a multi-stage access review instance. This API is supported in the following national cloud deployments.
+// Get retrieve the stages in a multi-stage access review instance. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewStageable), nil
}
-// ToGetRequestInformation retrieve the stages in a multi-stage access review instance. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the stages in a multi-stage access review instance. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stop_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stop_request_builder.go
index c4c87b9b214..476d96992ee 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stop_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stop_request_builder.go
@@ -30,7 +30,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStopRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsDefinitionsItemInstancesItemStopRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *AccessReviewsDefinitionsItemInstancesItemStopRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AccessReviewsDefinitionsItemInstancesItemStopRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStopRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_item_instances_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_request_builder.go
index f2658666778..c2d4d3b3613 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsDefinitionsItemInstancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsDefinitionsItemInstancesRequestBuilderGetQueryParameters get a list of the accessReviewInstance objects and their properties. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsItemInstancesRequestBuilderGetQueryParameters get a list of the accessReviewInstance objects and their properties. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsItemInstancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AccessReviewsDefinitionsItemInstancesRequestBuilder) Count()(*AccessRev
func (m *AccessReviewsDefinitionsItemInstancesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilder) {
return NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get a list of the accessReviewInstance objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the accessReviewInstance objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *AccessReviewsDefinitionsItemInstancesRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewInstanceable), nil
}
-// ToGetRequestInformation get a list of the accessReviewInstance objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the accessReviewInstance objects and their properties. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_definitions_request_builder.go b/identitygovernance/access_reviews_definitions_request_builder.go
index fa18542b896..b124f0b3c82 100644
--- a/identitygovernance/access_reviews_definitions_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsDefinitionsRequestBuilderGetQueryParameters get a list of the accessReviewScheduleDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// AccessReviewsDefinitionsRequestBuilderGetQueryParameters get a list of the accessReviewScheduleDefinition objects and their properties. This API is available in the following national cloud deployments.
type AccessReviewsDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AccessReviewsDefinitionsRequestBuilder) Count()(*AccessReviewsDefinitio
func (m *AccessReviewsDefinitionsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilder) {
return NewAccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get a list of the accessReviewScheduleDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the accessReviewScheduleDefinition objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *AccessReviewsDefinitionsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewScheduleDefinitionCollectionResponseable), nil
}
-// Post create a new accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments.
+// Post create a new accessReviewScheduleDefinition object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *AccessReviewsDefinitionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewScheduleDefinitionable), nil
}
-// ToGetRequestInformation get a list of the accessReviewScheduleDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the accessReviewScheduleDefinition objects and their properties. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *AccessReviewsDefinitionsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new accessReviewScheduleDefinition object. This API is available in the following national cloud deployments.
func (m *AccessReviewsDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewScheduleDefinitionable, requestConfiguration *AccessReviewsDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_history_definitions_access_review_history_definition_item_request_builder.go b/identitygovernance/access_reviews_history_definitions_access_review_history_definition_item_request_builder.go
index adc94c141ca..4a29d208b78 100644
--- a/identitygovernance/access_reviews_history_definitions_access_review_history_definition_item_request_builder.go
+++ b/identitygovernance/access_reviews_history_definitions_access_review_history_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters 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.
+// AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters 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.
type AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequest
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsHistoryDefinitionsAccessReviewHistoryDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_history_definitions_item_instances_item_generate_download_uri_request_builder.go b/identitygovernance/access_reviews_history_definitions_item_instances_item_generate_download_uri_request_builder.go
index 30b88753f8b..75161348c5b 100644
--- a/identitygovernance/access_reviews_history_definitions_item_instances_item_generate_download_uri_request_builder.go
+++ b/identitygovernance/access_reviews_history_definitions_item_instances_item_generate_download_uri_request_builder.go
@@ -31,7 +31,7 @@ func NewAccessReviewsHistoryDefinitionsItemInstancesItemGenerateDownloadUriReque
urlParams["request-raw-url"] = rawUrl
return NewAccessReviewsHistoryDefinitionsItemInstancesItemGenerateDownloadUriRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *AccessReviewsHistoryDefinitionsItemInstancesItemGenerateDownloadUriRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewHistoryInstanceable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AccessReviewsHistoryDefinitionsItemInstancesItemGenerateDownloadUriRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsHistoryDefinitionsItemInstancesItemGenerateDownloadUriRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_history_definitions_item_instances_request_builder.go b/identitygovernance/access_reviews_history_definitions_item_instances_request_builder.go
index c514ab06d03..cf282b49c0b 100644
--- a/identitygovernance/access_reviews_history_definitions_item_instances_request_builder.go
+++ b/identitygovernance/access_reviews_history_definitions_item_instances_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsHistoryDefinitionsItemInstancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsHistoryDefinitionsItemInstancesRequestBuilderGetQueryParameters 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.
+// AccessReviewsHistoryDefinitionsItemInstancesRequestBuilderGetQueryParameters 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.
type AccessReviewsHistoryDefinitionsItemInstancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAccessReviewsHistoryDefinitionsItemInstancesRequestBuilder(rawUrl string
func (m *AccessReviewsHistoryDefinitionsItemInstancesRequestBuilder) Count()(*AccessReviewsHistoryDefinitionsItemInstancesCountRequestBuilder) {
return NewAccessReviewsHistoryDefinitionsItemInstancesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AccessReviewsHistoryDefinitionsItemInstancesRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewHistoryInstanceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AccessReviewsHistoryDefinitionsItemInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsHistoryDefinitionsItemInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/access_reviews_history_definitions_request_builder.go b/identitygovernance/access_reviews_history_definitions_request_builder.go
index bd06f3c152d..7f1e43bef37 100644
--- a/identitygovernance/access_reviews_history_definitions_request_builder.go
+++ b/identitygovernance/access_reviews_history_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type AccessReviewsHistoryDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AccessReviewsHistoryDefinitionsRequestBuilderGetQueryParameters retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is supported in the following national cloud deployments.
+// AccessReviewsHistoryDefinitionsRequestBuilderGetQueryParameters retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is available in the following national cloud deployments.
type AccessReviewsHistoryDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAccessReviewsHistoryDefinitionsRequestBuilder(rawUrl string, requestAdap
func (m *AccessReviewsHistoryDefinitionsRequestBuilder) Count()(*AccessReviewsHistoryDefinitionsCountRequestBuilder) {
return NewAccessReviewsHistoryDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is supported in the following national cloud deployments.
+// Get retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AccessReviewsHistoryDefinitionsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewHistoryDefinitionCollectionResponseable), nil
}
-// Post create a new accessReviewHistoryDefinition object. This API is supported in the following national cloud deployments.
+// Post create a new accessReviewHistoryDefinition object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *AccessReviewsHistoryDefinitionsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewHistoryDefinitionable), nil
}
-// ToGetRequestInformation retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is available in the following national cloud deployments.
func (m *AccessReviewsHistoryDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AccessReviewsHistoryDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *AccessReviewsHistoryDefinitionsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new accessReviewHistoryDefinition object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new accessReviewHistoryDefinition object. This API is available in the following national cloud deployments.
func (m *AccessReviewsHistoryDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessReviewHistoryDefinitionable, requestConfiguration *AccessReviewsHistoryDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/app_consent_app_consent_requests_app_consent_request_item_request_builder.go b/identitygovernance/app_consent_app_consent_requests_app_consent_request_item_request_builder.go
index 72a0dd743ea..947bfb07102 100644
--- a/identitygovernance/app_consent_app_consent_requests_app_consent_request_item_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_app_consent_request_item_request_builder.go
@@ -18,7 +18,7 @@ type AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilderGetQueryParameters read the properties and relationships of an appConsentRequest object. This API is supported in the following national cloud deployments.
+// AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilderGetQueryParameters read the properties and relationships of an appConsentRequest object. This API is available in the following national cloud deployments.
type AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilder) Delete
}
return nil
}
-// Get read the properties and relationships of an appConsentRequest object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an appConsentRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an appConsentRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an appConsentRequest object. This API is available in the following national cloud deployments.
func (m *AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsAppConsentRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_approval_stage_item_request_builder.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_approval_stage_item_request_builder.go
index ac8b38a8703..fef051e9bb3 100644
--- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_approval_stage_item_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_approval_stage_item_request_builder.go
@@ -18,7 +18,7 @@ type AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprov
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilderGetQueryParameters 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.
+// AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilderGetQueryParameters 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.
type AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesAp
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesAp
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable), nil
}
-// Patch in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments.
+// Patch in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesAp
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesAp
}
return requestInfo, nil
}
-// ToPatchRequestInformation in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments.
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesApprovalStageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_request_builder.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_request_builder.go
index ff03586cd6e..378395fddcc 100644
--- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_item_approval_stages_request_builder.go
@@ -11,7 +11,7 @@ import (
type AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilderGetQueryParameters 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.
+// AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilderGetQueryParameters 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.
type AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesReq
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilder) Count()(*AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesCountRequestBuilder) {
return NewAppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsItemApprovalStagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_request_builder.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_request_builder.go
index 9f95d84a1d0..078b3d8a8a5 100644
--- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilderGetQueryParameters retrieve a collection of userConsentRequest objects and their properties. This API is supported in the following national cloud deployments.
+// AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilderGetQueryParameters retrieve a collection of userConsentRequest objects and their properties. This API is available in the following national cloud deployments.
type AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilder) Coun
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get retrieve a collection of userConsentRequest objects and their properties. This API is supported in the following national cloud deployments.
+// Get retrieve a collection of userConsentRequest objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserConsentRequestable), nil
}
-// ToGetRequestInformation retrieve a collection of userConsentRequest objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a collection of userConsentRequest objects and their properties. This API is available in the following national cloud deployments.
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_user_consent_request_item_request_builder.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_user_consent_request_item_request_builder.go
index cef23709dcd..19253d66483 100644
--- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_user_consent_request_item_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_user_consent_request_item_request_builder.go
@@ -18,7 +18,7 @@ type AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a userConsentRequest object. This API is supported in the following national cloud deployments.
+// AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a userConsentRequest object. This API is available in the following national cloud deployments.
type AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestIt
}
return nil
}
-// Get read the properties and relationships of a userConsentRequest object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a userConsentRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestIt
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a userConsentRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a userConsentRequest object. This API is available in the following national cloud deployments.
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsUserConsentRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/app_consent_app_consent_requests_request_builder.go b/identitygovernance/app_consent_app_consent_requests_request_builder.go
index e390a22c771..4ecff182379 100644
--- a/identitygovernance/app_consent_app_consent_requests_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type AppConsentAppConsentRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AppConsentAppConsentRequestsRequestBuilderGetQueryParameters retrieve appConsentRequest objects and their properties. This API is supported in the following national cloud deployments.
+// AppConsentAppConsentRequestsRequestBuilderGetQueryParameters retrieve appConsentRequest objects and their properties. This API is available in the following national cloud deployments.
type AppConsentAppConsentRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *AppConsentAppConsentRequestsRequestBuilder) Count()(*AppConsentAppConse
func (m *AppConsentAppConsentRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*AppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get retrieve appConsentRequest objects and their properties. This API is supported in the following national cloud deployments.
+// Get retrieve appConsentRequest objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *AppConsentAppConsentRequestsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable), nil
}
-// ToGetRequestInformation retrieve appConsentRequest objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve appConsentRequest objects and their properties. This API is available in the following national cloud deployments.
func (m *AppConsentAppConsentRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_approval_item_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_approval_item_request_builder.go
index 235b60b5250..f69862c1195 100644
--- a/identitygovernance/entitlement_management_access_package_assignment_approvals_approval_item_request_builder.go
+++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_approval_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemReques
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approval-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsApprovalItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_approval_stage_item_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_approval_stage_item_request_builder.go
index e512d760c98..49eba584e39 100644
--- a/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_approval_stage_item_request_builder.go
+++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_approval_stage_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStag
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApproval
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApproval
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable), nil
}
-// Patch in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments.
+// Patch in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApproval
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApproval
}
return requestInfo, nil
}
-// ToPatchRequestInformation in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments.
func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_request_builder.go
index a9d0890b83c..af1304295af 100644
--- a/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_request_builder.go
+++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_item_stages_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBu
func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilder) Count()(*EntitlementManagementAccessPackageAssignmentApprovalsItemStagesCountRequestBuilder) {
return NewEntitlementManagementAccessPackageAssignmentApprovalsItemStagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsItemStagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_request_builder.go
index b15b8526eb3..208c4611fa2 100644
--- a/identitygovernance/entitlement_management_access_package_assignment_approvals_request_builder.go
+++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilder) Co
func (m *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
func (m *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -116,7 +116,7 @@ func (m *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilder) Po
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Approvalable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go b/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go
index cb59609c334..966e3e5519d 100644
--- a/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewEntitlementManagementAccessPackagesAccessPackageItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesAccessPackageItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Del
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Inc
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) IncompatibleGroups()(*EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0
@@ -145,7 +145,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Pat
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ResourceRoleScopes()(*EntitlementManagementAccessPackagesItemResourceRoleScopesRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemResourceRoleScopesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -173,7 +173,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageable, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_access_packages_incompatible_with_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_access_packages_incompatible_with_request_builder.go
index ca7a211d1fc..2e5d3c1ffab 100644
--- a/identitygovernance/entitlement_management_access_packages_item_access_packages_incompatible_with_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_access_packages_incompatible_with_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewEntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithReq
func (m *EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilder) Count()(*EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithCountRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemAccessPackagesIncompatibleWithRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go
index 4ef0d1cff6d..5e466d5afd1 100644
--- a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRe
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetApplicablePolicyRequirementsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsR
}
return res.(EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseable), nil
}
-// PostAsGetApplicablePolicyRequirementsPostResponse 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.
+// PostAsGetApplicablePolicyRequirementsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsR
}
return res.(EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_item_ref_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_item_ref_request_builder.go
index 402c3d6455b..2c8aa70a180 100644
--- a/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_item_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilderDeleteQueryParameters 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.
+// EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilderDeleteQueryParameters 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.
type EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRef
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRe
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_ref_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_ref_request_builder.go
index 74127005b83..db6853e4af4 100644
--- a/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequ
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefReq
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefReq
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_request_builder.go
index 522980c174e..d66897f9678 100644
--- a/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_incompatible_access_packages_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequest
func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilder) Count()(*EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesCountRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesReques
func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilder) Ref()(*EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleAccessPackagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_item_ref_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_item_ref_request_builder.go
index 1ee2fa6bc2d..ad85189a58a 100644
--- a/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_item_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilderDeleteQueryParameters 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.
+// EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilderDeleteQueryParameters 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.
type EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewEntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestB
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequest
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleGroupsItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_ref_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_ref_request_builder.go
index 8514513804f..31bf3db3dba 100644
--- a/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuil
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuil
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_request_builder.go
index ba4c9c6ac06..d3a12f08fb1 100644
--- a/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_incompatible_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewEntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder(
func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder) Count()(*EntitlementManagementAccessPackagesItemIncompatibleGroupsCountRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemIncompatibleGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder
func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder) Ref()(*EntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemIncompatibleGroupsRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemIncompatibleGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_access_package_resource_role_scope_item_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_access_package_resource_role_scope_item_request_builder.go
index 558ce241653..d97fd5288d7 100644
--- a/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_access_package_resource_role_scope_item_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_access_package_resource_role_scope_item_request_builder.go
@@ -54,7 +54,7 @@ func NewEntitlementManagementAccessPackagesItemResourceRoleScopesAccessPackageRe
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAccessPackagesItemResourceRoleScopesAccessPackageResourceRoleScopeItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is supported in the following national cloud deployments.
+// Delete remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *EntitlementManagementAccessPackagesItemResourceRoleScopesAccessPackageR
func (m *EntitlementManagementAccessPackagesItemResourceRoleScopesAccessPackageResourceRoleScopeItemRequestBuilder) Scope()(*EntitlementManagementAccessPackagesItemResourceRoleScopesItemScopeRequestBuilder) {
return NewEntitlementManagementAccessPackagesItemResourceRoleScopesItemScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is available in the following national cloud deployments.
func (m *EntitlementManagementAccessPackagesItemResourceRoleScopesAccessPackageResourceRoleScopeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesItemResourceRoleScopesAccessPackageResourceRoleScopeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_request_builder.go
index f9cb19e158d..82b00adb3d0 100644
--- a/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_resource_role_scopes_request_builder.go
@@ -93,7 +93,7 @@ func (m *EntitlementManagementAccessPackagesItemResourceRoleScopesRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRoleScopeCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *EntitlementManagementAccessPackagesItemResourceRoleScopesRequestBuilder
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAccessPackagesItemResourceRoleScopesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRoleScopeable, requestConfiguration *EntitlementManagementAccessPackagesItemResourceRoleScopesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_access_packages_request_builder.go b/identitygovernance/entitlement_management_access_packages_request_builder.go
index 8903f087f11..054a5eb4d18 100644
--- a/identitygovernance/entitlement_management_access_packages_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAccessPackagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAccessPackagesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAccessPackagesRequestBuilderGetQueryParameters 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.
type EntitlementManagementAccessPackagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementAccessPackagesRequestBuilder) Count()(*Entitlement
func (m *EntitlementManagementAccessPackagesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *EntitlementManagementAccessPackagesRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *EntitlementManagementAccessPackagesRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAccessPackagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *EntitlementManagementAccessPackagesRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAccessPackagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageable, requestConfiguration *EntitlementManagementAccessPackagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_policies_access_package_assignment_policy_item_request_builder.go b/identitygovernance/entitlement_management_assignment_policies_access_package_assignment_policy_item_request_builder.go
index 6fffe0a676c..16d8bb20805 100644
--- a/identitygovernance/entitlement_management_assignment_policies_access_package_assignment_policy_item_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_policies_access_package_assignment_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is supported in the following national cloud deployments.
+// EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is available in the following national cloud deployments.
type EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewEntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItem
func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilder) CustomExtensionStageSettings()(*EntitlementManagementAssignmentPoliciesItemCustomExtensionStageSettingsRequestBuilder) {
return NewEntitlementManagementAssignmentPoliciesItemCustomExtensionStageSettingsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete in Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is supported in the following national cloud deployments.
+// Delete in Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyIte
}
return nil
}
-// Get in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is supported in the following national cloud deployments.
+// Get in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyIte
func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilder) Questions()(*EntitlementManagementAssignmentPoliciesItemQuestionsRequestBuilder) {
return NewEntitlementManagementAssignmentPoliciesItemQuestionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation in Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation in Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is available in the following national cloud deployments.
func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyIte
}
return requestInfo, nil
}
-// ToGetRequestInformation in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentPoliciesAccessPackageAssignmentPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_policies_request_builder.go b/identitygovernance/entitlement_management_assignment_policies_request_builder.go
index c1d5ab48fc8..1b5e1f05c14 100644
--- a/identitygovernance/entitlement_management_assignment_policies_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAssignmentPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAssignmentPoliciesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAssignmentPoliciesRequestBuilderGetQueryParameters 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.
type EntitlementManagementAssignmentPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementAssignmentPoliciesRequestBuilder(rawUrl string, req
func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) Count()(*EntitlementManagementAssignmentPoliciesCountRequestBuilder) {
return NewEntitlementManagementAssignmentPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentPolicyCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentPolicyable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentPolicyable, requestConfiguration *EntitlementManagementAssignmentPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_requests_access_package_assignment_request_item_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_access_package_assignment_request_item_request_builder.go
index be771784ffa..622329b5b79 100644
--- a/identitygovernance/entitlement_management_assignment_requests_access_package_assignment_request_item_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_requests_access_package_assignment_request_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is supported in the following national cloud deployments.
+// EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is available in the following national cloud deployments.
type EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewEntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestIte
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestIt
}
return nil
}
-// Get in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is supported in the following national cloud deployments.
+// Get in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestIt
func (m *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilder) Resume()(*EntitlementManagementAssignmentRequestsItemResumeRequestBuilder) {
return NewEntitlementManagementAssignmentRequestsItemResumeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestIt
}
return requestInfo, nil
}
-// ToGetRequestInformation in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsAccessPackageAssignmentRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_requests_item_cancel_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_item_cancel_request_builder.go
index 36964ca2ead..0a9ed4dd537 100644
--- a/identitygovernance/entitlement_management_assignment_requests_item_cancel_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_requests_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementAssignmentRequestsItemCancelRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAssignmentRequestsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *EntitlementManagementAssignmentRequestsItemCancelRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAssignmentRequestsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_requests_item_reprocess_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_item_reprocess_request_builder.go
index 8afa2ae9d6f..04f7ab3f6bb 100644
--- a/identitygovernance/entitlement_management_assignment_requests_item_reprocess_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_requests_item_reprocess_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementAssignmentRequestsItemReprocessRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAssignmentRequestsItemReprocessRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *EntitlementManagementAssignmentRequestsItemReprocessRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAssignmentRequestsItemReprocessRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsItemReprocessRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_requests_item_resume_post_request_body.go b/identitygovernance/entitlement_management_assignment_requests_item_resume_post_request_body.go
index c5d6a65374a..2172daec7b7 100644
--- a/identitygovernance/entitlement_management_assignment_requests_item_resume_post_request_body.go
+++ b/identitygovernance/entitlement_management_assignment_requests_item_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewEntitlementManagementAssignmentRequestsItemResumePostRequestBody()(*Enti
func CreateEntitlementManagementAssignmentRequestsItemResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAssignmentRequestsItemResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EntitlementManagementAssignmentRequestsItemResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *EntitlementManagementAssignmentRequestsItemResumePostRequestBody) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EntitlementManagementAssignmentRequestsItemResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *EntitlementManagementAssignmentRequestsItemResumePostRequestBody) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EntitlementManagementAssignmentRequestsItemResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EntitlementManagementAssignmentRequestsItemResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/entitlement_management_assignment_requests_item_resume_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_item_resume_request_builder.go
index 37ac4a9024b..ae84df0b99a 100644
--- a/identitygovernance/entitlement_management_assignment_requests_item_resume_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_requests_item_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementAssignmentRequestsItemResumeRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAssignmentRequestsItemResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *EntitlementManagementAssignmentRequestsItemResumeRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAssignmentRequestsItemResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementAssignmentRequestsItemResumePostRequestBodyable, requestConfiguration *EntitlementManagementAssignmentRequestsItemResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignment_requests_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_request_builder.go
index 37a569c0860..f7f842fb787 100644
--- a/identitygovernance/entitlement_management_assignment_requests_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAssignmentRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAssignmentRequestsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAssignmentRequestsRequestBuilderGetQueryParameters 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.
type EntitlementManagementAssignmentRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementAssignmentRequestsRequestBuilder) Count()(*Entitle
func (m *EntitlementManagementAssignmentRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *EntitlementManagementAssignmentRequestsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *EntitlementManagementAssignmentRequestsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAssignmentRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *EntitlementManagementAssignmentRequestsRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAssignmentRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestable, requestConfiguration *EntitlementManagementAssignmentRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignments_access_package_assignment_item_request_builder.go b/identitygovernance/entitlement_management_assignments_access_package_assignment_item_request_builder.go
index 1acfb22bd96..d981273a278 100644
--- a/identitygovernance/entitlement_management_assignments_access_package_assignment_item_request_builder.go
+++ b/identitygovernance/entitlement_management_assignments_access_package_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is supported in the following national cloud deployments.
+// EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is available in the following national cloud deployments.
type EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuild
}
return nil
}
-// Get in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is supported in the following national cloud deployments.
+// Get in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation in Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentsAccessPackageAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignments_item_reprocess_request_builder.go b/identitygovernance/entitlement_management_assignments_item_reprocess_request_builder.go
index e36f6384cfd..e7967d9f6a1 100644
--- a/identitygovernance/entitlement_management_assignments_item_reprocess_request_builder.go
+++ b/identitygovernance/entitlement_management_assignments_item_reprocess_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementAssignmentsItemReprocessRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementAssignmentsItemReprocessRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *EntitlementManagementAssignmentsItemReprocessRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementAssignmentsItemReprocessRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentsItemReprocessRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_assignments_request_builder.go b/identitygovernance/entitlement_management_assignments_request_builder.go
index 6abeeb95f2f..c62bb013396 100644
--- a/identitygovernance/entitlement_management_assignments_request_builder.go
+++ b/identitygovernance/entitlement_management_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAssignmentsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementAssignmentsRequestBuilderGetQueryParameters 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.
type EntitlementManagementAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -86,7 +86,7 @@ func (m *EntitlementManagementAssignmentsRequestBuilder) Count()(*EntitlementMan
func (m *EntitlementManagementAssignmentsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementAssignmentsFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementAssignmentsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *EntitlementManagementAssignmentsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_catalogs_access_package_catalog_item_request_builder.go b/identitygovernance/entitlement_management_catalogs_access_package_catalog_item_request_builder.go
index 5d978afd0d2..4ee810ee23b 100644
--- a/identitygovernance/entitlement_management_catalogs_access_package_catalog_item_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_access_package_catalog_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an accessPackageCatalog object. This API is supported in the following national cloud deployments.
+// EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an accessPackageCatalog object. This API is available in the following national cloud deployments.
type EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewEntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder(rawU
func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) CustomWorkflowExtensions()(*EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder) {
return NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// Delete delete an accessPackageCatalog. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) De
}
return nil
}
-// Get retrieve the properties and relationships of an accessPackageCatalog object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an accessPackageCatalog object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0
@@ -137,7 +137,7 @@ func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) Re
func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) ResourceScopes()(*EntitlementManagementCatalogsItemResourceScopesRequestBuilder) {
return NewEntitlementManagementCatalogsItemResourceScopesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an accessPackageCatalog. This API is available in the following national cloud deployments.
func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an accessPackageCatalog object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an accessPackageCatalog object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, requestConfiguration *EntitlementManagementCatalogsAccessPackageCatalogItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go b/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
index be6e6fda899..5764e0f2a1e 100644
--- a/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExten
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments.
+// EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments.
type EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutEx
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
@@ -73,10 +73,10 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutE
}
return nil
}
-// Get read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutE
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutE
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_request_builder.go b/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_request_builder.go
index 65c7273e6f4..72c8e0c71ce 100644
--- a/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilderGetQueryParameters 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.
type EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder(
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder) Count()(*EntitlementManagementCatalogsItemCustomWorkflowExtensionsCountRequestBuilder) {
return NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_catalogs_item_resource_roles_request_builder.go b/identitygovernance/entitlement_management_catalogs_item_resource_roles_request_builder.go
index a2f2ab5d93b..0e7cfe4084d 100644
--- a/identitygovernance/entitlement_management_catalogs_item_resource_roles_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_item_resource_roles_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementCatalogsItemResourceRolesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementCatalogsItemResourceRolesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementCatalogsItemResourceRolesRequestBuilderGetQueryParameters 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.
type EntitlementManagementCatalogsItemResourceRolesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementCatalogsItemResourceRolesRequestBuilder(rawUrl stri
func (m *EntitlementManagementCatalogsItemResourceRolesRequestBuilder) Count()(*EntitlementManagementCatalogsItemResourceRolesCountRequestBuilder) {
return NewEntitlementManagementCatalogsItemResourceRolesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *EntitlementManagementCatalogsItemResourceRolesRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRoleable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementCatalogsItemResourceRolesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemResourceRolesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_catalogs_item_resources_request_builder.go b/identitygovernance/entitlement_management_catalogs_item_resources_request_builder.go
index 41ffc085ae9..9382b41bd2e 100644
--- a/identitygovernance/entitlement_management_catalogs_item_resources_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementCatalogsItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementCatalogsItemResourcesRequestBuilderGetQueryParameters retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// EntitlementManagementCatalogsItemResourcesRequestBuilderGetQueryParameters retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments.
type EntitlementManagementCatalogsItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementCatalogsItemResourcesRequestBuilder(rawUrl string,
func (m *EntitlementManagementCatalogsItemResourcesRequestBuilder) Count()(*EntitlementManagementCatalogsItemResourcesCountRequestBuilder) {
return NewEntitlementManagementCatalogsItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// Get retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *EntitlementManagementCatalogsItemResourcesRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceable), nil
}
-// ToGetRequestInformation retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments.
func (m *EntitlementManagementCatalogsItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_catalogs_request_builder.go b/identitygovernance/entitlement_management_catalogs_request_builder.go
index 3a18b45622e..0c72c7ae2c0 100644
--- a/identitygovernance/entitlement_management_catalogs_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementCatalogsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementCatalogsRequestBuilderGetQueryParameters retrieve a list of accessPackageCatalog objects. This API is supported in the following national cloud deployments.
+// EntitlementManagementCatalogsRequestBuilderGetQueryParameters retrieve a list of accessPackageCatalog objects. This API is available in the following national cloud deployments.
type EntitlementManagementCatalogsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementCatalogsRequestBuilder(rawUrl string, requestAdapte
func (m *EntitlementManagementCatalogsRequestBuilder) Count()(*EntitlementManagementCatalogsCountRequestBuilder) {
return NewEntitlementManagementCatalogsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of accessPackageCatalog objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of accessPackageCatalog objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementCatalogsRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogCollectionResponseable), nil
}
-// Post create a new accessPackageCatalog object. This API is supported in the following national cloud deployments.
+// Post create a new accessPackageCatalog object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementCatalogsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable), nil
}
-// ToGetRequestInformation retrieve a list of accessPackageCatalog objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of accessPackageCatalog objects. This API is available in the following national cloud deployments.
func (m *EntitlementManagementCatalogsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementCatalogsRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new accessPackageCatalog object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new accessPackageCatalog object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementCatalogsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, requestConfiguration *EntitlementManagementCatalogsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_connected_organizations_connected_organization_item_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_connected_organization_item_request_builder.go
index b440fa8d77e..ed656040985 100644
--- a/identitygovernance/entitlement_management_connected_organizations_connected_organization_item_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_connected_organization_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a connectedOrganization object. This API is supported in the following national cloud deployments.
+// EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a connectedOrganization object. This API is available in the following national cloud deployments.
type EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequ
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a connectedOrganization object. This API is supported in the following national cloud deployments.
+// Delete delete a connectedOrganization object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemReq
func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilder) ExternalSponsors()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a connectedOrganization object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a connectedOrganization object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemReq
func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilder) InternalSponsors()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update a connectedOrganization object to change one or more of its properties. This API is supported in the following national cloud deployments.
+// Patch update a connectedOrganization object to change one or more of its properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConnectedOrganizationable), nil
}
-// ToDeleteRequestInformation delete a connectedOrganization object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a connectedOrganization object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a connectedOrganization object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a connectedOrganization object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a connectedOrganization object to change one or more of its properties. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update a connectedOrganization object to change one or more of its properties. This API is available in the following national cloud deployments.
func (m *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConnectedOrganizationable, requestConfiguration *EntitlementManagementConnectedOrganizationsConnectedOrganizationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_get_response.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_get_response.go
deleted file mode 100644
index 3b682ec06d6..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseable
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_request_builder.go
deleted file mode 100644
index 5b861eb4f3f..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder provides operations to call the delta method.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetQueryParameters invoke function delta
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetQueryParameters
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_response.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_response.go
deleted file mode 100644
index 7506f1bd3df..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse struct {
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse{
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse: *NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponse(), nil
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaResponseable interface {
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_post_request_body.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 21c14169ea1..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_post_response.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_post_response.go
deleted file mode 100644
index 3126a6f9df1..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseable
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_request_builder.go
deleted file mode 100644
index d5ef46f52df..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_response.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_response.go
deleted file mode 100644
index 398ec40b447..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse struct {
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse{
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse: *NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponse(), nil
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesResponseable interface {
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_post_request_body.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_post_request_body.go
deleted file mode 100644
index 08c2330ac30..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyable
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_post_response.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_post_response.go
deleted file mode 100644
index 4a9e73b2492..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseable
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_request_builder.go
deleted file mode 100644
index ce7356e8d39..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/getByIds", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) Post(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_response.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_response.go
deleted file mode 100644
index 026810493f8..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse struct {
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse{
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse: *NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponse(), nil
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsResponseable interface {
- EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_item_ref_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_item_ref_request_builder.go
index 424b3e4e294..250f34437a8 100644
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_item_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilderDeleteQueryParameters 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.
+// EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilderDeleteQueryParameters 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.
type EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRe
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefR
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_ref_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_ref_request_builder.go
index a26b7665115..4a5e6af8de1 100644
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderGetQueryParameters 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.
+// EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderGetQueryParameters 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.
type EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsRefReques
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefReque
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefReque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_request_builder.go
index ae0bd23e2d0..5f83a6baaeb 100644
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderGetQueryParameters 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.
type EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -39,13 +39,6 @@ type EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuild
// Request query parameters
QueryParameters *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderGetQueryParameters
}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
// ByDirectoryObjectId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.entitlementManagement.connectedOrganizations.item.externalSponsors.item collection
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) ByDirectoryObjectId(directoryObjectId string)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDirectoryObjectItemRequestBuilder) {
urlTplParams := make(map[string]string)
@@ -74,11 +67,7 @@ func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBu
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) Count()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsCountRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) Delta()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0
@@ -100,41 +89,11 @@ func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) GetAvailableExtensionProperties()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) GetByIds()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
// Ref provides operations to manage the collection of identityGovernance entities.
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) Ref()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,27 +109,6 @@ func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestB
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) ValidateProperties()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_validate_properties_post_request_body.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_validate_properties_post_request_body.go
deleted file mode 100644
index 5bfec03e1f0..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package identitygovernance
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody instantiates a new EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody()(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBodyable
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_validate_properties_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_validate_properties_request_builder.go
deleted file mode 100644
index 7254b9bfa05..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_external_sponsors_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/validateProperties", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) Post(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemExternalSponsorsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_get_response.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_get_response.go
deleted file mode 100644
index 9b5602a1553..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseable
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_request_builder.go
deleted file mode 100644
index ac0c6ed1438..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder provides operations to call the delta method.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetQueryParameters invoke function delta
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetQueryParameters
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_response.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_response.go
deleted file mode 100644
index de5cb247477..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse struct {
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse{
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse: *NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponse(), nil
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaResponseable interface {
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_post_request_body.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index aa7ed559f4b..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_post_response.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_post_response.go
deleted file mode 100644
index cfb6a85d9fc..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseable
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 75627e469df..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_response.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_response.go
deleted file mode 100644
index 8ac624869a0..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse struct {
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse{
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse: *NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponse(), nil
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesResponseable interface {
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_post_request_body.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_post_request_body.go
deleted file mode 100644
index daf7985fec9..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyable
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_post_response.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_post_response.go
deleted file mode 100644
index fe70aa05a8b..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseable
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_request_builder.go
deleted file mode 100644
index e0eb9a40215..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/getByIds", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) Post(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration)(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_response.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_response.go
deleted file mode 100644
index 6b612f20582..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package identitygovernance
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse struct {
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse{
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse: *NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponse(), nil
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsResponseable interface {
- EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_item_ref_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_item_ref_request_builder.go
index e3607b0835d..ddab0eb9244 100644
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_item_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilderDeleteQueryParameters 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.
+// EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilderDeleteQueryParameters 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.
type EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRe
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefR
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_ref_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_ref_request_builder.go
index de5791398cf..4a4849b22e4 100644
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_ref_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderGetQueryParameters 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.
+// EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderGetQueryParameters 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.
type EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsRefReques
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefReque
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefReque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_request_builder.go
index 10132e655c5..b6adbe80cda 100644
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderGetQueryParameters 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.
type EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -39,13 +39,6 @@ type EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuild
// Request query parameters
QueryParameters *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderGetQueryParameters
}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
// ByDirectoryObjectId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.entitlementManagement.connectedOrganizations.item.internalSponsors.item collection
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) ByDirectoryObjectId(directoryObjectId string)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDirectoryObjectItemRequestBuilder) {
urlTplParams := make(map[string]string)
@@ -74,11 +67,7 @@ func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBu
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) Count()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsCountRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) Delta()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0
@@ -100,41 +89,11 @@ func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) GetAvailableExtensionProperties()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) GetByIds()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
// Ref provides operations to manage the collection of identityGovernance entities.
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) Ref()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,27 +109,6 @@ func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestB
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) ValidateProperties()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_validate_properties_post_request_body.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_validate_properties_post_request_body.go
deleted file mode 100644
index b50a2ab0a93..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package identitygovernance
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody instantiates a new EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody()(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBodyable
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_validate_properties_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_validate_properties_request_builder.go
deleted file mode 100644
index 7616b2bc4e2..00000000000
--- a/identitygovernance/entitlement_management_connected_organizations_item_internal_sponsors_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package identitygovernance
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) {
- m := &EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/validateProperties", pathParameters),
- }
- return m
-}
-// NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) Post(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesPostRequestBodyable, requestConfiguration *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*EntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder) {
- return NewEntitlementManagementConnectedOrganizationsItemInternalSponsorsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/identitygovernance/entitlement_management_connected_organizations_request_builder.go b/identitygovernance/entitlement_management_connected_organizations_request_builder.go
index bc0c8f19a22..4b77c114f45 100644
--- a/identitygovernance/entitlement_management_connected_organizations_request_builder.go
+++ b/identitygovernance/entitlement_management_connected_organizations_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementConnectedOrganizationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementConnectedOrganizationsRequestBuilderGetQueryParameters retrieve a list of connectedOrganization objects. This API is supported in the following national cloud deployments.
+// EntitlementManagementConnectedOrganizationsRequestBuilderGetQueryParameters retrieve a list of connectedOrganization objects. This API is available in the following national cloud deployments.
type EntitlementManagementConnectedOrganizationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementConnectedOrganizationsRequestBuilder(rawUrl string,
func (m *EntitlementManagementConnectedOrganizationsRequestBuilder) Count()(*EntitlementManagementConnectedOrganizationsCountRequestBuilder) {
return NewEntitlementManagementConnectedOrganizationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of connectedOrganization objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of connectedOrganization objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementConnectedOrganizationsRequestBuilder) Get(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConnectedOrganizationCollectionResponseable), nil
}
-// Post create a new connectedOrganization object. This API is supported in the following national cloud deployments.
+// Post create a new connectedOrganization object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementConnectedOrganizationsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConnectedOrganizationable), nil
}
-// ToGetRequestInformation retrieve a list of connectedOrganization objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of connectedOrganization objects. This API is available in the following national cloud deployments.
func (m *EntitlementManagementConnectedOrganizationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementConnectedOrganizationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementConnectedOrganizationsRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new connectedOrganization object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new connectedOrganization object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementConnectedOrganizationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConnectedOrganizationable, requestConfiguration *EntitlementManagementConnectedOrganizationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_resource_environments_request_builder.go b/identitygovernance/entitlement_management_resource_environments_request_builder.go
index b27064339eb..4aa38bd1262 100644
--- a/identitygovernance/entitlement_management_resource_environments_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_environments_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementResourceEnvironmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementResourceEnvironmentsRequestBuilderGetQueryParameters retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is supported in the following national cloud deployments.
+// EntitlementManagementResourceEnvironmentsRequestBuilderGetQueryParameters retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is available in the following national cloud deployments.
type EntitlementManagementResourceEnvironmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementResourceEnvironmentsRequestBuilder(rawUrl string, r
func (m *EntitlementManagementResourceEnvironmentsRequestBuilder) Count()(*EntitlementManagementResourceEnvironmentsCountRequestBuilder) {
return NewEntitlementManagementResourceEnvironmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is supported in the following national cloud deployments.
+// Get retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *EntitlementManagementResourceEnvironmentsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceEnvironmentable), nil
}
-// ToGetRequestInformation retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is available in the following national cloud deployments.
func (m *EntitlementManagementResourceEnvironmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceEnvironmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go b/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
index cb674b679d1..3cbb8d3de41 100644
--- a/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCus
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments.
+// EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments.
type EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensions
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
@@ -73,10 +73,10 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return nil
}
-// Get read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_request_builder.go b/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_request_builder.go
index 8a8d81d8fd6..9c21ac4b0a0 100644
--- a/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilderGetQueryParameters 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.
type EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensions
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilder) Count()(*EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCountRequestBuilder) {
return NewEntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_resource_requests_item_catalog_resource_roles_request_builder.go b/identitygovernance/entitlement_management_resource_requests_item_catalog_resource_roles_request_builder.go
index 7c5012cb526..dbb0e4a381a 100644
--- a/identitygovernance/entitlement_management_resource_requests_item_catalog_resource_roles_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_requests_item_catalog_resource_roles_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilderGetQueryParameters 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.
type EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuil
func (m *EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilder) Count()(*EntitlementManagementResourceRequestsItemCatalogResourceRolesCountRequestBuilder) {
return NewEntitlementManagementResourceRequestsItemCatalogResourceRolesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRoleable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogResourceRolesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_resource_requests_item_catalog_resources_request_builder.go b/identitygovernance/entitlement_management_resource_requests_item_catalog_resources_request_builder.go
index 212ff36857d..320309d1452 100644
--- a/identitygovernance/entitlement_management_resource_requests_item_catalog_resources_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_requests_item_catalog_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilderGetQueryParameters retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilderGetQueryParameters retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments.
type EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilder(
func (m *EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilder) Count()(*EntitlementManagementResourceRequestsItemCatalogResourcesCountRequestBuilder) {
return NewEntitlementManagementResourceRequestsItemCatalogResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// Get retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceable), nil
}
-// ToGetRequestInformation retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments.
func (m *EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_resource_requests_request_builder.go b/identitygovernance/entitlement_management_resource_requests_request_builder.go
index a18a15acab9..5da997bdee4 100644
--- a/identitygovernance/entitlement_management_resource_requests_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementResourceRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementResourceRequestsRequestBuilderGetQueryParameters retrieve a list of accessPackageResourceRequest objects. This API is supported in the following national cloud deployments.
+// EntitlementManagementResourceRequestsRequestBuilderGetQueryParameters retrieve a list of accessPackageResourceRequest objects. This API is available in the following national cloud deployments.
type EntitlementManagementResourceRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementResourceRequestsRequestBuilder(rawUrl string, reque
func (m *EntitlementManagementResourceRequestsRequestBuilder) Count()(*EntitlementManagementResourceRequestsCountRequestBuilder) {
return NewEntitlementManagementResourceRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of accessPackageResourceRequest objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of accessPackageResourceRequest objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementResourceRequestsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementResourceRequestsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRequestable), nil
}
-// ToGetRequestInformation retrieve a list of accessPackageResourceRequest objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of accessPackageResourceRequest objects. This API is available in the following national cloud deployments.
func (m *EntitlementManagementResourceRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementResourceRequestsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementResourceRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageResourceRequestable, requestConfiguration *EntitlementManagementResourceRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/entitlement_management_settings_request_builder.go b/identitygovernance/entitlement_management_settings_request_builder.go
index 9fe6b8c6182..44947ea0acf 100644
--- a/identitygovernance/entitlement_management_settings_request_builder.go
+++ b/identitygovernance/entitlement_management_settings_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementSettingsRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementSettingsRequestBuilderGetQueryParameters retrieve the properties of an entitlementManagementSettings object. This API is supported in the following national cloud deployments.
+// EntitlementManagementSettingsRequestBuilderGetQueryParameters retrieve the properties of an entitlementManagementSettings object. This API is available in the following national cloud deployments.
type EntitlementManagementSettingsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *EntitlementManagementSettingsRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// Get retrieve the properties of an entitlementManagementSettings object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of an entitlementManagementSettings object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *EntitlementManagementSettingsRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EntitlementManagementSettingsable), nil
}
-// Patch update an existing entitlementManagementSettings object to change one or more of its properties. This API is supported in the following national cloud deployments.
+// Patch update an existing entitlementManagementSettings object to change one or more of its properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *EntitlementManagementSettingsRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties of an entitlementManagementSettings object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of an entitlementManagementSettings object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *EntitlementManagementSettingsRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an existing entitlementManagementSettings object to change one or more of its properties. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an existing entitlementManagementSettings object to change one or more of its properties. This API is available in the following national cloud deployments.
func (m *EntitlementManagementSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EntitlementManagementSettingsable, requestConfiguration *EntitlementManagementSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_custom_task_extensions_custom_task_extension_item_request_builder.go b/identitygovernance/lifecycle_workflows_custom_task_extensions_custom_task_extension_item_request_builder.go
index a7714f5f2b7..379b08ad545 100644
--- a/identitygovernance/lifecycle_workflows_custom_task_extensions_custom_task_extension_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_custom_task_extensions_custom_task_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of a customTaskExtension object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of a customTaskExtension object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewLifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuil
func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilder) CreatedBy()(*LifecycleWorkflowsCustomTaskExtensionsItemCreatedByRequestBuilder) {
return NewLifecycleWorkflowsCustomTaskExtensionsItemCreatedByRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBui
}
return nil
}
-// Get read the properties and relationships of a customTaskExtension object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a customTaskExtension object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBui
func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilder) LastModifiedBy()(*LifecycleWorkflowsCustomTaskExtensionsItemLastModifiedByRequestBuilder) {
return NewLifecycleWorkflowsCustomTaskExtensionsItemLastModifiedByRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a customTaskExtension object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a customTaskExtension object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBui
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.CustomTaskExtensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a customTaskExtension object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a customTaskExtension object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBui
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a customTaskExtension object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a customTaskExtension object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.CustomTaskExtensionable, requestConfiguration *LifecycleWorkflowsCustomTaskExtensionsCustomTaskExtensionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_custom_task_extensions_request_builder.go b/identitygovernance/lifecycle_workflows_custom_task_extensions_request_builder.go
index 52721ca0daa..074208d7ffa 100644
--- a/identitygovernance/lifecycle_workflows_custom_task_extensions_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_custom_task_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsCustomTaskExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsCustomTaskExtensionsRequestBuilderGetQueryParameters get a list of the customTaskExtension objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsCustomTaskExtensionsRequestBuilderGetQueryParameters get a list of the customTaskExtension objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsCustomTaskExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewLifecycleWorkflowsCustomTaskExtensionsRequestBuilder(rawUrl string, requ
func (m *LifecycleWorkflowsCustomTaskExtensionsRequestBuilder) Count()(*LifecycleWorkflowsCustomTaskExtensionsCountRequestBuilder) {
return NewLifecycleWorkflowsCustomTaskExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the customTaskExtension objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the customTaskExtension objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsRequestBuilder) Get(ctx context.C
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.CustomTaskExtensionCollectionResponseable), nil
}
-// Post create a new customTaskExtension object. This API is supported in the following national cloud deployments.
+// Post create a new customTaskExtension object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsRequestBuilder) Post(ctx context.
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.CustomTaskExtensionable), nil
}
-// ToGetRequestInformation get a list of the customTaskExtension objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the customTaskExtension objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsCustomTaskExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsCustomTaskExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *LifecycleWorkflowsCustomTaskExtensionsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new customTaskExtension object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new customTaskExtension object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsCustomTaskExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.CustomTaskExtensionable, requestConfiguration *LifecycleWorkflowsCustomTaskExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go
index 9ea29facbc7..76be87cb380 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGoverna
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go
index d5a2713c243..399e4c09c7f 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGoverna
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go
index c8beca8d61b..19e454e06ae 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGoverna
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go
index bd0fa074490..6ae8ead8c9e 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go
@@ -31,7 +31,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGoverna
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post create a new version of the workflow object. This API is supported in the following national cloud deployments.
+// Post create a new version of the workflow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable), nil
}
-// ToPostRequestInformation create a new version of the workflow object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new version of the workflow object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go
index 58bbf7ac13a..4898ac62cc7 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGoverna
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovern
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 0963bccf835..ca914fa48f6 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResults
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResult
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 65fda86e793..8a150576c5e 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResults
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResult
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResult
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_request_builder.go
index 6643d8ed34c..24ff72dcedb 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResults
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments.
+// Get get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResult
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 1dc1a585c5f..c0529b4c902 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResults
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResult
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 6be54e3ceeb..2c2443c5c00 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResults
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResult
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResult
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go
index ac6c430618c..6654eddc5bd 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResults
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResult
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_request_builder.go
index 73cfa562e15..af726ba2e75 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetQueryParameters get user processing results of a workflow run object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetQueryParameters get user processing results of a workflow run object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResults
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get user processing results of a workflow run object. This API is supported in the following national cloud deployments.
+// Get get user processing results of a workflow run object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResult
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get user processing results of a workflow run object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get user processing results of a workflow run object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go
index 1201cd0b82b..367ea787773 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetQueryParameters get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetQueryParameters get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResults
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments.
+// Get get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0
@@ -70,7 +70,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResult
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilder) TaskProcessingResults()(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_request_builder.go
index 99f46da9cb6..c35fc036f80 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilderGetQueryParameters get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilderGetQueryParameters get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilder(rawUrl str
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilder) Get(ctx
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_run_item_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_run_item_request_builder.go
index 226ca41be13..d9e03d9bfc2 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_run_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_runs_run_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilderGetQueryParameters read the properties and relationships of a run object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilderGetQueryParameters read the properties and relationships of a run object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a run object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a run object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilder) G
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilder) TaskProcessingResults()(*LifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation read the properties and relationships of a run object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a run object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemRunsRunItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 8ddd6188245..8dccb9d3a2e 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessing
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessin
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index c2d3a1ea348..56db69d4aba 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessing
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessin
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_request_builder.go
index 0650873f949..ece1ca78412 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result resources from the taskReport. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessing
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments.
+// Get get the task processing result resources from the taskReport. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessin
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the task processing result resources from the taskReport. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_request_builder.go
index e718338b892..bafc252f577 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_task_reports_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilderGetQueryParameters get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilderGetQueryParameters get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilder(raw
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilder) G
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemTaskReportsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index a8bf033e9b9..e796637981e 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResult
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResul
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 0befc10332c..7d5db8f7d19 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResult
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResul
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResul
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 6a1a661151f..7ce42d661a7 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTask
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTas
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 965a0abacb0..dde3997de2d 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTask
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTas
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTas
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_request_builder.go
index c1225d4b1d1..1519dad9173 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTask
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTas
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_request_builder.go
index b0408b8998f..eca0d58280d 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_user_processing_results_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilderGetQueryParameters get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilderGetQueryParameters get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestB
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments.
+// Get get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequest
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemUserProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index d95afcf3145..004e2a64d01 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProc
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskPro
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 7ff0d7f86bb..5e4fcbfba9f 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProc
func CreateLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskPro
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskPro
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_request_builder.go
index ec86ca0f9ca..2f793c0b081 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilderGetQueryParameters get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilderGetQueryParameters get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilder(rawUrl
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilder) Get(
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.WorkflowVersionCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_workflow_version_version_number_item_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_workflow_version_version_number_item_request_builder.go
index 737014c7ac5..ed3d39c2bcb 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_workflow_version_version_number_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_item_versions_workflow_version_version_number_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersio
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder) CreatedBy()(*LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemCreatedByRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemCreatedByRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0
@@ -74,7 +74,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersi
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder) Tasks()(*LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemVersionsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_request_builder.go
index 747c236c307..c8f660c06f4 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilderGetQueryParameters get a list of the deleted workflow objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilderGetQueryParameters get a list of the deleted workflow objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsRequestBuilder(rawUrl string, req
func (m *LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilder) Count()(*LifecycleWorkflowsDeletedItemsWorkflowsCountRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the deleted workflow objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the deleted workflow objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilder) Get(ctx context.
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.WorkflowCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the deleted workflow objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the deleted workflow objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_deleted_items_workflows_workflow_item_request_builder.go b/identitygovernance/lifecycle_workflows_deleted_items_workflows_workflow_item_request_builder.go
index 1eef6df15fd..0c0e33e40df 100644
--- a/identitygovernance/lifecycle_workflows_deleted_items_workflows_workflow_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_deleted_items_workflows_workflow_item_request_builder.go
@@ -18,7 +18,7 @@ type LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilderGetQueryParameters retrieve a deleted workflow object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilderGetQueryParameters retrieve a deleted workflow object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -51,7 +51,7 @@ func NewLifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder(rawUrl
func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) CreatedBy()(*LifecycleWorkflowsDeletedItemsWorkflowsItemCreatedByRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemCreatedByRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a workflow object. This API is supported in the following national cloud deployments.
+// Delete delete a workflow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0
@@ -74,7 +74,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) Dele
func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) ExecutionScope()(*LifecycleWorkflowsDeletedItemsWorkflowsItemExecutionScopeRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemExecutionScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a deleted workflow object. This API is supported in the following national cloud deployments.
+// Get retrieve a deleted workflow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0
@@ -124,7 +124,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) Task
func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) Tasks()(*LifecycleWorkflowsDeletedItemsWorkflowsItemTasksRequestBuilder) {
return NewLifecycleWorkflowsDeletedItemsWorkflowsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a workflow object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a workflow object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a deleted workflow object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a deleted workflow object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsDeletedItemsWorkflowsWorkflowItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_settings_request_builder.go b/identitygovernance/lifecycle_workflows_settings_request_builder.go
index 29a10c342ee..8af58d68f01 100644
--- a/identitygovernance/lifecycle_workflows_settings_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_settings_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsSettingsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsSettingsRequestBuilderGetQueryParameters read the properties and relationships of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsSettingsRequestBuilderGetQueryParameters read the properties and relationships of a lifecycleManagementSettings object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsSettingsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewLifecycleWorkflowsSettingsRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsSettingsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a lifecycleManagementSettings object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0
@@ -69,7 +69,7 @@ func (m *LifecycleWorkflowsSettingsRequestBuilder) Get(ctx context.Context, requ
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.LifecycleManagementSettingsable), nil
}
-// Patch update the properties of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a lifecycleManagementSettings object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0
@@ -91,7 +91,7 @@ func (m *LifecycleWorkflowsSettingsRequestBuilder) Patch(ctx context.Context, bo
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.LifecycleManagementSettingsable), nil
}
-// ToGetRequestInformation read the properties and relationships of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a lifecycleManagementSettings object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -107,7 +107,7 @@ func (m *LifecycleWorkflowsSettingsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a lifecycleManagementSettings object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.LifecycleManagementSettingsable, requestConfiguration *LifecycleWorkflowsSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_task_definitions_request_builder.go b/identitygovernance/lifecycle_workflows_task_definitions_request_builder.go
index 2fe7f854803..7054b6e876d 100644
--- a/identitygovernance/lifecycle_workflows_task_definitions_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_task_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsTaskDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsTaskDefinitionsRequestBuilderGetQueryParameters get a list of the taskDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsTaskDefinitionsRequestBuilderGetQueryParameters get a list of the taskDefinition objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsTaskDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsTaskDefinitionsRequestBuilder(rawUrl string, requestAd
func (m *LifecycleWorkflowsTaskDefinitionsRequestBuilder) Count()(*LifecycleWorkflowsTaskDefinitionsCountRequestBuilder) {
return NewLifecycleWorkflowsTaskDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the taskDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the taskDefinition objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsTaskDefinitionsRequestBuilder) Get(ctx context.Contex
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskDefinitionCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the taskDefinition objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the taskDefinition objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsTaskDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsTaskDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_task_definitions_task_definition_item_request_builder.go b/identitygovernance/lifecycle_workflows_task_definitions_task_definition_item_request_builder.go
index aebf33823ac..32a337d2442 100644
--- a/identitygovernance/lifecycle_workflows_task_definitions_task_definition_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_task_definitions_task_definition_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilderGetQueryParameters read the details of a built-in workflow task. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilderGetQueryParameters read the details of a built-in workflow task. This API is available in the following national cloud deployments.
type LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewLifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the details of a built-in workflow task. This API is supported in the following national cloud deployments.
+// Get read the details of a built-in workflow task. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilder) Get(
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskDefinitionable), nil
}
-// ToGetRequestInformation read the details of a built-in workflow task. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the details of a built-in workflow task. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsTaskDefinitionsTaskDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 31b9846ebb1..a5052e21c00 100644
--- a/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsIte
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsIt
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 1c0a91c0d15..9137ec3fbb2 100644
--- a/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflow_templates_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsIte
func CreateLifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsIt
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsIt
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowTemplatesItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflow_templates_request_builder.go b/identitygovernance/lifecycle_workflows_workflow_templates_request_builder.go
index cfd86e6fa09..8928a49853a 100644
--- a/identitygovernance/lifecycle_workflows_workflow_templates_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflow_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowTemplatesRequestBuilderGetQueryParameters get a list of the workflowTemplate objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowTemplatesRequestBuilderGetQueryParameters get a list of the workflowTemplate objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsWorkflowTemplatesRequestBuilder(rawUrl string, request
func (m *LifecycleWorkflowsWorkflowTemplatesRequestBuilder) Count()(*LifecycleWorkflowsWorkflowTemplatesCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowTemplatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the workflowTemplate objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the workflowTemplate objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsWorkflowTemplatesRequestBuilder) Get(ctx context.Cont
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.WorkflowTemplateCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the workflowTemplate objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the workflowTemplate objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflow_templates_workflow_template_item_request_builder.go b/identitygovernance/lifecycle_workflows_workflow_templates_workflow_template_item_request_builder.go
index da8ef85d1d1..758b872e7fe 100644
--- a/identitygovernance/lifecycle_workflows_workflow_templates_workflow_template_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflow_templates_workflow_template_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilderGetQueryParameters read the properties and relationships of a workflowTemplate object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilderGetQueryParameters read the properties and relationships of a workflowTemplate object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewLifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a workflowTemplate object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a workflowTemplate object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilder)
func (m *LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilder) Tasks()(*LifecycleWorkflowsWorkflowTemplatesItemTasksRequestBuilder) {
return NewLifecycleWorkflowsWorkflowTemplatesItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation read the properties and relationships of a workflowTemplate object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a workflowTemplate object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowTemplatesWorkflowTemplateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go
index 8960837e6d1..59644fbe1fc 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_activate_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateA
func CreateLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivate
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivate
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go
index bc43bdc2c65..3219b622f18 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_activate_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateR
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivate
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateActivatePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go
index b3e6e2603f4..2395de75a30 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_create_new_version_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNew
func CreateLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go
index 3f7e4b18dce..58c374aa53b 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_create_new_version_request_builder.go
@@ -31,7 +31,7 @@ func NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNew
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post create a new version of the workflow object. This API is supported in the following national cloud deployments.
+// Post create a new version of the workflow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNe
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable), nil
}
-// ToPostRequestInformation create a new version of the workflow object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new version of the workflow object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionCreateNewVersionPostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go
index 3cc169e5d76..93dd0e2d79c 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_microsoft_graph_identity_governance_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRe
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreR
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 8505f038d48..6c90374b771 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosof
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicroso
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 7469ecec7e3..b6a312d82c2 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosof
func CreateLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicroso
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicroso
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_request_builder.go
index 6c6d3bc4884..c37568b7848 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuild
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments.
+// Get get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuil
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index c75b2e88ec3..c89f9b40d8c 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProc
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskPro
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index eda6e500e39..589d46127ce 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProc
func CreateLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskPro
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskPro
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go
index 143946e4189..68a9c485306 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProc
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskPro
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_request_builder.go
index a86ab77184c..e0e6c3a0371 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetQueryParameters get user processing results of a workflow run object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetQueryParameters get user processing results of a workflow run object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuild
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get user processing results of a workflow run object. This API is supported in the following national cloud deployments.
+// Get get user processing results of a workflow run object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuil
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get user processing results of a workflow run object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get user processing results of a workflow run object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go
index 917e1a05e9b..5e4f87b8629 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_item_user_processing_results_user_processing_result_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetQueryParameters get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetQueryParameters get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessi
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments.
+// Get get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0
@@ -70,7 +70,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcess
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilder) TaskProcessingResults()(*LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsItemUserProcessingResultsUserProcessingResultItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_request_builder.go
index 64f744788f7..14ea49d70e2 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsWorkflowsItemRunsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemRunsRequestBuilderGetQueryParameters get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemRunsRequestBuilderGetQueryParameters get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemRunsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsRequestBuilder(rawUrl string, request
func (m *LifecycleWorkflowsWorkflowsItemRunsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemRunsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsRequestBuilder) Get(ctx context.Cont
func (m *LifecycleWorkflowsWorkflowsItemRunsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsWorkflowsItemRunsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemRunsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_runs_run_item_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_runs_run_item_request_builder.go
index 1acba0731c8..f29358c41a1 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_runs_run_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_runs_run_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilderGetQueryParameters read the properties and relationships of a run object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilderGetQueryParameters read the properties and relationships of a run object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewLifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get read the properties and relationships of a run object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a run object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilder) Get(ctx conte
func (m *LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilder) TaskProcessingResults()(*LifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemRunsItemTaskProcessingResultsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation read the properties and relationships of a run object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a run object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemRunsRunItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 0222af460ad..07960062ceb 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemM
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItem
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 09db936ca43..7c25b913edf 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemM
func CreateLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItem
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItem
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_request_builder.go
index 03fe38c04ef..3cdac5aaf61 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result resources from the taskReport. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsReque
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments.
+// Get get the task processing result resources from the taskReport. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequ
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the task processing result resources from the taskReport. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemTaskReportsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_request_builder.go
index 19baa8499c3..4b1e3dfce6a 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_task_reports_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_task_reports_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilderGetQueryParameters get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilderGetQueryParameters get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilder(rawUrl string,
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemTaskReportsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemTaskReportsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilder) Get(ctx conte
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsWorkflowsItemTaskReportsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemTaskReportsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemTaskReportsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index efc7040efd7..4de6a45f300 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicroso
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicros
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 169fb343906..2e9df86c406 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicroso
func CreateLifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicros
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicros
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index c8d40e0d001..2be9ab798e1 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingRe
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingR
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index 958b8cf2c53..19469c96dd6 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingRe
func CreateLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingR
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingR
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_request_builder.go
index a0e8de1d7df..e2b3d82a9ca 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_item_task_processing_results_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingRe
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingR
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.TaskProcessingResultCollectionResponseable), nil
}
-// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemUserProcessingResultsItemTaskProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_request_builder.go
index d4b6117cda4..6af7938cc5a 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_user_processing_results_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilderGetQueryParameters get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilderGetQueryParameters get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -68,7 +68,7 @@ func NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilder(rawUr
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemUserProcessingResultsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments.
+// Get get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilder) Get
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilder) MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime(endDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, startDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)(*LifecycleWorkflowsWorkflowsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemUserProcessingResultsMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, endDateTime, startDateTime)
}
-// ToGetRequestInformation get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemUserProcessingResultsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
index 81e4594f5c9..f0dbbbd25ad 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_request_builder.go
@@ -30,7 +30,7 @@ func NewLifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResult
urlParams["request-raw-url"] = rawUrl
return NewLifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResul
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilder) ToPostRequestInformation(ctx context.Context, body LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyable, requestConfiguration *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go b/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
index e121aef55ce..6ab9c10cc4a 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_versions_item_tasks_item_task_processing_results_item_microsoft_graph_identity_governance_resume_resume_post_request_body.go
@@ -23,7 +23,7 @@ func NewLifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResult
func CreateLifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResul
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResul
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LifecycleWorkflowsWorkflowsItemVersionsItemTasksItemTaskProcessingResultsItemMicrosoftGraphIdentityGovernanceResumeResumePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_versions_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_versions_request_builder.go
index 4fd7b85d1e3..ef5108d3aa0 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_versions_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_versions_request_builder.go
@@ -12,7 +12,7 @@ import (
type LifecycleWorkflowsWorkflowsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemVersionsRequestBuilderGetQueryParameters get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemVersionsRequestBuilderGetQueryParameters get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewLifecycleWorkflowsWorkflowsItemVersionsRequestBuilder(rawUrl string, req
func (m *LifecycleWorkflowsWorkflowsItemVersionsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsItemVersionsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *LifecycleWorkflowsWorkflowsItemVersionsRequestBuilder) Get(ctx context.
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.WorkflowVersionCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_item_versions_workflow_version_version_number_item_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_item_versions_workflow_version_version_number_item_request_builder.go
index 7d56660018a..ec6273d70df 100644
--- a/identitygovernance/lifecycle_workflows_workflows_item_versions_workflow_version_version_number_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_item_versions_workflow_version_version_number_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewLifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemR
func (m *LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder) CreatedBy()(*LifecycleWorkflowsWorkflowsItemVersionsItemCreatedByRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemVersionsItemCreatedByRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0
@@ -74,7 +74,7 @@ func (m *LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItem
func (m *LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder) Tasks()(*LifecycleWorkflowsWorkflowsItemVersionsItemTasksRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemVersionsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsItemVersionsWorkflowVersionVersionNumberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_request_builder.go
index 3bc8e7b5df5..8fa66260749 100644
--- a/identitygovernance/lifecycle_workflows_workflows_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_request_builder.go
@@ -11,7 +11,7 @@ import (
type LifecycleWorkflowsWorkflowsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// LifecycleWorkflowsWorkflowsRequestBuilderGetQueryParameters get a list of workflow resources that are associated with lifecycle workflows. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsRequestBuilderGetQueryParameters get a list of workflow resources that are associated with lifecycle workflows. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewLifecycleWorkflowsWorkflowsRequestBuilder(rawUrl string, requestAdapter
func (m *LifecycleWorkflowsWorkflowsRequestBuilder) Count()(*LifecycleWorkflowsWorkflowsCountRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of workflow resources that are associated with lifecycle workflows. This API is supported in the following national cloud deployments.
+// Get get a list of workflow resources that are associated with lifecycle workflows. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *LifecycleWorkflowsWorkflowsRequestBuilder) Get(ctx context.Context, req
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.WorkflowCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *LifecycleWorkflowsWorkflowsRequestBuilder) Post(ctx context.Context, bo
}
return res.(ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable), nil
}
-// ToGetRequestInformation get a list of workflow resources that are associated with lifecycle workflows. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of workflow resources that are associated with lifecycle workflows. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *LifecycleWorkflowsWorkflowsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable, requestConfiguration *LifecycleWorkflowsWorkflowsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/lifecycle_workflows_workflows_workflow_item_request_builder.go b/identitygovernance/lifecycle_workflows_workflows_workflow_item_request_builder.go
index 3dc640a1513..18dec6e7207 100644
--- a/identitygovernance/lifecycle_workflows_workflows_workflow_item_request_builder.go
+++ b/identitygovernance/lifecycle_workflows_workflows_workflow_item_request_builder.go
@@ -18,7 +18,7 @@ type LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderGetQueryParameters read the properties and relationships of a workflow object. This API is supported in the following national cloud deployments.
+// LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderGetQueryParameters read the properties and relationships of a workflow object. This API is available in the following national cloud deployments.
type LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewLifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder(rawUrl string, req
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) CreatedBy()(*LifecycleWorkflowsWorkflowsItemCreatedByRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemCreatedByRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) Delete(ctx conte
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) ExecutionScope()(*LifecycleWorkflowsWorkflowsItemExecutionScopeRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemExecutionScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a workflow object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a workflow object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) MicrosoftGraphId
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) MicrosoftGraphIdentityGovernanceRestore()(*LifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemMicrosoftGraphIdentityGovernanceRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) TaskReports()(*L
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) Tasks()(*LifecycleWorkflowsWorkflowsItemTasksRequestBuilder) {
return NewLifecycleWorkflowsWorkflowsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a workflow object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a workflow object. This API is available in the following national cloud deployments.
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ibf6ed4fc8e373ed2600905053a507c004671ad1749cb4b6b77078a908490c430.Workflowable, requestConfiguration *LifecycleWorkflowsWorkflowsWorkflowItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/privileged_access_group_assignment_approvals_item_stages_approval_stage_item_request_builder.go b/identitygovernance/privileged_access_group_assignment_approvals_item_stages_approval_stage_item_request_builder.go
index 31793cf046f..2707c7c1372 100644
--- a/identitygovernance/privileged_access_group_assignment_approvals_item_stages_approval_stage_item_request_builder.go
+++ b/identitygovernance/privileged_access_group_assignment_approvals_item_stages_approval_stage_item_request_builder.go
@@ -18,7 +18,7 @@ type PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetQueryParameters 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.
+// PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetQueryParameters 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.
type PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequ
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable), nil
}
-// Patch in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments.
+// Patch in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation in Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments.
func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable, requestConfiguration *PrivilegedAccessGroupAssignmentApprovalsItemStagesApprovalStageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/privileged_access_group_assignment_approvals_item_stages_request_builder.go b/identitygovernance/privileged_access_group_assignment_approvals_item_stages_request_builder.go
index c295f8a4a39..9d643e70fe6 100644
--- a/identitygovernance/privileged_access_group_assignment_approvals_item_stages_request_builder.go
+++ b/identitygovernance/privileged_access_group_assignment_approvals_item_stages_request_builder.go
@@ -11,7 +11,7 @@ import (
type PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilderGetQueryParameters 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.
+// PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilderGetQueryParameters 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.
type PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilder(rawUrl
func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilder) Count()(*PrivilegedAccessGroupAssignmentApprovalsItemStagesCountRequestBuilder) {
return NewPrivilegedAccessGroupAssignmentApprovalsItemStagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApprovalStageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentApprovalsItemStagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/terms_of_use_agreements_agreement_item_request_builder.go b/identitygovernance/terms_of_use_agreements_agreement_item_request_builder.go
index 16980465ed5..5c9900aaf39 100644
--- a/identitygovernance/terms_of_use_agreements_agreement_item_request_builder.go
+++ b/identitygovernance/terms_of_use_agreements_agreement_item_request_builder.go
@@ -18,7 +18,7 @@ type TermsOfUseAgreementsAgreementItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TermsOfUseAgreementsAgreementItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an agreement object. This API is supported in the following national cloud deployments.
+// TermsOfUseAgreementsAgreementItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an agreement object. This API is available in the following national cloud deployments.
type TermsOfUseAgreementsAgreementItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewTermsOfUseAgreementsAgreementItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewTermsOfUseAgreementsAgreementItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an agreement object. This API is supported in the following national cloud deployments.
+// Delete delete an agreement object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) File()(*TermsOfUseAgre
func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) Files()(*TermsOfUseAgreementsItemFilesRequestBuilder) {
return NewTermsOfUseAgreementsItemFilesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of an agreement object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an agreement object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable), nil
}
-// Patch update the properties of an agreement object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an agreement object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) Patch(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable), nil
}
-// ToDeleteRequestInformation delete an agreement object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an agreement object. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseAgreementsAgreementItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an agreement object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an agreement object. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseAgreementsAgreementItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an agreement object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an agreement object. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsAgreementItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable, requestConfiguration *TermsOfUseAgreementsAgreementItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/terms_of_use_agreements_item_acceptances_request_builder.go b/identitygovernance/terms_of_use_agreements_item_acceptances_request_builder.go
index a5b358f8fd1..29cba80b560 100644
--- a/identitygovernance/terms_of_use_agreements_item_acceptances_request_builder.go
+++ b/identitygovernance/terms_of_use_agreements_item_acceptances_request_builder.go
@@ -11,7 +11,7 @@ import (
type TermsOfUseAgreementsItemAcceptancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TermsOfUseAgreementsItemAcceptancesRequestBuilderGetQueryParameters get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments.
+// TermsOfUseAgreementsItemAcceptancesRequestBuilderGetQueryParameters get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.
type TermsOfUseAgreementsItemAcceptancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTermsOfUseAgreementsItemAcceptancesRequestBuilder(rawUrl string, request
func (m *TermsOfUseAgreementsItemAcceptancesRequestBuilder) Count()(*TermsOfUseAgreementsItemAcceptancesCountRequestBuilder) {
return NewTermsOfUseAgreementsItemAcceptancesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments.
+// Get get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *TermsOfUseAgreementsItemAcceptancesRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable), nil
}
-// ToGetRequestInformation get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsItemAcceptancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseAgreementsItemAcceptancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/terms_of_use_agreements_item_file_localizations_request_builder.go b/identitygovernance/terms_of_use_agreements_item_file_localizations_request_builder.go
index 36e5d2cd68c..fc0a73a8ec0 100644
--- a/identitygovernance/terms_of_use_agreements_item_file_localizations_request_builder.go
+++ b/identitygovernance/terms_of_use_agreements_item_file_localizations_request_builder.go
@@ -11,7 +11,7 @@ import (
type TermsOfUseAgreementsItemFileLocalizationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TermsOfUseAgreementsItemFileLocalizationsRequestBuilderGetQueryParameters get a list of the default and localized agreement files. This API is supported in the following national cloud deployments.
+// TermsOfUseAgreementsItemFileLocalizationsRequestBuilderGetQueryParameters get a list of the default and localized agreement files. This API is available in the following national cloud deployments.
type TermsOfUseAgreementsItemFileLocalizationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTermsOfUseAgreementsItemFileLocalizationsRequestBuilder(rawUrl string, r
func (m *TermsOfUseAgreementsItemFileLocalizationsRequestBuilder) Count()(*TermsOfUseAgreementsItemFileLocalizationsCountRequestBuilder) {
return NewTermsOfUseAgreementsItemFileLocalizationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the default and localized agreement files. This API is supported in the following national cloud deployments.
+// Get get a list of the default and localized agreement files. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *TermsOfUseAgreementsItemFileLocalizationsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable), nil
}
-// ToGetRequestInformation get a list of the default and localized agreement files. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the default and localized agreement files. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsItemFileLocalizationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseAgreementsItemFileLocalizationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/terms_of_use_agreements_item_file_request_builder.go b/identitygovernance/terms_of_use_agreements_item_file_request_builder.go
index 593c758820f..12137a67994 100644
--- a/identitygovernance/terms_of_use_agreements_item_file_request_builder.go
+++ b/identitygovernance/terms_of_use_agreements_item_file_request_builder.go
@@ -18,7 +18,7 @@ type TermsOfUseAgreementsItemFileRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TermsOfUseAgreementsItemFileRequestBuilderGetQueryParameters 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.
+// TermsOfUseAgreementsItemFileRequestBuilderGetQueryParameters 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.
type TermsOfUseAgreementsItemFileRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TermsOfUseAgreementsItemFileRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *TermsOfUseAgreementsItemFileRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *TermsOfUseAgreementsItemFileRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseAgreementsItemFileRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/terms_of_use_agreements_item_files_request_builder.go b/identitygovernance/terms_of_use_agreements_item_files_request_builder.go
index 885b4bd3c4d..7b35e1b0edb 100644
--- a/identitygovernance/terms_of_use_agreements_item_files_request_builder.go
+++ b/identitygovernance/terms_of_use_agreements_item_files_request_builder.go
@@ -93,7 +93,7 @@ func (m *TermsOfUseAgreementsItemFilesRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationCollectionResponseable), nil
}
-// Post create a new localized agreement file. This API is supported in the following national cloud deployments.
+// Post create a new localized agreement file. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *TermsOfUseAgreementsItemFilesRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new localized agreement file. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new localized agreement file. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsItemFilesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, requestConfiguration *TermsOfUseAgreementsItemFilesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identitygovernance/terms_of_use_agreements_request_builder.go b/identitygovernance/terms_of_use_agreements_request_builder.go
index 9de3d747f61..f04fca04b63 100644
--- a/identitygovernance/terms_of_use_agreements_request_builder.go
+++ b/identitygovernance/terms_of_use_agreements_request_builder.go
@@ -11,7 +11,7 @@ import (
type TermsOfUseAgreementsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TermsOfUseAgreementsRequestBuilderGetQueryParameters retrieve a list of agreement objects. This API is supported in the following national cloud deployments.
+// TermsOfUseAgreementsRequestBuilderGetQueryParameters retrieve a list of agreement objects. This API is available in the following national cloud deployments.
type TermsOfUseAgreementsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTermsOfUseAgreementsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *TermsOfUseAgreementsRequestBuilder) Count()(*TermsOfUseAgreementsCountRequestBuilder) {
return NewTermsOfUseAgreementsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of agreement objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of agreement objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TermsOfUseAgreementsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementCollectionResponseable), nil
}
-// Post create a new agreement object. This API is supported in the following national cloud deployments.
+// Post create a new agreement object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TermsOfUseAgreementsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable), nil
}
-// ToGetRequestInformation retrieve a list of agreement objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of agreement objects. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseAgreementsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TermsOfUseAgreementsRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new agreement object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new agreement object. This API is available in the following national cloud deployments.
func (m *TermsOfUseAgreementsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable, requestConfiguration *TermsOfUseAgreementsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risk_detections_request_builder.go b/identityprotection/risk_detections_request_builder.go
index 2acfa0368cb..c01486b1047 100644
--- a/identityprotection/risk_detections_request_builder.go
+++ b/identityprotection/risk_detections_request_builder.go
@@ -11,7 +11,7 @@ import (
type RiskDetectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RiskDetectionsRequestBuilderGetQueryParameters get a list of the riskDetection objects and their properties. This API is supported in the following national cloud deployments.
+// RiskDetectionsRequestBuilderGetQueryParameters get a list of the riskDetection objects and their properties. This API is available in the following national cloud deployments.
type RiskDetectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewRiskDetectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
func (m *RiskDetectionsRequestBuilder) Count()(*RiskDetectionsCountRequestBuilder) {
return NewRiskDetectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the riskDetection objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the riskDetection objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *RiskDetectionsRequestBuilder) Post(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskDetectionable), nil
}
-// ToGetRequestInformation get a list of the riskDetection objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the riskDetection objects and their properties. This API is available in the following national cloud deployments.
func (m *RiskDetectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskDetectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risk_detections_risk_detection_item_request_builder.go b/identityprotection/risk_detections_risk_detection_item_request_builder.go
index 7ef462ba32c..4ef68e49f88 100644
--- a/identityprotection/risk_detections_risk_detection_item_request_builder.go
+++ b/identityprotection/risk_detections_risk_detection_item_request_builder.go
@@ -18,7 +18,7 @@ type RiskDetectionsRiskDetectionItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// RiskDetectionsRiskDetectionItemRequestBuilderGetQueryParameters read the properties and relationships of a riskDetection object. This API is supported in the following national cloud deployments.
+// RiskDetectionsRiskDetectionItemRequestBuilderGetQueryParameters read the properties and relationships of a riskDetection object. This API is available in the following national cloud deployments.
type RiskDetectionsRiskDetectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *RiskDetectionsRiskDetectionItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get read the properties and relationships of a riskDetection object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a riskDetection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *RiskDetectionsRiskDetectionItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a riskDetection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a riskDetection object. This API is available in the following national cloud deployments.
func (m *RiskDetectionsRiskDetectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskDetectionsRiskDetectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_service_principals_confirm_compromised_post_request_body.go b/identityprotection/risky_service_principals_confirm_compromised_post_request_body.go
index 1c43d66e726..29982e262e6 100644
--- a/identityprotection/risky_service_principals_confirm_compromised_post_request_body.go
+++ b/identityprotection/risky_service_principals_confirm_compromised_post_request_body.go
@@ -22,7 +22,7 @@ func NewRiskyServicePrincipalsConfirmCompromisedPostRequestBody()(*RiskyServiceP
func CreateRiskyServicePrincipalsConfirmCompromisedPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRiskyServicePrincipalsConfirmCompromisedPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyServicePrincipalsConfirmCompromisedPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RiskyServicePrincipalsConfirmCompromisedPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RiskyServicePrincipalsConfirmCompromisedPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *RiskyServicePrincipalsConfirmCompromisedPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyServicePrincipalsConfirmCompromisedPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RiskyServicePrincipalsConfirmCompromisedPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identityprotection/risky_service_principals_confirm_compromised_request_builder.go b/identityprotection/risky_service_principals_confirm_compromised_request_builder.go
index 49a82f34f01..0df35a0c035 100644
--- a/identityprotection/risky_service_principals_confirm_compromised_request_builder.go
+++ b/identityprotection/risky_service_principals_confirm_compromised_request_builder.go
@@ -30,7 +30,7 @@ func NewRiskyServicePrincipalsConfirmCompromisedRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewRiskyServicePrincipalsConfirmCompromisedRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *RiskyServicePrincipalsConfirmCompromisedRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *RiskyServicePrincipalsConfirmCompromisedRequestBuilder) ToPostRequestInformation(ctx context.Context, body RiskyServicePrincipalsConfirmCompromisedPostRequestBodyable, requestConfiguration *RiskyServicePrincipalsConfirmCompromisedRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_service_principals_dismiss_post_request_body.go b/identityprotection/risky_service_principals_dismiss_post_request_body.go
index cd1fe0cfe66..502c8e07a9f 100644
--- a/identityprotection/risky_service_principals_dismiss_post_request_body.go
+++ b/identityprotection/risky_service_principals_dismiss_post_request_body.go
@@ -22,7 +22,7 @@ func NewRiskyServicePrincipalsDismissPostRequestBody()(*RiskyServicePrincipalsDi
func CreateRiskyServicePrincipalsDismissPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRiskyServicePrincipalsDismissPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyServicePrincipalsDismissPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RiskyServicePrincipalsDismissPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RiskyServicePrincipalsDismissPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *RiskyServicePrincipalsDismissPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyServicePrincipalsDismissPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RiskyServicePrincipalsDismissPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identityprotection/risky_service_principals_dismiss_request_builder.go b/identityprotection/risky_service_principals_dismiss_request_builder.go
index dc81e1e28b2..97a34d9cf31 100644
--- a/identityprotection/risky_service_principals_dismiss_request_builder.go
+++ b/identityprotection/risky_service_principals_dismiss_request_builder.go
@@ -30,7 +30,7 @@ func NewRiskyServicePrincipalsDismissRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewRiskyServicePrincipalsDismissRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *RiskyServicePrincipalsDismissRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *RiskyServicePrincipalsDismissRequestBuilder) ToPostRequestInformation(ctx context.Context, body RiskyServicePrincipalsDismissPostRequestBodyable, requestConfiguration *RiskyServicePrincipalsDismissRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_service_principals_item_history_request_builder.go b/identityprotection/risky_service_principals_item_history_request_builder.go
index 477a31861d9..a0a8708a797 100644
--- a/identityprotection/risky_service_principals_item_history_request_builder.go
+++ b/identityprotection/risky_service_principals_item_history_request_builder.go
@@ -11,7 +11,7 @@ import (
type RiskyServicePrincipalsItemHistoryRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RiskyServicePrincipalsItemHistoryRequestBuilderGetQueryParameters get the risk history of a riskyServicePrincipal object. This API is supported in the following national cloud deployments.
+// RiskyServicePrincipalsItemHistoryRequestBuilderGetQueryParameters get the risk history of a riskyServicePrincipal object. This API is available in the following national cloud deployments.
type RiskyServicePrincipalsItemHistoryRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewRiskyServicePrincipalsItemHistoryRequestBuilder(rawUrl string, requestAd
func (m *RiskyServicePrincipalsItemHistoryRequestBuilder) Count()(*RiskyServicePrincipalsItemHistoryCountRequestBuilder) {
return NewRiskyServicePrincipalsItemHistoryCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the risk history of a riskyServicePrincipal object. This API is supported in the following national cloud deployments.
+// Get get the risk history of a riskyServicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *RiskyServicePrincipalsItemHistoryRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskyServicePrincipalHistoryItemable), nil
}
-// ToGetRequestInformation get the risk history of a riskyServicePrincipal object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the risk history of a riskyServicePrincipal object. This API is available in the following national cloud deployments.
func (m *RiskyServicePrincipalsItemHistoryRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyServicePrincipalsItemHistoryRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_service_principals_request_builder.go b/identityprotection/risky_service_principals_request_builder.go
index ae63df37c9a..5dcfd4e5a3b 100644
--- a/identityprotection/risky_service_principals_request_builder.go
+++ b/identityprotection/risky_service_principals_request_builder.go
@@ -11,7 +11,7 @@ import (
type RiskyServicePrincipalsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RiskyServicePrincipalsRequestBuilderGetQueryParameters retrieve the properties and relationships of riskyServicePrincipal objects. This API is supported in the following national cloud deployments.
+// RiskyServicePrincipalsRequestBuilderGetQueryParameters retrieve the properties and relationships of riskyServicePrincipal objects. This API is available in the following national cloud deployments.
type RiskyServicePrincipalsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func (m *RiskyServicePrincipalsRequestBuilder) Count()(*RiskyServicePrincipalsCo
func (m *RiskyServicePrincipalsRequestBuilder) Dismiss()(*RiskyServicePrincipalsDismissRequestBuilder) {
return NewRiskyServicePrincipalsDismissRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of riskyServicePrincipal objects. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of riskyServicePrincipal objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *RiskyServicePrincipalsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskyServicePrincipalable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of riskyServicePrincipal objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of riskyServicePrincipal objects. This API is available in the following national cloud deployments.
func (m *RiskyServicePrincipalsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyServicePrincipalsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_service_principals_risky_service_principal_item_request_builder.go b/identityprotection/risky_service_principals_risky_service_principal_item_request_builder.go
index c7b8239af4d..e808b87d8a3 100644
--- a/identityprotection/risky_service_principals_risky_service_principal_item_request_builder.go
+++ b/identityprotection/risky_service_principals_risky_service_principal_item_request_builder.go
@@ -18,7 +18,7 @@ type RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilderGetQueryParameters read the properties and relationships of a riskyServicePrincipal object. This API is supported in the following national cloud deployments.
+// RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilderGetQueryParameters read the properties and relationships of a riskyServicePrincipal object. This API is available in the following national cloud deployments.
type RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilder) Delete(c
}
return nil
}
-// Get read the properties and relationships of a riskyServicePrincipal object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a riskyServicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a riskyServicePrincipal object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a riskyServicePrincipal object. This API is available in the following national cloud deployments.
func (m *RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyServicePrincipalsRiskyServicePrincipalItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_users_confirm_compromised_post_request_body.go b/identityprotection/risky_users_confirm_compromised_post_request_body.go
index 76c46c618b4..b34ab2da442 100644
--- a/identityprotection/risky_users_confirm_compromised_post_request_body.go
+++ b/identityprotection/risky_users_confirm_compromised_post_request_body.go
@@ -22,7 +22,7 @@ func NewRiskyUsersConfirmCompromisedPostRequestBody()(*RiskyUsersConfirmCompromi
func CreateRiskyUsersConfirmCompromisedPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRiskyUsersConfirmCompromisedPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyUsersConfirmCompromisedPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RiskyUsersConfirmCompromisedPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RiskyUsersConfirmCompromisedPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *RiskyUsersConfirmCompromisedPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyUsersConfirmCompromisedPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RiskyUsersConfirmCompromisedPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identityprotection/risky_users_confirm_compromised_request_builder.go b/identityprotection/risky_users_confirm_compromised_request_builder.go
index d481325aa44..18f3b282be0 100644
--- a/identityprotection/risky_users_confirm_compromised_request_builder.go
+++ b/identityprotection/risky_users_confirm_compromised_request_builder.go
@@ -30,7 +30,7 @@ func NewRiskyUsersConfirmCompromisedRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewRiskyUsersConfirmCompromisedRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *RiskyUsersConfirmCompromisedRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *RiskyUsersConfirmCompromisedRequestBuilder) ToPostRequestInformation(ctx context.Context, body RiskyUsersConfirmCompromisedPostRequestBodyable, requestConfiguration *RiskyUsersConfirmCompromisedRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_users_dismiss_post_request_body.go b/identityprotection/risky_users_dismiss_post_request_body.go
index cb94306dfa2..89e6e7f9359 100644
--- a/identityprotection/risky_users_dismiss_post_request_body.go
+++ b/identityprotection/risky_users_dismiss_post_request_body.go
@@ -22,7 +22,7 @@ func NewRiskyUsersDismissPostRequestBody()(*RiskyUsersDismissPostRequestBody) {
func CreateRiskyUsersDismissPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRiskyUsersDismissPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyUsersDismissPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RiskyUsersDismissPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RiskyUsersDismissPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *RiskyUsersDismissPostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskyUsersDismissPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RiskyUsersDismissPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/identityprotection/risky_users_dismiss_request_builder.go b/identityprotection/risky_users_dismiss_request_builder.go
index 7243b2cea61..eb4b11aac30 100644
--- a/identityprotection/risky_users_dismiss_request_builder.go
+++ b/identityprotection/risky_users_dismiss_request_builder.go
@@ -30,7 +30,7 @@ func NewRiskyUsersDismissRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewRiskyUsersDismissRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *RiskyUsersDismissRequestBuilder) Post(ctx context.Context, body RiskyUs
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *RiskyUsersDismissRequestBuilder) ToPostRequestInformation(ctx context.Context, body RiskyUsersDismissPostRequestBodyable, requestConfiguration *RiskyUsersDismissRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_users_item_history_request_builder.go b/identityprotection/risky_users_item_history_request_builder.go
index 37829190d42..4f221a67159 100644
--- a/identityprotection/risky_users_item_history_request_builder.go
+++ b/identityprotection/risky_users_item_history_request_builder.go
@@ -11,7 +11,7 @@ import (
type RiskyUsersItemHistoryRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RiskyUsersItemHistoryRequestBuilderGetQueryParameters get the riskyUserHistoryItems from the history navigation property. This API is supported in the following national cloud deployments.
+// RiskyUsersItemHistoryRequestBuilderGetQueryParameters get the riskyUserHistoryItems from the history navigation property. This API is available in the following national cloud deployments.
type RiskyUsersItemHistoryRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewRiskyUsersItemHistoryRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *RiskyUsersItemHistoryRequestBuilder) Count()(*RiskyUsersItemHistoryCountRequestBuilder) {
return NewRiskyUsersItemHistoryCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the riskyUserHistoryItems from the history navigation property. This API is supported in the following national cloud deployments.
+// Get get the riskyUserHistoryItems from the history navigation property. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *RiskyUsersItemHistoryRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskyUserHistoryItemable), nil
}
-// ToGetRequestInformation get the riskyUserHistoryItems from the history navigation property. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the riskyUserHistoryItems from the history navigation property. This API is available in the following national cloud deployments.
func (m *RiskyUsersItemHistoryRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyUsersItemHistoryRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_users_request_builder.go b/identityprotection/risky_users_request_builder.go
index 20c8cd5534d..ff7cfebe417 100644
--- a/identityprotection/risky_users_request_builder.go
+++ b/identityprotection/risky_users_request_builder.go
@@ -11,7 +11,7 @@ import (
type RiskyUsersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RiskyUsersRequestBuilderGetQueryParameters get a list of the riskyUser objects and their properties. This API is supported in the following national cloud deployments.
+// RiskyUsersRequestBuilderGetQueryParameters get a list of the riskyUser objects and their properties. This API is available in the following national cloud deployments.
type RiskyUsersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func (m *RiskyUsersRequestBuilder) Count()(*RiskyUsersCountRequestBuilder) {
func (m *RiskyUsersRequestBuilder) Dismiss()(*RiskyUsersDismissRequestBuilder) {
return NewRiskyUsersDismissRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the riskyUser objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the riskyUser objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *RiskyUsersRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskyUserable), nil
}
-// ToGetRequestInformation get a list of the riskyUser objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the riskyUser objects and their properties. This API is available in the following national cloud deployments.
func (m *RiskyUsersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyUsersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/risky_users_risky_user_item_request_builder.go b/identityprotection/risky_users_risky_user_item_request_builder.go
index 15ae40eaff0..d9766e2b524 100644
--- a/identityprotection/risky_users_risky_user_item_request_builder.go
+++ b/identityprotection/risky_users_risky_user_item_request_builder.go
@@ -18,7 +18,7 @@ type RiskyUsersRiskyUserItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// RiskyUsersRiskyUserItemRequestBuilderGetQueryParameters read the properties and relationships of a riskyUser object. This API is supported in the following national cloud deployments.
+// RiskyUsersRiskyUserItemRequestBuilderGetQueryParameters read the properties and relationships of a riskyUser object. This API is available in the following national cloud deployments.
type RiskyUsersRiskyUserItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *RiskyUsersRiskyUserItemRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get read the properties and relationships of a riskyUser object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a riskyUser object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *RiskyUsersRiskyUserItemRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a riskyUser object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a riskyUser object. This API is available in the following national cloud deployments.
func (m *RiskyUsersRiskyUserItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyUsersRiskyUserItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/service_principal_risk_detections_request_builder.go b/identityprotection/service_principal_risk_detections_request_builder.go
index b6b1e0a41af..32eb3fcdc0c 100644
--- a/identityprotection/service_principal_risk_detections_request_builder.go
+++ b/identityprotection/service_principal_risk_detections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServicePrincipalRiskDetectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is supported in the following national cloud deployments.
+// ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is available in the following national cloud deployments.
type ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewServicePrincipalRiskDetectionsRequestBuilder(rawUrl string, requestAdapt
func (m *ServicePrincipalRiskDetectionsRequestBuilder) Count()(*ServicePrincipalRiskDetectionsCountRequestBuilder) {
return NewServicePrincipalRiskDetectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ServicePrincipalRiskDetectionsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalRiskDetectionable), nil
}
-// ToGetRequestInformation retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is available in the following national cloud deployments.
func (m *ServicePrincipalRiskDetectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalRiskDetectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityprotection/service_principal_risk_detections_service_principal_risk_detection_item_request_builder.go b/identityprotection/service_principal_risk_detections_service_principal_risk_detection_item_request_builder.go
index 4ae056e8bd1..1fb020fc40a 100644
--- a/identityprotection/service_principal_risk_detections_service_principal_risk_detection_item_request_builder.go
+++ b/identityprotection/service_principal_risk_detections_service_principal_risk_detection_item_request_builder.go
@@ -18,7 +18,7 @@ type ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters read the properties and relationships of a servicePrincipalRiskDetection object. This API is supported in the following national cloud deployments.
+// ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters read the properties and relationships of a servicePrincipalRiskDetection object. This API is available in the following national cloud deployments.
type ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestB
}
return nil
}
-// Get read the properties and relationships of a servicePrincipalRiskDetection object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a servicePrincipalRiskDetection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a servicePrincipalRiskDetection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a servicePrincipalRiskDetection object. This API is available in the following national cloud deployments.
func (m *ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalRiskDetectionsServicePrincipalRiskDetectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/identityproviders/identity_provider_item_request_builder.go b/identityproviders/identity_provider_item_request_builder.go
index 04367e2a9bf..af4b05b7339 100644
--- a/identityproviders/identity_provider_item_request_builder.go
+++ b/identityproviders/identity_provider_item_request_builder.go
@@ -18,7 +18,7 @@ type IdentityProviderItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// IdentityProviderItemRequestBuilderGetQueryParameters retrieve the properties of an existing identityProvider. This API is supported in the following national cloud deployments.
+// IdentityProviderItemRequestBuilderGetQueryParameters retrieve the properties of an existing identityProvider. This API is available in the following national cloud deployments.
type IdentityProviderItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewIdentityProviderItemRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewIdentityProviderItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an existing identityProvider. This API is supported in the following national cloud deployments.
+// Delete delete an existing identityProvider. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
// [Find more info here]
//
@@ -74,7 +74,7 @@ func (m *IdentityProviderItemRequestBuilder) Delete(ctx context.Context, request
}
return nil
}
-// Get retrieve the properties of an existing identityProvider. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of an existing identityProvider. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
// [Find more info here]
//
@@ -97,7 +97,7 @@ func (m *IdentityProviderItemRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable), nil
}
-// Patch update properties in an existing identityProvider. This API is supported in the following national cloud deployments.
+// Patch update properties in an existing identityProvider. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
// [Find more info here]
//
@@ -120,7 +120,7 @@ func (m *IdentityProviderItemRequestBuilder) Patch(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable), nil
}
-// ToDeleteRequestInformation delete an existing identityProvider. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an existing identityProvider. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
func (m *IdentityProviderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *IdentityProviderItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
@@ -133,7 +133,7 @@ func (m *IdentityProviderItemRequestBuilder) ToDeleteRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties of an existing identityProvider. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of an existing identityProvider. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
func (m *IdentityProviderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentityProviderItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
@@ -150,7 +150,7 @@ func (m *IdentityProviderItemRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPatchRequestInformation update properties in an existing identityProvider. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update properties in an existing identityProvider. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
func (m *IdentityProviderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProviderItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/identityproviders/identity_providers_request_builder.go b/identityproviders/identity_providers_request_builder.go
index 843f4b26258..7521e5e30af 100644
--- a/identityproviders/identity_providers_request_builder.go
+++ b/identityproviders/identity_providers_request_builder.go
@@ -11,7 +11,7 @@ import (
type IdentityProvidersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// IdentityProvidersRequestBuilderGetQueryParameters retrieve all identityProviders in the directory. This API is supported in the following national cloud deployments.
+// IdentityProvidersRequestBuilderGetQueryParameters retrieve all identityProviders in the directory. This API is available in the following national cloud deployments.
type IdentityProvidersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,7 +79,7 @@ func NewIdentityProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *IdentityProvidersRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve all identityProviders in the directory. This API is supported in the following national cloud deployments.
+// Get retrieve all identityProviders in the directory. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
// [Find more info here]
//
@@ -102,7 +102,7 @@ func (m *IdentityProvidersRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
// [Find more info here]
//
@@ -125,7 +125,7 @@ func (m *IdentityProvidersRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable), nil
}
-// ToGetRequestInformation retrieve all identityProviders in the directory. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve all identityProviders in the directory. This API is available in the following national cloud deployments.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentityProvidersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
@@ -142,7 +142,7 @@ func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
// Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15
func (m *IdentityProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProvidersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/informationprotection/bitlocker_recovery_keys_bitlocker_recovery_key_item_request_builder.go b/informationprotection/bitlocker_recovery_keys_bitlocker_recovery_key_item_request_builder.go
index d6246b2b4a8..75820013f94 100644
--- a/informationprotection/bitlocker_recovery_keys_bitlocker_recovery_key_item_request_builder.go
+++ b/informationprotection/bitlocker_recovery_keys_bitlocker_recovery_key_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilderGetQueryParameters 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.
+// BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilderGetQueryParameters 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.
type BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewBitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewBitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BitlockerRecoveryKeyable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BitlockerRecoveryKeysBitlockerRecoveryKeyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/informationprotection/bitlocker_recovery_keys_request_builder.go b/informationprotection/bitlocker_recovery_keys_request_builder.go
index 676fb60c4eb..ced5f1edf09 100644
--- a/informationprotection/bitlocker_recovery_keys_request_builder.go
+++ b/informationprotection/bitlocker_recovery_keys_request_builder.go
@@ -11,7 +11,7 @@ import (
type BitlockerRecoveryKeysRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BitlockerRecoveryKeysRequestBuilderGetQueryParameters 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.
+// BitlockerRecoveryKeysRequestBuilderGetQueryParameters 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.
type BitlockerRecoveryKeysRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewBitlockerRecoveryKeysRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *BitlockerRecoveryKeysRequestBuilder) Count()(*BitlockerRecoveryKeysCountRequestBuilder) {
return NewBitlockerRecoveryKeysCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *BitlockerRecoveryKeysRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BitlockerRecoveryKeyCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *BitlockerRecoveryKeysRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BitlockerRecoveryKeysRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/informationprotection/threat_assessment_requests_request_builder.go b/informationprotection/threat_assessment_requests_request_builder.go
index 3ab1b506462..53cfd5ce2f2 100644
--- a/informationprotection/threat_assessment_requests_request_builder.go
+++ b/informationprotection/threat_assessment_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatAssessmentRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatAssessmentRequestsRequestBuilderGetQueryParameters 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.
+// ThreatAssessmentRequestsRequestBuilderGetQueryParameters 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.
type ThreatAssessmentRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatAssessmentRequestsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ThreatAssessmentRequestsRequestBuilder) Count()(*ThreatAssessmentRequestsCountRequestBuilder) {
return NewThreatAssessmentRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ThreatAssessmentRequestsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ThreatAssessmentRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ThreatAssessmentRequestsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ThreatAssessmentRequestable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatAssessmentRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatAssessmentRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ThreatAssessmentRequestsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ThreatAssessmentRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ThreatAssessmentRequestable, requestConfiguration *ThreatAssessmentRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/informationprotection/threat_assessment_requests_threat_assessment_request_item_request_builder.go b/informationprotection/threat_assessment_requests_threat_assessment_request_item_request_builder.go
index 5453fa2a4e5..7aeaa34386d 100644
--- a/informationprotection/threat_assessment_requests_threat_assessment_request_item_request_builder.go
+++ b/informationprotection/threat_assessment_requests_threat_assessment_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilderGetQueryParameters 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.
+// ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilderGetQueryParameters 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.
type ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilder) Dele
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatAssessmentRequestsThreatAssessmentRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/invitations/invitations_request_builder.go b/invitations/invitations_request_builder.go
index 093e1928cfa..1e9c759a36e 100644
--- a/invitations/invitations_request_builder.go
+++ b/invitations/invitations_request_builder.go
@@ -93,7 +93,7 @@ func (m *InvitationsRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InvitationCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *InvitationsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *InvitationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Invitationable, requestConfiguration *InvitationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/kiota-lock.json b/kiota-lock.json
index d1cd05f79e9..477f79e1565 100644
--- a/kiota-lock.json
+++ b/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": "GraphBaseServiceClient",
"clientNamespaceName": "github.com/microsoftgraph/msgraph-sdk-go/",
"language": "Go",
diff --git a/models/access_action.go b/models/access_action.go
index abd2c4cae59..81aa8c3dc3a 100644
--- a/models/access_action.go
+++ b/models/access_action.go
@@ -22,7 +22,7 @@ func NewAccessAction()(*AccessAction) {
func CreateAccessActionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessAction(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessAction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessAction) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessAction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *AccessAction) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessAction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessAction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_answer.go b/models/access_package_answer.go
index e365d4d24c7..1d8d01d9cef 100644
--- a/models/access_package_answer.go
+++ b/models/access_package_answer.go
@@ -40,7 +40,7 @@ func CreateAccessPackageAnswerFromDiscriminatorValue(parseNode i878a80d2330e89d2
}
return NewAccessPackageAnswer(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAnswer) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -63,7 +63,7 @@ func (m *AccessPackageAnswer) GetAnsweredQuestion()(AccessPackageQuestionable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAnswer) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -152,7 +152,7 @@ func (m *AccessPackageAnswer) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAnswer) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -166,7 +166,7 @@ func (m *AccessPackageAnswer) SetAnsweredQuestion(value AccessPackageQuestionabl
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAnswer) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_answer_choice.go b/models/access_package_answer_choice.go
index 55dd405db0b..e3d728ea60e 100644
--- a/models/access_package_answer_choice.go
+++ b/models/access_package_answer_choice.go
@@ -33,7 +33,7 @@ func (m *AccessPackageAnswerChoice) GetActualValue()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAnswerChoice) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AccessPackageAnswerChoice) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAnswerChoice) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -180,14 +180,14 @@ func (m *AccessPackageAnswerChoice) SetActualValue(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAnswerChoice) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAnswerChoice) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_approval_stage.go b/models/access_package_approval_stage.go
index 5b2a712e301..34471223a91 100644
--- a/models/access_package_approval_stage.go
+++ b/models/access_package_approval_stage.go
@@ -22,7 +22,7 @@ func NewAccessPackageApprovalStage()(*AccessPackageApprovalStage) {
func CreateAccessPackageApprovalStageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageApprovalStage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageApprovalStage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessPackageApprovalStage) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageApprovalStage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -344,14 +344,14 @@ func (m *AccessPackageApprovalStage) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageApprovalStage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageApprovalStage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_assignment_approval_settings.go b/models/access_package_assignment_approval_settings.go
index e09a74ad9b4..6a047655a05 100644
--- a/models/access_package_assignment_approval_settings.go
+++ b/models/access_package_assignment_approval_settings.go
@@ -22,7 +22,7 @@ func NewAccessPackageAssignmentApprovalSettings()(*AccessPackageAssignmentApprov
func CreateAccessPackageAssignmentApprovalSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageAssignmentApprovalSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentApprovalSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessPackageAssignmentApprovalSettings) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentApprovalSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *AccessPackageAssignmentApprovalSettings) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentApprovalSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentApprovalSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_assignment_request_requirements.go b/models/access_package_assignment_request_requirements.go
index 41be2b8def2..9a78b90a3b2 100644
--- a/models/access_package_assignment_request_requirements.go
+++ b/models/access_package_assignment_request_requirements.go
@@ -22,7 +22,7 @@ func NewAccessPackageAssignmentRequestRequirements()(*AccessPackageAssignmentReq
func CreateAccessPackageAssignmentRequestRequirementsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageAssignmentRequestRequirements(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentRequestRequirements) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AccessPackageAssignmentRequestRequirements) GetAllowCustomAssignmentSch
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentRequestRequirements) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -308,7 +308,7 @@ func (m *AccessPackageAssignmentRequestRequirements) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentRequestRequirements) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -322,7 +322,7 @@ func (m *AccessPackageAssignmentRequestRequirements) SetAllowCustomAssignmentSch
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentRequestRequirements) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_assignment_requestor_settings.go b/models/access_package_assignment_requestor_settings.go
index 66d86be9286..f1796398fe0 100644
--- a/models/access_package_assignment_requestor_settings.go
+++ b/models/access_package_assignment_requestor_settings.go
@@ -22,7 +22,7 @@ func NewAccessPackageAssignmentRequestorSettings()(*AccessPackageAssignmentReque
func CreateAccessPackageAssignmentRequestorSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageAssignmentRequestorSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentRequestorSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AccessPackageAssignmentRequestorSettings) GetAllowCustomAssignmentSched
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentRequestorSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -308,7 +308,7 @@ func (m *AccessPackageAssignmentRequestorSettings) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentRequestorSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -322,7 +322,7 @@ func (m *AccessPackageAssignmentRequestorSettings) SetAllowCustomAssignmentSched
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentRequestorSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_assignment_review_settings.go b/models/access_package_assignment_review_settings.go
index 86bdb033d4c..1499864b983 100644
--- a/models/access_package_assignment_review_settings.go
+++ b/models/access_package_assignment_review_settings.go
@@ -22,7 +22,7 @@ func NewAccessPackageAssignmentReviewSettings()(*AccessPackageAssignmentReviewSe
func CreateAccessPackageAssignmentReviewSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageAssignmentReviewSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentReviewSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessPackageAssignmentReviewSettings) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentReviewSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -321,14 +321,14 @@ func (m *AccessPackageAssignmentReviewSettings) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAssignmentReviewSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAssignmentReviewSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_automatic_request_settings.go b/models/access_package_automatic_request_settings.go
index 71f0fa68465..0ac6bd5c929 100644
--- a/models/access_package_automatic_request_settings.go
+++ b/models/access_package_automatic_request_settings.go
@@ -22,7 +22,7 @@ func NewAccessPackageAutomaticRequestSettings()(*AccessPackageAutomaticRequestSe
func CreateAccessPackageAutomaticRequestSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageAutomaticRequestSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAutomaticRequestSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessPackageAutomaticRequestSettings) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageAutomaticRequestSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AccessPackageAutomaticRequestSettings) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageAutomaticRequestSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageAutomaticRequestSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_package_localized_text.go b/models/access_package_localized_text.go
index 212d35b3ae2..96f39ad5b73 100644
--- a/models/access_package_localized_text.go
+++ b/models/access_package_localized_text.go
@@ -22,7 +22,7 @@ func NewAccessPackageLocalizedText()(*AccessPackageLocalizedText) {
func CreateAccessPackageLocalizedTextFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessPackageLocalizedText(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageLocalizedText) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessPackageLocalizedText) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessPackageLocalizedText) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *AccessPackageLocalizedText) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessPackageLocalizedText) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessPackageLocalizedText) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_apply_action.go b/models/access_review_apply_action.go
index b9385766b2c..e9cc6848d91 100644
--- a/models/access_review_apply_action.go
+++ b/models/access_review_apply_action.go
@@ -42,7 +42,7 @@ func CreateAccessReviewApplyActionFromDiscriminatorValue(parseNode i878a80d2330e
}
return NewAccessReviewApplyAction(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewApplyAction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *AccessReviewApplyAction) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewApplyAction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *AccessReviewApplyAction) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewApplyAction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewApplyAction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_history_schedule_settings.go b/models/access_review_history_schedule_settings.go
index 9619bcd8b2c..b11e6fa7245 100644
--- a/models/access_review_history_schedule_settings.go
+++ b/models/access_review_history_schedule_settings.go
@@ -22,7 +22,7 @@ func NewAccessReviewHistoryScheduleSettings()(*AccessReviewHistoryScheduleSettin
func CreateAccessReviewHistoryScheduleSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewHistoryScheduleSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewHistoryScheduleSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessReviewHistoryScheduleSettings) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewHistoryScheduleSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *AccessReviewHistoryScheduleSettings) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewHistoryScheduleSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewHistoryScheduleSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_instance_decision_item_resource.go b/models/access_review_instance_decision_item_resource.go
index fe62bd8dd8e..ae6b2ab16f3 100644
--- a/models/access_review_instance_decision_item_resource.go
+++ b/models/access_review_instance_decision_item_resource.go
@@ -44,7 +44,7 @@ func CreateAccessReviewInstanceDecisionItemResourceFromDiscriminatorValue(parseN
}
return NewAccessReviewInstanceDecisionItemResource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewInstanceDecisionItemResource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *AccessReviewInstanceDecisionItemResource) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewInstanceDecisionItemResource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -183,14 +183,14 @@ func (m *AccessReviewInstanceDecisionItemResource) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewInstanceDecisionItemResource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewInstanceDecisionItemResource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_notification_recipient_item.go b/models/access_review_notification_recipient_item.go
index 77dd4cd856c..774ac8247a1 100644
--- a/models/access_review_notification_recipient_item.go
+++ b/models/access_review_notification_recipient_item.go
@@ -22,7 +22,7 @@ func NewAccessReviewNotificationRecipientItem()(*AccessReviewNotificationRecipie
func CreateAccessReviewNotificationRecipientItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewNotificationRecipientItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewNotificationRecipientItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessReviewNotificationRecipientItem) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewNotificationRecipientItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *AccessReviewNotificationRecipientItem) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewNotificationRecipientItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewNotificationRecipientItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_notification_recipient_scope.go b/models/access_review_notification_recipient_scope.go
index b2cff0b01c6..fc4ba8610ae 100644
--- a/models/access_review_notification_recipient_scope.go
+++ b/models/access_review_notification_recipient_scope.go
@@ -40,7 +40,7 @@ func CreateAccessReviewNotificationRecipientScopeFromDiscriminatorValue(parseNod
}
return NewAccessReviewNotificationRecipientScope(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewNotificationRecipientScope) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *AccessReviewNotificationRecipientScope) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewNotificationRecipientScope) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *AccessReviewNotificationRecipientScope) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewNotificationRecipientScope) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewNotificationRecipientScope) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_recommendation_insight_setting.go b/models/access_review_recommendation_insight_setting.go
index 1b003978b28..d7188184501 100644
--- a/models/access_review_recommendation_insight_setting.go
+++ b/models/access_review_recommendation_insight_setting.go
@@ -42,7 +42,7 @@ func CreateAccessReviewRecommendationInsightSettingFromDiscriminatorValue(parseN
}
return NewAccessReviewRecommendationInsightSetting(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewRecommendationInsightSetting) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *AccessReviewRecommendationInsightSetting) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewRecommendationInsightSetting) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *AccessReviewRecommendationInsightSetting) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewRecommendationInsightSetting) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewRecommendationInsightSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_reviewer_scope.go b/models/access_review_reviewer_scope.go
index ebfac46d095..756669e31e1 100644
--- a/models/access_review_reviewer_scope.go
+++ b/models/access_review_reviewer_scope.go
@@ -22,7 +22,7 @@ func NewAccessReviewReviewerScope()(*AccessReviewReviewerScope) {
func CreateAccessReviewReviewerScopeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewReviewerScope(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewReviewerScope) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessReviewReviewerScope) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewReviewerScope) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AccessReviewReviewerScope) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewReviewerScope) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewReviewerScope) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_schedule_settings.go b/models/access_review_schedule_settings.go
index 34d15bfc213..ecb1fd58389 100644
--- a/models/access_review_schedule_settings.go
+++ b/models/access_review_schedule_settings.go
@@ -22,7 +22,7 @@ func NewAccessReviewScheduleSettings()(*AccessReviewScheduleSettings) {
func CreateAccessReviewScheduleSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewScheduleSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewScheduleSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *AccessReviewScheduleSettings) GetAutoApplyDecisionsEnabled()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewScheduleSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -455,7 +455,7 @@ func (m *AccessReviewScheduleSettings) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewScheduleSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -476,7 +476,7 @@ func (m *AccessReviewScheduleSettings) SetAutoApplyDecisionsEnabled(value *bool)
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewScheduleSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_scope.go b/models/access_review_scope.go
index 7488034e809..8df02be958b 100644
--- a/models/access_review_scope.go
+++ b/models/access_review_scope.go
@@ -44,7 +44,7 @@ func CreateAccessReviewScopeFromDiscriminatorValue(parseNode i878a80d2330e89d268
}
return NewAccessReviewScope(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewScope) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *AccessReviewScope) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewScope) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -102,14 +102,14 @@ func (m *AccessReviewScope) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewScope) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewScope) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/access_review_stage_settings.go b/models/access_review_stage_settings.go
index ee472be2e4a..7b25b71621d 100644
--- a/models/access_review_stage_settings.go
+++ b/models/access_review_stage_settings.go
@@ -22,7 +22,7 @@ func NewAccessReviewStageSettings()(*AccessReviewStageSettings) {
func CreateAccessReviewStageSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewStageSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewStageSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AccessReviewStageSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccessReviewStageSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -344,14 +344,14 @@ func (m *AccessReviewStageSettings) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccessReviewStageSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccessReviewStageSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/account_target_content.go b/models/account_target_content.go
index a8368a0816c..0b1eb466b29 100644
--- a/models/account_target_content.go
+++ b/models/account_target_content.go
@@ -42,7 +42,7 @@ func CreateAccountTargetContentFromDiscriminatorValue(parseNode i878a80d2330e89d
}
return NewAccountTargetContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccountTargetContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *AccountTargetContent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AccountTargetContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -128,14 +128,14 @@ func (m *AccountTargetContent) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AccountTargetContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AccountTargetContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/action_result_part.go b/models/action_result_part.go
index eb2bc909985..49c1f81daf4 100644
--- a/models/action_result_part.go
+++ b/models/action_result_part.go
@@ -40,7 +40,7 @@ func CreateActionResultPartFromDiscriminatorValue(parseNode i878a80d2330e89d2689
}
return NewActionResultPart(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ActionResultPart) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ActionResultPart) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ActionResultPart) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -125,14 +125,14 @@ func (m *ActionResultPart) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ActionResultPart) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ActionResultPart) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/add_in.go b/models/add_in.go
index c8b7e9906d5..0eaff4dd837 100644
--- a/models/add_in.go
+++ b/models/add_in.go
@@ -23,7 +23,7 @@ func NewAddIn()(*AddIn) {
func CreateAddInFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAddIn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AddIn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *AddIn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AddIn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -174,14 +174,14 @@ func (m *AddIn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AddIn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AddIn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/admin.go b/models/admin.go
index 2aa120e0381..46c761af509 100644
--- a/models/admin.go
+++ b/models/admin.go
@@ -22,7 +22,7 @@ func NewAdmin()(*Admin) {
func CreateAdminFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAdmin(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Admin) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Admin) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Admin) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *Admin) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Admin) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Admin) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/aggregation_option.go b/models/aggregation_option.go
index 3e505953213..e47edde8305 100644
--- a/models/aggregation_option.go
+++ b/models/aggregation_option.go
@@ -22,7 +22,7 @@ func NewAggregationOption()(*AggregationOption) {
func CreateAggregationOptionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAggregationOption(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AggregationOption) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AggregationOption) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AggregationOption) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AggregationOption) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AggregationOption) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AggregationOption) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/agreement_file_data.go b/models/agreement_file_data.go
index 6225b5bd9bc..edee4acab6f 100644
--- a/models/agreement_file_data.go
+++ b/models/agreement_file_data.go
@@ -22,7 +22,7 @@ func NewAgreementFileData()(*AgreementFileData) {
func CreateAgreementFileDataFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAgreementFileData(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AgreementFileData) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AgreementFileData) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AgreementFileData) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *AgreementFileData) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AgreementFileData) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AgreementFileData) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/album.go b/models/album.go
index f64872dd85d..f3308f272dc 100644
--- a/models/album.go
+++ b/models/album.go
@@ -22,7 +22,7 @@ func NewAlbum()(*Album) {
func CreateAlbumFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlbum(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Album) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Album) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Album) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *Album) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Album) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Album) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/alert_detection.go b/models/alert_detection.go
index fad0cc7987d..254f845db05 100644
--- a/models/alert_detection.go
+++ b/models/alert_detection.go
@@ -22,7 +22,7 @@ func NewAlertDetection()(*AlertDetection) {
func CreateAlertDetectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlertDetection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertDetection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AlertDetection) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlertDetection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AlertDetection) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertDetection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlertDetection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/alert_history_state.go b/models/alert_history_state.go
index 1cb98f220ca..deeedda7207 100644
--- a/models/alert_history_state.go
+++ b/models/alert_history_state.go
@@ -23,7 +23,7 @@ func NewAlertHistoryState()(*AlertHistoryState) {
func CreateAlertHistoryStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlertHistoryState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertHistoryState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *AlertHistoryState) GetAssignedTo()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlertHistoryState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -278,7 +278,7 @@ func (m *AlertHistoryState) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertHistoryState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -299,7 +299,7 @@ func (m *AlertHistoryState) SetAssignedTo(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlertHistoryState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/alert_trigger.go b/models/alert_trigger.go
index 9eeab927cba..6936c675b3a 100644
--- a/models/alert_trigger.go
+++ b/models/alert_trigger.go
@@ -22,7 +22,7 @@ func NewAlertTrigger()(*AlertTrigger) {
func CreateAlertTriggerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlertTrigger(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertTrigger) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AlertTrigger) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlertTrigger) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AlertTrigger) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertTrigger) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlertTrigger) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/alteration_response.go b/models/alteration_response.go
index f7929a9e2a7..e3aafcc2610 100644
--- a/models/alteration_response.go
+++ b/models/alteration_response.go
@@ -22,7 +22,7 @@ func NewAlterationResponse()(*AlterationResponse) {
func CreateAlterationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlterationResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlterationResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AlterationResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlterationResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *AlterationResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlterationResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlterationResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/altered_query_token.go b/models/altered_query_token.go
index 964509385e8..286fab57a96 100644
--- a/models/altered_query_token.go
+++ b/models/altered_query_token.go
@@ -22,7 +22,7 @@ func NewAlteredQueryToken()(*AlteredQueryToken) {
func CreateAlteredQueryTokenFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlteredQueryToken(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlteredQueryToken) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AlteredQueryToken) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlteredQueryToken) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AlteredQueryToken) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlteredQueryToken) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlteredQueryToken) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/alternative_security_id.go b/models/alternative_security_id.go
index a9d66a5d0a8..68f6a67e58c 100644
--- a/models/alternative_security_id.go
+++ b/models/alternative_security_id.go
@@ -22,7 +22,7 @@ func NewAlternativeSecurityId()(*AlternativeSecurityId) {
func CreateAlternativeSecurityIdFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlternativeSecurityId(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlternativeSecurityId) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AlternativeSecurityId) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlternativeSecurityId) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AlternativeSecurityId) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlternativeSecurityId) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlternativeSecurityId) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/android_minimum_operating_system.go b/models/android_minimum_operating_system.go
index 78e417abf7a..0cf0fa2e28a 100644
--- a/models/android_minimum_operating_system.go
+++ b/models/android_minimum_operating_system.go
@@ -22,7 +22,7 @@ func NewAndroidMinimumOperatingSystem()(*AndroidMinimumOperatingSystem) {
func CreateAndroidMinimumOperatingSystemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAndroidMinimumOperatingSystem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AndroidMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AndroidMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AndroidMinimumOperatingSystem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -512,14 +512,14 @@ func (m *AndroidMinimumOperatingSystem) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AndroidMinimumOperatingSystem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AndroidMinimumOperatingSystem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/api_application.go b/models/api_application.go
index 7bc64792994..a1bdf591641 100644
--- a/models/api_application.go
+++ b/models/api_application.go
@@ -34,7 +34,7 @@ func (m *ApiApplication) GetAcceptMappedClaims()(*bool) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApiApplication) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ApiApplication) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ApiApplication) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -253,14 +253,14 @@ func (m *ApiApplication) SetAcceptMappedClaims(value *bool)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApiApplication) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ApiApplication) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/api_authentication_configuration_base.go b/models/api_authentication_configuration_base.go
index 340c687f493..0aa3f64bb0b 100644
--- a/models/api_authentication_configuration_base.go
+++ b/models/api_authentication_configuration_base.go
@@ -44,7 +44,7 @@ func CreateApiAuthenticationConfigurationBaseFromDiscriminatorValue(parseNode i8
}
return NewApiAuthenticationConfigurationBase(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApiAuthenticationConfigurationBase) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *ApiAuthenticationConfigurationBase) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ApiAuthenticationConfigurationBase) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -102,14 +102,14 @@ func (m *ApiAuthenticationConfigurationBase) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApiAuthenticationConfigurationBase) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ApiAuthenticationConfigurationBase) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_configuration_setting_item.go b/models/app_configuration_setting_item.go
index cc37488847f..7ae0c005390 100644
--- a/models/app_configuration_setting_item.go
+++ b/models/app_configuration_setting_item.go
@@ -22,7 +22,7 @@ func NewAppConfigurationSettingItem()(*AppConfigurationSettingItem) {
func CreateAppConfigurationSettingItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppConfigurationSettingItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppConfigurationSettingItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *AppConfigurationSettingItem) GetAppConfigKeyValue()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppConfigurationSettingItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *AppConfigurationSettingItem) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppConfigurationSettingItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -190,7 +190,7 @@ func (m *AppConfigurationSettingItem) SetAppConfigKeyValue(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppConfigurationSettingItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_consent_request_scope.go b/models/app_consent_request_scope.go
index 494fb5570b6..281976d6957 100644
--- a/models/app_consent_request_scope.go
+++ b/models/app_consent_request_scope.go
@@ -22,7 +22,7 @@ func NewAppConsentRequestScope()(*AppConsentRequestScope) {
func CreateAppConsentRequestScopeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppConsentRequestScope(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppConsentRequestScope) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AppConsentRequestScope) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppConsentRequestScope) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *AppConsentRequestScope) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppConsentRequestScope) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppConsentRequestScope) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_identity.go b/models/app_identity.go
index 66c9132e3cd..a81c4fb972d 100644
--- a/models/app_identity.go
+++ b/models/app_identity.go
@@ -22,7 +22,7 @@ func NewAppIdentity()(*AppIdentity) {
func CreateAppIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppIdentity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppIdentity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AppIdentity) GetAppId()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppIdentity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,7 +188,7 @@ func (m *AppIdentity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppIdentity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -202,7 +202,7 @@ func (m *AppIdentity) SetAppId(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppIdentity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_list_item.go b/models/app_list_item.go
index be6174dbc90..842600a7dbc 100644
--- a/models/app_list_item.go
+++ b/models/app_list_item.go
@@ -22,7 +22,7 @@ func NewAppListItem()(*AppListItem) {
func CreateAppListItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppListItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppListItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *AppListItem) GetAppStoreUrl()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppListItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,7 +188,7 @@ func (m *AppListItem) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppListItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -209,7 +209,7 @@ func (m *AppListItem) SetAppStoreUrl(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppListItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_log_collection_download_details.go b/models/app_log_collection_download_details.go
index e918ae61c1d..83a44ae9096 100644
--- a/models/app_log_collection_download_details.go
+++ b/models/app_log_collection_download_details.go
@@ -22,7 +22,7 @@ func NewAppLogCollectionDownloadDetails()(*AppLogCollectionDownloadDetails) {
func CreateAppLogCollectionDownloadDetailsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppLogCollectionDownloadDetails(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppLogCollectionDownloadDetails) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AppLogCollectionDownloadDetails) GetAppLogDecryptionAlgorithm()(*AppLog
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppLogCollectionDownloadDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *AppLogCollectionDownloadDetails) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppLogCollectionDownloadDetails) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -176,7 +176,7 @@ func (m *AppLogCollectionDownloadDetails) SetAppLogDecryptionAlgorithm(value *Ap
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppLogCollectionDownloadDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_management_configuration.go b/models/app_management_configuration.go
index 75452377bba..4f730b2c4c9 100644
--- a/models/app_management_configuration.go
+++ b/models/app_management_configuration.go
@@ -22,7 +22,7 @@ func NewAppManagementConfiguration()(*AppManagementConfiguration) {
func CreateAppManagementConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppManagementConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppManagementConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AppManagementConfiguration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppManagementConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -158,14 +158,14 @@ func (m *AppManagementConfiguration) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppManagementConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppManagementConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/app_role.go b/models/app_role.go
index fbe218816ae..d3b80fb751e 100644
--- a/models/app_role.go
+++ b/models/app_role.go
@@ -23,7 +23,7 @@ func NewAppRole()(*AppRole) {
func CreateAppRoleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppRole(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppRole) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *AppRole) GetAllowedMemberTypes()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppRole) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -276,7 +276,7 @@ func (m *AppRole) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppRole) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -290,7 +290,7 @@ func (m *AppRole) SetAllowedMemberTypes(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppRole) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/application_service_principal.go b/models/application_service_principal.go
index d27fbc9b400..ef36d01013c 100644
--- a/models/application_service_principal.go
+++ b/models/application_service_principal.go
@@ -22,7 +22,7 @@ func NewApplicationServicePrincipal()(*ApplicationServicePrincipal) {
func CreateApplicationServicePrincipalFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewApplicationServicePrincipal(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApplicationServicePrincipal) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ApplicationServicePrincipal) GetApplication()(Applicationable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ApplicationServicePrincipal) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *ApplicationServicePrincipal) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApplicationServicePrincipal) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *ApplicationServicePrincipal) SetApplication(value Applicationable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ApplicationServicePrincipal) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/applied_conditional_access_policy.go b/models/applied_conditional_access_policy.go
index e2b8f912005..c5b18010c5b 100644
--- a/models/applied_conditional_access_policy.go
+++ b/models/applied_conditional_access_policy.go
@@ -22,7 +22,7 @@ func NewAppliedConditionalAccessPolicy()(*AppliedConditionalAccessPolicy) {
func CreateAppliedConditionalAccessPolicyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppliedConditionalAccessPolicy(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppliedConditionalAccessPolicy) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AppliedConditionalAccessPolicy) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AppliedConditionalAccessPolicy) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -49,7 +49,7 @@ func (m *AppliedConditionalAccessPolicy) GetDisplayName()(*string) {
}
return nil
}
-// GetEnforcedGrantControls gets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication').
+// GetEnforcedGrantControls gets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication').
func (m *AppliedConditionalAccessPolicy) GetEnforcedGrantControls()([]string) {
val, err := m.GetBackingStore().Get("enforcedGrantControls")
if err != nil {
@@ -228,14 +228,14 @@ func (m *AppliedConditionalAccessPolicy) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AppliedConditionalAccessPolicy) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AppliedConditionalAccessPolicy) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
@@ -246,7 +246,7 @@ func (m *AppliedConditionalAccessPolicy) SetDisplayName(value *string)() {
panic(err)
}
}
-// SetEnforcedGrantControls sets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication').
+// SetEnforcedGrantControls sets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication').
func (m *AppliedConditionalAccessPolicy) SetEnforcedGrantControls(value []string)() {
err := m.GetBackingStore().Set("enforcedGrantControls", value)
if err != nil {
diff --git a/models/approval_settings.go b/models/approval_settings.go
index 8da99f79501..29fda73b3ea 100644
--- a/models/approval_settings.go
+++ b/models/approval_settings.go
@@ -22,7 +22,7 @@ func NewApprovalSettings()(*ApprovalSettings) {
func CreateApprovalSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewApprovalSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApprovalSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *ApprovalSettings) GetApprovalStages()([]UnifiedApprovalStageable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ApprovalSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -227,7 +227,7 @@ func (m *ApprovalSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ApprovalSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -248,7 +248,7 @@ func (m *ApprovalSettings) SetApprovalStages(value []UnifiedApprovalStageable)()
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ApprovalSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/archived_print_job.go b/models/archived_print_job.go
index f75600edc86..f0efb802220 100644
--- a/models/archived_print_job.go
+++ b/models/archived_print_job.go
@@ -45,7 +45,7 @@ func (m *ArchivedPrintJob) GetAcquiredDateTime()(*i336074805fc853987abe6f7fe3ad9
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ArchivedPrintJob) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *ArchivedPrintJob) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ArchivedPrintJob) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -366,14 +366,14 @@ func (m *ArchivedPrintJob) SetAcquiredDateTime(value *i336074805fc853987abe6f7fe
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ArchivedPrintJob) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ArchivedPrintJob) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/assigned_label.go b/models/assigned_label.go
index 737cbf6c3c9..57a28114ea5 100644
--- a/models/assigned_label.go
+++ b/models/assigned_label.go
@@ -22,7 +22,7 @@ func NewAssignedLabel()(*AssignedLabel) {
func CreateAssignedLabelFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAssignedLabel(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedLabel) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AssignedLabel) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AssignedLabel) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *AssignedLabel) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedLabel) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AssignedLabel) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/assigned_license.go b/models/assigned_license.go
index 3bfc0b08bf1..209d3469b51 100644
--- a/models/assigned_license.go
+++ b/models/assigned_license.go
@@ -23,7 +23,7 @@ func NewAssignedLicense()(*AssignedLicense) {
func CreateAssignedLicenseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAssignedLicense(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedLicense) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *AssignedLicense) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AssignedLicense) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,14 +141,14 @@ func (m *AssignedLicense) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedLicense) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AssignedLicense) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/assigned_plan.go b/models/assigned_plan.go
index 0e8c21b1a48..5713e6b2d11 100644
--- a/models/assigned_plan.go
+++ b/models/assigned_plan.go
@@ -24,7 +24,7 @@ func NewAssignedPlan()(*AssignedPlan) {
func CreateAssignedPlanFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAssignedPlan(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedPlan) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -47,7 +47,7 @@ func (m *AssignedPlan) GetAssignedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AssignedPlan) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -190,7 +190,7 @@ func (m *AssignedPlan) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedPlan) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -204,7 +204,7 @@ func (m *AssignedPlan) SetAssignedDateTime(value *i336074805fc853987abe6f7fe3ad9
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AssignedPlan) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/assigned_training_info.go b/models/assigned_training_info.go
index d4aaf246d62..6cefc360aec 100644
--- a/models/assigned_training_info.go
+++ b/models/assigned_training_info.go
@@ -22,7 +22,7 @@ func NewAssignedTrainingInfo()(*AssignedTrainingInfo) {
func CreateAssignedTrainingInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAssignedTrainingInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedTrainingInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AssignedTrainingInfo) GetAssignedUserCount()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AssignedTrainingInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *AssignedTrainingInfo) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignedTrainingInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *AssignedTrainingInfo) SetAssignedUserCount(value *int32)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AssignedTrainingInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/assignment_order.go b/models/assignment_order.go
index 420f89a14f9..5ded24f900e 100644
--- a/models/assignment_order.go
+++ b/models/assignment_order.go
@@ -22,7 +22,7 @@ func NewAssignmentOrder()(*AssignmentOrder) {
func CreateAssignmentOrderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAssignmentOrder(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignmentOrder) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AssignmentOrder) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AssignmentOrder) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *AssignmentOrder) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AssignmentOrder) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AssignmentOrder) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attachment_info.go b/models/attachment_info.go
index d4166cb9a76..c7c6e038351 100644
--- a/models/attachment_info.go
+++ b/models/attachment_info.go
@@ -22,7 +22,7 @@ func NewAttachmentInfo()(*AttachmentInfo) {
func CreateAttachmentInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttachmentInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttachmentInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AttachmentInfo) GetAttachmentType()(*AttachmentType) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttachmentInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,7 +189,7 @@ func (m *AttachmentInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttachmentInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -203,7 +203,7 @@ func (m *AttachmentInfo) SetAttachmentType(value *AttachmentType)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttachmentInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attachment_item.go b/models/attachment_item.go
index d2b5ff38ac0..20f6a43aa44 100644
--- a/models/attachment_item.go
+++ b/models/attachment_item.go
@@ -22,7 +22,7 @@ func NewAttachmentItem()(*AttachmentItem) {
func CreateAttachmentItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttachmentItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttachmentItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AttachmentItem) GetAttachmentType()(*AttachmentType) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttachmentItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,7 +243,7 @@ func (m *AttachmentItem) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttachmentItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -257,7 +257,7 @@ func (m *AttachmentItem) SetAttachmentType(value *AttachmentType)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttachmentItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attack_simulation_repeat_offender.go b/models/attack_simulation_repeat_offender.go
index 5692b71dc4b..6d950502df6 100644
--- a/models/attack_simulation_repeat_offender.go
+++ b/models/attack_simulation_repeat_offender.go
@@ -22,7 +22,7 @@ func NewAttackSimulationRepeatOffender()(*AttackSimulationRepeatOffender) {
func CreateAttackSimulationRepeatOffenderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttackSimulationRepeatOffender(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationRepeatOffender) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AttackSimulationRepeatOffender) GetAttackSimulationUser()(AttackSimulat
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttackSimulationRepeatOffender) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *AttackSimulationRepeatOffender) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationRepeatOffender) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *AttackSimulationRepeatOffender) SetAttackSimulationUser(value AttackSim
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttackSimulationRepeatOffender) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attack_simulation_simulation_user_coverage.go b/models/attack_simulation_simulation_user_coverage.go
index 78ca6da6f48..893f3c2e651 100644
--- a/models/attack_simulation_simulation_user_coverage.go
+++ b/models/attack_simulation_simulation_user_coverage.go
@@ -23,7 +23,7 @@ func NewAttackSimulationSimulationUserCoverage()(*AttackSimulationSimulationUser
func CreateAttackSimulationSimulationUserCoverageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttackSimulationSimulationUserCoverage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationSimulationUserCoverage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *AttackSimulationSimulationUserCoverage) GetAttackSimulationUser()(Attac
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttackSimulationSimulationUserCoverage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,7 +216,7 @@ func (m *AttackSimulationSimulationUserCoverage) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationSimulationUserCoverage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -230,7 +230,7 @@ func (m *AttackSimulationSimulationUserCoverage) SetAttackSimulationUser(value A
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttackSimulationSimulationUserCoverage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attack_simulation_training_user_coverage.go b/models/attack_simulation_training_user_coverage.go
index 28e86f908a3..0e87cbe8653 100644
--- a/models/attack_simulation_training_user_coverage.go
+++ b/models/attack_simulation_training_user_coverage.go
@@ -22,7 +22,7 @@ func NewAttackSimulationTrainingUserCoverage()(*AttackSimulationTrainingUserCove
func CreateAttackSimulationTrainingUserCoverageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttackSimulationTrainingUserCoverage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationTrainingUserCoverage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AttackSimulationTrainingUserCoverage) GetAttackSimulationUser()(AttackS
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttackSimulationTrainingUserCoverage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,7 +146,7 @@ func (m *AttackSimulationTrainingUserCoverage) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationTrainingUserCoverage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -160,7 +160,7 @@ func (m *AttackSimulationTrainingUserCoverage) SetAttackSimulationUser(value Att
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttackSimulationTrainingUserCoverage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attack_simulation_user.go b/models/attack_simulation_user.go
index b38dc8d76f4..2736af28b09 100644
--- a/models/attack_simulation_user.go
+++ b/models/attack_simulation_user.go
@@ -22,7 +22,7 @@ func NewAttackSimulationUser()(*AttackSimulationUser) {
func CreateAttackSimulationUserFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttackSimulationUser(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationUser) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AttackSimulationUser) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttackSimulationUser) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AttackSimulationUser) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttackSimulationUser) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttackSimulationUser) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attendance_interval.go b/models/attendance_interval.go
index 30605bfc5be..cdccade6d1a 100644
--- a/models/attendance_interval.go
+++ b/models/attendance_interval.go
@@ -23,7 +23,7 @@ func NewAttendanceInterval()(*AttendanceInterval) {
func CreateAttendanceIntervalFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttendanceInterval(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttendanceInterval) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *AttendanceInterval) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttendanceInterval) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *AttendanceInterval) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttendanceInterval) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttendanceInterval) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attendee_availability.go b/models/attendee_availability.go
index ed74857de3a..c0ec5650904 100644
--- a/models/attendee_availability.go
+++ b/models/attendee_availability.go
@@ -22,7 +22,7 @@ func NewAttendeeAvailability()(*AttendeeAvailability) {
func CreateAttendeeAvailabilityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttendeeAvailability(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttendeeAvailability) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *AttendeeAvailability) GetAvailability()(*FreeBusyStatus) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttendeeAvailability) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *AttendeeAvailability) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttendeeAvailability) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -156,7 +156,7 @@ func (m *AttendeeAvailability) SetAvailability(value *FreeBusyStatus)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttendeeAvailability) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attribute_definition.go b/models/attribute_definition.go
index b96251e7726..a2212fed8cd 100644
--- a/models/attribute_definition.go
+++ b/models/attribute_definition.go
@@ -22,7 +22,7 @@ func NewAttributeDefinition()(*AttributeDefinition) {
func CreateAttributeDefinitionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttributeDefinition(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeDefinition) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *AttributeDefinition) GetApiExpressions()([]StringKeyStringValuePairable
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttributeDefinition) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -442,7 +442,7 @@ func (m *AttributeDefinition) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeDefinition) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -463,7 +463,7 @@ func (m *AttributeDefinition) SetApiExpressions(value []StringKeyStringValuePair
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttributeDefinition) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attribute_definition_metadata_entry.go b/models/attribute_definition_metadata_entry.go
index aa9922b4514..0071fbe959a 100644
--- a/models/attribute_definition_metadata_entry.go
+++ b/models/attribute_definition_metadata_entry.go
@@ -22,7 +22,7 @@ func NewAttributeDefinitionMetadataEntry()(*AttributeDefinitionMetadataEntry) {
func CreateAttributeDefinitionMetadataEntryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttributeDefinitionMetadataEntry(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeDefinitionMetadataEntry) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AttributeDefinitionMetadataEntry) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttributeDefinitionMetadataEntry) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *AttributeDefinitionMetadataEntry) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeDefinitionMetadataEntry) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttributeDefinitionMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attribute_mapping.go b/models/attribute_mapping.go
index 52567a57b1e..df338d5682b 100644
--- a/models/attribute_mapping.go
+++ b/models/attribute_mapping.go
@@ -22,7 +22,7 @@ func NewAttributeMapping()(*AttributeMapping) {
func CreateAttributeMappingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttributeMapping(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeMapping) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AttributeMapping) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttributeMapping) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -271,14 +271,14 @@ func (m *AttributeMapping) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeMapping) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttributeMapping) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attribute_mapping_parameter_schema.go b/models/attribute_mapping_parameter_schema.go
index f8ea278ec7d..f032c9be406 100644
--- a/models/attribute_mapping_parameter_schema.go
+++ b/models/attribute_mapping_parameter_schema.go
@@ -22,7 +22,7 @@ func NewAttributeMappingParameterSchema()(*AttributeMappingParameterSchema) {
func CreateAttributeMappingParameterSchemaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttributeMappingParameterSchema(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeMappingParameterSchema) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AttributeMappingParameterSchema) GetAllowMultipleOccurrences()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttributeMappingParameterSchema) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,7 +189,7 @@ func (m *AttributeMappingParameterSchema) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeMappingParameterSchema) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -203,7 +203,7 @@ func (m *AttributeMappingParameterSchema) SetAllowMultipleOccurrences(value *boo
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttributeMappingParameterSchema) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/attribute_mapping_source.go b/models/attribute_mapping_source.go
index 6553a5d8dc8..7be84860662 100644
--- a/models/attribute_mapping_source.go
+++ b/models/attribute_mapping_source.go
@@ -22,7 +22,7 @@ func NewAttributeMappingSource()(*AttributeMappingSource) {
func CreateAttributeMappingSourceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAttributeMappingSource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeMappingSource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AttributeMappingSource) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AttributeMappingSource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -201,14 +201,14 @@ func (m *AttributeMappingSource) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AttributeMappingSource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AttributeMappingSource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/audio.go b/models/audio.go
index 6500740dd80..ffa66cf16d7 100644
--- a/models/audio.go
+++ b/models/audio.go
@@ -22,7 +22,7 @@ func NewAudio()(*Audio) {
func CreateAudioFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAudio(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Audio) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *Audio) GetArtist()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Audio) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -512,7 +512,7 @@ func (m *Audio) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Audio) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -540,7 +540,7 @@ func (m *Audio) SetArtist(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Audio) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/audio_conferencing.go b/models/audio_conferencing.go
index 73b4308a149..21ebdef9292 100644
--- a/models/audio_conferencing.go
+++ b/models/audio_conferencing.go
@@ -22,7 +22,7 @@ func NewAudioConferencing()(*AudioConferencing) {
func CreateAudioConferencingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAudioConferencing(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AudioConferencing) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AudioConferencing) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AudioConferencing) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -254,14 +254,14 @@ func (m *AudioConferencing) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AudioConferencing) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AudioConferencing) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/audit_activity_initiator.go b/models/audit_activity_initiator.go
index 8b3042b2fcc..498016646b4 100644
--- a/models/audit_activity_initiator.go
+++ b/models/audit_activity_initiator.go
@@ -22,7 +22,7 @@ func NewAuditActivityInitiator()(*AuditActivityInitiator) {
func CreateAuditActivityInitiatorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuditActivityInitiator(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditActivityInitiator) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AuditActivityInitiator) GetApp()(AppIdentityable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuditActivityInitiator) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *AuditActivityInitiator) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditActivityInitiator) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *AuditActivityInitiator) SetApp(value AppIdentityable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuditActivityInitiator) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/audit_actor.go b/models/audit_actor.go
index 43eac9b03c8..9e05440bda9 100644
--- a/models/audit_actor.go
+++ b/models/audit_actor.go
@@ -22,7 +22,7 @@ func NewAuditActor()(*AuditActor) {
func CreateAuditActorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuditActor(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditActor) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *AuditActor) GetAuditActorType()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuditActor) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -302,7 +302,7 @@ func (m *AuditActor) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditActor) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -330,7 +330,7 @@ func (m *AuditActor) SetAuditActorType(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuditActor) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/audit_property.go b/models/audit_property.go
index cc691ecfecb..7cddf476068 100644
--- a/models/audit_property.go
+++ b/models/audit_property.go
@@ -22,7 +22,7 @@ func NewAuditProperty()(*AuditProperty) {
func CreateAuditPropertyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuditProperty(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditProperty) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AuditProperty) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuditProperty) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *AuditProperty) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditProperty) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuditProperty) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/audit_resource.go b/models/audit_resource.go
index 72c56255779..90142075b2e 100644
--- a/models/audit_resource.go
+++ b/models/audit_resource.go
@@ -22,7 +22,7 @@ func NewAuditResource()(*AuditResource) {
func CreateAuditResourceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuditResource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditResource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AuditResource) GetAuditResourceType()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuditResource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -200,7 +200,7 @@ func (m *AuditResource) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuditResource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -214,7 +214,7 @@ func (m *AuditResource) SetAuditResourceType(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuditResource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/authentication_method_feature_configuration.go b/models/authentication_method_feature_configuration.go
index ec6c6affe92..343931d4be9 100644
--- a/models/authentication_method_feature_configuration.go
+++ b/models/authentication_method_feature_configuration.go
@@ -22,7 +22,7 @@ func NewAuthenticationMethodFeatureConfiguration()(*AuthenticationMethodFeatureC
func CreateAuthenticationMethodFeatureConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuthenticationMethodFeatureConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationMethodFeatureConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AuthenticationMethodFeatureConfiguration) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuthenticationMethodFeatureConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *AuthenticationMethodFeatureConfiguration) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationMethodFeatureConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuthenticationMethodFeatureConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/authentication_methods_registration_campaign.go b/models/authentication_methods_registration_campaign.go
index 515cda6aa4c..c9354ec3cb3 100644
--- a/models/authentication_methods_registration_campaign.go
+++ b/models/authentication_methods_registration_campaign.go
@@ -22,7 +22,7 @@ func NewAuthenticationMethodsRegistrationCampaign()(*AuthenticationMethodsRegist
func CreateAuthenticationMethodsRegistrationCampaignFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuthenticationMethodsRegistrationCampaign(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationMethodsRegistrationCampaign) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AuthenticationMethodsRegistrationCampaign) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuthenticationMethodsRegistrationCampaign) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -213,14 +213,14 @@ func (m *AuthenticationMethodsRegistrationCampaign) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationMethodsRegistrationCampaign) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuthenticationMethodsRegistrationCampaign) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/authentication_methods_registration_campaign_include_target.go b/models/authentication_methods_registration_campaign_include_target.go
index 7048bc31526..e0dac320849 100644
--- a/models/authentication_methods_registration_campaign_include_target.go
+++ b/models/authentication_methods_registration_campaign_include_target.go
@@ -22,7 +22,7 @@ func NewAuthenticationMethodsRegistrationCampaignIncludeTarget()(*Authentication
func CreateAuthenticationMethodsRegistrationCampaignIncludeTargetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuthenticationMethodsRegistrationCampaignIncludeTarget(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationMethodsRegistrationCampaignIncludeTarget) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AuthenticationMethodsRegistrationCampaignIncludeTarget) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuthenticationMethodsRegistrationCampaignIncludeTarget) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *AuthenticationMethodsRegistrationCampaignIncludeTarget) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationMethodsRegistrationCampaignIncludeTarget) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuthenticationMethodsRegistrationCampaignIncludeTarget) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/authentication_methods_root.go b/models/authentication_methods_root.go
index 4aa6a393d31..48ad2607dae 100644
--- a/models/authentication_methods_root.go
+++ b/models/authentication_methods_root.go
@@ -40,7 +40,7 @@ func (m *AuthenticationMethodsRoot) GetFieldDeserializers()(map[string]func(i878
}
return res
}
-// GetUserRegistrationDetails 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).
+// GetUserRegistrationDetails 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).
func (m *AuthenticationMethodsRoot) GetUserRegistrationDetails()([]UserRegistrationDetailsable) {
val, err := m.GetBackingStore().Get("userRegistrationDetails")
if err != nil {
@@ -71,7 +71,7 @@ func (m *AuthenticationMethodsRoot) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetUserRegistrationDetails 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).
+// SetUserRegistrationDetails 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).
func (m *AuthenticationMethodsRoot) SetUserRegistrationDetails(value []UserRegistrationDetailsable)() {
err := m.GetBackingStore().Set("userRegistrationDetails", value)
if err != nil {
diff --git a/models/authentication_strength_usage.go b/models/authentication_strength_usage.go
index 9fbbb66b93a..5ee5896b1d2 100644
--- a/models/authentication_strength_usage.go
+++ b/models/authentication_strength_usage.go
@@ -22,7 +22,7 @@ func NewAuthenticationStrengthUsage()(*AuthenticationStrengthUsage) {
func CreateAuthenticationStrengthUsageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuthenticationStrengthUsage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationStrengthUsage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AuthenticationStrengthUsage) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuthenticationStrengthUsage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -158,14 +158,14 @@ func (m *AuthenticationStrengthUsage) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationStrengthUsage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuthenticationStrengthUsage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/authorization_info.go b/models/authorization_info.go
index 2934da14186..4e53b083f44 100644
--- a/models/authorization_info.go
+++ b/models/authorization_info.go
@@ -22,7 +22,7 @@ func NewAuthorizationInfo()(*AuthorizationInfo) {
func CreateAuthorizationInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuthorizationInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthorizationInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AuthorizationInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuthorizationInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *AuthorizationInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthorizationInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuthorizationInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/automatic_replies_mail_tips.go b/models/automatic_replies_mail_tips.go
index 3b9464988bb..2fb87c7b1de 100644
--- a/models/automatic_replies_mail_tips.go
+++ b/models/automatic_replies_mail_tips.go
@@ -22,7 +22,7 @@ func NewAutomaticRepliesMailTips()(*AutomaticRepliesMailTips) {
func CreateAutomaticRepliesMailTipsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAutomaticRepliesMailTips(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AutomaticRepliesMailTips) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AutomaticRepliesMailTips) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AutomaticRepliesMailTips) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *AutomaticRepliesMailTips) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AutomaticRepliesMailTips) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AutomaticRepliesMailTips) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/automatic_replies_setting.go b/models/automatic_replies_setting.go
index 5b5f0a5d82a..bea47f60510 100644
--- a/models/automatic_replies_setting.go
+++ b/models/automatic_replies_setting.go
@@ -22,7 +22,7 @@ func NewAutomaticRepliesSetting()(*AutomaticRepliesSetting) {
func CreateAutomaticRepliesSettingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAutomaticRepliesSetting(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AutomaticRepliesSetting) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AutomaticRepliesSetting) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AutomaticRepliesSetting) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -244,14 +244,14 @@ func (m *AutomaticRepliesSetting) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AutomaticRepliesSetting) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AutomaticRepliesSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/availability_item.go b/models/availability_item.go
index 6fbc8636da2..61c94ff4248 100644
--- a/models/availability_item.go
+++ b/models/availability_item.go
@@ -22,7 +22,7 @@ func NewAvailabilityItem()(*AvailabilityItem) {
func CreateAvailabilityItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAvailabilityItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AvailabilityItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AvailabilityItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AvailabilityItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *AvailabilityItem) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AvailabilityItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AvailabilityItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/average_comparative_score.go b/models/average_comparative_score.go
index 0d67d924286..7f568be5712 100644
--- a/models/average_comparative_score.go
+++ b/models/average_comparative_score.go
@@ -22,7 +22,7 @@ func NewAverageComparativeScore()(*AverageComparativeScore) {
func CreateAverageComparativeScoreFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAverageComparativeScore(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AverageComparativeScore) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *AverageComparativeScore) GetAverageScore()(*float64) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AverageComparativeScore) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *AverageComparativeScore) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AverageComparativeScore) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *AverageComparativeScore) SetAverageScore(value *float64)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AverageComparativeScore) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/base_collection_pagination_count_response.go b/models/base_collection_pagination_count_response.go
index 68fda46c899..b899d9dfa6b 100644
--- a/models/base_collection_pagination_count_response.go
+++ b/models/base_collection_pagination_count_response.go
@@ -22,7 +22,7 @@ func NewBaseCollectionPaginationCountResponse()(*BaseCollectionPaginationCountRe
func CreateBaseCollectionPaginationCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBaseCollectionPaginationCountResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BaseCollectionPaginationCountResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BaseCollectionPaginationCountResponse) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BaseCollectionPaginationCountResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *BaseCollectionPaginationCountResponse) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BaseCollectionPaginationCountResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BaseCollectionPaginationCountResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/base_delta_function_response.go b/models/base_delta_function_response.go
index 279b4c71a7f..01eb975637f 100644
--- a/models/base_delta_function_response.go
+++ b/models/base_delta_function_response.go
@@ -22,7 +22,7 @@ func NewBaseDeltaFunctionResponse()(*BaseDeltaFunctionResponse) {
func CreateBaseDeltaFunctionResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBaseDeltaFunctionResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BaseDeltaFunctionResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BaseDeltaFunctionResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BaseDeltaFunctionResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *BaseDeltaFunctionResponse) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BaseDeltaFunctionResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BaseDeltaFunctionResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/base_end_user_notification.go b/models/base_end_user_notification.go
index defcf21bd6e..f9b3ac1fc25 100644
--- a/models/base_end_user_notification.go
+++ b/models/base_end_user_notification.go
@@ -44,7 +44,7 @@ func CreateBaseEndUserNotificationFromDiscriminatorValue(parseNode i878a80d2330e
}
return NewBaseEndUserNotification(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BaseEndUserNotification) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *BaseEndUserNotification) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BaseEndUserNotification) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -156,14 +156,14 @@ func (m *BaseEndUserNotification) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BaseEndUserNotification) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BaseEndUserNotification) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/bit_locker_removable_drive_policy.go b/models/bit_locker_removable_drive_policy.go
index 6287c56c919..5994a280bf8 100644
--- a/models/bit_locker_removable_drive_policy.go
+++ b/models/bit_locker_removable_drive_policy.go
@@ -22,7 +22,7 @@ func NewBitLockerRemovableDrivePolicy()(*BitLockerRemovableDrivePolicy) {
func CreateBitLockerRemovableDrivePolicyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBitLockerRemovableDrivePolicy(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BitLockerRemovableDrivePolicy) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BitLockerRemovableDrivePolicy) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BitLockerRemovableDrivePolicy) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *BitLockerRemovableDrivePolicy) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BitLockerRemovableDrivePolicy) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BitLockerRemovableDrivePolicy) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_customer_information_base.go b/models/booking_customer_information_base.go
index 7c002fc1a10..039f75baef0 100644
--- a/models/booking_customer_information_base.go
+++ b/models/booking_customer_information_base.go
@@ -40,7 +40,7 @@ func CreateBookingCustomerInformationBaseFromDiscriminatorValue(parseNode i878a8
}
return NewBookingCustomerInformationBase(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingCustomerInformationBase) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *BookingCustomerInformationBase) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingCustomerInformationBase) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *BookingCustomerInformationBase) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingCustomerInformationBase) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingCustomerInformationBase) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_question_answer.go b/models/booking_question_answer.go
index d6d9506bd2c..3f107b4bdff 100644
--- a/models/booking_question_answer.go
+++ b/models/booking_question_answer.go
@@ -22,7 +22,7 @@ func NewBookingQuestionAnswer()(*BookingQuestionAnswer) {
func CreateBookingQuestionAnswerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingQuestionAnswer(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingQuestionAnswer) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *BookingQuestionAnswer) GetAnswerOptions()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingQuestionAnswer) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -282,7 +282,7 @@ func (m *BookingQuestionAnswer) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingQuestionAnswer) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -310,7 +310,7 @@ func (m *BookingQuestionAnswer) SetAnswerOptions(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingQuestionAnswer) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_question_assignment.go b/models/booking_question_assignment.go
index 4c3b0a185cc..4ebd6739b01 100644
--- a/models/booking_question_assignment.go
+++ b/models/booking_question_assignment.go
@@ -22,7 +22,7 @@ func NewBookingQuestionAssignment()(*BookingQuestionAssignment) {
func CreateBookingQuestionAssignmentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingQuestionAssignment(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingQuestionAssignment) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BookingQuestionAssignment) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingQuestionAssignment) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *BookingQuestionAssignment) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingQuestionAssignment) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingQuestionAssignment) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_reminder.go b/models/booking_reminder.go
index 1dc4ce43534..78121c3aa07 100644
--- a/models/booking_reminder.go
+++ b/models/booking_reminder.go
@@ -22,7 +22,7 @@ func NewBookingReminder()(*BookingReminder) {
func CreateBookingReminderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingReminder(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingReminder) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BookingReminder) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingReminder) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *BookingReminder) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingReminder) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingReminder) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_scheduling_policy.go b/models/booking_scheduling_policy.go
index d0fbbebe8cd..dd67dbc3945 100644
--- a/models/booking_scheduling_policy.go
+++ b/models/booking_scheduling_policy.go
@@ -22,7 +22,7 @@ func NewBookingSchedulingPolicy()(*BookingSchedulingPolicy) {
func CreateBookingSchedulingPolicyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingSchedulingPolicy(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingSchedulingPolicy) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *BookingSchedulingPolicy) GetAllowStaffSelection()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingSchedulingPolicy) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *BookingSchedulingPolicy) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingSchedulingPolicy) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -229,7 +229,7 @@ func (m *BookingSchedulingPolicy) SetAllowStaffSelection(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingSchedulingPolicy) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_work_hours.go b/models/booking_work_hours.go
index 0df7f460a57..25823b0345b 100644
--- a/models/booking_work_hours.go
+++ b/models/booking_work_hours.go
@@ -22,7 +22,7 @@ func NewBookingWorkHours()(*BookingWorkHours) {
func CreateBookingWorkHoursFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingWorkHours(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingWorkHours) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BookingWorkHours) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingWorkHours) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -147,14 +147,14 @@ func (m *BookingWorkHours) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingWorkHours) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingWorkHours) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/booking_work_time_slot.go b/models/booking_work_time_slot.go
index f4edcaba38f..9f86594dcac 100644
--- a/models/booking_work_time_slot.go
+++ b/models/booking_work_time_slot.go
@@ -22,7 +22,7 @@ func NewBookingWorkTimeSlot()(*BookingWorkTimeSlot) {
func CreateBookingWorkTimeSlotFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingWorkTimeSlot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingWorkTimeSlot) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BookingWorkTimeSlot) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingWorkTimeSlot) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *BookingWorkTimeSlot) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingWorkTimeSlot) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingWorkTimeSlot) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/boolean_column.go b/models/boolean_column.go
index 20a0c24a23b..12e090dd505 100644
--- a/models/boolean_column.go
+++ b/models/boolean_column.go
@@ -22,7 +22,7 @@ func NewBooleanColumn()(*BooleanColumn) {
func CreateBooleanColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBooleanColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BooleanColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BooleanColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BooleanColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *BooleanColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BooleanColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BooleanColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/broadcast_meeting_caption_settings.go b/models/broadcast_meeting_caption_settings.go
index 6e1c5c83df5..91de8ff0180 100644
--- a/models/broadcast_meeting_caption_settings.go
+++ b/models/broadcast_meeting_caption_settings.go
@@ -22,7 +22,7 @@ func NewBroadcastMeetingCaptionSettings()(*BroadcastMeetingCaptionSettings) {
func CreateBroadcastMeetingCaptionSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBroadcastMeetingCaptionSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BroadcastMeetingCaptionSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BroadcastMeetingCaptionSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BroadcastMeetingCaptionSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -167,14 +167,14 @@ func (m *BroadcastMeetingCaptionSettings) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BroadcastMeetingCaptionSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BroadcastMeetingCaptionSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/broadcast_meeting_settings.go b/models/broadcast_meeting_settings.go
index e63ba394609..0efec777c6e 100644
--- a/models/broadcast_meeting_settings.go
+++ b/models/broadcast_meeting_settings.go
@@ -22,7 +22,7 @@ func NewBroadcastMeetingSettings()(*BroadcastMeetingSettings) {
func CreateBroadcastMeetingSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBroadcastMeetingSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BroadcastMeetingSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *BroadcastMeetingSettings) GetAllowedAudience()(*BroadcastMeetingAudienc
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BroadcastMeetingSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,7 +243,7 @@ func (m *BroadcastMeetingSettings) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BroadcastMeetingSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -257,7 +257,7 @@ func (m *BroadcastMeetingSettings) SetAllowedAudience(value *BroadcastMeetingAud
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BroadcastMeetingSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/browser_shared_cookie_history.go b/models/browser_shared_cookie_history.go
index 7d2f32fe94b..5ea183ec1f3 100644
--- a/models/browser_shared_cookie_history.go
+++ b/models/browser_shared_cookie_history.go
@@ -23,7 +23,7 @@ func NewBrowserSharedCookieHistory()(*BrowserSharedCookieHistory) {
func CreateBrowserSharedCookieHistoryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBrowserSharedCookieHistory(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BrowserSharedCookieHistory) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *BrowserSharedCookieHistory) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BrowserSharedCookieHistory) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -298,14 +298,14 @@ func (m *BrowserSharedCookieHistory) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BrowserSharedCookieHistory) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BrowserSharedCookieHistory) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/browser_site_history.go b/models/browser_site_history.go
index aea07cfc394..990d4fc2c46 100644
--- a/models/browser_site_history.go
+++ b/models/browser_site_history.go
@@ -23,7 +23,7 @@ func NewBrowserSiteHistory()(*BrowserSiteHistory) {
func CreateBrowserSiteHistoryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBrowserSiteHistory(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BrowserSiteHistory) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *BrowserSiteHistory) GetAllowRedirect()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BrowserSiteHistory) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -273,7 +273,7 @@ func (m *BrowserSiteHistory) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BrowserSiteHistory) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -287,7 +287,7 @@ func (m *BrowserSiteHistory) SetAllowRedirect(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BrowserSiteHistory) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/bucket_aggregation_definition.go b/models/bucket_aggregation_definition.go
index 9c02d91eb42..2efdd1fe37c 100644
--- a/models/bucket_aggregation_definition.go
+++ b/models/bucket_aggregation_definition.go
@@ -22,7 +22,7 @@ func NewBucketAggregationDefinition()(*BucketAggregationDefinition) {
func CreateBucketAggregationDefinitionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBucketAggregationDefinition(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BucketAggregationDefinition) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BucketAggregationDefinition) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BucketAggregationDefinition) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -228,14 +228,14 @@ func (m *BucketAggregationDefinition) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BucketAggregationDefinition) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BucketAggregationDefinition) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/bucket_aggregation_range.go b/models/bucket_aggregation_range.go
index 1e48f8141f4..1738996ffcd 100644
--- a/models/bucket_aggregation_range.go
+++ b/models/bucket_aggregation_range.go
@@ -22,7 +22,7 @@ func NewBucketAggregationRange()(*BucketAggregationRange) {
func CreateBucketAggregationRangeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBucketAggregationRange(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BucketAggregationRange) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BucketAggregationRange) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BucketAggregationRange) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *BucketAggregationRange) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BucketAggregationRange) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BucketAggregationRange) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/bundle.go b/models/bundle.go
index a70a9021ed6..05e3d0e5eaa 100644
--- a/models/bundle.go
+++ b/models/bundle.go
@@ -22,7 +22,7 @@ func NewBundle()(*Bundle) {
func CreateBundleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBundle(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Bundle) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Bundle) GetAlbum()(Albumable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Bundle) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *Bundle) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Bundle) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *Bundle) SetAlbum(value Albumable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Bundle) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/calculated_column.go b/models/calculated_column.go
index 8f14664a83c..f23fbe4a478 100644
--- a/models/calculated_column.go
+++ b/models/calculated_column.go
@@ -22,7 +22,7 @@ func NewCalculatedColumn()(*CalculatedColumn) {
func CreateCalculatedColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCalculatedColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CalculatedColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CalculatedColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CalculatedColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *CalculatedColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CalculatedColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CalculatedColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/calendar_sharing_message_action.go b/models/calendar_sharing_message_action.go
index fad43989b27..f86c5a60fa0 100644
--- a/models/calendar_sharing_message_action.go
+++ b/models/calendar_sharing_message_action.go
@@ -44,7 +44,7 @@ func (m *CalendarSharingMessageAction) GetActionType()(*CalendarSharingActionTyp
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CalendarSharingMessageAction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *CalendarSharingMessageAction) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CalendarSharingMessageAction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -178,14 +178,14 @@ func (m *CalendarSharingMessageAction) SetActionType(value *CalendarSharingActio
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CalendarSharingMessageAction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CalendarSharingMessageAction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/call_media_state.go b/models/call_media_state.go
index 54848d2c9bc..7027d2040f6 100644
--- a/models/call_media_state.go
+++ b/models/call_media_state.go
@@ -22,7 +22,7 @@ func NewCallMediaState()(*CallMediaState) {
func CreateCallMediaStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallMediaState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallMediaState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *CallMediaState) GetAudio()(*MediaState) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallMediaState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,7 +108,7 @@ func (m *CallMediaState) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallMediaState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -122,7 +122,7 @@ func (m *CallMediaState) SetAudio(value *MediaState)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallMediaState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/call_options.go b/models/call_options.go
index ecf224fe11a..c1a5d628f06 100644
--- a/models/call_options.go
+++ b/models/call_options.go
@@ -42,7 +42,7 @@ func CreateCallOptionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a
}
return NewCallOptions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallOptions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *CallOptions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallOptions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -154,14 +154,14 @@ func (m *CallOptions) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallOptions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallOptions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/call_participant_info.go b/models/call_participant_info.go
index c7fee9645c6..4c0c26f17ae 100644
--- a/models/call_participant_info.go
+++ b/models/call_participant_info.go
@@ -22,7 +22,7 @@ func NewCallParticipantInfo()(*CallParticipantInfo) {
func CreateCallParticipantInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallParticipantInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallParticipantInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallParticipantInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallParticipantInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *CallParticipantInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallParticipantInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallParticipantInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/call_route.go b/models/call_route.go
index 7a42bc7925a..5e18f7694ba 100644
--- a/models/call_route.go
+++ b/models/call_route.go
@@ -22,7 +22,7 @@ func NewCallRoute()(*CallRoute) {
func CreateCallRouteFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallRoute(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallRoute) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CallRoute) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallRoute) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *CallRoute) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallRoute) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallRoute) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/call_transcript.go b/models/call_transcript.go
index 5ff138f3f35..c1a2c3b6529 100644
--- a/models/call_transcript.go
+++ b/models/call_transcript.go
@@ -20,7 +20,7 @@ func NewCallTranscript()(*CallTranscript) {
func CreateCallTranscriptFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallTranscript(), nil
}
-// GetContent gets the content property value. The content property
+// GetContent gets the content property value. The content of the transcript. Read-only.
func (m *CallTranscript) GetContent()([]byte) {
val, err := m.GetBackingStore().Get("content")
if err != nil {
@@ -31,7 +31,7 @@ func (m *CallTranscript) GetContent()([]byte) {
}
return nil
}
-// GetCreatedDateTime gets the createdDateTime property value. The createdDateTime property
+// GetCreatedDateTime 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.
func (m *CallTranscript) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("createdDateTime")
if err != nil {
@@ -107,7 +107,7 @@ func (m *CallTranscript) GetFieldDeserializers()(map[string]func(i878a80d2330e89
}
return res
}
-// GetMeetingId gets the meetingId property value. The meetingId property
+// GetMeetingId gets the meetingId property value. The unique identifier of the online meeting related to this transcript. Read-only.
func (m *CallTranscript) GetMeetingId()(*string) {
val, err := m.GetBackingStore().Get("meetingId")
if err != nil {
@@ -118,7 +118,7 @@ func (m *CallTranscript) GetMeetingId()(*string) {
}
return nil
}
-// GetMeetingOrganizer gets the meetingOrganizer property value. The meetingOrganizer property
+// GetMeetingOrganizer gets the meetingOrganizer property value. The identity information of the organizer of the onlineMeeting related to this transcript. Read-only.
func (m *CallTranscript) GetMeetingOrganizer()(IdentitySetable) {
val, err := m.GetBackingStore().Get("meetingOrganizer")
if err != nil {
@@ -129,7 +129,7 @@ func (m *CallTranscript) GetMeetingOrganizer()(IdentitySetable) {
}
return nil
}
-// GetMetadataContent gets the metadataContent property value. The metadataContent property
+// GetMetadataContent gets the metadataContent property value. The time-aligned metadata of the utterances in the transcript. Read-only.
func (m *CallTranscript) GetMetadataContent()([]byte) {
val, err := m.GetBackingStore().Get("metadataContent")
if err != nil {
@@ -140,7 +140,7 @@ func (m *CallTranscript) GetMetadataContent()([]byte) {
}
return nil
}
-// GetTranscriptContentUrl gets the transcriptContentUrl property value. The transcriptContentUrl property
+// GetTranscriptContentUrl gets the transcriptContentUrl property value. The URL that can be used to access the content of the transcript. Read-only.
func (m *CallTranscript) GetTranscriptContentUrl()(*string) {
val, err := m.GetBackingStore().Get("transcriptContentUrl")
if err != nil {
@@ -195,42 +195,42 @@ func (m *CallTranscript) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetContent sets the content property value. The content property
+// SetContent sets the content property value. The content of the transcript. Read-only.
func (m *CallTranscript) SetContent(value []byte)() {
err := m.GetBackingStore().Set("content", value)
if err != nil {
panic(err)
}
}
-// SetCreatedDateTime sets the createdDateTime property value. The createdDateTime property
+// SetCreatedDateTime 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.
func (m *CallTranscript) SetCreatedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("createdDateTime", value)
if err != nil {
panic(err)
}
}
-// SetMeetingId sets the meetingId property value. The meetingId property
+// SetMeetingId sets the meetingId property value. The unique identifier of the online meeting related to this transcript. Read-only.
func (m *CallTranscript) SetMeetingId(value *string)() {
err := m.GetBackingStore().Set("meetingId", value)
if err != nil {
panic(err)
}
}
-// SetMeetingOrganizer sets the meetingOrganizer property value. The meetingOrganizer property
+// SetMeetingOrganizer sets the meetingOrganizer property value. The identity information of the organizer of the onlineMeeting related to this transcript. Read-only.
func (m *CallTranscript) SetMeetingOrganizer(value IdentitySetable)() {
err := m.GetBackingStore().Set("meetingOrganizer", value)
if err != nil {
panic(err)
}
}
-// SetMetadataContent sets the metadataContent property value. The metadataContent property
+// SetMetadataContent sets the metadataContent property value. The time-aligned metadata of the utterances in the transcript. Read-only.
func (m *CallTranscript) SetMetadataContent(value []byte)() {
err := m.GetBackingStore().Set("metadataContent", value)
if err != nil {
panic(err)
}
}
-// SetTranscriptContentUrl sets the transcriptContentUrl property value. The transcriptContentUrl property
+// SetTranscriptContentUrl sets the transcriptContentUrl property value. The URL that can be used to access the content of the transcript. Read-only.
func (m *CallTranscript) SetTranscriptContentUrl(value *string)() {
err := m.GetBackingStore().Set("transcriptContentUrl", value)
if err != nil {
diff --git a/models/call_transcription_info.go b/models/call_transcription_info.go
index 0051ce11853..77a87976290 100644
--- a/models/call_transcription_info.go
+++ b/models/call_transcription_info.go
@@ -23,7 +23,7 @@ func NewCallTranscriptionInfo()(*CallTranscriptionInfo) {
func CreateCallTranscriptionInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallTranscriptionInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallTranscriptionInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CallTranscriptionInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CallTranscriptionInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *CallTranscriptionInfo) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CallTranscriptionInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CallTranscriptionInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/device_info.go b/models/callrecords/device_info.go
index 8fabf7c2d80..9320be7bd3b 100644
--- a/models/callrecords/device_info.go
+++ b/models/callrecords/device_info.go
@@ -22,7 +22,7 @@ func NewDeviceInfo()(*DeviceInfo) {
func CreateDeviceInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -647,14 +647,14 @@ func (m *DeviceInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/direct_routing_log_row.go b/models/callrecords/direct_routing_log_row.go
index 52b740fab69..b8ab8fc01d9 100644
--- a/models/callrecords/direct_routing_log_row.go
+++ b/models/callrecords/direct_routing_log_row.go
@@ -23,7 +23,7 @@ func NewDirectRoutingLogRow()(*DirectRoutingLogRow) {
func CreateDirectRoutingLogRowFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectRoutingLogRow(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DirectRoutingLogRow) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *DirectRoutingLogRow) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DirectRoutingLogRow) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -648,14 +648,14 @@ func (m *DirectRoutingLogRow) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DirectRoutingLogRow) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DirectRoutingLogRow) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/endpoint.go b/models/callrecords/endpoint.go
index 8ad4630b3f0..bf03b73ccb2 100644
--- a/models/callrecords/endpoint.go
+++ b/models/callrecords/endpoint.go
@@ -42,7 +42,7 @@ func CreateEndpointFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f4
}
return NewEndpoint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Endpoint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *Endpoint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Endpoint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -127,14 +127,14 @@ func (m *Endpoint) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Endpoint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Endpoint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/failure_info.go b/models/callrecords/failure_info.go
index 7c97a7fa330..5002dd80b41 100644
--- a/models/callrecords/failure_info.go
+++ b/models/callrecords/failure_info.go
@@ -22,7 +22,7 @@ func NewFailureInfo()(*FailureInfo) {
func CreateFailureInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFailureInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FailureInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FailureInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FailureInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *FailureInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FailureInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FailureInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/feedback_token_set.go b/models/callrecords/feedback_token_set.go
index 15e54eafa47..0191cf9da84 100644
--- a/models/callrecords/feedback_token_set.go
+++ b/models/callrecords/feedback_token_set.go
@@ -22,7 +22,7 @@ func NewFeedbackTokenSet()(*FeedbackTokenSet) {
func CreateFeedbackTokenSetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFeedbackTokenSet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FeedbackTokenSet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FeedbackTokenSet) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FeedbackTokenSet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *FeedbackTokenSet) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FeedbackTokenSet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FeedbackTokenSet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/media.go b/models/callrecords/media.go
index ad38b580222..8ce2e2c2f94 100644
--- a/models/callrecords/media.go
+++ b/models/callrecords/media.go
@@ -22,7 +22,7 @@ func NewMedia()(*Media) {
func CreateMediaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMedia(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Media) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Media) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Media) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -254,14 +254,14 @@ func (m *Media) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Media) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Media) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/media_stream.go b/models/callrecords/media_stream.go
index 3ff79feb171..736d96b6fd1 100644
--- a/models/callrecords/media_stream.go
+++ b/models/callrecords/media_stream.go
@@ -23,7 +23,7 @@ func NewMediaStream()(*MediaStream) {
func CreateMediaStreamFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaStream(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaStream) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -178,7 +178,7 @@ func (m *MediaStream) GetAverageVideoPacketLossRate()(*float32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaStream) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -894,7 +894,7 @@ func (m *MediaStream) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaStream) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -992,7 +992,7 @@ func (m *MediaStream) SetAverageVideoPacketLossRate(value *float32)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaStream) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/network_info.go b/models/callrecords/network_info.go
index 750d003f38d..079ca0f9177 100644
--- a/models/callrecords/network_info.go
+++ b/models/callrecords/network_info.go
@@ -22,7 +22,7 @@ func NewNetworkInfo()(*NetworkInfo) {
func CreateNetworkInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewNetworkInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NetworkInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *NetworkInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *NetworkInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -798,14 +798,14 @@ func (m *NetworkInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NetworkInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *NetworkInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/pstn_call_log_row.go b/models/callrecords/pstn_call_log_row.go
index 156f8f45ee7..071f25e84bd 100644
--- a/models/callrecords/pstn_call_log_row.go
+++ b/models/callrecords/pstn_call_log_row.go
@@ -23,7 +23,7 @@ func NewPstnCallLogRow()(*PstnCallLogRow) {
func CreatePstnCallLogRowFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPstnCallLogRow(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PstnCallLogRow) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PstnCallLogRow) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PstnCallLogRow) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -703,14 +703,14 @@ func (m *PstnCallLogRow) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PstnCallLogRow) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PstnCallLogRow) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/trace_route_hop.go b/models/callrecords/trace_route_hop.go
index 8ad05fe3f14..98118344d8c 100644
--- a/models/callrecords/trace_route_hop.go
+++ b/models/callrecords/trace_route_hop.go
@@ -22,7 +22,7 @@ func NewTraceRouteHop()(*TraceRouteHop) {
func CreateTraceRouteHopFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTraceRouteHop(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TraceRouteHop) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TraceRouteHop) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TraceRouteHop) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *TraceRouteHop) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TraceRouteHop) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TraceRouteHop) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/user_agent.go b/models/callrecords/user_agent.go
index 022f4b62475..01c6576a681 100644
--- a/models/callrecords/user_agent.go
+++ b/models/callrecords/user_agent.go
@@ -42,7 +42,7 @@ func CreateUserAgentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f
}
return NewUserAgent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserAgent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -65,7 +65,7 @@ func (m *UserAgent) GetApplicationVersion()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserAgent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -154,7 +154,7 @@ func (m *UserAgent) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserAgent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -168,7 +168,7 @@ func (m *UserAgent) SetApplicationVersion(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserAgent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/callrecords/user_feedback.go b/models/callrecords/user_feedback.go
index 8f0653c964d..41c4cc64d73 100644
--- a/models/callrecords/user_feedback.go
+++ b/models/callrecords/user_feedback.go
@@ -22,7 +22,7 @@ func NewUserFeedback()(*UserFeedback) {
func CreateUserFeedbackFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserFeedback(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserFeedback) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserFeedback) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserFeedback) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *UserFeedback) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserFeedback) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserFeedback) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/certificate_authority.go b/models/certificate_authority.go
index 96eb17112e4..af4cb5301bd 100644
--- a/models/certificate_authority.go
+++ b/models/certificate_authority.go
@@ -22,7 +22,7 @@ func NewCertificateAuthority()(*CertificateAuthority) {
func CreateCertificateAuthorityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCertificateAuthority(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CertificateAuthority) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CertificateAuthority) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CertificateAuthority) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *CertificateAuthority) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CertificateAuthority) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CertificateAuthority) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/certification.go b/models/certification.go
index e55deceef54..04ac98c4b1c 100644
--- a/models/certification.go
+++ b/models/certification.go
@@ -23,7 +23,7 @@ func NewCertification()(*Certification) {
func CreateCertificationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCertification(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Certification) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *Certification) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Certification) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -204,14 +204,14 @@ func (m *Certification) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Certification) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Certification) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/certification_control.go b/models/certification_control.go
index 24bf0103e97..eefa2dee4d0 100644
--- a/models/certification_control.go
+++ b/models/certification_control.go
@@ -22,7 +22,7 @@ func NewCertificationControl()(*CertificationControl) {
func CreateCertificationControlFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCertificationControl(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CertificationControl) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CertificationControl) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CertificationControl) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *CertificationControl) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CertificationControl) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CertificationControl) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/channel_identity.go b/models/channel_identity.go
index d8067da8710..7c7e6fb4eed 100644
--- a/models/channel_identity.go
+++ b/models/channel_identity.go
@@ -22,7 +22,7 @@ func NewChannelIdentity()(*ChannelIdentity) {
func CreateChannelIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChannelIdentity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChannelIdentity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ChannelIdentity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChannelIdentity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ChannelIdentity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChannelIdentity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChannelIdentity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_info.go b/models/chat_info.go
index 07f8956a4b9..8bb23487d0d 100644
--- a/models/chat_info.go
+++ b/models/chat_info.go
@@ -22,7 +22,7 @@ func NewChatInfo()(*ChatInfo) {
func CreateChatInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ChatInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ChatInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_message_attachment.go b/models/chat_message_attachment.go
index 7b3131d510f..76c0586a62a 100644
--- a/models/chat_message_attachment.go
+++ b/models/chat_message_attachment.go
@@ -22,7 +22,7 @@ func NewChatMessageAttachment()(*ChatMessageAttachment) {
func CreateChatMessageAttachmentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatMessageAttachment(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageAttachment) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ChatMessageAttachment) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatMessageAttachment) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -269,14 +269,14 @@ func (m *ChatMessageAttachment) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageAttachment) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatMessageAttachment) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_message_history_item.go b/models/chat_message_history_item.go
index 025d422ad7a..57a8da1364a 100644
--- a/models/chat_message_history_item.go
+++ b/models/chat_message_history_item.go
@@ -34,7 +34,7 @@ func (m *ChatMessageHistoryItem) GetActions()(*ChatMessageActions) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageHistoryItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ChatMessageHistoryItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatMessageHistoryItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -170,14 +170,14 @@ func (m *ChatMessageHistoryItem) SetActions(value *ChatMessageActions)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageHistoryItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatMessageHistoryItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_message_mention.go b/models/chat_message_mention.go
index 57a0621c46e..7705dc5dd4a 100644
--- a/models/chat_message_mention.go
+++ b/models/chat_message_mention.go
@@ -22,7 +22,7 @@ func NewChatMessageMention()(*ChatMessageMention) {
func CreateChatMessageMentionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatMessageMention(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageMention) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ChatMessageMention) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatMessageMention) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ChatMessageMention) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageMention) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatMessageMention) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_message_policy_violation.go b/models/chat_message_policy_violation.go
index 125faa20199..596a359cadd 100644
--- a/models/chat_message_policy_violation.go
+++ b/models/chat_message_policy_violation.go
@@ -22,7 +22,7 @@ func NewChatMessagePolicyViolation()(*ChatMessagePolicyViolation) {
func CreateChatMessagePolicyViolationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatMessagePolicyViolation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessagePolicyViolation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ChatMessagePolicyViolation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatMessagePolicyViolation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -218,14 +218,14 @@ func (m *ChatMessagePolicyViolation) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessagePolicyViolation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatMessagePolicyViolation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_message_policy_violation_policy_tip.go b/models/chat_message_policy_violation_policy_tip.go
index 8142f6a8d98..9749d23e11d 100644
--- a/models/chat_message_policy_violation_policy_tip.go
+++ b/models/chat_message_policy_violation_policy_tip.go
@@ -22,7 +22,7 @@ func NewChatMessagePolicyViolationPolicyTip()(*ChatMessagePolicyViolationPolicyT
func CreateChatMessagePolicyViolationPolicyTipFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatMessagePolicyViolationPolicyTip(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessagePolicyViolationPolicyTip) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ChatMessagePolicyViolationPolicyTip) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatMessagePolicyViolationPolicyTip) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -167,14 +167,14 @@ func (m *ChatMessagePolicyViolationPolicyTip) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessagePolicyViolationPolicyTip) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatMessagePolicyViolationPolicyTip) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_message_reaction.go b/models/chat_message_reaction.go
index 198e6177eb6..4141c099751 100644
--- a/models/chat_message_reaction.go
+++ b/models/chat_message_reaction.go
@@ -23,7 +23,7 @@ func NewChatMessageReaction()(*ChatMessageReaction) {
func CreateChatMessageReactionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatMessageReaction(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageReaction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ChatMessageReaction) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatMessageReaction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ChatMessageReaction) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatMessageReaction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatMessageReaction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/chat_viewpoint.go b/models/chat_viewpoint.go
index 2ffc13e5aaa..22173dc420e 100644
--- a/models/chat_viewpoint.go
+++ b/models/chat_viewpoint.go
@@ -23,7 +23,7 @@ func NewChatViewpoint()(*ChatViewpoint) {
func CreateChatViewpointFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChatViewpoint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatViewpoint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ChatViewpoint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChatViewpoint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ChatViewpoint) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChatViewpoint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChatViewpoint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/choice_column.go b/models/choice_column.go
index 06804944da1..b9339f5733d 100644
--- a/models/choice_column.go
+++ b/models/choice_column.go
@@ -22,7 +22,7 @@ func NewChoiceColumn()(*ChoiceColumn) {
func CreateChoiceColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewChoiceColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChoiceColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ChoiceColumn) GetAllowTextEntry()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ChoiceColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -167,7 +167,7 @@ func (m *ChoiceColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ChoiceColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -181,7 +181,7 @@ func (m *ChoiceColumn) SetAllowTextEntry(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ChoiceColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cloud_app_security_state.go b/models/cloud_app_security_state.go
index ca0bf3de9ad..4653acb41f6 100644
--- a/models/cloud_app_security_state.go
+++ b/models/cloud_app_security_state.go
@@ -22,7 +22,7 @@ func NewCloudAppSecurityState()(*CloudAppSecurityState) {
func CreateCloudAppSecurityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCloudAppSecurityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CloudAppSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CloudAppSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CloudAppSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *CloudAppSecurityState) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CloudAppSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CloudAppSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cloud_communications.go b/models/cloud_communications.go
index 3f314d3cc7d..04fa3430434 100644
--- a/models/cloud_communications.go
+++ b/models/cloud_communications.go
@@ -22,7 +22,7 @@ func NewCloudCommunications()(*CloudCommunications) {
func CreateCloudCommunicationsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCloudCommunications(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CloudCommunications) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CloudCommunications) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CloudCommunications) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -197,14 +197,14 @@ func (m *CloudCommunications) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CloudCommunications) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CloudCommunications) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/coachmark_location.go b/models/coachmark_location.go
index 4526300d52b..1ba33ac5374 100644
--- a/models/coachmark_location.go
+++ b/models/coachmark_location.go
@@ -22,7 +22,7 @@ func NewCoachmarkLocation()(*CoachmarkLocation) {
func CreateCoachmarkLocationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCoachmarkLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CoachmarkLocation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CoachmarkLocation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CoachmarkLocation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *CoachmarkLocation) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CoachmarkLocation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CoachmarkLocation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/collapse_property.go b/models/collapse_property.go
index e787d07a3b3..43c3219bc4e 100644
--- a/models/collapse_property.go
+++ b/models/collapse_property.go
@@ -22,7 +22,7 @@ func NewCollapseProperty()(*CollapseProperty) {
func CreateCollapsePropertyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCollapseProperty(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CollapseProperty) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CollapseProperty) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CollapseProperty) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -140,14 +140,14 @@ func (m *CollapseProperty) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CollapseProperty) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CollapseProperty) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/column_validation.go b/models/column_validation.go
index 3ece270896d..d8a14a007cd 100644
--- a/models/column_validation.go
+++ b/models/column_validation.go
@@ -22,7 +22,7 @@ func NewColumnValidation()(*ColumnValidation) {
func CreateColumnValidationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewColumnValidation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ColumnValidation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ColumnValidation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ColumnValidation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *ColumnValidation) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ColumnValidation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ColumnValidation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/compliance.go b/models/compliance.go
index f1fa902e43d..5fa14821171 100644
--- a/models/compliance.go
+++ b/models/compliance.go
@@ -22,7 +22,7 @@ func NewCompliance()(*Compliance) {
func CreateComplianceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCompliance(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Compliance) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Compliance) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Compliance) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *Compliance) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Compliance) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Compliance) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/compliance_information.go b/models/compliance_information.go
index 2ef8e54a8cb..3ce410f173c 100644
--- a/models/compliance_information.go
+++ b/models/compliance_information.go
@@ -22,7 +22,7 @@ func NewComplianceInformation()(*ComplianceInformation) {
func CreateComplianceInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewComplianceInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ComplianceInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ComplianceInformation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ComplianceInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *ComplianceInformation) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ComplianceInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ComplianceInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/compliance_management_partner_assignment.go b/models/compliance_management_partner_assignment.go
index 38274787dcf..3e1575b8b06 100644
--- a/models/compliance_management_partner_assignment.go
+++ b/models/compliance_management_partner_assignment.go
@@ -22,7 +22,7 @@ func NewComplianceManagementPartnerAssignment()(*ComplianceManagementPartnerAssi
func CreateComplianceManagementPartnerAssignmentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewComplianceManagementPartnerAssignment(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ComplianceManagementPartnerAssignment) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ComplianceManagementPartnerAssignment) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ComplianceManagementPartnerAssignment) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ComplianceManagementPartnerAssignment) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ComplianceManagementPartnerAssignment) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ComplianceManagementPartnerAssignment) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_applications.go b/models/conditional_access_applications.go
index 339e54deb0c..3025139c2a6 100644
--- a/models/conditional_access_applications.go
+++ b/models/conditional_access_applications.go
@@ -22,7 +22,7 @@ func NewConditionalAccessApplications()(*ConditionalAccessApplications) {
func CreateConditionalAccessApplicationsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessApplications(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessApplications) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ConditionalAccessApplications) GetApplicationFilter()(ConditionalAccess
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessApplications) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -239,7 +239,7 @@ func (m *ConditionalAccessApplications) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessApplications) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -253,7 +253,7 @@ func (m *ConditionalAccessApplications) SetApplicationFilter(value ConditionalAc
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessApplications) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_client_applications.go b/models/conditional_access_client_applications.go
index 24ce39f6a25..3085a8d7c93 100644
--- a/models/conditional_access_client_applications.go
+++ b/models/conditional_access_client_applications.go
@@ -22,7 +22,7 @@ func NewConditionalAccessClientApplications()(*ConditionalAccessClientApplicatio
func CreateConditionalAccessClientApplicationsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessClientApplications(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessClientApplications) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessClientApplications) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessClientApplications) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *ConditionalAccessClientApplications) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessClientApplications) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessClientApplications) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_condition_set.go b/models/conditional_access_condition_set.go
index b0fa62a6482..9278977006d 100644
--- a/models/conditional_access_condition_set.go
+++ b/models/conditional_access_condition_set.go
@@ -22,7 +22,7 @@ func NewConditionalAccessConditionSet()(*ConditionalAccessConditionSet) {
func CreateConditionalAccessConditionSetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessConditionSet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessConditionSet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ConditionalAccessConditionSet) GetApplications()(ConditionalAccessAppli
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessConditionSet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -374,7 +374,7 @@ func (m *ConditionalAccessConditionSet) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessConditionSet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -388,7 +388,7 @@ func (m *ConditionalAccessConditionSet) SetApplications(value ConditionalAccessA
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessConditionSet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_devices.go b/models/conditional_access_devices.go
index 379319b2eae..0ddb1812fc6 100644
--- a/models/conditional_access_devices.go
+++ b/models/conditional_access_devices.go
@@ -22,7 +22,7 @@ func NewConditionalAccessDevices()(*ConditionalAccessDevices) {
func CreateConditionalAccessDevicesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessDevices(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessDevices) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessDevices) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessDevices) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ConditionalAccessDevices) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessDevices) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessDevices) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_external_tenants.go b/models/conditional_access_external_tenants.go
index 17e3d01af46..49b25337ff0 100644
--- a/models/conditional_access_external_tenants.go
+++ b/models/conditional_access_external_tenants.go
@@ -42,7 +42,7 @@ func CreateConditionalAccessExternalTenantsFromDiscriminatorValue(parseNode i878
}
return NewConditionalAccessExternalTenants(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessExternalTenants) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *ConditionalAccessExternalTenants) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessExternalTenants) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -128,14 +128,14 @@ func (m *ConditionalAccessExternalTenants) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessExternalTenants) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessExternalTenants) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_filter.go b/models/conditional_access_filter.go
index 133a49fc437..3e548eb0f12 100644
--- a/models/conditional_access_filter.go
+++ b/models/conditional_access_filter.go
@@ -22,7 +22,7 @@ func NewConditionalAccessFilter()(*ConditionalAccessFilter) {
func CreateConditionalAccessFilterFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessFilter(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessFilter) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessFilter) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessFilter) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ConditionalAccessFilter) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessFilter) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessFilter) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_grant_controls.go b/models/conditional_access_grant_controls.go
index 96e124d3d3d..1bdda280ce7 100644
--- a/models/conditional_access_grant_controls.go
+++ b/models/conditional_access_grant_controls.go
@@ -22,7 +22,7 @@ func NewConditionalAccessGrantControls()(*ConditionalAccessGrantControls) {
func CreateConditionalAccessGrantControlsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessGrantControls(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessGrantControls) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ConditionalAccessGrantControls) GetAuthenticationStrength()(Authenticat
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessGrantControls) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -233,7 +233,7 @@ func (m *ConditionalAccessGrantControls) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessGrantControls) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -247,7 +247,7 @@ func (m *ConditionalAccessGrantControls) SetAuthenticationStrength(value Authent
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessGrantControls) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_guests_or_external_users.go b/models/conditional_access_guests_or_external_users.go
index 3021993fb03..41c590afcb9 100644
--- a/models/conditional_access_guests_or_external_users.go
+++ b/models/conditional_access_guests_or_external_users.go
@@ -22,7 +22,7 @@ func NewConditionalAccessGuestsOrExternalUsers()(*ConditionalAccessGuestsOrExter
func CreateConditionalAccessGuestsOrExternalUsersFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessGuestsOrExternalUsers(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessGuestsOrExternalUsers) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessGuestsOrExternalUsers) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessGuestsOrExternalUsers) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ConditionalAccessGuestsOrExternalUsers) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessGuestsOrExternalUsers) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessGuestsOrExternalUsers) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_locations.go b/models/conditional_access_locations.go
index 5ba13b58b94..eb046d51fef 100644
--- a/models/conditional_access_locations.go
+++ b/models/conditional_access_locations.go
@@ -22,7 +22,7 @@ func NewConditionalAccessLocations()(*ConditionalAccessLocations) {
func CreateConditionalAccessLocationsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessLocations(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessLocations) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessLocations) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessLocations) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *ConditionalAccessLocations) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessLocations) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessLocations) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_platforms.go b/models/conditional_access_platforms.go
index 4ddf8dcc9bd..5a4b578a4bc 100644
--- a/models/conditional_access_platforms.go
+++ b/models/conditional_access_platforms.go
@@ -22,7 +22,7 @@ func NewConditionalAccessPlatforms()(*ConditionalAccessPlatforms) {
func CreateConditionalAccessPlatformsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessPlatforms(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessPlatforms) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessPlatforms) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessPlatforms) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *ConditionalAccessPlatforms) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessPlatforms) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessPlatforms) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_policy_detail.go b/models/conditional_access_policy_detail.go
index 740eca9569c..c7655015294 100644
--- a/models/conditional_access_policy_detail.go
+++ b/models/conditional_access_policy_detail.go
@@ -22,7 +22,7 @@ func NewConditionalAccessPolicyDetail()(*ConditionalAccessPolicyDetail) {
func CreateConditionalAccessPolicyDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessPolicyDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessPolicyDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessPolicyDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessPolicyDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ConditionalAccessPolicyDetail) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessPolicyDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessPolicyDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_session_control.go b/models/conditional_access_session_control.go
index 5963067fa69..3cb6accc5bf 100644
--- a/models/conditional_access_session_control.go
+++ b/models/conditional_access_session_control.go
@@ -46,7 +46,7 @@ func CreateConditionalAccessSessionControlFromDiscriminatorValue(parseNode i878a
}
return NewConditionalAccessSessionControl(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessSessionControl) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -58,7 +58,7 @@ func (m *ConditionalAccessSessionControl) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessSessionControl) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -131,14 +131,14 @@ func (m *ConditionalAccessSessionControl) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessSessionControl) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessSessionControl) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_session_controls.go b/models/conditional_access_session_controls.go
index a3372433f8a..699dced4fb1 100644
--- a/models/conditional_access_session_controls.go
+++ b/models/conditional_access_session_controls.go
@@ -22,7 +22,7 @@ func NewConditionalAccessSessionControls()(*ConditionalAccessSessionControls) {
func CreateConditionalAccessSessionControlsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessSessionControls(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessSessionControls) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ConditionalAccessSessionControls) GetApplicationEnforcedRestrictions()(
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessSessionControls) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *ConditionalAccessSessionControls) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessSessionControls) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -229,7 +229,7 @@ func (m *ConditionalAccessSessionControls) SetApplicationEnforcedRestrictions(va
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessSessionControls) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/conditional_access_users.go b/models/conditional_access_users.go
index 38b33cf0af0..9d07dd4bef2 100644
--- a/models/conditional_access_users.go
+++ b/models/conditional_access_users.go
@@ -22,7 +22,7 @@ func NewConditionalAccessUsers()(*ConditionalAccessUsers) {
func CreateConditionalAccessUsersFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConditionalAccessUsers(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessUsers) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConditionalAccessUsers) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConditionalAccessUsers) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -332,14 +332,14 @@ func (m *ConditionalAccessUsers) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConditionalAccessUsers) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConditionalAccessUsers) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/configuration_manager_client_enabled_features.go b/models/configuration_manager_client_enabled_features.go
index 6917201c01a..c793088be40 100644
--- a/models/configuration_manager_client_enabled_features.go
+++ b/models/configuration_manager_client_enabled_features.go
@@ -22,7 +22,7 @@ func NewConfigurationManagerClientEnabledFeatures()(*ConfigurationManagerClientE
func CreateConfigurationManagerClientEnabledFeaturesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConfigurationManagerClientEnabledFeatures(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConfigurationManagerClientEnabledFeatures) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConfigurationManagerClientEnabledFeatures) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConfigurationManagerClientEnabledFeatures) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *ConfigurationManagerClientEnabledFeatures) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConfigurationManagerClientEnabledFeatures) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConfigurationManagerClientEnabledFeatures) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/container_filter.go b/models/container_filter.go
index 074079de535..dc6d1006484 100644
--- a/models/container_filter.go
+++ b/models/container_filter.go
@@ -22,7 +22,7 @@ func NewContainerFilter()(*ContainerFilter) {
func CreateContainerFilterFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewContainerFilter(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContainerFilter) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ContainerFilter) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ContainerFilter) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ContainerFilter) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContainerFilter) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ContainerFilter) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/content_approval_status_column.go b/models/content_approval_status_column.go
index 53c32298dec..5d2f6493d34 100644
--- a/models/content_approval_status_column.go
+++ b/models/content_approval_status_column.go
@@ -22,7 +22,7 @@ func NewContentApprovalStatusColumn()(*ContentApprovalStatusColumn) {
func CreateContentApprovalStatusColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewContentApprovalStatusColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContentApprovalStatusColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ContentApprovalStatusColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ContentApprovalStatusColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ContentApprovalStatusColumn) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContentApprovalStatusColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ContentApprovalStatusColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/content_type_info.go b/models/content_type_info.go
index 402d75f74ea..637f8e70f39 100644
--- a/models/content_type_info.go
+++ b/models/content_type_info.go
@@ -22,7 +22,7 @@ func NewContentTypeInfo()(*ContentTypeInfo) {
func CreateContentTypeInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewContentTypeInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContentTypeInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ContentTypeInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ContentTypeInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ContentTypeInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContentTypeInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ContentTypeInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/content_type_order.go b/models/content_type_order.go
index ff0d3aaa9ef..28c2ae392a5 100644
--- a/models/content_type_order.go
+++ b/models/content_type_order.go
@@ -22,7 +22,7 @@ func NewContentTypeOrder()(*ContentTypeOrder) {
func CreateContentTypeOrderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewContentTypeOrder(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContentTypeOrder) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ContentTypeOrder) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ContentTypeOrder) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ContentTypeOrder) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ContentTypeOrder) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ContentTypeOrder) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/control_score.go b/models/control_score.go
index 318f41e2b75..afd4e362db7 100644
--- a/models/control_score.go
+++ b/models/control_score.go
@@ -22,7 +22,7 @@ func NewControlScore()(*ControlScore) {
func CreateControlScoreFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewControlScore(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ControlScore) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ControlScore) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ControlScore) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ControlScore) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ControlScore) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ControlScore) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/convert_id_result.go b/models/convert_id_result.go
index 510214dc309..cdd2bed3755 100644
--- a/models/convert_id_result.go
+++ b/models/convert_id_result.go
@@ -22,7 +22,7 @@ func NewConvertIdResult()(*ConvertIdResult) {
func CreateConvertIdResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConvertIdResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConvertIdResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ConvertIdResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ConvertIdResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ConvertIdResult) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ConvertIdResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ConvertIdResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/copy_notebook_model.go b/models/copy_notebook_model.go
index e915cd9cd1c..b1369980e7c 100644
--- a/models/copy_notebook_model.go
+++ b/models/copy_notebook_model.go
@@ -23,7 +23,7 @@ func NewCopyNotebookModel()(*CopyNotebookModel) {
func CreateCopyNotebookModelFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCopyNotebookModel(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CopyNotebookModel) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CopyNotebookModel) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CopyNotebookModel) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -487,14 +487,14 @@ func (m *CopyNotebookModel) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CopyNotebookModel) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CopyNotebookModel) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cross_tenant_access_policy_b2_b_setting.go b/models/cross_tenant_access_policy_b2_b_setting.go
index d5ddefd19a6..fefe5e7a408 100644
--- a/models/cross_tenant_access_policy_b2_b_setting.go
+++ b/models/cross_tenant_access_policy_b2_b_setting.go
@@ -22,7 +22,7 @@ func NewCrossTenantAccessPolicyB2BSetting()(*CrossTenantAccessPolicyB2BSetting)
func CreateCrossTenantAccessPolicyB2BSettingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCrossTenantAccessPolicyB2BSetting(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyB2BSetting) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *CrossTenantAccessPolicyB2BSetting) GetApplications()(CrossTenantAccessP
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyB2BSetting) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *CrossTenantAccessPolicyB2BSetting) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyB2BSetting) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *CrossTenantAccessPolicyB2BSetting) SetApplications(value CrossTenantAcc
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyB2BSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cross_tenant_access_policy_configuration_partner.go b/models/cross_tenant_access_policy_configuration_partner.go
index 72299621014..95509e988b3 100644
--- a/models/cross_tenant_access_policy_configuration_partner.go
+++ b/models/cross_tenant_access_policy_configuration_partner.go
@@ -22,7 +22,7 @@ func NewCrossTenantAccessPolicyConfigurationPartner()(*CrossTenantAccessPolicyCo
func CreateCrossTenantAccessPolicyConfigurationPartnerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCrossTenantAccessPolicyConfigurationPartner(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyConfigurationPartner) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -89,7 +89,7 @@ func (m *CrossTenantAccessPolicyConfigurationPartner) GetB2bDirectConnectOutboun
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyConfigurationPartner) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -198,7 +198,7 @@ func (m *CrossTenantAccessPolicyConfigurationPartner) GetFieldDeserializers()(ma
}
return res
}
-// GetIdentitySynchronization 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.
+// GetIdentitySynchronization 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.
func (m *CrossTenantAccessPolicyConfigurationPartner) GetIdentitySynchronization()(CrossTenantIdentitySyncPolicyPartnerable) {
val, err := m.GetBackingStore().Get("identitySynchronization")
if err != nil {
@@ -323,7 +323,7 @@ func (m *CrossTenantAccessPolicyConfigurationPartner) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyConfigurationPartner) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -365,11 +365,11 @@ func (m *CrossTenantAccessPolicyConfigurationPartner) SetB2bDirectConnectOutboun
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyConfigurationPartner) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetIdentitySynchronization 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.
+// SetIdentitySynchronization 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.
func (m *CrossTenantAccessPolicyConfigurationPartner) SetIdentitySynchronization(value CrossTenantIdentitySyncPolicyPartnerable)() {
err := m.GetBackingStore().Set("identitySynchronization", value)
if err != nil {
diff --git a/models/cross_tenant_access_policy_inbound_trust.go b/models/cross_tenant_access_policy_inbound_trust.go
index 06ca7656a35..e3ba46806c4 100644
--- a/models/cross_tenant_access_policy_inbound_trust.go
+++ b/models/cross_tenant_access_policy_inbound_trust.go
@@ -22,7 +22,7 @@ func NewCrossTenantAccessPolicyInboundTrust()(*CrossTenantAccessPolicyInboundTru
func CreateCrossTenantAccessPolicyInboundTrustFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCrossTenantAccessPolicyInboundTrust(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyInboundTrust) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CrossTenantAccessPolicyInboundTrust) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyInboundTrust) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *CrossTenantAccessPolicyInboundTrust) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyInboundTrust) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyInboundTrust) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cross_tenant_access_policy_target.go b/models/cross_tenant_access_policy_target.go
index c510d3a6fae..8b51cebf5af 100644
--- a/models/cross_tenant_access_policy_target.go
+++ b/models/cross_tenant_access_policy_target.go
@@ -22,7 +22,7 @@ func NewCrossTenantAccessPolicyTarget()(*CrossTenantAccessPolicyTarget) {
func CreateCrossTenantAccessPolicyTargetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCrossTenantAccessPolicyTarget(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyTarget) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CrossTenantAccessPolicyTarget) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyTarget) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *CrossTenantAccessPolicyTarget) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyTarget) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyTarget) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cross_tenant_access_policy_target_configuration.go b/models/cross_tenant_access_policy_target_configuration.go
index 4161f9b85df..4ac6805f9a0 100644
--- a/models/cross_tenant_access_policy_target_configuration.go
+++ b/models/cross_tenant_access_policy_target_configuration.go
@@ -33,7 +33,7 @@ func (m *CrossTenantAccessPolicyTargetConfiguration) GetAccessType()(*CrossTenan
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyTargetConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *CrossTenantAccessPolicyTargetConfiguration) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyTargetConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -154,14 +154,14 @@ func (m *CrossTenantAccessPolicyTargetConfiguration) SetAccessType(value *CrossT
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantAccessPolicyTargetConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantAccessPolicyTargetConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cross_tenant_identity_sync_policy_partner.go b/models/cross_tenant_identity_sync_policy_partner.go
index 7a2a2b40ceb..5e530cb7f4d 100644
--- a/models/cross_tenant_identity_sync_policy_partner.go
+++ b/models/cross_tenant_identity_sync_policy_partner.go
@@ -22,7 +22,7 @@ func NewCrossTenantIdentitySyncPolicyPartner()(*CrossTenantIdentitySyncPolicyPar
func CreateCrossTenantIdentitySyncPolicyPartnerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCrossTenantIdentitySyncPolicyPartner(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantIdentitySyncPolicyPartner) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CrossTenantIdentitySyncPolicyPartner) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantIdentitySyncPolicyPartner) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *CrossTenantIdentitySyncPolicyPartner) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantIdentitySyncPolicyPartner) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantIdentitySyncPolicyPartner) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/cross_tenant_user_sync_inbound.go b/models/cross_tenant_user_sync_inbound.go
index 6b009f23fc3..b11aa30bf44 100644
--- a/models/cross_tenant_user_sync_inbound.go
+++ b/models/cross_tenant_user_sync_inbound.go
@@ -22,7 +22,7 @@ func NewCrossTenantUserSyncInbound()(*CrossTenantUserSyncInbound) {
func CreateCrossTenantUserSyncInboundFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCrossTenantUserSyncInbound(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantUserSyncInbound) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CrossTenantUserSyncInbound) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CrossTenantUserSyncInbound) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *CrossTenantUserSyncInbound) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CrossTenantUserSyncInbound) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CrossTenantUserSyncInbound) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/currency_column.go b/models/currency_column.go
index 71029fd44df..ce13bab214f 100644
--- a/models/currency_column.go
+++ b/models/currency_column.go
@@ -22,7 +22,7 @@ func NewCurrencyColumn()(*CurrencyColumn) {
func CreateCurrencyColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCurrencyColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CurrencyColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CurrencyColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CurrencyColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *CurrencyColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CurrencyColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CurrencyColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_extension_authentication_configuration.go b/models/custom_extension_authentication_configuration.go
index fe640ba0da3..02d0885e36f 100644
--- a/models/custom_extension_authentication_configuration.go
+++ b/models/custom_extension_authentication_configuration.go
@@ -40,7 +40,7 @@ func CreateCustomExtensionAuthenticationConfigurationFromDiscriminatorValue(pars
}
return NewCustomExtensionAuthenticationConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionAuthenticationConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *CustomExtensionAuthenticationConfiguration) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomExtensionAuthenticationConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *CustomExtensionAuthenticationConfiguration) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionAuthenticationConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomExtensionAuthenticationConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_extension_callback_configuration.go b/models/custom_extension_callback_configuration.go
index 102b84454e6..acaf04f7bca 100644
--- a/models/custom_extension_callback_configuration.go
+++ b/models/custom_extension_callback_configuration.go
@@ -22,7 +22,7 @@ func NewCustomExtensionCallbackConfiguration()(*CustomExtensionCallbackConfigura
func CreateCustomExtensionCallbackConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCustomExtensionCallbackConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionCallbackConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CustomExtensionCallbackConfiguration) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomExtensionCallbackConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *CustomExtensionCallbackConfiguration) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionCallbackConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomExtensionCallbackConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_extension_callout_instance.go b/models/custom_extension_callout_instance.go
index 0cbdecb2469..e73299268f0 100644
--- a/models/custom_extension_callout_instance.go
+++ b/models/custom_extension_callout_instance.go
@@ -22,7 +22,7 @@ func NewCustomExtensionCalloutInstance()(*CustomExtensionCalloutInstance) {
func CreateCustomExtensionCalloutInstanceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCustomExtensionCalloutInstance(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionCalloutInstance) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CustomExtensionCalloutInstance) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomExtensionCalloutInstance) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *CustomExtensionCalloutInstance) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionCalloutInstance) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomExtensionCalloutInstance) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_extension_client_configuration.go b/models/custom_extension_client_configuration.go
index 521c0ca6e41..c93111eb0de 100644
--- a/models/custom_extension_client_configuration.go
+++ b/models/custom_extension_client_configuration.go
@@ -22,7 +22,7 @@ func NewCustomExtensionClientConfiguration()(*CustomExtensionClientConfiguration
func CreateCustomExtensionClientConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCustomExtensionClientConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionClientConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CustomExtensionClientConfiguration) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomExtensionClientConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *CustomExtensionClientConfiguration) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionClientConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomExtensionClientConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_extension_data.go b/models/custom_extension_data.go
index 05ad1036470..bea114d0577 100644
--- a/models/custom_extension_data.go
+++ b/models/custom_extension_data.go
@@ -40,7 +40,7 @@ func CreateCustomExtensionDataFromDiscriminatorValue(parseNode i878a80d2330e89d2
}
return NewCustomExtensionData(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionData) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *CustomExtensionData) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomExtensionData) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *CustomExtensionData) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionData) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomExtensionData) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_extension_endpoint_configuration.go b/models/custom_extension_endpoint_configuration.go
index 96410617a82..05b4bcfdae5 100644
--- a/models/custom_extension_endpoint_configuration.go
+++ b/models/custom_extension_endpoint_configuration.go
@@ -40,7 +40,7 @@ func CreateCustomExtensionEndpointConfigurationFromDiscriminatorValue(parseNode
}
return NewCustomExtensionEndpointConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionEndpointConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *CustomExtensionEndpointConfiguration) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomExtensionEndpointConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *CustomExtensionEndpointConfiguration) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomExtensionEndpointConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomExtensionEndpointConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/custom_security_attribute_value.go b/models/custom_security_attribute_value.go
index 235dac67ae7..ffaed5291ee 100644
--- a/models/custom_security_attribute_value.go
+++ b/models/custom_security_attribute_value.go
@@ -22,7 +22,7 @@ func NewCustomSecurityAttributeValue()(*CustomSecurityAttributeValue) {
func CreateCustomSecurityAttributeValueFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCustomSecurityAttributeValue(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomSecurityAttributeValue) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CustomSecurityAttributeValue) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CustomSecurityAttributeValue) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *CustomSecurityAttributeValue) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CustomSecurityAttributeValue) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CustomSecurityAttributeValue) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/data_subject.go b/models/data_subject.go
index 7e5ddfc1196..2fd8cc1a1fc 100644
--- a/models/data_subject.go
+++ b/models/data_subject.go
@@ -22,7 +22,7 @@ func NewDataSubject()(*DataSubject) {
func CreateDataSubjectFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDataSubject(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DataSubject) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DataSubject) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DataSubject) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *DataSubject) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DataSubject) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DataSubject) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/date_time_column.go b/models/date_time_column.go
index c005f8f1480..1f70a429578 100644
--- a/models/date_time_column.go
+++ b/models/date_time_column.go
@@ -22,7 +22,7 @@ func NewDateTimeColumn()(*DateTimeColumn) {
func CreateDateTimeColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDateTimeColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DateTimeColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DateTimeColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DateTimeColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *DateTimeColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DateTimeColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DateTimeColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/date_time_time_zone.go b/models/date_time_time_zone.go
index aea8a40eaef..47d06cb4f44 100644
--- a/models/date_time_time_zone.go
+++ b/models/date_time_time_zone.go
@@ -22,7 +22,7 @@ func NewDateTimeTimeZone()(*DateTimeTimeZone) {
func CreateDateTimeTimeZoneFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDateTimeTimeZone(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DateTimeTimeZone) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DateTimeTimeZone) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DateTimeTimeZone) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *DateTimeTimeZone) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DateTimeTimeZone) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DateTimeTimeZone) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/default_column_value.go b/models/default_column_value.go
index 7a1d7e8460e..8b8de7f8406 100644
--- a/models/default_column_value.go
+++ b/models/default_column_value.go
@@ -22,7 +22,7 @@ func NewDefaultColumnValue()(*DefaultColumnValue) {
func CreateDefaultColumnValueFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDefaultColumnValue(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DefaultColumnValue) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DefaultColumnValue) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DefaultColumnValue) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *DefaultColumnValue) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DefaultColumnValue) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DefaultColumnValue) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/default_user_role_permissions.go b/models/default_user_role_permissions.go
index ae451ee966a..17ccd138cca 100644
--- a/models/default_user_role_permissions.go
+++ b/models/default_user_role_permissions.go
@@ -22,7 +22,7 @@ func NewDefaultUserRolePermissions()(*DefaultUserRolePermissions) {
func CreateDefaultUserRolePermissionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDefaultUserRolePermissions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DefaultUserRolePermissions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -89,7 +89,7 @@ func (m *DefaultUserRolePermissions) GetAllowedToReadOtherUsers()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DefaultUserRolePermissions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -248,7 +248,7 @@ func (m *DefaultUserRolePermissions) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DefaultUserRolePermissions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -290,7 +290,7 @@ func (m *DefaultUserRolePermissions) SetAllowedToReadOtherUsers(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DefaultUserRolePermissions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/defender_detected_malware_actions.go b/models/defender_detected_malware_actions.go
index 05f8acc41a6..4740f467070 100644
--- a/models/defender_detected_malware_actions.go
+++ b/models/defender_detected_malware_actions.go
@@ -22,7 +22,7 @@ func NewDefenderDetectedMalwareActions()(*DefenderDetectedMalwareActions) {
func CreateDefenderDetectedMalwareActionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDefenderDetectedMalwareActions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DefenderDetectedMalwareActions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DefenderDetectedMalwareActions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DefenderDetectedMalwareActions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -192,14 +192,14 @@ func (m *DefenderDetectedMalwareActions) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DefenderDetectedMalwareActions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DefenderDetectedMalwareActions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/delegated_admin_access_container.go b/models/delegated_admin_access_container.go
index d417f9b0986..5aaf54a9b52 100644
--- a/models/delegated_admin_access_container.go
+++ b/models/delegated_admin_access_container.go
@@ -44,7 +44,7 @@ func (m *DelegatedAdminAccessContainer) GetAccessContainerType()(*DelegatedAdmin
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DelegatedAdminAccessContainer) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *DelegatedAdminAccessContainer) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DelegatedAdminAccessContainer) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -149,14 +149,14 @@ func (m *DelegatedAdminAccessContainer) SetAccessContainerType(value *DelegatedA
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DelegatedAdminAccessContainer) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DelegatedAdminAccessContainer) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/delegated_admin_access_details.go b/models/delegated_admin_access_details.go
index af2d3329c20..a752c6daa6f 100644
--- a/models/delegated_admin_access_details.go
+++ b/models/delegated_admin_access_details.go
@@ -22,7 +22,7 @@ func NewDelegatedAdminAccessDetails()(*DelegatedAdminAccessDetails) {
func CreateDelegatedAdminAccessDetailsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDelegatedAdminAccessDetails(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DelegatedAdminAccessDetails) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DelegatedAdminAccessDetails) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DelegatedAdminAccessDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *DelegatedAdminAccessDetails) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DelegatedAdminAccessDetails) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DelegatedAdminAccessDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/delegated_admin_relationship_customer_participant.go b/models/delegated_admin_relationship_customer_participant.go
index 102a3092994..f1673b773d0 100644
--- a/models/delegated_admin_relationship_customer_participant.go
+++ b/models/delegated_admin_relationship_customer_participant.go
@@ -22,7 +22,7 @@ func NewDelegatedAdminRelationshipCustomerParticipant()(*DelegatedAdminRelations
func CreateDelegatedAdminRelationshipCustomerParticipantFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDelegatedAdminRelationshipCustomerParticipant(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DelegatedAdminRelationshipCustomerParticipant) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DelegatedAdminRelationshipCustomerParticipant) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DelegatedAdminRelationshipCustomerParticipant) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *DelegatedAdminRelationshipCustomerParticipant) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DelegatedAdminRelationshipCustomerParticipant) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DelegatedAdminRelationshipCustomerParticipant) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/deleted.go b/models/deleted.go
index 9f4c8f0debb..f15213622b6 100644
--- a/models/deleted.go
+++ b/models/deleted.go
@@ -22,7 +22,7 @@ func NewDeleted()(*Deleted) {
func CreateDeletedFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeleted(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Deleted) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Deleted) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Deleted) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *Deleted) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Deleted) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Deleted) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/details_info.go b/models/details_info.go
index 10708541c1b..0a1628fe30e 100644
--- a/models/details_info.go
+++ b/models/details_info.go
@@ -22,7 +22,7 @@ func NewDetailsInfo()(*DetailsInfo) {
func CreateDetailsInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDetailsInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DetailsInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DetailsInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DetailsInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DetailsInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DetailsInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DetailsInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_action_result.go b/models/device_action_result.go
index 70b2cf1d095..ea246e90f02 100644
--- a/models/device_action_result.go
+++ b/models/device_action_result.go
@@ -73,7 +73,7 @@ func (m *DeviceActionResult) GetActionState()(*ActionState) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceActionResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -85,7 +85,7 @@ func (m *DeviceActionResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceActionResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -232,14 +232,14 @@ func (m *DeviceActionResult) SetActionState(value *ActionState)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceActionResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceActionResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_and_app_management_assignment_target.go b/models/device_and_app_management_assignment_target.go
index 701d959d92f..1a6fab9a7e1 100644
--- a/models/device_and_app_management_assignment_target.go
+++ b/models/device_and_app_management_assignment_target.go
@@ -48,7 +48,7 @@ func CreateDeviceAndAppManagementAssignmentTargetFromDiscriminatorValue(parseNod
}
return NewDeviceAndAppManagementAssignmentTarget(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceAndAppManagementAssignmentTarget) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -60,7 +60,7 @@ func (m *DeviceAndAppManagementAssignmentTarget) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceAndAppManagementAssignmentTarget) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -106,14 +106,14 @@ func (m *DeviceAndAppManagementAssignmentTarget) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceAndAppManagementAssignmentTarget) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceAndAppManagementAssignmentTarget) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_and_app_management_data.go b/models/device_and_app_management_data.go
index 9de10691b8d..4456e29c9a9 100644
--- a/models/device_and_app_management_data.go
+++ b/models/device_and_app_management_data.go
@@ -22,7 +22,7 @@ func NewDeviceAndAppManagementData()(*DeviceAndAppManagementData) {
func CreateDeviceAndAppManagementDataFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceAndAppManagementData(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceAndAppManagementData) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceAndAppManagementData) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceAndAppManagementData) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *DeviceAndAppManagementData) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceAndAppManagementData) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceAndAppManagementData) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_compliance_policy_setting_state.go b/models/device_compliance_policy_setting_state.go
index bb39df0f329..deacaa6a3f7 100644
--- a/models/device_compliance_policy_setting_state.go
+++ b/models/device_compliance_policy_setting_state.go
@@ -22,7 +22,7 @@ func NewDeviceCompliancePolicySettingState()(*DeviceCompliancePolicySettingState
func CreateDeviceCompliancePolicySettingStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceCompliancePolicySettingState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceCompliancePolicySettingState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceCompliancePolicySettingState) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceCompliancePolicySettingState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -417,14 +417,14 @@ func (m *DeviceCompliancePolicySettingState) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceCompliancePolicySettingState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceCompliancePolicySettingState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_configuration_setting_state.go b/models/device_configuration_setting_state.go
index 820a917148c..0e338f25578 100644
--- a/models/device_configuration_setting_state.go
+++ b/models/device_configuration_setting_state.go
@@ -22,7 +22,7 @@ func NewDeviceConfigurationSettingState()(*DeviceConfigurationSettingState) {
func CreateDeviceConfigurationSettingStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceConfigurationSettingState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceConfigurationSettingState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceConfigurationSettingState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceConfigurationSettingState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -417,14 +417,14 @@ func (m *DeviceConfigurationSettingState) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceConfigurationSettingState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceConfigurationSettingState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_detail.go b/models/device_detail.go
index 927c8814226..8d09a3f76bd 100644
--- a/models/device_detail.go
+++ b/models/device_detail.go
@@ -22,7 +22,7 @@ func NewDeviceDetail()(*DeviceDetail) {
func CreateDeviceDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -269,14 +269,14 @@ func (m *DeviceDetail) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_enrollment_platform_restriction.go b/models/device_enrollment_platform_restriction.go
index 9c6fb2b4f1d..bb51bc4bfb1 100644
--- a/models/device_enrollment_platform_restriction.go
+++ b/models/device_enrollment_platform_restriction.go
@@ -22,7 +22,7 @@ func NewDeviceEnrollmentPlatformRestriction()(*DeviceEnrollmentPlatformRestricti
func CreateDeviceEnrollmentPlatformRestrictionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceEnrollmentPlatformRestriction(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceEnrollmentPlatformRestriction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceEnrollmentPlatformRestriction) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceEnrollmentPlatformRestriction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *DeviceEnrollmentPlatformRestriction) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceEnrollmentPlatformRestriction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceEnrollmentPlatformRestriction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_exchange_access_state_summary.go b/models/device_exchange_access_state_summary.go
index 540782eaa43..6987cfe15fe 100644
--- a/models/device_exchange_access_state_summary.go
+++ b/models/device_exchange_access_state_summary.go
@@ -22,7 +22,7 @@ func NewDeviceExchangeAccessStateSummary()(*DeviceExchangeAccessStateSummary) {
func CreateDeviceExchangeAccessStateSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceExchangeAccessStateSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceExchangeAccessStateSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *DeviceExchangeAccessStateSummary) GetAllowedDeviceCount()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceExchangeAccessStateSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *DeviceExchangeAccessStateSummary) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceExchangeAccessStateSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -229,7 +229,7 @@ func (m *DeviceExchangeAccessStateSummary) SetAllowedDeviceCount(value *int32)()
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceExchangeAccessStateSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_geo_location.go b/models/device_geo_location.go
index aff1ff37e04..8209c267ece 100644
--- a/models/device_geo_location.go
+++ b/models/device_geo_location.go
@@ -23,7 +23,7 @@ func NewDeviceGeoLocation()(*DeviceGeoLocation) {
func CreateDeviceGeoLocationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceGeoLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceGeoLocation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *DeviceGeoLocation) GetAltitude()(*float64) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceGeoLocation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -297,7 +297,7 @@ func (m *DeviceGeoLocation) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceGeoLocation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -311,7 +311,7 @@ func (m *DeviceGeoLocation) SetAltitude(value *float64)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceGeoLocation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_health_attestation_state.go b/models/device_health_attestation_state.go
index ee24dbbf4d8..53a98413dc1 100644
--- a/models/device_health_attestation_state.go
+++ b/models/device_health_attestation_state.go
@@ -23,7 +23,7 @@ func NewDeviceHealthAttestationState()(*DeviceHealthAttestationState) {
func CreateDeviceHealthAttestationStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceHealthAttestationState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceHealthAttestationState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *DeviceHealthAttestationState) GetAttestationIdentityKey()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceHealthAttestationState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -945,7 +945,7 @@ func (m *DeviceHealthAttestationState) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceHealthAttestationState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -959,7 +959,7 @@ func (m *DeviceHealthAttestationState) SetAttestationIdentityKey(value *string)(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceHealthAttestationState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_management_partner_assignment.go b/models/device_management_partner_assignment.go
index 937a948d2ca..19f2d77230c 100644
--- a/models/device_management_partner_assignment.go
+++ b/models/device_management_partner_assignment.go
@@ -22,7 +22,7 @@ func NewDeviceManagementPartnerAssignment()(*DeviceManagementPartnerAssignment)
func CreateDeviceManagementPartnerAssignmentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceManagementPartnerAssignment(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceManagementPartnerAssignment) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceManagementPartnerAssignment) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceManagementPartnerAssignment) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *DeviceManagementPartnerAssignment) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceManagementPartnerAssignment) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceManagementPartnerAssignment) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_management_settings.go b/models/device_management_settings.go
index 596c554835e..ec1716fc950 100644
--- a/models/device_management_settings.go
+++ b/models/device_management_settings.go
@@ -22,7 +22,7 @@ func NewDeviceManagementSettings()(*DeviceManagementSettings) {
func CreateDeviceManagementSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceManagementSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceManagementSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceManagementSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceManagementSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *DeviceManagementSettings) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceManagementSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceManagementSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_operating_system_summary.go b/models/device_operating_system_summary.go
index ef9907bfeb9..c203e95671f 100644
--- a/models/device_operating_system_summary.go
+++ b/models/device_operating_system_summary.go
@@ -22,7 +22,7 @@ func NewDeviceOperatingSystemSummary()(*DeviceOperatingSystemSummary) {
func CreateDeviceOperatingSystemSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceOperatingSystemSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceOperatingSystemSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -100,7 +100,7 @@ func (m *DeviceOperatingSystemSummary) GetAndroidWorkProfileCount()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceOperatingSystemSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -404,7 +404,7 @@ func (m *DeviceOperatingSystemSummary) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceOperatingSystemSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -453,7 +453,7 @@ func (m *DeviceOperatingSystemSummary) SetAndroidWorkProfileCount(value *int32)(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceOperatingSystemSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/device_protection_overview.go b/models/device_protection_overview.go
index 230f5e44ec3..f079439266a 100644
--- a/models/device_protection_overview.go
+++ b/models/device_protection_overview.go
@@ -22,7 +22,7 @@ func NewDeviceProtectionOverview()(*DeviceProtectionOverview) {
func CreateDeviceProtectionOverviewFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceProtectionOverview(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceProtectionOverview) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeviceProtectionOverview) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeviceProtectionOverview) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -377,14 +377,14 @@ func (m *DeviceProtectionOverview) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeviceProtectionOverview) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeviceProtectionOverview) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/dictionary.go b/models/dictionary.go
index 7eb8492ec01..8234cdabf59 100644
--- a/models/dictionary.go
+++ b/models/dictionary.go
@@ -40,7 +40,7 @@ func CreateDictionaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3
}
return NewDictionary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Dictionary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *Dictionary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Dictionary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *Dictionary) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Dictionary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Dictionary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/display_name_localization.go b/models/display_name_localization.go
index 33bb16d77be..13c06db11a9 100644
--- a/models/display_name_localization.go
+++ b/models/display_name_localization.go
@@ -22,7 +22,7 @@ func NewDisplayNameLocalization()(*DisplayNameLocalization) {
func CreateDisplayNameLocalizationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDisplayNameLocalization(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DisplayNameLocalization) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DisplayNameLocalization) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DisplayNameLocalization) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *DisplayNameLocalization) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DisplayNameLocalization) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DisplayNameLocalization) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/document_set.go b/models/document_set.go
index ca4adbd48cf..8b9919cda80 100644
--- a/models/document_set.go
+++ b/models/document_set.go
@@ -22,7 +22,7 @@ func NewDocumentSet()(*DocumentSet) {
func CreateDocumentSetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDocumentSet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DocumentSet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *DocumentSet) GetAllowedContentTypes()([]ContentTypeInfoable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DocumentSet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -317,7 +317,7 @@ func (m *DocumentSet) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DocumentSet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -331,7 +331,7 @@ func (m *DocumentSet) SetAllowedContentTypes(value []ContentTypeInfoable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DocumentSet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/document_set_content.go b/models/document_set_content.go
index f7acf03fdf0..9ffcf1054d1 100644
--- a/models/document_set_content.go
+++ b/models/document_set_content.go
@@ -22,7 +22,7 @@ func NewDocumentSetContent()(*DocumentSetContent) {
func CreateDocumentSetContentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDocumentSetContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DocumentSetContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DocumentSetContent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DocumentSetContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *DocumentSetContent) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DocumentSetContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DocumentSetContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/document_set_version_item.go b/models/document_set_version_item.go
index e28d04d8f6c..2c05f087c32 100644
--- a/models/document_set_version_item.go
+++ b/models/document_set_version_item.go
@@ -22,7 +22,7 @@ func NewDocumentSetVersionItem()(*DocumentSetVersionItem) {
func CreateDocumentSetVersionItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDocumentSetVersionItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DocumentSetVersionItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DocumentSetVersionItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DocumentSetVersionItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *DocumentSetVersionItem) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DocumentSetVersionItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DocumentSetVersionItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/domain_state.go b/models/domain_state.go
index 4d9bf6d4e2a..50a1adc6457 100644
--- a/models/domain_state.go
+++ b/models/domain_state.go
@@ -23,7 +23,7 @@ func NewDomainState()(*DomainState) {
func CreateDomainStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDomainState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DomainState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *DomainState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DomainState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *DomainState) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DomainState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DomainState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/drive_item_uploadable_properties.go b/models/drive_item_uploadable_properties.go
index 9af6400c132..7101da8dcd9 100644
--- a/models/drive_item_uploadable_properties.go
+++ b/models/drive_item_uploadable_properties.go
@@ -22,7 +22,7 @@ func NewDriveItemUploadableProperties()(*DriveItemUploadableProperties) {
func CreateDriveItemUploadablePropertiesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDriveItemUploadableProperties(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DriveItemUploadableProperties) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DriveItemUploadableProperties) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DriveItemUploadableProperties) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *DriveItemUploadableProperties) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DriveItemUploadableProperties) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DriveItemUploadableProperties) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/drive_recipient.go b/models/drive_recipient.go
index ce74be05be1..d7653076cec 100644
--- a/models/drive_recipient.go
+++ b/models/drive_recipient.go
@@ -22,7 +22,7 @@ func NewDriveRecipient()(*DriveRecipient) {
func CreateDriveRecipientFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDriveRecipient(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DriveRecipient) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *DriveRecipient) GetAlias()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DriveRecipient) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *DriveRecipient) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DriveRecipient) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *DriveRecipient) SetAlias(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DriveRecipient) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/edge_search_engine_base.go b/models/edge_search_engine_base.go
index 791693290df..b4781b1a160 100644
--- a/models/edge_search_engine_base.go
+++ b/models/edge_search_engine_base.go
@@ -42,7 +42,7 @@ func CreateEdgeSearchEngineBaseFromDiscriminatorValue(parseNode i878a80d2330e89d
}
return NewEdgeSearchEngineBase(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EdgeSearchEngineBase) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *EdgeSearchEngineBase) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EdgeSearchEngineBase) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *EdgeSearchEngineBase) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EdgeSearchEngineBase) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EdgeSearchEngineBase) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_assignment_grade.go b/models/education_assignment_grade.go
index b4b920c28f3..57395147d86 100644
--- a/models/education_assignment_grade.go
+++ b/models/education_assignment_grade.go
@@ -41,7 +41,7 @@ func CreateEducationAssignmentGradeFromDiscriminatorValue(parseNode i878a80d2330
}
return NewEducationAssignmentGrade(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationAssignmentGrade) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -53,7 +53,7 @@ func (m *EducationAssignmentGrade) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationAssignmentGrade) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -153,14 +153,14 @@ func (m *EducationAssignmentGrade) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationAssignmentGrade) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationAssignmentGrade) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_assignment_grade_type.go b/models/education_assignment_grade_type.go
index 32442fbe682..20c75fab59d 100644
--- a/models/education_assignment_grade_type.go
+++ b/models/education_assignment_grade_type.go
@@ -40,7 +40,7 @@ func CreateEducationAssignmentGradeTypeFromDiscriminatorValue(parseNode i878a80d
}
return NewEducationAssignmentGradeType(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationAssignmentGradeType) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *EducationAssignmentGradeType) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationAssignmentGradeType) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *EducationAssignmentGradeType) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationAssignmentGradeType) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationAssignmentGradeType) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_assignment_recipient.go b/models/education_assignment_recipient.go
index b5fa1483255..0af10101eac 100644
--- a/models/education_assignment_recipient.go
+++ b/models/education_assignment_recipient.go
@@ -44,7 +44,7 @@ func CreateEducationAssignmentRecipientFromDiscriminatorValue(parseNode i878a80d
}
return NewEducationAssignmentRecipient(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationAssignmentRecipient) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *EducationAssignmentRecipient) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationAssignmentRecipient) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -102,14 +102,14 @@ func (m *EducationAssignmentRecipient) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationAssignmentRecipient) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationAssignmentRecipient) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_course.go b/models/education_course.go
index b0fd5e74bf4..f7de26f2f6e 100644
--- a/models/education_course.go
+++ b/models/education_course.go
@@ -22,7 +22,7 @@ func NewEducationCourse()(*EducationCourse) {
func CreateEducationCourseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationCourse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationCourse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationCourse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationCourse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *EducationCourse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationCourse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationCourse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_feedback.go b/models/education_feedback.go
index 3f96563b67a..f6f5dee9a2a 100644
--- a/models/education_feedback.go
+++ b/models/education_feedback.go
@@ -23,7 +23,7 @@ func NewEducationFeedback()(*EducationFeedback) {
func CreateEducationFeedbackFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationFeedback(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationFeedback) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *EducationFeedback) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationFeedback) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *EducationFeedback) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationFeedback) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationFeedback) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_item_body.go b/models/education_item_body.go
index 4b221703a20..d0f8e811da9 100644
--- a/models/education_item_body.go
+++ b/models/education_item_body.go
@@ -22,7 +22,7 @@ func NewEducationItemBody()(*EducationItemBody) {
func CreateEducationItemBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationItemBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationItemBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationItemBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationItemBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *EducationItemBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationItemBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationItemBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_on_premises_info.go b/models/education_on_premises_info.go
index a1f9a530112..f26a667aff4 100644
--- a/models/education_on_premises_info.go
+++ b/models/education_on_premises_info.go
@@ -22,7 +22,7 @@ func NewEducationOnPremisesInfo()(*EducationOnPremisesInfo) {
func CreateEducationOnPremisesInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationOnPremisesInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationOnPremisesInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationOnPremisesInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationOnPremisesInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *EducationOnPremisesInfo) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationOnPremisesInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationOnPremisesInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_resource.go b/models/education_resource.go
index aebda1d5011..c7e1f8d4184 100644
--- a/models/education_resource.go
+++ b/models/education_resource.go
@@ -55,7 +55,7 @@ func CreateEducationResourceFromDiscriminatorValue(parseNode i878a80d2330e89d268
}
return NewEducationResource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationResource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *EducationResource) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationResource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -224,14 +224,14 @@ func (m *EducationResource) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationResource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationResource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_root.go b/models/education_root.go
index b1abb065094..6f831fdeebf 100644
--- a/models/education_root.go
+++ b/models/education_root.go
@@ -22,7 +22,7 @@ func NewEducationRoot()(*EducationRoot) {
func CreateEducationRootFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationRoot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationRoot) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationRoot) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationRoot) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -224,14 +224,14 @@ func (m *EducationRoot) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationRoot) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationRoot) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_student.go b/models/education_student.go
index bd4ac57f23c..1f6db84d758 100644
--- a/models/education_student.go
+++ b/models/education_student.go
@@ -22,7 +22,7 @@ func NewEducationStudent()(*EducationStudent) {
func CreateEducationStudentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationStudent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationStudent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationStudent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationStudent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *EducationStudent) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationStudent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationStudent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_submission_recipient.go b/models/education_submission_recipient.go
index 23a6f9690a2..ee78494ac13 100644
--- a/models/education_submission_recipient.go
+++ b/models/education_submission_recipient.go
@@ -40,7 +40,7 @@ func CreateEducationSubmissionRecipientFromDiscriminatorValue(parseNode i878a80d
}
return NewEducationSubmissionRecipient(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationSubmissionRecipient) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *EducationSubmissionRecipient) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationSubmissionRecipient) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *EducationSubmissionRecipient) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationSubmissionRecipient) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationSubmissionRecipient) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_teacher.go b/models/education_teacher.go
index cc397609f72..495c5ddce4a 100644
--- a/models/education_teacher.go
+++ b/models/education_teacher.go
@@ -22,7 +22,7 @@ func NewEducationTeacher()(*EducationTeacher) {
func CreateEducationTeacherFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationTeacher(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationTeacher) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationTeacher) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationTeacher) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *EducationTeacher) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationTeacher) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationTeacher) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/education_term.go b/models/education_term.go
index ca2e1390592..979f7165d6f 100644
--- a/models/education_term.go
+++ b/models/education_term.go
@@ -22,7 +22,7 @@ func NewEducationTerm()(*EducationTerm) {
func CreateEducationTermFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationTerm(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationTerm) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EducationTerm) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EducationTerm) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *EducationTerm) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EducationTerm) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EducationTerm) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/email_address.go b/models/email_address.go
index 72f5c24a360..0cdd5a7e858 100644
--- a/models/email_address.go
+++ b/models/email_address.go
@@ -22,7 +22,7 @@ func NewEmailAddress()(*EmailAddress) {
func CreateEmailAddressFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEmailAddress(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmailAddress) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *EmailAddress) GetAddress()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EmailAddress) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *EmailAddress) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmailAddress) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *EmailAddress) SetAddress(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EmailAddress) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/email_authentication_method_configuration.go b/models/email_authentication_method_configuration.go
index 8ffaa828f53..9c3365b8209 100644
--- a/models/email_authentication_method_configuration.go
+++ b/models/email_authentication_method_configuration.go
@@ -21,7 +21,7 @@ func NewEmailAuthenticationMethodConfiguration()(*EmailAuthenticationMethodConfi
func CreateEmailAuthenticationMethodConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEmailAuthenticationMethodConfiguration(), nil
}
-// GetAllowExternalIdToUseEmailOtp 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.
+// GetAllowExternalIdToUseEmailOtp 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.
func (m *EmailAuthenticationMethodConfiguration) GetAllowExternalIdToUseEmailOtp()(*ExternalEmailOtpState) {
val, err := m.GetBackingStore().Get("allowExternalIdToUseEmailOtp")
if err != nil {
@@ -101,7 +101,7 @@ func (m *EmailAuthenticationMethodConfiguration) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAllowExternalIdToUseEmailOtp 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.
+// SetAllowExternalIdToUseEmailOtp 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.
func (m *EmailAuthenticationMethodConfiguration) SetAllowExternalIdToUseEmailOtp(value *ExternalEmailOtpState)() {
err := m.GetBackingStore().Set("allowExternalIdToUseEmailOtp", value)
if err != nil {
diff --git a/models/email_settings.go b/models/email_settings.go
index 00a7524dc72..8edb6121d08 100644
--- a/models/email_settings.go
+++ b/models/email_settings.go
@@ -22,7 +22,7 @@ func NewEmailSettings()(*EmailSettings) {
func CreateEmailSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEmailSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmailSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EmailSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EmailSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *EmailSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmailSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EmailSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/employee_experience.go b/models/employee_experience.go
index ffe5c234fca..8cc1fb5ec09 100644
--- a/models/employee_experience.go
+++ b/models/employee_experience.go
@@ -22,7 +22,7 @@ func NewEmployeeExperience()(*EmployeeExperience) {
func CreateEmployeeExperienceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEmployeeExperience(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmployeeExperience) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EmployeeExperience) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EmployeeExperience) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -158,14 +158,14 @@ func (m *EmployeeExperience) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmployeeExperience) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EmployeeExperience) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/employee_org_data.go b/models/employee_org_data.go
index b49bd173d91..53b6ec3ed29 100644
--- a/models/employee_org_data.go
+++ b/models/employee_org_data.go
@@ -22,7 +22,7 @@ func NewEmployeeOrgData()(*EmployeeOrgData) {
func CreateEmployeeOrgDataFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEmployeeOrgData(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmployeeOrgData) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EmployeeOrgData) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EmployeeOrgData) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *EmployeeOrgData) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmployeeOrgData) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EmployeeOrgData) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/end_user_notification_setting.go b/models/end_user_notification_setting.go
index 4f15764a436..582e1be0a54 100644
--- a/models/end_user_notification_setting.go
+++ b/models/end_user_notification_setting.go
@@ -42,7 +42,7 @@ func CreateEndUserNotificationSettingFromDiscriminatorValue(parseNode i878a80d23
}
return NewEndUserNotificationSetting(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EndUserNotificationSetting) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *EndUserNotificationSetting) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EndUserNotificationSetting) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -183,14 +183,14 @@ func (m *EndUserNotificationSetting) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EndUserNotificationSetting) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EndUserNotificationSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/entitlement_management_schedule.go b/models/entitlement_management_schedule.go
index df0ac94013a..7fbd0297921 100644
--- a/models/entitlement_management_schedule.go
+++ b/models/entitlement_management_schedule.go
@@ -23,7 +23,7 @@ func NewEntitlementManagementSchedule()(*EntitlementManagementSchedule) {
func CreateEntitlementManagementScheduleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementSchedule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EntitlementManagementSchedule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *EntitlementManagementSchedule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EntitlementManagementSchedule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *EntitlementManagementSchedule) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EntitlementManagementSchedule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EntitlementManagementSchedule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/entity.go b/models/entity.go
index 0a62891693d..1850e4077d4 100644
--- a/models/entity.go
+++ b/models/entity.go
@@ -1486,7 +1486,7 @@ func CreateEntityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487
}
return NewEntity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Entity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -1498,7 +1498,7 @@ func (m *Entity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Entity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -1571,14 +1571,14 @@ func (m *Entity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Entity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Entity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/event_message_detail.go b/models/event_message_detail.go
index 7f1937191c7..e4c56af5daf 100644
--- a/models/event_message_detail.go
+++ b/models/event_message_detail.go
@@ -98,7 +98,7 @@ func CreateEventMessageDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26
}
return NewEventMessageDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EventMessageDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -110,7 +110,7 @@ func (m *EventMessageDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EventMessageDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -156,14 +156,14 @@ func (m *EventMessageDetail) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EventMessageDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EventMessageDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/exclude_target.go b/models/exclude_target.go
index c08e647a56a..e5a6da6e85a 100644
--- a/models/exclude_target.go
+++ b/models/exclude_target.go
@@ -22,7 +22,7 @@ func NewExcludeTarget()(*ExcludeTarget) {
func CreateExcludeTargetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExcludeTarget(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExcludeTarget) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExcludeTarget) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExcludeTarget) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ExcludeTarget) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExcludeTarget) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExcludeTarget) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/expiration_pattern.go b/models/expiration_pattern.go
index bb4d7d7086c..8497210be2c 100644
--- a/models/expiration_pattern.go
+++ b/models/expiration_pattern.go
@@ -23,7 +23,7 @@ func NewExpirationPattern()(*ExpirationPattern) {
func CreateExpirationPatternFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExpirationPattern(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExpirationPattern) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ExpirationPattern) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExpirationPattern) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *ExpirationPattern) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExpirationPattern) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExpirationPattern) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/expression_input_object.go b/models/expression_input_object.go
index 09ad124966a..506bcf7f6fd 100644
--- a/models/expression_input_object.go
+++ b/models/expression_input_object.go
@@ -22,7 +22,7 @@ func NewExpressionInputObject()(*ExpressionInputObject) {
func CreateExpressionInputObjectFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExpressionInputObject(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExpressionInputObject) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExpressionInputObject) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExpressionInputObject) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *ExpressionInputObject) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExpressionInputObject) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExpressionInputObject) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/extension_schema_property.go b/models/extension_schema_property.go
index 792c4bd0d5a..4229739e529 100644
--- a/models/extension_schema_property.go
+++ b/models/extension_schema_property.go
@@ -22,7 +22,7 @@ func NewExtensionSchemaProperty()(*ExtensionSchemaProperty) {
func CreateExtensionSchemaPropertyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExtensionSchemaProperty(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExtensionSchemaProperty) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExtensionSchemaProperty) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExtensionSchemaProperty) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ExtensionSchemaProperty) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExtensionSchemaProperty) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExtensionSchemaProperty) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/external_link.go b/models/external_link.go
index 768ed6c5845..d5a00dfad91 100644
--- a/models/external_link.go
+++ b/models/external_link.go
@@ -22,7 +22,7 @@ func NewExternalLink()(*ExternalLink) {
func CreateExternalLinkFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExternalLink(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExternalLink) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExternalLink) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExternalLink) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ExternalLink) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExternalLink) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExternalLink) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/acl.go b/models/externalconnectors/acl.go
index 951244e611e..5e990b986cc 100644
--- a/models/externalconnectors/acl.go
+++ b/models/externalconnectors/acl.go
@@ -33,7 +33,7 @@ func (m *Acl) GetAccessType()(*AccessType) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Acl) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Acl) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Acl) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -170,14 +170,14 @@ func (m *Acl) SetAccessType(value *AccessType)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Acl) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Acl) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/activity_settings.go b/models/externalconnectors/activity_settings.go
index a33181bdda8..de1309e43bd 100644
--- a/models/externalconnectors/activity_settings.go
+++ b/models/externalconnectors/activity_settings.go
@@ -22,7 +22,7 @@ func NewActivitySettings()(*ActivitySettings) {
func CreateActivitySettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewActivitySettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ActivitySettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ActivitySettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ActivitySettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *ActivitySettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ActivitySettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ActivitySettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/configuration.go b/models/externalconnectors/configuration.go
index a18c23b3b08..450ca9ec1ea 100644
--- a/models/externalconnectors/configuration.go
+++ b/models/externalconnectors/configuration.go
@@ -22,7 +22,7 @@ func NewConfiguration()(*Configuration) {
func CreateConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Configuration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Configuration) GetAuthorizedAppIds()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Configuration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,7 +113,7 @@ func (m *Configuration) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Configuration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -127,7 +127,7 @@ func (m *Configuration) SetAuthorizedAppIds(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Configuration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/display_template.go b/models/externalconnectors/display_template.go
index f1e81767580..fd0d30f70ea 100644
--- a/models/externalconnectors/display_template.go
+++ b/models/externalconnectors/display_template.go
@@ -23,7 +23,7 @@ func NewDisplayTemplate()(*DisplayTemplate) {
func CreateDisplayTemplateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDisplayTemplate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DisplayTemplate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *DisplayTemplate) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DisplayTemplate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -201,14 +201,14 @@ func (m *DisplayTemplate) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DisplayTemplate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DisplayTemplate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/external.go b/models/externalconnectors/external.go
index ebf5908ee13..cf68f37172d 100644
--- a/models/externalconnectors/external.go
+++ b/models/externalconnectors/external.go
@@ -22,7 +22,7 @@ func NewExternal()(*External) {
func CreateExternalFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExternal(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *External) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *External) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *External) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *External) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *External) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *External) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/external_item_content.go b/models/externalconnectors/external_item_content.go
index 9a9d561945e..3292b5f8937 100644
--- a/models/externalconnectors/external_item_content.go
+++ b/models/externalconnectors/external_item_content.go
@@ -22,7 +22,7 @@ func NewExternalItemContent()(*ExternalItemContent) {
func CreateExternalItemContentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExternalItemContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExternalItemContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExternalItemContent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExternalItemContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ExternalItemContent) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExternalItemContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExternalItemContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/properties.go b/models/externalconnectors/properties.go
index 7cd795fa6ff..f55fe089100 100644
--- a/models/externalconnectors/properties.go
+++ b/models/externalconnectors/properties.go
@@ -22,7 +22,7 @@ func NewProperties()(*Properties) {
func CreatePropertiesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProperties(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Properties) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Properties) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Properties) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *Properties) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Properties) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Properties) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/property.go b/models/externalconnectors/property.go
index d9fe53ae613..aff45431474 100644
--- a/models/externalconnectors/property.go
+++ b/models/externalconnectors/property.go
@@ -22,7 +22,7 @@ func NewProperty()(*Property) {
func CreatePropertyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProperty(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Property) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Property) GetAliases()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Property) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -309,7 +309,7 @@ func (m *Property) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Property) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -323,7 +323,7 @@ func (m *Property) SetAliases(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Property) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/property_rule.go b/models/externalconnectors/property_rule.go
index a561c42b433..84870ba07b0 100644
--- a/models/externalconnectors/property_rule.go
+++ b/models/externalconnectors/property_rule.go
@@ -23,7 +23,7 @@ func NewPropertyRule()(*PropertyRule) {
func CreatePropertyRuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPropertyRule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PropertyRule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PropertyRule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PropertyRule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -197,14 +197,14 @@ func (m *PropertyRule) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PropertyRule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PropertyRule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/search_settings.go b/models/externalconnectors/search_settings.go
index 1383c1b8acc..13e0bda5055 100644
--- a/models/externalconnectors/search_settings.go
+++ b/models/externalconnectors/search_settings.go
@@ -22,7 +22,7 @@ func NewSearchSettings()(*SearchSettings) {
func CreateSearchSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *SearchSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/url_match_info.go b/models/externalconnectors/url_match_info.go
index 79f242b85f6..bc0b6cf2ed0 100644
--- a/models/externalconnectors/url_match_info.go
+++ b/models/externalconnectors/url_match_info.go
@@ -22,7 +22,7 @@ func NewUrlMatchInfo()(*UrlMatchInfo) {
func CreateUrlMatchInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUrlMatchInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UrlMatchInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UrlMatchInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UrlMatchInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -140,14 +140,14 @@ func (m *UrlMatchInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UrlMatchInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UrlMatchInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/externalconnectors/url_to_item_resolver_base.go b/models/externalconnectors/url_to_item_resolver_base.go
index 708f3f8b3d6..f7721d77d74 100644
--- a/models/externalconnectors/url_to_item_resolver_base.go
+++ b/models/externalconnectors/url_to_item_resolver_base.go
@@ -40,7 +40,7 @@ func CreateUrlToItemResolverBaseFromDiscriminatorValue(parseNode i878a80d2330e89
}
return NewUrlToItemResolverBase(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UrlToItemResolverBase) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *UrlToItemResolverBase) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UrlToItemResolverBase) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -125,14 +125,14 @@ func (m *UrlToItemResolverBase) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UrlToItemResolverBase) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UrlToItemResolverBase) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/extract_sensitivity_labels_result.go b/models/extract_sensitivity_labels_result.go
index 1270ffd6246..715364414b0 100644
--- a/models/extract_sensitivity_labels_result.go
+++ b/models/extract_sensitivity_labels_result.go
@@ -22,7 +22,7 @@ func NewExtractSensitivityLabelsResult()(*ExtractSensitivityLabelsResult) {
func CreateExtractSensitivityLabelsResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExtractSensitivityLabelsResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExtractSensitivityLabelsResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExtractSensitivityLabelsResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExtractSensitivityLabelsResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *ExtractSensitivityLabelsResult) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExtractSensitivityLabelsResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExtractSensitivityLabelsResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/feature_target.go b/models/feature_target.go
index 28bfc6f34ad..289f16a456f 100644
--- a/models/feature_target.go
+++ b/models/feature_target.go
@@ -22,7 +22,7 @@ func NewFeatureTarget()(*FeatureTarget) {
func CreateFeatureTargetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFeatureTarget(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FeatureTarget) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FeatureTarget) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FeatureTarget) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *FeatureTarget) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FeatureTarget) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FeatureTarget) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/fido2_key_restrictions.go b/models/fido2_key_restrictions.go
index e65a245b97e..b2bc9d0ab79 100644
--- a/models/fido2_key_restrictions.go
+++ b/models/fido2_key_restrictions.go
@@ -33,7 +33,7 @@ func (m *Fido2KeyRestrictions) GetAaGuids()([]string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Fido2KeyRestrictions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Fido2KeyRestrictions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Fido2KeyRestrictions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -175,14 +175,14 @@ func (m *Fido2KeyRestrictions) SetAaGuids(value []string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Fido2KeyRestrictions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Fido2KeyRestrictions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/file.go b/models/file.go
index b38d5f6136d..d8dc1053da4 100644
--- a/models/file.go
+++ b/models/file.go
@@ -22,7 +22,7 @@ func NewFile()(*File) {
func CreateFileFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFile(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *File) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *File) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *File) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *File) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c49
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *File) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *File) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/file_encryption_info.go b/models/file_encryption_info.go
index ec2e5fea110..37ab812b119 100644
--- a/models/file_encryption_info.go
+++ b/models/file_encryption_info.go
@@ -22,7 +22,7 @@ func NewFileEncryptionInfo()(*FileEncryptionInfo) {
func CreateFileEncryptionInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFileEncryptionInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileEncryptionInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FileEncryptionInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FileEncryptionInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -269,14 +269,14 @@ func (m *FileEncryptionInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileEncryptionInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FileEncryptionInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/file_hash.go b/models/file_hash.go
index 223a3ceac13..38a16e952be 100644
--- a/models/file_hash.go
+++ b/models/file_hash.go
@@ -22,7 +22,7 @@ func NewFileHash()(*FileHash) {
func CreateFileHashFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFileHash(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileHash) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FileHash) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FileHash) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *FileHash) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileHash) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FileHash) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/file_security_state.go b/models/file_security_state.go
index d4085d98420..920d9a9941c 100644
--- a/models/file_security_state.go
+++ b/models/file_security_state.go
@@ -22,7 +22,7 @@ func NewFileSecurityState()(*FileSecurityState) {
func CreateFileSecurityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFileSecurityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FileSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FileSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *FileSecurityState) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FileSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/file_system_info.go b/models/file_system_info.go
index 12109827c5b..4f8a360bb51 100644
--- a/models/file_system_info.go
+++ b/models/file_system_info.go
@@ -23,7 +23,7 @@ func NewFileSystemInfo()(*FileSystemInfo) {
func CreateFileSystemInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFileSystemInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileSystemInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *FileSystemInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FileSystemInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *FileSystemInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileSystemInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FileSystemInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/filter.go b/models/filter.go
index 5cf68c1476b..2deb2d3da7e 100644
--- a/models/filter.go
+++ b/models/filter.go
@@ -22,7 +22,7 @@ func NewFilter()(*Filter) {
func CreateFilterFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFilter(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Filter) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Filter) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Filter) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -197,14 +197,14 @@ func (m *Filter) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Filter) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Filter) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/filter_clause.go b/models/filter_clause.go
index b160f9b183e..8c87b580c43 100644
--- a/models/filter_clause.go
+++ b/models/filter_clause.go
@@ -22,7 +22,7 @@ func NewFilterClause()(*FilterClause) {
func CreateFilterClauseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFilterClause(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FilterClause) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FilterClause) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FilterClause) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *FilterClause) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FilterClause) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FilterClause) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/filter_group.go b/models/filter_group.go
index 958cf42180d..810a2ba5e75 100644
--- a/models/filter_group.go
+++ b/models/filter_group.go
@@ -22,7 +22,7 @@ func NewFilterGroup()(*FilterGroup) {
func CreateFilterGroupFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFilterGroup(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FilterGroup) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FilterGroup) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FilterGroup) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *FilterGroup) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FilterGroup) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FilterGroup) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/filter_operand.go b/models/filter_operand.go
index f6093392a9b..d88e5a28114 100644
--- a/models/filter_operand.go
+++ b/models/filter_operand.go
@@ -22,7 +22,7 @@ func NewFilterOperand()(*FilterOperand) {
func CreateFilterOperandFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFilterOperand(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FilterOperand) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FilterOperand) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FilterOperand) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *FilterOperand) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FilterOperand) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FilterOperand) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/folder.go b/models/folder.go
index 182042aaeea..a4b6ea24d7a 100644
--- a/models/folder.go
+++ b/models/folder.go
@@ -22,7 +22,7 @@ func NewFolder()(*Folder) {
func CreateFolderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFolder(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Folder) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Folder) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Folder) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *Folder) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Folder) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Folder) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/folder_view.go b/models/folder_view.go
index d13012e104e..4da9af3a500 100644
--- a/models/folder_view.go
+++ b/models/folder_view.go
@@ -22,7 +22,7 @@ func NewFolderView()(*FolderView) {
func CreateFolderViewFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFolderView(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FolderView) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FolderView) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FolderView) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *FolderView) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FolderView) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FolderView) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/followup_flag.go b/models/followup_flag.go
index 29083739da5..49065e09a5a 100644
--- a/models/followup_flag.go
+++ b/models/followup_flag.go
@@ -22,7 +22,7 @@ func NewFollowupFlag()(*FollowupFlag) {
func CreateFollowupFlagFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFollowupFlag(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FollowupFlag) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FollowupFlag) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FollowupFlag) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *FollowupFlag) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FollowupFlag) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FollowupFlag) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/free_busy_error.go b/models/free_busy_error.go
index eae31eede85..28ea00d8fdd 100644
--- a/models/free_busy_error.go
+++ b/models/free_busy_error.go
@@ -22,7 +22,7 @@ func NewFreeBusyError()(*FreeBusyError) {
func CreateFreeBusyErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFreeBusyError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FreeBusyError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FreeBusyError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FreeBusyError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *FreeBusyError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FreeBusyError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FreeBusyError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/generic_error.go b/models/generic_error.go
index 75bfb00f2d1..0aa96240e27 100644
--- a/models/generic_error.go
+++ b/models/generic_error.go
@@ -22,7 +22,7 @@ func NewGenericError()(*GenericError) {
func CreateGenericErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGenericError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GenericError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GenericError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GenericError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *GenericError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GenericError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GenericError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/geo_coordinates.go b/models/geo_coordinates.go
index b3daffb16d5..d15e443c111 100644
--- a/models/geo_coordinates.go
+++ b/models/geo_coordinates.go
@@ -22,7 +22,7 @@ func NewGeoCoordinates()(*GeoCoordinates) {
func CreateGeoCoordinatesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGeoCoordinates(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GeoCoordinates) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *GeoCoordinates) GetAltitude()(*float64) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GeoCoordinates) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *GeoCoordinates) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GeoCoordinates) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *GeoCoordinates) SetAltitude(value *float64)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GeoCoordinates) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/geolocation_column.go b/models/geolocation_column.go
index 1d1afe41329..c20b2989600 100644
--- a/models/geolocation_column.go
+++ b/models/geolocation_column.go
@@ -22,7 +22,7 @@ func NewGeolocationColumn()(*GeolocationColumn) {
func CreateGeolocationColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGeolocationColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GeolocationColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GeolocationColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GeolocationColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GeolocationColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GeolocationColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GeolocationColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/group_filter.go b/models/group_filter.go
index e27688d25ca..81492978b30 100644
--- a/models/group_filter.go
+++ b/models/group_filter.go
@@ -22,7 +22,7 @@ func NewGroupFilter()(*GroupFilter) {
func CreateGroupFilterFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGroupFilter(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GroupFilter) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GroupFilter) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GroupFilter) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *GroupFilter) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GroupFilter) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GroupFilter) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/hashes.go b/models/hashes.go
index 8cbd5302b1d..7ac4f4c99b9 100644
--- a/models/hashes.go
+++ b/models/hashes.go
@@ -22,7 +22,7 @@ func NewHashes()(*Hashes) {
func CreateHashesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHashes(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Hashes) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Hashes) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Hashes) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *Hashes) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Hashes) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Hashes) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/host_security_state.go b/models/host_security_state.go
index 0b8695f1720..fa43a1b5a0c 100644
--- a/models/host_security_state.go
+++ b/models/host_security_state.go
@@ -22,7 +22,7 @@ func NewHostSecurityState()(*HostSecurityState) {
func CreateHostSecurityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHostSecurityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HostSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *HostSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *HostSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -323,14 +323,14 @@ func (m *HostSecurityState) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HostSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *HostSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/hyperlink_or_picture_column.go b/models/hyperlink_or_picture_column.go
index 69515b7772a..fc342bc7e9f 100644
--- a/models/hyperlink_or_picture_column.go
+++ b/models/hyperlink_or_picture_column.go
@@ -22,7 +22,7 @@ func NewHyperlinkOrPictureColumn()(*HyperlinkOrPictureColumn) {
func CreateHyperlinkOrPictureColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHyperlinkOrPictureColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HyperlinkOrPictureColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *HyperlinkOrPictureColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *HyperlinkOrPictureColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *HyperlinkOrPictureColumn) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HyperlinkOrPictureColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *HyperlinkOrPictureColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identity.go b/models/identity.go
index 2c56ab607dd..5bc00318605 100644
--- a/models/identity.go
+++ b/models/identity.go
@@ -62,7 +62,7 @@ func CreateIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f4
}
return NewIdentity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Identity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -74,7 +74,7 @@ func (m *Identity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Identity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -174,14 +174,14 @@ func (m *Identity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Identity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Identity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identity_governance.go b/models/identity_governance.go
index 2a999ea04a2..329a89db222 100644
--- a/models/identity_governance.go
+++ b/models/identity_governance.go
@@ -33,7 +33,7 @@ func (m *IdentityGovernance) GetAccessReviews()(AccessReviewSetable) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentityGovernance) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *IdentityGovernance) GetAppConsent()(AppConsentApprovalRouteable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IdentityGovernance) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -222,7 +222,7 @@ func (m *IdentityGovernance) SetAccessReviews(value AccessReviewSetable)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentityGovernance) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -236,7 +236,7 @@ func (m *IdentityGovernance) SetAppConsent(value AppConsentApprovalRouteable)()
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IdentityGovernance) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identity_protection_root.go b/models/identity_protection_root.go
index 83568145525..e6773357f75 100644
--- a/models/identity_protection_root.go
+++ b/models/identity_protection_root.go
@@ -22,7 +22,7 @@ func NewIdentityProtectionRoot()(*IdentityProtectionRoot) {
func CreateIdentityProtectionRootFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIdentityProtectionRoot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentityProtectionRoot) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IdentityProtectionRoot) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IdentityProtectionRoot) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -236,14 +236,14 @@ func (m *IdentityProtectionRoot) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentityProtectionRoot) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IdentityProtectionRoot) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identity_set.go b/models/identity_set.go
index 97738185b77..9c7d1acee88 100644
--- a/models/identity_set.go
+++ b/models/identity_set.go
@@ -46,7 +46,7 @@ func CreateIdentitySetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a
}
return NewIdentitySet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentitySet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -69,7 +69,7 @@ func (m *IdentitySet) GetApplication()(Identityable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IdentitySet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -185,7 +185,7 @@ func (m *IdentitySet) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentitySet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -199,7 +199,7 @@ func (m *IdentitySet) SetApplication(value Identityable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IdentitySet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identity_source.go b/models/identity_source.go
index 03c19bea367..013e46d1e8a 100644
--- a/models/identity_source.go
+++ b/models/identity_source.go
@@ -46,7 +46,7 @@ func CreateIdentitySourceFromDiscriminatorValue(parseNode i878a80d2330e89d268963
}
return NewIdentitySource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentitySource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -58,7 +58,7 @@ func (m *IdentitySource) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IdentitySource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -104,14 +104,14 @@ func (m *IdentitySource) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdentitySource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IdentitySource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/parameter.go b/models/identitygovernance/parameter.go
index b87877c582c..9216c73ad28 100644
--- a/models/identitygovernance/parameter.go
+++ b/models/identitygovernance/parameter.go
@@ -22,7 +22,7 @@ func NewParameter()(*Parameter) {
func CreateParameterFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewParameter(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Parameter) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Parameter) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Parameter) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -168,14 +168,14 @@ func (m *Parameter) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Parameter) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Parameter) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/run_summary.go b/models/identitygovernance/run_summary.go
index 85aefd9d704..8ceb2d4d246 100644
--- a/models/identitygovernance/run_summary.go
+++ b/models/identitygovernance/run_summary.go
@@ -22,7 +22,7 @@ func NewRunSummary()(*RunSummary) {
func CreateRunSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRunSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RunSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RunSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RunSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *RunSummary) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RunSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RunSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/task_report_summary.go b/models/identitygovernance/task_report_summary.go
index ae8e7aaef9e..aa89293ad04 100644
--- a/models/identitygovernance/task_report_summary.go
+++ b/models/identitygovernance/task_report_summary.go
@@ -22,7 +22,7 @@ func NewTaskReportSummary()(*TaskReportSummary) {
func CreateTaskReportSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTaskReportSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TaskReportSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TaskReportSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TaskReportSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *TaskReportSummary) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TaskReportSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TaskReportSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/user_summary.go b/models/identitygovernance/user_summary.go
index cf0f14b5bf2..4a3889b3be7 100644
--- a/models/identitygovernance/user_summary.go
+++ b/models/identitygovernance/user_summary.go
@@ -22,7 +22,7 @@ func NewUserSummary()(*UserSummary) {
func CreateUserSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *UserSummary) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/workflow_base.go b/models/identitygovernance/workflow_base.go
index 97a40c8fff7..6f19c774d6c 100644
--- a/models/identitygovernance/workflow_base.go
+++ b/models/identitygovernance/workflow_base.go
@@ -44,7 +44,7 @@ func CreateWorkflowBaseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388
}
return NewWorkflowBase(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkflowBase) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *WorkflowBase) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkflowBase) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -412,14 +412,14 @@ func (m *WorkflowBase) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkflowBase) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkflowBase) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/workflow_execution_conditions.go b/models/identitygovernance/workflow_execution_conditions.go
index f9b8976e894..dd42fe3cd88 100644
--- a/models/identitygovernance/workflow_execution_conditions.go
+++ b/models/identitygovernance/workflow_execution_conditions.go
@@ -42,7 +42,7 @@ func CreateWorkflowExecutionConditionsFromDiscriminatorValue(parseNode i878a80d2
}
return NewWorkflowExecutionConditions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkflowExecutionConditions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *WorkflowExecutionConditions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkflowExecutionConditions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *WorkflowExecutionConditions) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkflowExecutionConditions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkflowExecutionConditions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/identitygovernance/workflow_execution_trigger.go b/models/identitygovernance/workflow_execution_trigger.go
index d33c048b41f..b91307489eb 100644
--- a/models/identitygovernance/workflow_execution_trigger.go
+++ b/models/identitygovernance/workflow_execution_trigger.go
@@ -40,7 +40,7 @@ func CreateWorkflowExecutionTriggerFromDiscriminatorValue(parseNode i878a80d2330
}
return NewWorkflowExecutionTrigger(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkflowExecutionTrigger) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *WorkflowExecutionTrigger) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkflowExecutionTrigger) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *WorkflowExecutionTrigger) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkflowExecutionTrigger) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkflowExecutionTrigger) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/idle_session_sign_out.go b/models/idle_session_sign_out.go
index f80d1fa0223..f3476099709 100644
--- a/models/idle_session_sign_out.go
+++ b/models/idle_session_sign_out.go
@@ -22,7 +22,7 @@ func NewIdleSessionSignOut()(*IdleSessionSignOut) {
func CreateIdleSessionSignOutFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIdleSessionSignOut(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdleSessionSignOut) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IdleSessionSignOut) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IdleSessionSignOut) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *IdleSessionSignOut) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IdleSessionSignOut) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IdleSessionSignOut) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/image.go b/models/image.go
index 5e3d4df06a5..7e352bad074 100644
--- a/models/image.go
+++ b/models/image.go
@@ -22,7 +22,7 @@ func NewImage()(*Image) {
func CreateImageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewImage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Image) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Image) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Image) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *Image) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Image) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Image) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/image_info.go b/models/image_info.go
index 3299425a98c..8bb98db02f1 100644
--- a/models/image_info.go
+++ b/models/image_info.go
@@ -33,7 +33,7 @@ func (m *ImageInfo) GetAddImageQuery()(*bool) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImageInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *ImageInfo) GetAlternativeText()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ImageInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -195,7 +195,7 @@ func (m *ImageInfo) SetAddImageQuery(value *bool)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImageInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -216,7 +216,7 @@ func (m *ImageInfo) SetAlternativeText(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ImageInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/implicit_grant_settings.go b/models/implicit_grant_settings.go
index 898e570401f..690827594ec 100644
--- a/models/implicit_grant_settings.go
+++ b/models/implicit_grant_settings.go
@@ -22,7 +22,7 @@ func NewImplicitGrantSettings()(*ImplicitGrantSettings) {
func CreateImplicitGrantSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewImplicitGrantSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImplicitGrantSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ImplicitGrantSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ImplicitGrantSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ImplicitGrantSettings) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImplicitGrantSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ImplicitGrantSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/imported_windows_autopilot_device_identity_state.go b/models/imported_windows_autopilot_device_identity_state.go
index d4757500885..ad7c8f441f8 100644
--- a/models/imported_windows_autopilot_device_identity_state.go
+++ b/models/imported_windows_autopilot_device_identity_state.go
@@ -22,7 +22,7 @@ func NewImportedWindowsAutopilotDeviceIdentityState()(*ImportedWindowsAutopilotD
func CreateImportedWindowsAutopilotDeviceIdentityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewImportedWindowsAutopilotDeviceIdentityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImportedWindowsAutopilotDeviceIdentityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ImportedWindowsAutopilotDeviceIdentityState) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ImportedWindowsAutopilotDeviceIdentityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *ImportedWindowsAutopilotDeviceIdentityState) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ImportedWindowsAutopilotDeviceIdentityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ImportedWindowsAutopilotDeviceIdentityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/inbound_outbound_policy_configuration.go b/models/inbound_outbound_policy_configuration.go
index 161a6f63d66..1703629497c 100644
--- a/models/inbound_outbound_policy_configuration.go
+++ b/models/inbound_outbound_policy_configuration.go
@@ -22,7 +22,7 @@ func NewInboundOutboundPolicyConfiguration()(*InboundOutboundPolicyConfiguration
func CreateInboundOutboundPolicyConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInboundOutboundPolicyConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InboundOutboundPolicyConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InboundOutboundPolicyConfiguration) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InboundOutboundPolicyConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *InboundOutboundPolicyConfiguration) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InboundOutboundPolicyConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InboundOutboundPolicyConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/incoming_context.go b/models/incoming_context.go
index 9d7a718b066..3e4e6812711 100644
--- a/models/incoming_context.go
+++ b/models/incoming_context.go
@@ -22,7 +22,7 @@ func NewIncomingContext()(*IncomingContext) {
func CreateIncomingContextFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIncomingContext(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IncomingContext) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IncomingContext) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IncomingContext) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *IncomingContext) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IncomingContext) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IncomingContext) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/incomplete_data.go b/models/incomplete_data.go
index dab369968ce..1a2e33561c1 100644
--- a/models/incomplete_data.go
+++ b/models/incomplete_data.go
@@ -23,7 +23,7 @@ func NewIncompleteData()(*IncompleteData) {
func CreateIncompleteDataFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIncompleteData(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IncompleteData) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *IncompleteData) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IncompleteData) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *IncompleteData) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IncompleteData) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IncompleteData) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/information_protection.go b/models/information_protection.go
index 148c793550e..29cce584802 100644
--- a/models/information_protection.go
+++ b/models/information_protection.go
@@ -22,7 +22,7 @@ func NewInformationProtection()(*InformationProtection) {
func CreateInformationProtectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInformationProtection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InformationProtection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InformationProtection) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InformationProtection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *InformationProtection) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InformationProtection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InformationProtection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/informational_url.go b/models/informational_url.go
index bf5f94f5dab..a1f647f25a7 100644
--- a/models/informational_url.go
+++ b/models/informational_url.go
@@ -22,7 +22,7 @@ func NewInformationalUrl()(*InformationalUrl) {
func CreateInformationalUrlFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInformationalUrl(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InformationalUrl) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InformationalUrl) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InformationalUrl) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *InformationalUrl) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InformationalUrl) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InformationalUrl) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/insight_identity.go b/models/insight_identity.go
index 8703ff59039..ad3225ed40f 100644
--- a/models/insight_identity.go
+++ b/models/insight_identity.go
@@ -22,7 +22,7 @@ func NewInsightIdentity()(*InsightIdentity) {
func CreateInsightIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInsightIdentity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InsightIdentity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *InsightIdentity) GetAddress()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InsightIdentity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *InsightIdentity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InsightIdentity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *InsightIdentity) SetAddress(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InsightIdentity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/integer_range.go b/models/integer_range.go
index 22ff6493457..154a65f822a 100644
--- a/models/integer_range.go
+++ b/models/integer_range.go
@@ -22,7 +22,7 @@ func NewIntegerRange()(*IntegerRange) {
func CreateIntegerRangeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIntegerRange(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IntegerRange) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IntegerRange) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IntegerRange) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *IntegerRange) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IntegerRange) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IntegerRange) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/internet_message_header.go b/models/internet_message_header.go
index 91a653cf884..39a09a47df4 100644
--- a/models/internet_message_header.go
+++ b/models/internet_message_header.go
@@ -22,7 +22,7 @@ func NewInternetMessageHeader()(*InternetMessageHeader) {
func CreateInternetMessageHeaderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInternetMessageHeader(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InternetMessageHeader) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InternetMessageHeader) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InternetMessageHeader) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *InternetMessageHeader) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InternetMessageHeader) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InternetMessageHeader) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/intune_brand.go b/models/intune_brand.go
index b996fe36beb..80441190fc2 100644
--- a/models/intune_brand.go
+++ b/models/intune_brand.go
@@ -22,7 +22,7 @@ func NewIntuneBrand()(*IntuneBrand) {
func CreateIntuneBrandFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIntuneBrand(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IntuneBrand) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IntuneBrand) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IntuneBrand) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -458,14 +458,14 @@ func (m *IntuneBrand) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IntuneBrand) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IntuneBrand) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/investigation_security_state.go b/models/investigation_security_state.go
index 2bf440920a5..d5805a66ced 100644
--- a/models/investigation_security_state.go
+++ b/models/investigation_security_state.go
@@ -22,7 +22,7 @@ func NewInvestigationSecurityState()(*InvestigationSecurityState) {
func CreateInvestigationSecurityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInvestigationSecurityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InvestigationSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InvestigationSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InvestigationSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *InvestigationSecurityState) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InvestigationSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InvestigationSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/invitation_participant_info.go b/models/invitation_participant_info.go
index 408eae9a9dd..e49a0c3680e 100644
--- a/models/invitation_participant_info.go
+++ b/models/invitation_participant_info.go
@@ -22,7 +22,7 @@ func NewInvitationParticipantInfo()(*InvitationParticipantInfo) {
func CreateInvitationParticipantInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInvitationParticipantInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InvitationParticipantInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InvitationParticipantInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InvitationParticipantInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *InvitationParticipantInfo) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InvitationParticipantInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InvitationParticipantInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/invited_user_message_info.go b/models/invited_user_message_info.go
index 99db5cd9e69..33abe793b78 100644
--- a/models/invited_user_message_info.go
+++ b/models/invited_user_message_info.go
@@ -22,7 +22,7 @@ func NewInvitedUserMessageInfo()(*InvitedUserMessageInfo) {
func CreateInvitedUserMessageInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInvitedUserMessageInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InvitedUserMessageInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *InvitedUserMessageInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InvitedUserMessageInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *InvitedUserMessageInfo) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InvitedUserMessageInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InvitedUserMessageInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_device_type.go b/models/ios_device_type.go
index 71fd272853d..11802cf6149 100644
--- a/models/ios_device_type.go
+++ b/models/ios_device_type.go
@@ -22,7 +22,7 @@ func NewIosDeviceType()(*IosDeviceType) {
func CreateIosDeviceTypeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIosDeviceType(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosDeviceType) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IosDeviceType) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosDeviceType) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *IosDeviceType) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosDeviceType) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosDeviceType) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_home_screen_folder_page.go b/models/ios_home_screen_folder_page.go
index 58e4510a66b..72f3caaaf5d 100644
--- a/models/ios_home_screen_folder_page.go
+++ b/models/ios_home_screen_folder_page.go
@@ -22,7 +22,7 @@ func NewIosHomeScreenFolderPage()(*IosHomeScreenFolderPage) {
func CreateIosHomeScreenFolderPageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIosHomeScreenFolderPage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosHomeScreenFolderPage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *IosHomeScreenFolderPage) GetApps()([]IosHomeScreenAppable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosHomeScreenFolderPage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,7 +146,7 @@ func (m *IosHomeScreenFolderPage) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosHomeScreenFolderPage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -160,7 +160,7 @@ func (m *IosHomeScreenFolderPage) SetApps(value []IosHomeScreenAppable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosHomeScreenFolderPage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_home_screen_item.go b/models/ios_home_screen_item.go
index 82eea60501a..9dab9ddbba3 100644
--- a/models/ios_home_screen_item.go
+++ b/models/ios_home_screen_item.go
@@ -42,7 +42,7 @@ func CreateIosHomeScreenItemFromDiscriminatorValue(parseNode i878a80d2330e89d268
}
return NewIosHomeScreenItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosHomeScreenItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *IosHomeScreenItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosHomeScreenItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -127,14 +127,14 @@ func (m *IosHomeScreenItem) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosHomeScreenItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosHomeScreenItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_home_screen_page.go b/models/ios_home_screen_page.go
index f0557b7bac2..ede71c513d8 100644
--- a/models/ios_home_screen_page.go
+++ b/models/ios_home_screen_page.go
@@ -22,7 +22,7 @@ func NewIosHomeScreenPage()(*IosHomeScreenPage) {
func CreateIosHomeScreenPageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIosHomeScreenPage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosHomeScreenPage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IosHomeScreenPage) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosHomeScreenPage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *IosHomeScreenPage) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosHomeScreenPage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosHomeScreenPage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_minimum_operating_system.go b/models/ios_minimum_operating_system.go
index 840ae9fdae5..64fbc327fba 100644
--- a/models/ios_minimum_operating_system.go
+++ b/models/ios_minimum_operating_system.go
@@ -22,7 +22,7 @@ func NewIosMinimumOperatingSystem()(*IosMinimumOperatingSystem) {
func CreateIosMinimumOperatingSystemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIosMinimumOperatingSystem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IosMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosMinimumOperatingSystem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -296,14 +296,14 @@ func (m *IosMinimumOperatingSystem) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosMinimumOperatingSystem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosMinimumOperatingSystem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_network_usage_rule.go b/models/ios_network_usage_rule.go
index ecee324f8d9..b370f8a3c31 100644
--- a/models/ios_network_usage_rule.go
+++ b/models/ios_network_usage_rule.go
@@ -22,7 +22,7 @@ func NewIosNetworkUsageRule()(*IosNetworkUsageRule) {
func CreateIosNetworkUsageRuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIosNetworkUsageRule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosNetworkUsageRule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IosNetworkUsageRule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosNetworkUsageRule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *IosNetworkUsageRule) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosNetworkUsageRule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosNetworkUsageRule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ios_notification_settings.go b/models/ios_notification_settings.go
index 2d2416ba68b..bd22044efe8 100644
--- a/models/ios_notification_settings.go
+++ b/models/ios_notification_settings.go
@@ -22,7 +22,7 @@ func NewIosNotificationSettings()(*IosNotificationSettings) {
func CreateIosNotificationSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIosNotificationSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosNotificationSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *IosNotificationSettings) GetAppName()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IosNotificationSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -324,7 +324,7 @@ func (m *IosNotificationSettings) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IosNotificationSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -345,7 +345,7 @@ func (m *IosNotificationSettings) SetAppName(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IosNotificationSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ip_range.go b/models/ip_range.go
index 984d7a27bad..6fbb6c79be8 100644
--- a/models/ip_range.go
+++ b/models/ip_range.go
@@ -46,7 +46,7 @@ func CreateIpRangeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f48
}
return NewIpRange(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IpRange) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -58,7 +58,7 @@ func (m *IpRange) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IpRange) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -104,14 +104,14 @@ func (m *IpRange) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IpRange) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IpRange) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/item_action_stat.go b/models/item_action_stat.go
index 079e33b3e4e..1497021e09a 100644
--- a/models/item_action_stat.go
+++ b/models/item_action_stat.go
@@ -44,7 +44,7 @@ func (m *ItemActionStat) GetActorCount()(*int32) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemActionStat) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *ItemActionStat) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemActionStat) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -148,14 +148,14 @@ func (m *ItemActionStat) SetActorCount(value *int32)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemActionStat) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemActionStat) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/item_body.go b/models/item_body.go
index 945393f259e..898b3e80124 100644
--- a/models/item_body.go
+++ b/models/item_body.go
@@ -22,7 +22,7 @@ func NewItemBody()(*ItemBody) {
func CreateItemBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/item_preview_info.go b/models/item_preview_info.go
index 3c8371d199c..bc997f5ae41 100644
--- a/models/item_preview_info.go
+++ b/models/item_preview_info.go
@@ -22,7 +22,7 @@ func NewItemPreviewInfo()(*ItemPreviewInfo) {
func CreateItemPreviewInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPreviewInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPreviewInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPreviewInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPreviewInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemPreviewInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPreviewInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPreviewInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/item_reference.go b/models/item_reference.go
index 515b6d4c459..a600b93dd31 100644
--- a/models/item_reference.go
+++ b/models/item_reference.go
@@ -22,7 +22,7 @@ func NewItemReference()(*ItemReference) {
func CreateItemReferenceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemReference(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemReference) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemReference) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemReference) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -296,14 +296,14 @@ func (m *ItemReference) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemReference) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemReference) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/join_meeting_id_settings.go b/models/join_meeting_id_settings.go
index ccf39c736f8..fb630c981ff 100644
--- a/models/join_meeting_id_settings.go
+++ b/models/join_meeting_id_settings.go
@@ -22,7 +22,7 @@ func NewJoinMeetingIdSettings()(*JoinMeetingIdSettings) {
func CreateJoinMeetingIdSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewJoinMeetingIdSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *JoinMeetingIdSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *JoinMeetingIdSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *JoinMeetingIdSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *JoinMeetingIdSettings) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *JoinMeetingIdSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *JoinMeetingIdSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/json.go b/models/json.go
index db6f902f1c4..10fb0ae314a 100644
--- a/models/json.go
+++ b/models/json.go
@@ -22,7 +22,7 @@ func NewJson()(*Json) {
func CreateJsonFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewJson(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Json) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Json) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Json) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *Json) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c49
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Json) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Json) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/key_credential.go b/models/key_credential.go
index 79fed6eedc1..bf283708337 100644
--- a/models/key_credential.go
+++ b/models/key_credential.go
@@ -24,7 +24,7 @@ func NewKeyCredential()(*KeyCredential) {
func CreateKeyCredentialFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewKeyCredential(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyCredential) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *KeyCredential) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *KeyCredential) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -298,14 +298,14 @@ func (m *KeyCredential) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyCredential) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *KeyCredential) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/key_credential_configuration.go b/models/key_credential_configuration.go
index 0cd1b468a0b..8ffefb8ceef 100644
--- a/models/key_credential_configuration.go
+++ b/models/key_credential_configuration.go
@@ -23,7 +23,7 @@ func NewKeyCredentialConfiguration()(*KeyCredentialConfiguration) {
func CreateKeyCredentialConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewKeyCredentialConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyCredentialConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *KeyCredentialConfiguration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *KeyCredentialConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *KeyCredentialConfiguration) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyCredentialConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *KeyCredentialConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/key_value.go b/models/key_value.go
index a3c77412e5b..113ad656b02 100644
--- a/models/key_value.go
+++ b/models/key_value.go
@@ -22,7 +22,7 @@ func NewKeyValue()(*KeyValue) {
func CreateKeyValueFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewKeyValue(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyValue) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *KeyValue) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *KeyValue) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *KeyValue) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyValue) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *KeyValue) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/key_value_pair.go b/models/key_value_pair.go
index 999a9f32133..e3b585a0b80 100644
--- a/models/key_value_pair.go
+++ b/models/key_value_pair.go
@@ -22,7 +22,7 @@ func NewKeyValuePair()(*KeyValuePair) {
func CreateKeyValuePairFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewKeyValuePair(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyValuePair) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *KeyValuePair) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *KeyValuePair) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *KeyValuePair) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KeyValuePair) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *KeyValuePair) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/license_assignment_state.go b/models/license_assignment_state.go
index e65114768c9..5a6af078692 100644
--- a/models/license_assignment_state.go
+++ b/models/license_assignment_state.go
@@ -24,7 +24,7 @@ func NewLicenseAssignmentState()(*LicenseAssignmentState) {
func CreateLicenseAssignmentStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLicenseAssignmentState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LicenseAssignmentState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -47,7 +47,7 @@ func (m *LicenseAssignmentState) GetAssignedByGroup()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LicenseAssignmentState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -250,7 +250,7 @@ func (m *LicenseAssignmentState) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LicenseAssignmentState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -264,7 +264,7 @@ func (m *LicenseAssignmentState) SetAssignedByGroup(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LicenseAssignmentState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/license_processing_state.go b/models/license_processing_state.go
index 8023bba5182..f40730efe69 100644
--- a/models/license_processing_state.go
+++ b/models/license_processing_state.go
@@ -22,7 +22,7 @@ func NewLicenseProcessingState()(*LicenseProcessingState) {
func CreateLicenseProcessingStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLicenseProcessingState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LicenseProcessingState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LicenseProcessingState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LicenseProcessingState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *LicenseProcessingState) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LicenseProcessingState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LicenseProcessingState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/license_units_detail.go b/models/license_units_detail.go
index 947921e7975..a0729e58704 100644
--- a/models/license_units_detail.go
+++ b/models/license_units_detail.go
@@ -22,7 +22,7 @@ func NewLicenseUnitsDetail()(*LicenseUnitsDetail) {
func CreateLicenseUnitsDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLicenseUnitsDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LicenseUnitsDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LicenseUnitsDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LicenseUnitsDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *LicenseUnitsDetail) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LicenseUnitsDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LicenseUnitsDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/list.go b/models/list.go
index 1290e5505f6..c5d6b67029a 100644
--- a/models/list.go
+++ b/models/list.go
@@ -54,7 +54,7 @@ func (m *List) GetDisplayName()(*string) {
}
return nil
}
-// GetDrive gets the drive property value. Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// GetDrive gets the drive property value. Allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *List) GetDrive()(Driveable) {
val, err := m.GetBackingStore().Get("drive")
if err != nil {
@@ -211,7 +211,7 @@ func (m *List) GetItems()([]ListItemable) {
}
return nil
}
-// GetList gets the list property value. Provides additional details about the list.
+// GetList gets the list property value. Contains more details about the list.
func (m *List) GetList()(ListInfoable) {
val, err := m.GetBackingStore().Get("list")
if err != nil {
@@ -255,7 +255,7 @@ func (m *List) GetSubscriptions()([]Subscriptionable) {
}
return nil
}
-// GetSystem gets the system property value. If present, indicates that this is a system-managed list. Read-only.
+// GetSystem gets the system property value. If present, indicates that the list is system-managed. Read-only.
func (m *List) GetSystem()(SystemFacetable) {
val, err := m.GetBackingStore().Get("system")
if err != nil {
@@ -385,7 +385,7 @@ func (m *List) SetDisplayName(value *string)() {
panic(err)
}
}
-// SetDrive sets the drive property value. Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// SetDrive sets the drive property value. Allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *List) SetDrive(value Driveable)() {
err := m.GetBackingStore().Set("drive", value)
if err != nil {
@@ -399,7 +399,7 @@ func (m *List) SetItems(value []ListItemable)() {
panic(err)
}
}
-// SetList sets the list property value. Provides additional details about the list.
+// SetList sets the list property value. Contains more details about the list.
func (m *List) SetList(value ListInfoable)() {
err := m.GetBackingStore().Set("list", value)
if err != nil {
@@ -427,7 +427,7 @@ func (m *List) SetSubscriptions(value []Subscriptionable)() {
panic(err)
}
}
-// SetSystem sets the system property value. If present, indicates that this is a system-managed list. Read-only.
+// SetSystem sets the system property value. If present, indicates that the list is system-managed. Read-only.
func (m *List) SetSystem(value SystemFacetable)() {
err := m.GetBackingStore().Set("system", value)
if err != nil {
diff --git a/models/list_info.go b/models/list_info.go
index e6f31132ae8..965f8eb078e 100644
--- a/models/list_info.go
+++ b/models/list_info.go
@@ -22,7 +22,7 @@ func NewListInfo()(*ListInfo) {
func CreateListInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewListInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ListInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ListInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ListInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ListInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ListInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ListInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/lobby_bypass_settings.go b/models/lobby_bypass_settings.go
index a62fcf42ac7..edd9c318943 100644
--- a/models/lobby_bypass_settings.go
+++ b/models/lobby_bypass_settings.go
@@ -22,7 +22,7 @@ func NewLobbyBypassSettings()(*LobbyBypassSettings) {
func CreateLobbyBypassSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLobbyBypassSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LobbyBypassSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LobbyBypassSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LobbyBypassSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *LobbyBypassSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LobbyBypassSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LobbyBypassSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/locale_info.go b/models/locale_info.go
index de54ebf6bb3..0bc67afefea 100644
--- a/models/locale_info.go
+++ b/models/locale_info.go
@@ -22,7 +22,7 @@ func NewLocaleInfo()(*LocaleInfo) {
func CreateLocaleInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLocaleInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocaleInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LocaleInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LocaleInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *LocaleInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocaleInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LocaleInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/location.go b/models/location.go
index fab166ddf57..c8bc84e277f 100644
--- a/models/location.go
+++ b/models/location.go
@@ -40,7 +40,7 @@ func CreateLocationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f4
}
return NewLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Location) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -63,7 +63,7 @@ func (m *Location) GetAddress()(PhysicalAddressable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Location) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -316,7 +316,7 @@ func (m *Location) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Location) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -330,7 +330,7 @@ func (m *Location) SetAddress(value PhysicalAddressable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Location) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/location_constraint.go b/models/location_constraint.go
index 70571005813..486c3abae0b 100644
--- a/models/location_constraint.go
+++ b/models/location_constraint.go
@@ -22,7 +22,7 @@ func NewLocationConstraint()(*LocationConstraint) {
func CreateLocationConstraintFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLocationConstraint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocationConstraint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LocationConstraint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LocationConstraint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *LocationConstraint) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocationConstraint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LocationConstraint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/login_page_layout_configuration.go b/models/login_page_layout_configuration.go
index 8c90b80b327..d521a271202 100644
--- a/models/login_page_layout_configuration.go
+++ b/models/login_page_layout_configuration.go
@@ -22,7 +22,7 @@ func NewLoginPageLayoutConfiguration()(*LoginPageLayoutConfiguration) {
func CreateLoginPageLayoutConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLoginPageLayoutConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LoginPageLayoutConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LoginPageLayoutConfiguration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LoginPageLayoutConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *LoginPageLayoutConfiguration) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LoginPageLayoutConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LoginPageLayoutConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/login_page_text_visibility_settings.go b/models/login_page_text_visibility_settings.go
index 419676213af..f3c0d17acaf 100644
--- a/models/login_page_text_visibility_settings.go
+++ b/models/login_page_text_visibility_settings.go
@@ -22,7 +22,7 @@ func NewLoginPageTextVisibilitySettings()(*LoginPageTextVisibilitySettings) {
func CreateLoginPageTextVisibilitySettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLoginPageTextVisibilitySettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LoginPageTextVisibilitySettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LoginPageTextVisibilitySettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LoginPageTextVisibilitySettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *LoginPageTextVisibilitySettings) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LoginPageTextVisibilitySettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LoginPageTextVisibilitySettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/lookup_column.go b/models/lookup_column.go
index c86ed280557..36396bdf7cf 100644
--- a/models/lookup_column.go
+++ b/models/lookup_column.go
@@ -22,7 +22,7 @@ func NewLookupColumn()(*LookupColumn) {
func CreateLookupColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLookupColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LookupColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *LookupColumn) GetAllowUnlimitedLength()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LookupColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *LookupColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LookupColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -236,7 +236,7 @@ func (m *LookupColumn) SetAllowUnlimitedLength(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LookupColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mac_o_s_included_app.go b/models/mac_o_s_included_app.go
index bcec4eec2fb..09bcb8ec722 100644
--- a/models/mac_o_s_included_app.go
+++ b/models/mac_o_s_included_app.go
@@ -22,7 +22,7 @@ func NewMacOSIncludedApp()(*MacOSIncludedApp) {
func CreateMacOSIncludedAppFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMacOSIncludedApp(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MacOSIncludedApp) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MacOSIncludedApp) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MacOSIncludedApp) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *MacOSIncludedApp) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MacOSIncludedApp) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MacOSIncludedApp) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mac_o_s_lob_child_app.go b/models/mac_o_s_lob_child_app.go
index 408bd1b9ea3..b5447350169 100644
--- a/models/mac_o_s_lob_child_app.go
+++ b/models/mac_o_s_lob_child_app.go
@@ -22,7 +22,7 @@ func NewMacOSLobChildApp()(*MacOSLobChildApp) {
func CreateMacOSLobChildAppFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMacOSLobChildApp(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MacOSLobChildApp) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MacOSLobChildApp) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MacOSLobChildApp) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *MacOSLobChildApp) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MacOSLobChildApp) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MacOSLobChildApp) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mac_o_s_minimum_operating_system.go b/models/mac_o_s_minimum_operating_system.go
index 54e53c48d2d..c98ab5b6cad 100644
--- a/models/mac_o_s_minimum_operating_system.go
+++ b/models/mac_o_s_minimum_operating_system.go
@@ -22,7 +22,7 @@ func NewMacOSMinimumOperatingSystem()(*MacOSMinimumOperatingSystem) {
func CreateMacOSMinimumOperatingSystemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMacOSMinimumOperatingSystem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MacOSMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MacOSMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MacOSMinimumOperatingSystem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -404,14 +404,14 @@ func (m *MacOSMinimumOperatingSystem) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MacOSMinimumOperatingSystem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MacOSMinimumOperatingSystem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mail_tips.go b/models/mail_tips.go
index 006a9ce2e6b..f53af094cda 100644
--- a/models/mail_tips.go
+++ b/models/mail_tips.go
@@ -22,7 +22,7 @@ func NewMailTips()(*MailTips) {
func CreateMailTipsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMailTips(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MailTips) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *MailTips) GetAutomaticReplies()(AutomaticRepliesMailTipsable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MailTips) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -417,7 +417,7 @@ func (m *MailTips) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MailTips) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -431,7 +431,7 @@ func (m *MailTips) SetAutomaticReplies(value AutomaticRepliesMailTipsable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MailTips) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mail_tips_error.go b/models/mail_tips_error.go
index 47be687ca36..a592aee7f3b 100644
--- a/models/mail_tips_error.go
+++ b/models/mail_tips_error.go
@@ -22,7 +22,7 @@ func NewMailTipsError()(*MailTipsError) {
func CreateMailTipsErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMailTipsError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MailTipsError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MailTipsError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MailTipsError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *MailTipsError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MailTipsError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MailTipsError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mailbox_settings.go b/models/mailbox_settings.go
index 788102e2c75..b78b964108e 100644
--- a/models/mailbox_settings.go
+++ b/models/mailbox_settings.go
@@ -22,7 +22,7 @@ func NewMailboxSettings()(*MailboxSettings) {
func CreateMailboxSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMailboxSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MailboxSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *MailboxSettings) GetAutomaticRepliesSetting()(AutomaticRepliesSettingab
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MailboxSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -325,7 +325,7 @@ func (m *MailboxSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MailboxSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -346,7 +346,7 @@ func (m *MailboxSettings) SetAutomaticRepliesSetting(value AutomaticRepliesSetti
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MailboxSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/malware.go b/models/malware.go
index 6bb44662883..9be231eb222 100644
--- a/models/malware.go
+++ b/models/malware.go
@@ -22,7 +22,7 @@ func NewMalware()(*Malware) {
func CreateMalwareFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMalware(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Malware) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Malware) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Malware) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *Malware) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Malware) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Malware) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/malware_state.go b/models/malware_state.go
index 34b67780939..de2cea47765 100644
--- a/models/malware_state.go
+++ b/models/malware_state.go
@@ -22,7 +22,7 @@ func NewMalwareState()(*MalwareState) {
func CreateMalwareStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMalwareState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MalwareState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MalwareState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MalwareState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -49,7 +49,7 @@ func (m *MalwareState) GetCategory()(*string) {
}
return nil
}
-// GetFamily gets the family property value. Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.).
+// GetFamily gets the family property value. Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.).
func (m *MalwareState) GetFamily()(*string) {
val, err := m.GetBackingStore().Get("family")
if err != nil {
@@ -215,14 +215,14 @@ func (m *MalwareState) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MalwareState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MalwareState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
@@ -233,7 +233,7 @@ func (m *MalwareState) SetCategory(value *string)() {
panic(err)
}
}
-// SetFamily sets the family property value. Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.).
+// SetFamily sets the family property value. Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.).
func (m *MalwareState) SetFamily(value *string)() {
err := m.GetBackingStore().Set("family", value)
if err != nil {
diff --git a/models/managed_app_diagnostic_status.go b/models/managed_app_diagnostic_status.go
index 29705dca911..9a9bb2f2d42 100644
--- a/models/managed_app_diagnostic_status.go
+++ b/models/managed_app_diagnostic_status.go
@@ -22,7 +22,7 @@ func NewManagedAppDiagnosticStatus()(*ManagedAppDiagnosticStatus) {
func CreateManagedAppDiagnosticStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedAppDiagnosticStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppDiagnosticStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedAppDiagnosticStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedAppDiagnosticStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ManagedAppDiagnosticStatus) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppDiagnosticStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedAppDiagnosticStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/managed_app_policy_deployment_summary_per_app.go b/models/managed_app_policy_deployment_summary_per_app.go
index 8b9e3192e4e..f0d58af885b 100644
--- a/models/managed_app_policy_deployment_summary_per_app.go
+++ b/models/managed_app_policy_deployment_summary_per_app.go
@@ -22,7 +22,7 @@ func NewManagedAppPolicyDeploymentSummaryPerApp()(*ManagedAppPolicyDeploymentSum
func CreateManagedAppPolicyDeploymentSummaryPerAppFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedAppPolicyDeploymentSummaryPerApp(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppPolicyDeploymentSummaryPerApp) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ManagedAppPolicyDeploymentSummaryPerApp) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ManagedAppPolicyDeploymentSummaryPerApp) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ManagedAppPolicyDeploymentSummaryPerApp) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ManagedAppPolicyDeploymentSummaryPerApp) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ManagedAppPolicyDeploymentSummaryPerApp) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_config.go b/models/media_config.go
index 45dd537a63a..1bd77c6e110 100644
--- a/models/media_config.go
+++ b/models/media_config.go
@@ -42,7 +42,7 @@ func CreateMediaConfigFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a
}
return NewMediaConfig(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaConfig) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *MediaConfig) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaConfig) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *MediaConfig) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaConfig) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaConfig) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_australia.go b/models/media_content_rating_australia.go
index 5fa551794da..c7f1c60529f 100644
--- a/models/media_content_rating_australia.go
+++ b/models/media_content_rating_australia.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingAustralia()(*MediaContentRatingAustralia) {
func CreateMediaContentRatingAustraliaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingAustralia(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingAustralia) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingAustralia) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingAustralia) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingAustralia) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingAustralia) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingAustralia) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_canada.go b/models/media_content_rating_canada.go
index 57e4c027a3b..6f54d2f21cb 100644
--- a/models/media_content_rating_canada.go
+++ b/models/media_content_rating_canada.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingCanada()(*MediaContentRatingCanada) {
func CreateMediaContentRatingCanadaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingCanada(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingCanada) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingCanada) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingCanada) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingCanada) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingCanada) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingCanada) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_france.go b/models/media_content_rating_france.go
index 11fcf3ed8fc..95c5ef022cc 100644
--- a/models/media_content_rating_france.go
+++ b/models/media_content_rating_france.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingFrance()(*MediaContentRatingFrance) {
func CreateMediaContentRatingFranceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingFrance(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingFrance) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingFrance) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingFrance) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingFrance) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingFrance) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingFrance) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_germany.go b/models/media_content_rating_germany.go
index 583916458be..7af799d5076 100644
--- a/models/media_content_rating_germany.go
+++ b/models/media_content_rating_germany.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingGermany()(*MediaContentRatingGermany) {
func CreateMediaContentRatingGermanyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingGermany(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingGermany) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingGermany) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingGermany) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingGermany) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingGermany) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingGermany) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_ireland.go b/models/media_content_rating_ireland.go
index 51d6d9cb0bd..9c8c5b3b66f 100644
--- a/models/media_content_rating_ireland.go
+++ b/models/media_content_rating_ireland.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingIreland()(*MediaContentRatingIreland) {
func CreateMediaContentRatingIrelandFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingIreland(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingIreland) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingIreland) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingIreland) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingIreland) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingIreland) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingIreland) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_japan.go b/models/media_content_rating_japan.go
index 1101db6e2df..d91b28eecd0 100644
--- a/models/media_content_rating_japan.go
+++ b/models/media_content_rating_japan.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingJapan()(*MediaContentRatingJapan) {
func CreateMediaContentRatingJapanFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingJapan(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingJapan) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingJapan) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingJapan) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingJapan) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingJapan) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingJapan) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_new_zealand.go b/models/media_content_rating_new_zealand.go
index 511415845b4..d1af5b9b238 100644
--- a/models/media_content_rating_new_zealand.go
+++ b/models/media_content_rating_new_zealand.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingNewZealand()(*MediaContentRatingNewZealand) {
func CreateMediaContentRatingNewZealandFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingNewZealand(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingNewZealand) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingNewZealand) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingNewZealand) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingNewZealand) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingNewZealand) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingNewZealand) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_united_kingdom.go b/models/media_content_rating_united_kingdom.go
index 443a879fa84..19b8892d66f 100644
--- a/models/media_content_rating_united_kingdom.go
+++ b/models/media_content_rating_united_kingdom.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingUnitedKingdom()(*MediaContentRatingUnitedKingdom) {
func CreateMediaContentRatingUnitedKingdomFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingUnitedKingdom(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingUnitedKingdom) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingUnitedKingdom) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingUnitedKingdom) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingUnitedKingdom) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingUnitedKingdom) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingUnitedKingdom) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_content_rating_united_states.go b/models/media_content_rating_united_states.go
index 79eed8d489c..4eee5eec2ae 100644
--- a/models/media_content_rating_united_states.go
+++ b/models/media_content_rating_united_states.go
@@ -22,7 +22,7 @@ func NewMediaContentRatingUnitedStates()(*MediaContentRatingUnitedStates) {
func CreateMediaContentRatingUnitedStatesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaContentRatingUnitedStates(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingUnitedStates) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaContentRatingUnitedStates) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaContentRatingUnitedStates) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *MediaContentRatingUnitedStates) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaContentRatingUnitedStates) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaContentRatingUnitedStates) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_info.go b/models/media_info.go
index 29730681fce..af8bbe352bd 100644
--- a/models/media_info.go
+++ b/models/media_info.go
@@ -22,7 +22,7 @@ func NewMediaInfo()(*MediaInfo) {
func CreateMediaInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *MediaInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/media_stream.go b/models/media_stream.go
index 7addc21a1ef..3d47f3d560a 100644
--- a/models/media_stream.go
+++ b/models/media_stream.go
@@ -22,7 +22,7 @@ func NewMediaStream()(*MediaStream) {
func CreateMediaStreamFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMediaStream(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaStream) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MediaStream) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MediaStream) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -217,14 +217,14 @@ func (m *MediaStream) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MediaStream) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MediaStream) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/meeting_info.go b/models/meeting_info.go
index bc1c56ca6bd..99f9e7b7f00 100644
--- a/models/meeting_info.go
+++ b/models/meeting_info.go
@@ -44,7 +44,7 @@ func CreateMeetingInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a
}
return NewMeetingInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *MeetingInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MeetingInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -102,14 +102,14 @@ func (m *MeetingInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MeetingInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/meeting_participant_info.go b/models/meeting_participant_info.go
index 88d82047da4..d96b1529e2f 100644
--- a/models/meeting_participant_info.go
+++ b/models/meeting_participant_info.go
@@ -22,7 +22,7 @@ func NewMeetingParticipantInfo()(*MeetingParticipantInfo) {
func CreateMeetingParticipantInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMeetingParticipantInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingParticipantInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MeetingParticipantInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MeetingParticipantInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *MeetingParticipantInfo) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingParticipantInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MeetingParticipantInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/meeting_participants.go b/models/meeting_participants.go
index 6c06493a5a4..680023c2e19 100644
--- a/models/meeting_participants.go
+++ b/models/meeting_participants.go
@@ -22,7 +22,7 @@ func NewMeetingParticipants()(*MeetingParticipants) {
func CreateMeetingParticipantsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMeetingParticipants(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingParticipants) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *MeetingParticipants) GetAttendees()([]MeetingParticipantInfoable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MeetingParticipants) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,7 +146,7 @@ func (m *MeetingParticipants) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingParticipants) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -160,7 +160,7 @@ func (m *MeetingParticipants) SetAttendees(value []MeetingParticipantInfoable)()
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MeetingParticipants) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/meeting_time_suggestion.go b/models/meeting_time_suggestion.go
index 5f530e44076..bfc18a78029 100644
--- a/models/meeting_time_suggestion.go
+++ b/models/meeting_time_suggestion.go
@@ -22,7 +22,7 @@ func NewMeetingTimeSuggestion()(*MeetingTimeSuggestion) {
func CreateMeetingTimeSuggestionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMeetingTimeSuggestion(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingTimeSuggestion) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *MeetingTimeSuggestion) GetAttendeeAvailability()([]AttendeeAvailability
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MeetingTimeSuggestion) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -294,7 +294,7 @@ func (m *MeetingTimeSuggestion) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingTimeSuggestion) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -308,7 +308,7 @@ func (m *MeetingTimeSuggestion) SetAttendeeAvailability(value []AttendeeAvailabi
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MeetingTimeSuggestion) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/meeting_time_suggestions_result.go b/models/meeting_time_suggestions_result.go
index 125dc84458e..daf2f6caf20 100644
--- a/models/meeting_time_suggestions_result.go
+++ b/models/meeting_time_suggestions_result.go
@@ -22,7 +22,7 @@ func NewMeetingTimeSuggestionsResult()(*MeetingTimeSuggestionsResult) {
func CreateMeetingTimeSuggestionsResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMeetingTimeSuggestionsResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingTimeSuggestionsResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MeetingTimeSuggestionsResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MeetingTimeSuggestionsResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *MeetingTimeSuggestionsResult) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MeetingTimeSuggestionsResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MeetingTimeSuggestionsResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/message_rule_actions.go b/models/message_rule_actions.go
index b8b42e9d164..4f7e624d9bd 100644
--- a/models/message_rule_actions.go
+++ b/models/message_rule_actions.go
@@ -22,7 +22,7 @@ func NewMessageRuleActions()(*MessageRuleActions) {
func CreateMessageRuleActionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMessageRuleActions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MessageRuleActions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *MessageRuleActions) GetAssignCategories()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MessageRuleActions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -420,7 +420,7 @@ func (m *MessageRuleActions) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MessageRuleActions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -434,7 +434,7 @@ func (m *MessageRuleActions) SetAssignCategories(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MessageRuleActions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/message_rule_predicates.go b/models/message_rule_predicates.go
index 36aab3a9ca5..a92a5871c05 100644
--- a/models/message_rule_predicates.go
+++ b/models/message_rule_predicates.go
@@ -22,7 +22,7 @@ func NewMessageRulePredicates()(*MessageRulePredicates) {
func CreateMessageRulePredicatesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMessageRulePredicates(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MessageRulePredicates) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MessageRulePredicates) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MessageRulePredicates) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -959,14 +959,14 @@ func (m *MessageRulePredicates) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MessageRulePredicates) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MessageRulePredicates) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/message_security_state.go b/models/message_security_state.go
index 1b22f6a5f80..0a6a619938b 100644
--- a/models/message_security_state.go
+++ b/models/message_security_state.go
@@ -23,7 +23,7 @@ func NewMessageSecurityState()(*MessageSecurityState) {
func CreateMessageSecurityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMessageSecurityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MessageSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MessageSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MessageSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -324,14 +324,14 @@ func (m *MessageSecurityState) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MessageSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MessageSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/microsoft_authenticator_feature_settings.go b/models/microsoft_authenticator_feature_settings.go
index ac0d4cbbeb9..57f4d40f93e 100644
--- a/models/microsoft_authenticator_feature_settings.go
+++ b/models/microsoft_authenticator_feature_settings.go
@@ -22,7 +22,7 @@ func NewMicrosoftAuthenticatorFeatureSettings()(*MicrosoftAuthenticatorFeatureSe
func CreateMicrosoftAuthenticatorFeatureSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMicrosoftAuthenticatorFeatureSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MicrosoftAuthenticatorFeatureSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MicrosoftAuthenticatorFeatureSettings) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MicrosoftAuthenticatorFeatureSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *MicrosoftAuthenticatorFeatureSettings) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MicrosoftAuthenticatorFeatureSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MicrosoftAuthenticatorFeatureSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mime_content.go b/models/mime_content.go
index b1400e41cd4..398a9134639 100644
--- a/models/mime_content.go
+++ b/models/mime_content.go
@@ -22,7 +22,7 @@ func NewMimeContent()(*MimeContent) {
func CreateMimeContentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMimeContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MimeContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MimeContent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MimeContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *MimeContent) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MimeContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MimeContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mobile_app_assignment_settings.go b/models/mobile_app_assignment_settings.go
index 29153a7cc15..249154b98ce 100644
--- a/models/mobile_app_assignment_settings.go
+++ b/models/mobile_app_assignment_settings.go
@@ -54,7 +54,7 @@ func CreateMobileAppAssignmentSettingsFromDiscriminatorValue(parseNode i878a80d2
}
return NewMobileAppAssignmentSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppAssignmentSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -66,7 +66,7 @@ func (m *MobileAppAssignmentSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppAssignmentSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -112,14 +112,14 @@ func (m *MobileAppAssignmentSettings) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppAssignmentSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppAssignmentSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mobile_app_identifier.go b/models/mobile_app_identifier.go
index adab796155d..83941d06435 100644
--- a/models/mobile_app_identifier.go
+++ b/models/mobile_app_identifier.go
@@ -42,7 +42,7 @@ func CreateMobileAppIdentifierFromDiscriminatorValue(parseNode i878a80d2330e89d2
}
return NewMobileAppIdentifier(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppIdentifier) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *MobileAppIdentifier) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppIdentifier) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *MobileAppIdentifier) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppIdentifier) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppIdentifier) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/mobile_app_install_time_settings.go b/models/mobile_app_install_time_settings.go
index 2111d4c2eff..599399873f8 100644
--- a/models/mobile_app_install_time_settings.go
+++ b/models/mobile_app_install_time_settings.go
@@ -23,7 +23,7 @@ func NewMobileAppInstallTimeSettings()(*MobileAppInstallTimeSettings) {
func CreateMobileAppInstallTimeSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMobileAppInstallTimeSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppInstallTimeSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *MobileAppInstallTimeSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MobileAppInstallTimeSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *MobileAppInstallTimeSettings) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MobileAppInstallTimeSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MobileAppInstallTimeSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/modified_property.go b/models/modified_property.go
index 0341633b03d..9ae9fe19d2e 100644
--- a/models/modified_property.go
+++ b/models/modified_property.go
@@ -22,7 +22,7 @@ func NewModifiedProperty()(*ModifiedProperty) {
func CreateModifiedPropertyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewModifiedProperty(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ModifiedProperty) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ModifiedProperty) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ModifiedProperty) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ModifiedProperty) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ModifiedProperty) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ModifiedProperty) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/network_connection.go b/models/network_connection.go
index e2262a736a8..016a47ea256 100644
--- a/models/network_connection.go
+++ b/models/network_connection.go
@@ -23,7 +23,7 @@ func NewNetworkConnection()(*NetworkConnection) {
func CreateNetworkConnectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewNetworkConnection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NetworkConnection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *NetworkConnection) GetApplicationName()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *NetworkConnection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -624,7 +624,7 @@ func (m *NetworkConnection) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NetworkConnection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -638,7 +638,7 @@ func (m *NetworkConnection) SetApplicationName(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *NetworkConnection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/notebook_links.go b/models/notebook_links.go
index 51861d1c067..f23450662e5 100644
--- a/models/notebook_links.go
+++ b/models/notebook_links.go
@@ -22,7 +22,7 @@ func NewNotebookLinks()(*NotebookLinks) {
func CreateNotebookLinksFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewNotebookLinks(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NotebookLinks) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *NotebookLinks) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *NotebookLinks) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *NotebookLinks) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NotebookLinks) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *NotebookLinks) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/number_column.go b/models/number_column.go
index 4f7e903925e..6ef7fa07ab2 100644
--- a/models/number_column.go
+++ b/models/number_column.go
@@ -22,7 +22,7 @@ func NewNumberColumn()(*NumberColumn) {
func CreateNumberColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewNumberColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NumberColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *NumberColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *NumberColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *NumberColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *NumberColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *NumberColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/o_auth_consent_app_detail.go b/models/o_auth_consent_app_detail.go
index c36a226f5f8..62138bc25f3 100644
--- a/models/o_auth_consent_app_detail.go
+++ b/models/o_auth_consent_app_detail.go
@@ -22,7 +22,7 @@ func NewOAuthConsentAppDetail()(*OAuthConsentAppDetail) {
func CreateOAuthConsentAppDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOAuthConsentAppDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OAuthConsentAppDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *OAuthConsentAppDetail) GetAppScope()(*OAuthAppScope) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OAuthConsentAppDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *OAuthConsentAppDetail) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OAuthConsentAppDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -176,7 +176,7 @@ func (m *OAuthConsentAppDetail) SetAppScope(value *OAuthAppScope)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OAuthConsentAppDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/object_definition.go b/models/object_definition.go
index 64ba9317901..99fcc586c84 100644
--- a/models/object_definition.go
+++ b/models/object_definition.go
@@ -22,7 +22,7 @@ func NewObjectDefinition()(*ObjectDefinition) {
func CreateObjectDefinitionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewObjectDefinition(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectDefinition) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ObjectDefinition) GetAttributes()([]AttributeDefinitionable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ObjectDefinition) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -218,7 +218,7 @@ func (m *ObjectDefinition) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectDefinition) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -232,7 +232,7 @@ func (m *ObjectDefinition) SetAttributes(value []AttributeDefinitionable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ObjectDefinition) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/object_definition_metadata_entry.go b/models/object_definition_metadata_entry.go
index b8cacf80e72..4cb7d19f047 100644
--- a/models/object_definition_metadata_entry.go
+++ b/models/object_definition_metadata_entry.go
@@ -22,7 +22,7 @@ func NewObjectDefinitionMetadataEntry()(*ObjectDefinitionMetadataEntry) {
func CreateObjectDefinitionMetadataEntryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewObjectDefinitionMetadataEntry(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectDefinitionMetadataEntry) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ObjectDefinitionMetadataEntry) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ObjectDefinitionMetadataEntry) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ObjectDefinitionMetadataEntry) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectDefinitionMetadataEntry) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ObjectDefinitionMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/object_identity.go b/models/object_identity.go
index 8c80f905f6a..ebbb2df72ed 100644
--- a/models/object_identity.go
+++ b/models/object_identity.go
@@ -22,7 +22,7 @@ func NewObjectIdentity()(*ObjectIdentity) {
func CreateObjectIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewObjectIdentity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectIdentity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ObjectIdentity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ObjectIdentity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -83,7 +83,7 @@ func (m *ObjectIdentity) GetFieldDeserializers()(map[string]func(i878a80d2330e89
}
return res
}
-// GetIssuer 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.
+// GetIssuer 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.
func (m *ObjectIdentity) GetIssuer()(*string) {
val, err := m.GetBackingStore().Get("issuer")
if err != nil {
@@ -161,18 +161,18 @@ func (m *ObjectIdentity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectIdentity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ObjectIdentity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetIssuer 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.
+// SetIssuer 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.
func (m *ObjectIdentity) SetIssuer(value *string)() {
err := m.GetBackingStore().Set("issuer", value)
if err != nil {
diff --git a/models/object_mapping.go b/models/object_mapping.go
index de92809516e..03e3b6cf65c 100644
--- a/models/object_mapping.go
+++ b/models/object_mapping.go
@@ -22,7 +22,7 @@ func NewObjectMapping()(*ObjectMapping) {
func CreateObjectMappingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewObjectMapping(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectMapping) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ObjectMapping) GetAttributeMappings()([]AttributeMappingable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ObjectMapping) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -321,7 +321,7 @@ func (m *ObjectMapping) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectMapping) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -335,7 +335,7 @@ func (m *ObjectMapping) SetAttributeMappings(value []AttributeMappingable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ObjectMapping) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/object_mapping_metadata_entry.go b/models/object_mapping_metadata_entry.go
index c94f012c734..ecf4ea62f68 100644
--- a/models/object_mapping_metadata_entry.go
+++ b/models/object_mapping_metadata_entry.go
@@ -22,7 +22,7 @@ func NewObjectMappingMetadataEntry()(*ObjectMappingMetadataEntry) {
func CreateObjectMappingMetadataEntryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewObjectMappingMetadataEntry(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectMappingMetadataEntry) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ObjectMappingMetadataEntry) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ObjectMappingMetadataEntry) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ObjectMappingMetadataEntry) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ObjectMappingMetadataEntry) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ObjectMappingMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/odataerrors/error_details.go b/models/odataerrors/error_details.go
index c0b9b9c3cf3..9b12ed4fb0c 100644
--- a/models/odataerrors/error_details.go
+++ b/models/odataerrors/error_details.go
@@ -22,7 +22,7 @@ func NewErrorDetails()(*ErrorDetails) {
func CreateErrorDetailsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewErrorDetails(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ErrorDetails) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ErrorDetails) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ErrorDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ErrorDetails) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ErrorDetails) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ErrorDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/odataerrors/inner_error.go b/models/odataerrors/inner_error.go
index 32e4047c216..ae1778c36ae 100644
--- a/models/odataerrors/inner_error.go
+++ b/models/odataerrors/inner_error.go
@@ -23,7 +23,7 @@ func NewInnerError()(*InnerError) {
func CreateInnerErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewInnerError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InnerError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *InnerError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *InnerError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -50,7 +50,7 @@ func (m *InnerError) GetClientRequestId()(*string) {
}
return nil
}
-// GetDate gets the date property value. Date when the error occured.
+// GetDate gets the Date property value. Date when the error occured.
func (m *InnerError) GetDate()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("date")
if err != nil {
@@ -74,7 +74,7 @@ func (m *InnerError) GetFieldDeserializers()(map[string]func(i878a80d2330e89d268
}
return nil
}
- res["date"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Date"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetTimeValue()
if err != nil {
return err
@@ -137,7 +137,7 @@ func (m *InnerError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
}
{
- err := writer.WriteTimeValue("date", m.GetDate())
+ err := writer.WriteTimeValue("Date", m.GetDate())
if err != nil {
return err
}
@@ -162,14 +162,14 @@ func (m *InnerError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *InnerError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *InnerError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
@@ -180,7 +180,7 @@ func (m *InnerError) SetClientRequestId(value *string)() {
panic(err)
}
}
-// SetDate sets the date property value. Date when the error occured.
+// SetDate sets the Date property value. Date when the error occured.
func (m *InnerError) SetDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("date", value)
if err != nil {
diff --git a/models/odataerrors/main_error.go b/models/odataerrors/main_error.go
index de44fa4f8de..0bf1afddb09 100644
--- a/models/odataerrors/main_error.go
+++ b/models/odataerrors/main_error.go
@@ -22,7 +22,7 @@ func NewMainError()(*MainError) {
func CreateMainErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMainError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MainError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MainError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MainError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -200,14 +200,14 @@ func (m *MainError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MainError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MainError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/odataerrors/o_data_error.go b/models/odataerrors/o_data_error.go
index e248e43d08e..c4ddeee78d4 100644
--- a/models/odataerrors/o_data_error.go
+++ b/models/odataerrors/o_data_error.go
@@ -29,7 +29,7 @@ func CreateODataErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3
func (m *ODataError) Error()(string) {
return *(m.GetErrorEscaped().GetMessage())
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ODataError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -41,7 +41,7 @@ func (m *ODataError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ODataError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -87,14 +87,14 @@ func (m *ODataError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ODataError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ODataError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/oma_setting.go b/models/oma_setting.go
index 040285e6497..4ec9c410c67 100644
--- a/models/oma_setting.go
+++ b/models/oma_setting.go
@@ -52,7 +52,7 @@ func CreateOmaSettingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3
}
return NewOmaSetting(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OmaSetting) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -64,7 +64,7 @@ func (m *OmaSetting) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OmaSetting) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -191,14 +191,14 @@ func (m *OmaSetting) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OmaSetting) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OmaSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/on_premises_accidental_deletion_prevention.go b/models/on_premises_accidental_deletion_prevention.go
index 9b6752b55bb..6b366ebb153 100644
--- a/models/on_premises_accidental_deletion_prevention.go
+++ b/models/on_premises_accidental_deletion_prevention.go
@@ -22,7 +22,7 @@ func NewOnPremisesAccidentalDeletionPrevention()(*OnPremisesAccidentalDeletionPr
func CreateOnPremisesAccidentalDeletionPreventionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnPremisesAccidentalDeletionPrevention(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesAccidentalDeletionPrevention) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *OnPremisesAccidentalDeletionPrevention) GetAlertThreshold()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnPremisesAccidentalDeletionPrevention) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *OnPremisesAccidentalDeletionPrevention) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesAccidentalDeletionPrevention) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *OnPremisesAccidentalDeletionPrevention) SetAlertThreshold(value *int32)
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnPremisesAccidentalDeletionPrevention) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/on_premises_directory_synchronization_configuration.go b/models/on_premises_directory_synchronization_configuration.go
index 79c022a80f1..9064acd9694 100644
--- a/models/on_premises_directory_synchronization_configuration.go
+++ b/models/on_premises_directory_synchronization_configuration.go
@@ -33,7 +33,7 @@ func (m *OnPremisesDirectorySynchronizationConfiguration) GetAccidentalDeletionP
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesDirectorySynchronizationConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *OnPremisesDirectorySynchronizationConfiguration) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnPremisesDirectorySynchronizationConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -114,14 +114,14 @@ func (m *OnPremisesDirectorySynchronizationConfiguration) SetAccidentalDeletionP
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesDirectorySynchronizationConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnPremisesDirectorySynchronizationConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/on_premises_directory_synchronization_feature.go b/models/on_premises_directory_synchronization_feature.go
index bc8d3eddda2..d8d27eb31f0 100644
--- a/models/on_premises_directory_synchronization_feature.go
+++ b/models/on_premises_directory_synchronization_feature.go
@@ -22,7 +22,7 @@ func NewOnPremisesDirectorySynchronizationFeature()(*OnPremisesDirectorySynchron
func CreateOnPremisesDirectorySynchronizationFeatureFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnPremisesDirectorySynchronizationFeature(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesDirectorySynchronizationFeature) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnPremisesDirectorySynchronizationFeature) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnPremisesDirectorySynchronizationFeature) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -593,14 +593,14 @@ func (m *OnPremisesDirectorySynchronizationFeature) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesDirectorySynchronizationFeature) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnPremisesDirectorySynchronizationFeature) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/on_premises_extension_attributes.go b/models/on_premises_extension_attributes.go
index d8bd4d6d3bb..3f231c67e19 100644
--- a/models/on_premises_extension_attributes.go
+++ b/models/on_premises_extension_attributes.go
@@ -22,7 +22,7 @@ func NewOnPremisesExtensionAttributes()(*OnPremisesExtensionAttributes) {
func CreateOnPremisesExtensionAttributesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnPremisesExtensionAttributes(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesExtensionAttributes) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnPremisesExtensionAttributes) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnPremisesExtensionAttributes) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -485,14 +485,14 @@ func (m *OnPremisesExtensionAttributes) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesExtensionAttributes) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnPremisesExtensionAttributes) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/on_premises_provisioning_error.go b/models/on_premises_provisioning_error.go
index 0d0078eb310..0d84c2f49f7 100644
--- a/models/on_premises_provisioning_error.go
+++ b/models/on_premises_provisioning_error.go
@@ -23,7 +23,7 @@ func NewOnPremisesProvisioningError()(*OnPremisesProvisioningError) {
func CreateOnPremisesProvisioningErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnPremisesProvisioningError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesProvisioningError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *OnPremisesProvisioningError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnPremisesProvisioningError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *OnPremisesProvisioningError) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnPremisesProvisioningError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnPremisesProvisioningError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/onenote_operation_error.go b/models/onenote_operation_error.go
index ed985f03049..6e8569b76a2 100644
--- a/models/onenote_operation_error.go
+++ b/models/onenote_operation_error.go
@@ -22,7 +22,7 @@ func NewOnenoteOperationError()(*OnenoteOperationError) {
func CreateOnenoteOperationErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnenoteOperationError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenoteOperationError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnenoteOperationError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnenoteOperationError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *OnenoteOperationError) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenoteOperationError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnenoteOperationError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/onenote_page_preview.go b/models/onenote_page_preview.go
index 3f1d05c389f..99a300d2b33 100644
--- a/models/onenote_page_preview.go
+++ b/models/onenote_page_preview.go
@@ -22,7 +22,7 @@ func NewOnenotePagePreview()(*OnenotePagePreview) {
func CreateOnenotePagePreviewFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnenotePagePreview(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenotePagePreview) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnenotePagePreview) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnenotePagePreview) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *OnenotePagePreview) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenotePagePreview) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnenotePagePreview) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/onenote_page_preview_links.go b/models/onenote_page_preview_links.go
index e8bd8093388..df9a5253ace 100644
--- a/models/onenote_page_preview_links.go
+++ b/models/onenote_page_preview_links.go
@@ -22,7 +22,7 @@ func NewOnenotePagePreviewLinks()(*OnenotePagePreviewLinks) {
func CreateOnenotePagePreviewLinksFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnenotePagePreviewLinks(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenotePagePreviewLinks) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnenotePagePreviewLinks) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnenotePagePreviewLinks) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *OnenotePagePreviewLinks) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenotePagePreviewLinks) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnenotePagePreviewLinks) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/onenote_patch_content_command.go b/models/onenote_patch_content_command.go
index 5d17511f2b5..5997eb2ae13 100644
--- a/models/onenote_patch_content_command.go
+++ b/models/onenote_patch_content_command.go
@@ -33,7 +33,7 @@ func (m *OnenotePatchContentCommand) GetAction()(*OnenotePatchActionType) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenotePatchContentCommand) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *OnenotePatchContentCommand) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnenotePatchContentCommand) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -197,14 +197,14 @@ func (m *OnenotePatchContentCommand) SetAction(value *OnenotePatchActionType)()
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnenotePatchContentCommand) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnenotePatchContentCommand) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/online_meeting.go b/models/online_meeting.go
index f502f71ed1e..cd8a7e3135a 100644
--- a/models/online_meeting.go
+++ b/models/online_meeting.go
@@ -97,7 +97,7 @@ func (m *OnlineMeeting) GetAttendanceReports()([]MeetingAttendanceReportable) {
}
return nil
}
-// GetAttendeeReport gets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// GetAttendeeReport gets the attendeeReport property value. The attendeeReport property
func (m *OnlineMeeting) GetAttendeeReport()([]byte) {
val, err := m.GetBackingStore().Get("attendeeReport")
if err != nil {
@@ -119,7 +119,7 @@ func (m *OnlineMeeting) GetAudioConferencing()(AudioConferencingable) {
}
return nil
}
-// GetBroadcastSettings gets the broadcastSettings property value. Settings related to a live event.
+// GetBroadcastSettings gets the broadcastSettings property value. The broadcastSettings property
func (m *OnlineMeeting) GetBroadcastSettings()(BroadcastMeetingSettingsable) {
val, err := m.GetBackingStore().Get("broadcastSettings")
if err != nil {
@@ -471,7 +471,7 @@ func (m *OnlineMeeting) GetFieldDeserializers()(map[string]func(i878a80d2330e89d
}
return res
}
-// GetIsBroadcast gets the isBroadcast property value. Indicates if this is a Teams live event.
+// GetIsBroadcast gets the isBroadcast property value. The isBroadcast property
func (m *OnlineMeeting) GetIsBroadcast()(*bool) {
val, err := m.GetBackingStore().Get("isBroadcast")
if err != nil {
@@ -592,7 +592,7 @@ func (m *OnlineMeeting) GetSubject()(*string) {
}
return nil
}
-// GetTranscripts gets the transcripts property value. The transcripts property
+// GetTranscripts gets the transcripts property value. The transcripts of an online meeting. Read-only.
func (m *OnlineMeeting) GetTranscripts()([]CallTranscriptable) {
val, err := m.GetBackingStore().Get("transcripts")
if err != nil {
@@ -865,7 +865,7 @@ func (m *OnlineMeeting) SetAttendanceReports(value []MeetingAttendanceReportable
panic(err)
}
}
-// SetAttendeeReport sets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// SetAttendeeReport sets the attendeeReport property value. The attendeeReport property
func (m *OnlineMeeting) SetAttendeeReport(value []byte)() {
err := m.GetBackingStore().Set("attendeeReport", value)
if err != nil {
@@ -879,7 +879,7 @@ func (m *OnlineMeeting) SetAudioConferencing(value AudioConferencingable)() {
panic(err)
}
}
-// SetBroadcastSettings sets the broadcastSettings property value. Settings related to a live event.
+// SetBroadcastSettings sets the broadcastSettings property value. The broadcastSettings property
func (m *OnlineMeeting) SetBroadcastSettings(value BroadcastMeetingSettingsable)() {
err := m.GetBackingStore().Set("broadcastSettings", value)
if err != nil {
@@ -914,7 +914,7 @@ func (m *OnlineMeeting) SetExternalId(value *string)() {
panic(err)
}
}
-// SetIsBroadcast sets the isBroadcast property value. Indicates if this is a Teams live event.
+// SetIsBroadcast sets the isBroadcast property value. The isBroadcast property
func (m *OnlineMeeting) SetIsBroadcast(value *bool)() {
err := m.GetBackingStore().Set("isBroadcast", value)
if err != nil {
@@ -991,7 +991,7 @@ func (m *OnlineMeeting) SetSubject(value *string)() {
panic(err)
}
}
-// SetTranscripts sets the transcripts property value. The transcripts property
+// SetTranscripts sets the transcripts property value. The transcripts of an online meeting. Read-only.
func (m *OnlineMeeting) SetTranscripts(value []CallTranscriptable)() {
err := m.GetBackingStore().Set("transcripts", value)
if err != nil {
diff --git a/models/online_meeting_info.go b/models/online_meeting_info.go
index 6958e1f3c97..f1d20d17ab7 100644
--- a/models/online_meeting_info.go
+++ b/models/online_meeting_info.go
@@ -22,7 +22,7 @@ func NewOnlineMeetingInfo()(*OnlineMeetingInfo) {
func CreateOnlineMeetingInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnlineMeetingInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnlineMeetingInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnlineMeetingInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -260,14 +260,14 @@ func (m *OnlineMeetingInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnlineMeetingInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/online_meeting_restricted.go b/models/online_meeting_restricted.go
index 260de91890a..bbd487975f8 100644
--- a/models/online_meeting_restricted.go
+++ b/models/online_meeting_restricted.go
@@ -22,7 +22,7 @@ func NewOnlineMeetingRestricted()(*OnlineMeetingRestricted) {
func CreateOnlineMeetingRestrictedFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnlineMeetingRestricted(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingRestricted) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OnlineMeetingRestricted) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OnlineMeetingRestricted) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *OnlineMeetingRestricted) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OnlineMeetingRestricted) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OnlineMeetingRestricted) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/operation_error.go b/models/operation_error.go
index 31b5a3d7759..196414873de 100644
--- a/models/operation_error.go
+++ b/models/operation_error.go
@@ -22,7 +22,7 @@ func NewOperationError()(*OperationError) {
func CreateOperationErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOperationError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OperationError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OperationError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OperationError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *OperationError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OperationError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OperationError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/optional_claim.go b/models/optional_claim.go
index 62cb753f12a..5a24c73a4d9 100644
--- a/models/optional_claim.go
+++ b/models/optional_claim.go
@@ -22,7 +22,7 @@ func NewOptionalClaim()(*OptionalClaim) {
func CreateOptionalClaimFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOptionalClaim(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OptionalClaim) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *OptionalClaim) GetAdditionalProperties()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OptionalClaim) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -194,7 +194,7 @@ func (m *OptionalClaim) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OptionalClaim) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -208,7 +208,7 @@ func (m *OptionalClaim) SetAdditionalProperties(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OptionalClaim) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/optional_claims.go b/models/optional_claims.go
index aee5c340dc3..67415456fb3 100644
--- a/models/optional_claims.go
+++ b/models/optional_claims.go
@@ -33,7 +33,7 @@ func (m *OptionalClaims) GetAccessToken()([]OptionalClaimable) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OptionalClaims) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *OptionalClaims) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OptionalClaims) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -204,14 +204,14 @@ func (m *OptionalClaims) SetAccessToken(value []OptionalClaimable)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OptionalClaims) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OptionalClaims) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/os_version_count.go b/models/os_version_count.go
index 2cdc5b896b9..9cf91ad41b4 100644
--- a/models/os_version_count.go
+++ b/models/os_version_count.go
@@ -23,7 +23,7 @@ func NewOsVersionCount()(*OsVersionCount) {
func CreateOsVersionCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOsVersionCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OsVersionCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *OsVersionCount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OsVersionCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *OsVersionCount) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OsVersionCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OsVersionCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/outlook_geo_coordinates.go b/models/outlook_geo_coordinates.go
index 94fb7a931ee..e804f447170 100644
--- a/models/outlook_geo_coordinates.go
+++ b/models/outlook_geo_coordinates.go
@@ -33,7 +33,7 @@ func (m *OutlookGeoCoordinates) GetAccuracy()(*float64) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OutlookGeoCoordinates) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *OutlookGeoCoordinates) GetAltitudeAccuracy()(*float64) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OutlookGeoCoordinates) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -222,7 +222,7 @@ func (m *OutlookGeoCoordinates) SetAccuracy(value *float64)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OutlookGeoCoordinates) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -243,7 +243,7 @@ func (m *OutlookGeoCoordinates) SetAltitudeAccuracy(value *float64)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OutlookGeoCoordinates) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/package_escaped.go b/models/package_escaped.go
index 67366a68b65..adad3608990 100644
--- a/models/package_escaped.go
+++ b/models/package_escaped.go
@@ -22,7 +22,7 @@ func NewPackageEscaped()(*PackageEscaped) {
func CreatePackageEscapedFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPackageEscaped(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PackageEscaped) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PackageEscaped) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PackageEscaped) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *PackageEscaped) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PackageEscaped) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PackageEscaped) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
@@ -132,15 +132,3 @@ func (m *PackageEscaped) SetTypeEscaped(value *string)() {
panic(err)
}
}
-// PackageEscapedable
-type PackageEscapedable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetOdataType()(*string)
- GetTypeEscaped()(*string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetOdataType(value *string)()
- SetTypeEscaped(value *string)()
-}
diff --git a/models/package_escapedable.go b/models/package_escapedable.go
new file mode 100644
index 00000000000..fbe4c937a44
--- /dev/null
+++ b/models/package_escapedable.go
@@ -0,0 +1,19 @@
+package models
+
+import (
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
+ ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
+)
+
+// PackageEscapedable
+type PackageEscapedable interface {
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
+ ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
+ i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
+ GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
+ GetOdataType()(*string)
+ GetTypeEscaped()(*string)
+ SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
+ SetOdataType(value *string)()
+ SetTypeEscaped(value *string)()
+}
diff --git a/models/page_links.go b/models/page_links.go
index 9fc349dfb1a..30a6f205fec 100644
--- a/models/page_links.go
+++ b/models/page_links.go
@@ -22,7 +22,7 @@ func NewPageLinks()(*PageLinks) {
func CreatePageLinksFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPageLinks(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PageLinks) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PageLinks) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PageLinks) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *PageLinks) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PageLinks) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PageLinks) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/parental_control_settings.go b/models/parental_control_settings.go
index 2c1c913ecbb..ec7626d46b3 100644
--- a/models/parental_control_settings.go
+++ b/models/parental_control_settings.go
@@ -22,7 +22,7 @@ func NewParentalControlSettings()(*ParentalControlSettings) {
func CreateParentalControlSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewParentalControlSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ParentalControlSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ParentalControlSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ParentalControlSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -140,14 +140,14 @@ func (m *ParentalControlSettings) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ParentalControlSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ParentalControlSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/parse_expression_response.go b/models/parse_expression_response.go
index ab45148c78c..0b5a0b940c5 100644
--- a/models/parse_expression_response.go
+++ b/models/parse_expression_response.go
@@ -22,7 +22,7 @@ func NewParseExpressionResponse()(*ParseExpressionResponse) {
func CreateParseExpressionResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewParseExpressionResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ParseExpressionResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ParseExpressionResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ParseExpressionResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -221,14 +221,14 @@ func (m *ParseExpressionResponse) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ParseExpressionResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ParseExpressionResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/participant_info.go b/models/participant_info.go
index 4eb2d50618e..21e9a5d8c91 100644
--- a/models/participant_info.go
+++ b/models/participant_info.go
@@ -22,7 +22,7 @@ func NewParticipantInfo()(*ParticipantInfo) {
func CreateParticipantInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewParticipantInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ParticipantInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ParticipantInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ParticipantInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ParticipantInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ParticipantInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ParticipantInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/password_credential.go b/models/password_credential.go
index 0c4d4e57649..61a5ee6bbc3 100644
--- a/models/password_credential.go
+++ b/models/password_credential.go
@@ -24,7 +24,7 @@ func NewPasswordCredential()(*PasswordCredential) {
func CreatePasswordCredentialFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPasswordCredential(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordCredential) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *PasswordCredential) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PasswordCredential) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -271,14 +271,14 @@ func (m *PasswordCredential) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordCredential) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PasswordCredential) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/password_credential_configuration.go b/models/password_credential_configuration.go
index 63c24ee5675..8fceb625317 100644
--- a/models/password_credential_configuration.go
+++ b/models/password_credential_configuration.go
@@ -23,7 +23,7 @@ func NewPasswordCredentialConfiguration()(*PasswordCredentialConfiguration) {
func CreatePasswordCredentialConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPasswordCredentialConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordCredentialConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PasswordCredentialConfiguration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PasswordCredentialConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *PasswordCredentialConfiguration) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordCredentialConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PasswordCredentialConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/password_profile.go b/models/password_profile.go
index 8cdfc686585..b3993e059df 100644
--- a/models/password_profile.go
+++ b/models/password_profile.go
@@ -22,7 +22,7 @@ func NewPasswordProfile()(*PasswordProfile) {
func CreatePasswordProfileFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPasswordProfile(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordProfile) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PasswordProfile) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PasswordProfile) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *PasswordProfile) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordProfile) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PasswordProfile) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/password_reset_response.go b/models/password_reset_response.go
index 5748f0304c5..1575d952469 100644
--- a/models/password_reset_response.go
+++ b/models/password_reset_response.go
@@ -22,7 +22,7 @@ func NewPasswordResetResponse()(*PasswordResetResponse) {
func CreatePasswordResetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPasswordResetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordResetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PasswordResetResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PasswordResetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *PasswordResetResponse) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PasswordResetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PasswordResetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/patterned_recurrence.go b/models/patterned_recurrence.go
index 38e9c15dd1d..af3455d43af 100644
--- a/models/patterned_recurrence.go
+++ b/models/patterned_recurrence.go
@@ -22,7 +22,7 @@ func NewPatternedRecurrence()(*PatternedRecurrence) {
func CreatePatternedRecurrenceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPatternedRecurrence(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PatternedRecurrence) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PatternedRecurrence) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PatternedRecurrence) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *PatternedRecurrence) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PatternedRecurrence) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PatternedRecurrence) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/payload_coachmark.go b/models/payload_coachmark.go
index d556c28b015..d02750fa176 100644
--- a/models/payload_coachmark.go
+++ b/models/payload_coachmark.go
@@ -22,7 +22,7 @@ func NewPayloadCoachmark()(*PayloadCoachmark) {
func CreatePayloadCoachmarkFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPayloadCoachmark(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PayloadCoachmark) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PayloadCoachmark) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PayloadCoachmark) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *PayloadCoachmark) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PayloadCoachmark) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PayloadCoachmark) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/payload_detail.go b/models/payload_detail.go
index fae5e5fd600..679b74d8ea8 100644
--- a/models/payload_detail.go
+++ b/models/payload_detail.go
@@ -40,7 +40,7 @@ func CreatePayloadDetailFromDiscriminatorValue(parseNode i878a80d2330e89d2689638
}
return NewPayloadDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PayloadDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *PayloadDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PayloadDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -191,14 +191,14 @@ func (m *PayloadDetail) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PayloadDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PayloadDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/pending_content_update.go b/models/pending_content_update.go
index 57a6e837ef1..817455f85ce 100644
--- a/models/pending_content_update.go
+++ b/models/pending_content_update.go
@@ -23,7 +23,7 @@ func NewPendingContentUpdate()(*PendingContentUpdate) {
func CreatePendingContentUpdateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPendingContentUpdate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PendingContentUpdate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PendingContentUpdate) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PendingContentUpdate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *PendingContentUpdate) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PendingContentUpdate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PendingContentUpdate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/pending_operations.go b/models/pending_operations.go
index 9740c57785e..846e2b031cf 100644
--- a/models/pending_operations.go
+++ b/models/pending_operations.go
@@ -22,7 +22,7 @@ func NewPendingOperations()(*PendingOperations) {
func CreatePendingOperationsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPendingOperations(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PendingOperations) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PendingOperations) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PendingOperations) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *PendingOperations) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PendingOperations) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PendingOperations) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/permission_scope.go b/models/permission_scope.go
index 00df6b62d92..b8248125328 100644
--- a/models/permission_scope.go
+++ b/models/permission_scope.go
@@ -23,7 +23,7 @@ func NewPermissionScope()(*PermissionScope) {
func CreatePermissionScopeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPermissionScope(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PermissionScope) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *PermissionScope) GetAdminConsentDisplayName()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PermissionScope) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -324,7 +324,7 @@ func (m *PermissionScope) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PermissionScope) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -345,7 +345,7 @@ func (m *PermissionScope) SetAdminConsentDisplayName(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PermissionScope) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/person_or_group_column.go b/models/person_or_group_column.go
index 049cdd60943..34291367314 100644
--- a/models/person_or_group_column.go
+++ b/models/person_or_group_column.go
@@ -22,7 +22,7 @@ func NewPersonOrGroupColumn()(*PersonOrGroupColumn) {
func CreatePersonOrGroupColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPersonOrGroupColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PersonOrGroupColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *PersonOrGroupColumn) GetAllowMultipleSelection()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PersonOrGroupColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *PersonOrGroupColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PersonOrGroupColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *PersonOrGroupColumn) SetAllowMultipleSelection(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PersonOrGroupColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/person_type.go b/models/person_type.go
index 14dab05d483..d6ab6003e07 100644
--- a/models/person_type.go
+++ b/models/person_type.go
@@ -22,7 +22,7 @@ func NewPersonType()(*PersonType) {
func CreatePersonTypeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPersonType(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PersonType) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PersonType) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PersonType) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *PersonType) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PersonType) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PersonType) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/phone.go b/models/phone.go
index 63eda462722..2703a786c5b 100644
--- a/models/phone.go
+++ b/models/phone.go
@@ -22,7 +22,7 @@ func NewPhone()(*Phone) {
func CreatePhoneFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPhone(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Phone) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Phone) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Phone) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *Phone) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Phone) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Phone) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/photo.go b/models/photo.go
index 89a3d338930..fd511cb706f 100644
--- a/models/photo.go
+++ b/models/photo.go
@@ -23,7 +23,7 @@ func NewPhoto()(*Photo) {
func CreatePhotoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPhoto(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Photo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *Photo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Photo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -324,14 +324,14 @@ func (m *Photo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Photo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Photo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/physical_address.go b/models/physical_address.go
index 4ea30b6fc46..13d19a8b056 100644
--- a/models/physical_address.go
+++ b/models/physical_address.go
@@ -22,7 +22,7 @@ func NewPhysicalAddress()(*PhysicalAddress) {
func CreatePhysicalAddressFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPhysicalAddress(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PhysicalAddress) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PhysicalAddress) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PhysicalAddress) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *PhysicalAddress) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PhysicalAddress) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PhysicalAddress) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/physical_office_address.go b/models/physical_office_address.go
index ff00e3edb04..8b480e2f2e6 100644
--- a/models/physical_office_address.go
+++ b/models/physical_office_address.go
@@ -22,7 +22,7 @@ func NewPhysicalOfficeAddress()(*PhysicalOfficeAddress) {
func CreatePhysicalOfficeAddressFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPhysicalOfficeAddress(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PhysicalOfficeAddress) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PhysicalOfficeAddress) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PhysicalOfficeAddress) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *PhysicalOfficeAddress) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PhysicalOfficeAddress) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PhysicalOfficeAddress) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/pkcs12_certificate_information.go b/models/pkcs12_certificate_information.go
index c6a4ec65929..42b7a96dc00 100644
--- a/models/pkcs12_certificate_information.go
+++ b/models/pkcs12_certificate_information.go
@@ -22,7 +22,7 @@ func NewPkcs12CertificateInformation()(*Pkcs12CertificateInformation) {
func CreatePkcs12CertificateInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPkcs12CertificateInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Pkcs12CertificateInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Pkcs12CertificateInformation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Pkcs12CertificateInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *Pkcs12CertificateInformation) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Pkcs12CertificateInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Pkcs12CertificateInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_applied_categories.go b/models/planner_applied_categories.go
index 953ea61c5e3..210fe0d20c1 100644
--- a/models/planner_applied_categories.go
+++ b/models/planner_applied_categories.go
@@ -22,7 +22,7 @@ func NewPlannerAppliedCategories()(*PlannerAppliedCategories) {
func CreatePlannerAppliedCategoriesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerAppliedCategories(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerAppliedCategories) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerAppliedCategories) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerAppliedCategories) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PlannerAppliedCategories) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerAppliedCategories) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerAppliedCategories) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_assignments.go b/models/planner_assignments.go
index 8ff451ed0b8..5a3f0425db5 100644
--- a/models/planner_assignments.go
+++ b/models/planner_assignments.go
@@ -22,7 +22,7 @@ func NewPlannerAssignments()(*PlannerAssignments) {
func CreatePlannerAssignmentsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerAssignments(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerAssignments) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerAssignments) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerAssignments) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PlannerAssignments) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerAssignments) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerAssignments) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_category_descriptions.go b/models/planner_category_descriptions.go
index 8efc1980aee..359d674fb32 100644
--- a/models/planner_category_descriptions.go
+++ b/models/planner_category_descriptions.go
@@ -22,7 +22,7 @@ func NewPlannerCategoryDescriptions()(*PlannerCategoryDescriptions) {
func CreatePlannerCategoryDescriptionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerCategoryDescriptions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerCategoryDescriptions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerCategoryDescriptions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerCategoryDescriptions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -755,14 +755,14 @@ func (m *PlannerCategoryDescriptions) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerCategoryDescriptions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerCategoryDescriptions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_checklist_items.go b/models/planner_checklist_items.go
index 667665b5298..0cf428884ba 100644
--- a/models/planner_checklist_items.go
+++ b/models/planner_checklist_items.go
@@ -22,7 +22,7 @@ func NewPlannerChecklistItems()(*PlannerChecklistItems) {
func CreatePlannerChecklistItemsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerChecklistItems(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerChecklistItems) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerChecklistItems) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerChecklistItems) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PlannerChecklistItems) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerChecklistItems) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerChecklistItems) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_external_references.go b/models/planner_external_references.go
index 2f4ce098b63..6e00c317e78 100644
--- a/models/planner_external_references.go
+++ b/models/planner_external_references.go
@@ -22,7 +22,7 @@ func NewPlannerExternalReferences()(*PlannerExternalReferences) {
func CreatePlannerExternalReferencesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerExternalReferences(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerExternalReferences) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerExternalReferences) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerExternalReferences) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PlannerExternalReferences) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerExternalReferences) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerExternalReferences) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_order_hints_by_assignee.go b/models/planner_order_hints_by_assignee.go
index 38e88b6444a..76697936d99 100644
--- a/models/planner_order_hints_by_assignee.go
+++ b/models/planner_order_hints_by_assignee.go
@@ -22,7 +22,7 @@ func NewPlannerOrderHintsByAssignee()(*PlannerOrderHintsByAssignee) {
func CreatePlannerOrderHintsByAssigneeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerOrderHintsByAssignee(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerOrderHintsByAssignee) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerOrderHintsByAssignee) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerOrderHintsByAssignee) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PlannerOrderHintsByAssignee) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerOrderHintsByAssignee) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerOrderHintsByAssignee) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_plan_container.go b/models/planner_plan_container.go
index 352af146dbc..0e04c9473a5 100644
--- a/models/planner_plan_container.go
+++ b/models/planner_plan_container.go
@@ -22,7 +22,7 @@ func NewPlannerPlanContainer()(*PlannerPlanContainer) {
func CreatePlannerPlanContainerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerPlanContainer(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerPlanContainer) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerPlanContainer) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerPlanContainer) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *PlannerPlanContainer) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerPlanContainer) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerPlanContainer) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/planner_task.go b/models/planner_task.go
index 05a8ee63f30..eb381fcfc77 100644
--- a/models/planner_task.go
+++ b/models/planner_task.go
@@ -75,7 +75,7 @@ func (m *PlannerTask) GetAssignments()(PlannerAssignmentsable) {
}
return nil
}
-// GetBucketId 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.
+// GetBucketId 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.
func (m *PlannerTask) GetBucketId()(*string) {
val, err := m.GetBackingStore().Get("bucketId")
if err != nil {
@@ -163,7 +163,7 @@ func (m *PlannerTask) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f
}
return nil
}
-// GetDetails gets the details property value. Read-only. Nullable. Additional details about the task.
+// GetDetails gets the details property value. Read-only. Nullable. More details about the task.
func (m *PlannerTask) GetDetails()(PlannerTaskDetailsable) {
val, err := m.GetBackingStore().Get("details")
if err != nil {
@@ -440,7 +440,7 @@ func (m *PlannerTask) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26
}
return res
}
-// GetHasDescription 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.
+// GetHasDescription gets the hasDescription property value. Read-only. Value is true if the details object of the task has a nonempty description and false otherwise.
func (m *PlannerTask) GetHasDescription()(*bool) {
val, err := m.GetBackingStore().Get("hasDescription")
if err != nil {
@@ -744,7 +744,7 @@ func (m *PlannerTask) SetAssignments(value PlannerAssignmentsable)() {
panic(err)
}
}
-// SetBucketId 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.
+// SetBucketId 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.
func (m *PlannerTask) SetBucketId(value *string)() {
err := m.GetBackingStore().Set("bucketId", value)
if err != nil {
@@ -800,7 +800,7 @@ func (m *PlannerTask) SetCreatedDateTime(value *i336074805fc853987abe6f7fe3ad97a
panic(err)
}
}
-// SetDetails sets the details property value. Read-only. Nullable. Additional details about the task.
+// SetDetails sets the details property value. Read-only. Nullable. More details about the task.
func (m *PlannerTask) SetDetails(value PlannerTaskDetailsable)() {
err := m.GetBackingStore().Set("details", value)
if err != nil {
@@ -814,7 +814,7 @@ func (m *PlannerTask) SetDueDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f
panic(err)
}
}
-// SetHasDescription 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.
+// SetHasDescription sets the hasDescription property value. Read-only. Value is true if the details object of the task has a nonempty description and false otherwise.
func (m *PlannerTask) SetHasDescription(value *bool)() {
err := m.GetBackingStore().Set("hasDescription", value)
if err != nil {
diff --git a/models/planner_user_ids.go b/models/planner_user_ids.go
index fdb2d2e58f2..80139053e4e 100644
--- a/models/planner_user_ids.go
+++ b/models/planner_user_ids.go
@@ -22,7 +22,7 @@ func NewPlannerUserIds()(*PlannerUserIds) {
func CreatePlannerUserIdsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPlannerUserIds(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerUserIds) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PlannerUserIds) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PlannerUserIds) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PlannerUserIds) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PlannerUserIds) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PlannerUserIds) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/pre_authorized_application.go b/models/pre_authorized_application.go
index 79140c02176..9fee8c9f935 100644
--- a/models/pre_authorized_application.go
+++ b/models/pre_authorized_application.go
@@ -22,7 +22,7 @@ func NewPreAuthorizedApplication()(*PreAuthorizedApplication) {
func CreatePreAuthorizedApplicationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPreAuthorizedApplication(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PreAuthorizedApplication) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *PreAuthorizedApplication) GetAppId()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PreAuthorizedApplication) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -140,7 +140,7 @@ func (m *PreAuthorizedApplication) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PreAuthorizedApplication) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -154,7 +154,7 @@ func (m *PreAuthorizedApplication) SetAppId(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PreAuthorizedApplication) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/presence_status_message.go b/models/presence_status_message.go
index 9cdc7f4e92b..5aa0583c26d 100644
--- a/models/presence_status_message.go
+++ b/models/presence_status_message.go
@@ -23,7 +23,7 @@ func NewPresenceStatusMessage()(*PresenceStatusMessage) {
func CreatePresenceStatusMessageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPresenceStatusMessage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresenceStatusMessage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *PresenceStatusMessage) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PresenceStatusMessage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetExpiryDateTime 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.
+// GetExpiryDateTime 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.
func (m *PresenceStatusMessage) GetExpiryDateTime()(DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("expiryDateTime")
if err != nil {
@@ -117,7 +117,7 @@ func (m *PresenceStatusMessage) GetOdataType()(*string) {
}
return nil
}
-// GetPublishedDateTime 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.
+// GetPublishedDateTime 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.
func (m *PresenceStatusMessage) GetPublishedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("publishedDateTime")
if err != nil {
@@ -162,18 +162,18 @@ func (m *PresenceStatusMessage) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PresenceStatusMessage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PresenceStatusMessage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetExpiryDateTime 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.
+// SetExpiryDateTime 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.
func (m *PresenceStatusMessage) SetExpiryDateTime(value DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("expiryDateTime", value)
if err != nil {
@@ -194,7 +194,7 @@ func (m *PresenceStatusMessage) SetOdataType(value *string)() {
panic(err)
}
}
-// SetPublishedDateTime 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.
+// SetPublishedDateTime 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.
func (m *PresenceStatusMessage) SetPublishedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("publishedDateTime", value)
if err != nil {
diff --git a/models/print.go b/models/print.go
index 175dfb3c00f..731691ee6bb 100644
--- a/models/print.go
+++ b/models/print.go
@@ -22,7 +22,7 @@ func NewPrint()(*Print) {
func CreatePrintFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Print) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Print) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Print) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -341,14 +341,14 @@ func (m *Print) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Print) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Print) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_certificate_signing_request.go b/models/print_certificate_signing_request.go
index 7c012923d80..cf3988da257 100644
--- a/models/print_certificate_signing_request.go
+++ b/models/print_certificate_signing_request.go
@@ -22,7 +22,7 @@ func NewPrintCertificateSigningRequest()(*PrintCertificateSigningRequest) {
func CreatePrintCertificateSigningRequestFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintCertificateSigningRequest(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintCertificateSigningRequest) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintCertificateSigningRequest) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintCertificateSigningRequest) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *PrintCertificateSigningRequest) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintCertificateSigningRequest) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintCertificateSigningRequest) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_document_upload_properties.go b/models/print_document_upload_properties.go
index f0735b45ecd..3f7a456bc4b 100644
--- a/models/print_document_upload_properties.go
+++ b/models/print_document_upload_properties.go
@@ -22,7 +22,7 @@ func NewPrintDocumentUploadProperties()(*PrintDocumentUploadProperties) {
func CreatePrintDocumentUploadPropertiesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintDocumentUploadProperties(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintDocumentUploadProperties) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintDocumentUploadProperties) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintDocumentUploadProperties) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *PrintDocumentUploadProperties) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintDocumentUploadProperties) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintDocumentUploadProperties) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_job_configuration.go b/models/print_job_configuration.go
index af05bc9c547..65eff14a9d9 100644
--- a/models/print_job_configuration.go
+++ b/models/print_job_configuration.go
@@ -22,7 +22,7 @@ func NewPrintJobConfiguration()(*PrintJobConfiguration) {
func CreatePrintJobConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintJobConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintJobConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintJobConfiguration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintJobConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -618,14 +618,14 @@ func (m *PrintJobConfiguration) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintJobConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintJobConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_job_status.go b/models/print_job_status.go
index aa2ec394ab1..75512c0547c 100644
--- a/models/print_job_status.go
+++ b/models/print_job_status.go
@@ -22,7 +22,7 @@ func NewPrintJobStatus()(*PrintJobStatus) {
func CreatePrintJobStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintJobStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintJobStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintJobStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintJobStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -195,14 +195,14 @@ func (m *PrintJobStatus) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintJobStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintJobStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_margin.go b/models/print_margin.go
index f525a54308a..21fbc19a80a 100644
--- a/models/print_margin.go
+++ b/models/print_margin.go
@@ -22,7 +22,7 @@ func NewPrintMargin()(*PrintMargin) {
func CreatePrintMarginFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintMargin(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintMargin) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintMargin) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintMargin) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *PrintMargin) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintMargin) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintMargin) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_operation_status.go b/models/print_operation_status.go
index cf5f462c48e..b9d6908566b 100644
--- a/models/print_operation_status.go
+++ b/models/print_operation_status.go
@@ -22,7 +22,7 @@ func NewPrintOperationStatus()(*PrintOperationStatus) {
func CreatePrintOperationStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintOperationStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintOperationStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintOperationStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintOperationStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *PrintOperationStatus) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintOperationStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintOperationStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_settings.go b/models/print_settings.go
index 07bd9aa3c9e..6da4d0ce078 100644
--- a/models/print_settings.go
+++ b/models/print_settings.go
@@ -22,7 +22,7 @@ func NewPrintSettings()(*PrintSettings) {
func CreatePrintSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *PrintSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/print_task_status.go b/models/print_task_status.go
index a0b35fe1882..ac0df43fd6b 100644
--- a/models/print_task_status.go
+++ b/models/print_task_status.go
@@ -22,7 +22,7 @@ func NewPrintTaskStatus()(*PrintTaskStatus) {
func CreatePrintTaskStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintTaskStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintTaskStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintTaskStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintTaskStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *PrintTaskStatus) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintTaskStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintTaskStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/printer_capabilities.go b/models/printer_capabilities.go
index bd7e5214233..1732a6705c6 100644
--- a/models/printer_capabilities.go
+++ b/models/printer_capabilities.go
@@ -22,7 +22,7 @@ func NewPrinterCapabilities()(*PrinterCapabilities) {
func CreatePrinterCapabilitiesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrinterCapabilities(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterCapabilities) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrinterCapabilities) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrinterCapabilities) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -875,14 +875,14 @@ func (m *PrinterCapabilities) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterCapabilities) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrinterCapabilities) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/printer_defaults.go b/models/printer_defaults.go
index f18965a7d07..cf9f01edf61 100644
--- a/models/printer_defaults.go
+++ b/models/printer_defaults.go
@@ -22,7 +22,7 @@ func NewPrinterDefaults()(*PrinterDefaults) {
func CreatePrinterDefaultsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrinterDefaults(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterDefaults) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrinterDefaults) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrinterDefaults) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -551,14 +551,14 @@ func (m *PrinterDefaults) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterDefaults) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrinterDefaults) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/printer_location.go b/models/printer_location.go
index b9ccea650cd..4e8f8a40e0c 100644
--- a/models/printer_location.go
+++ b/models/printer_location.go
@@ -22,7 +22,7 @@ func NewPrinterLocation()(*PrinterLocation) {
func CreatePrinterLocationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrinterLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterLocation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *PrinterLocation) GetAltitudeInMeters()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrinterLocation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -557,7 +557,7 @@ func (m *PrinterLocation) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterLocation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -571,7 +571,7 @@ func (m *PrinterLocation) SetAltitudeInMeters(value *int32)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrinterLocation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/printer_share_viewpoint.go b/models/printer_share_viewpoint.go
index 4c4e469de74..ae9248250c4 100644
--- a/models/printer_share_viewpoint.go
+++ b/models/printer_share_viewpoint.go
@@ -23,7 +23,7 @@ func NewPrinterShareViewpoint()(*PrinterShareViewpoint) {
func CreatePrinterShareViewpointFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrinterShareViewpoint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterShareViewpoint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PrinterShareViewpoint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrinterShareViewpoint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *PrinterShareViewpoint) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterShareViewpoint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrinterShareViewpoint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/printer_status.go b/models/printer_status.go
index 2cb5821c200..b48f8db680b 100644
--- a/models/printer_status.go
+++ b/models/printer_status.go
@@ -22,7 +22,7 @@ func NewPrinterStatus()(*PrinterStatus) {
func CreatePrinterStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrinterStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrinterStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrinterStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -168,14 +168,14 @@ func (m *PrinterStatus) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrinterStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrinterStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/privacy.go b/models/privacy.go
index c4c514a1741..1f852133447 100644
--- a/models/privacy.go
+++ b/models/privacy.go
@@ -22,7 +22,7 @@ func NewPrivacy()(*Privacy) {
func CreatePrivacyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivacy(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Privacy) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Privacy) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Privacy) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *Privacy) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Privacy) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Privacy) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/privacy_profile.go b/models/privacy_profile.go
index e2d82a2850f..4f16059416c 100644
--- a/models/privacy_profile.go
+++ b/models/privacy_profile.go
@@ -22,7 +22,7 @@ func NewPrivacyProfile()(*PrivacyProfile) {
func CreatePrivacyProfileFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivacyProfile(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrivacyProfile) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrivacyProfile) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrivacyProfile) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *PrivacyProfile) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrivacyProfile) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrivacyProfile) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/process.go b/models/process.go
index 1fe01641976..25fb5abc6ca 100644
--- a/models/process.go
+++ b/models/process.go
@@ -34,7 +34,7 @@ func (m *Process) GetAccountName()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Process) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *Process) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Process) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -413,14 +413,14 @@ func (m *Process) SetAccountName(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Process) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Process) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/prompt.go b/models/prompt.go
index 77958d674d6..a557ea8d022 100644
--- a/models/prompt.go
+++ b/models/prompt.go
@@ -40,7 +40,7 @@ func CreatePromptFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487
}
return NewPrompt(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Prompt) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *Prompt) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Prompt) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -98,14 +98,14 @@ func (m *Prompt) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Prompt) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Prompt) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/provision_channel_email_result.go b/models/provision_channel_email_result.go
index 22f84e87f6b..416c9a577ad 100644
--- a/models/provision_channel_email_result.go
+++ b/models/provision_channel_email_result.go
@@ -22,7 +22,7 @@ func NewProvisionChannelEmailResult()(*ProvisionChannelEmailResult) {
func CreateProvisionChannelEmailResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProvisionChannelEmailResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisionChannelEmailResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ProvisionChannelEmailResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ProvisionChannelEmailResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ProvisionChannelEmailResult) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisionChannelEmailResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ProvisionChannelEmailResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/provisioned_plan.go b/models/provisioned_plan.go
index ebaa8724591..9c19350eb82 100644
--- a/models/provisioned_plan.go
+++ b/models/provisioned_plan.go
@@ -22,7 +22,7 @@ func NewProvisionedPlan()(*ProvisionedPlan) {
func CreateProvisionedPlanFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProvisionedPlan(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisionedPlan) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ProvisionedPlan) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ProvisionedPlan) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ProvisionedPlan) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisionedPlan) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ProvisionedPlan) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/provisioning_error_info.go b/models/provisioning_error_info.go
index fd436021054..c3265f23eb8 100644
--- a/models/provisioning_error_info.go
+++ b/models/provisioning_error_info.go
@@ -22,7 +22,7 @@ func NewProvisioningErrorInfo()(*ProvisioningErrorInfo) {
func CreateProvisioningErrorInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProvisioningErrorInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisioningErrorInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ProvisioningErrorInfo) GetAdditionalDetails()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ProvisioningErrorInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,7 +216,7 @@ func (m *ProvisioningErrorInfo) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisioningErrorInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -230,7 +230,7 @@ func (m *ProvisioningErrorInfo) SetAdditionalDetails(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ProvisioningErrorInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/provisioning_status_info.go b/models/provisioning_status_info.go
index 5dba314befd..b5cd753bede 100644
--- a/models/provisioning_status_info.go
+++ b/models/provisioning_status_info.go
@@ -22,7 +22,7 @@ func NewProvisioningStatusInfo()(*ProvisioningStatusInfo) {
func CreateProvisioningStatusInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProvisioningStatusInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisioningStatusInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ProvisioningStatusInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ProvisioningStatusInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ProvisioningStatusInfo) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisioningStatusInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ProvisioningStatusInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/provisioning_step.go b/models/provisioning_step.go
index a8b518e2a60..2a39adbdf76 100644
--- a/models/provisioning_step.go
+++ b/models/provisioning_step.go
@@ -22,7 +22,7 @@ func NewProvisioningStep()(*ProvisioningStep) {
func CreateProvisioningStepFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProvisioningStep(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisioningStep) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ProvisioningStep) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ProvisioningStep) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -217,14 +217,14 @@ func (m *ProvisioningStep) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProvisioningStep) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ProvisioningStep) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/proxied_domain.go b/models/proxied_domain.go
index d17f3e74005..5033dbd5e41 100644
--- a/models/proxied_domain.go
+++ b/models/proxied_domain.go
@@ -22,7 +22,7 @@ func NewProxiedDomain()(*ProxiedDomain) {
func CreateProxiedDomainFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewProxiedDomain(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProxiedDomain) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ProxiedDomain) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ProxiedDomain) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ProxiedDomain) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ProxiedDomain) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ProxiedDomain) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/public_client_application.go b/models/public_client_application.go
index 102bdab6ca4..ddddb631e1c 100644
--- a/models/public_client_application.go
+++ b/models/public_client_application.go
@@ -22,7 +22,7 @@ func NewPublicClientApplication()(*PublicClientApplication) {
func CreatePublicClientApplicationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPublicClientApplication(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicClientApplication) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PublicClientApplication) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PublicClientApplication) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *PublicClientApplication) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicClientApplication) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PublicClientApplication) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/public_error.go b/models/public_error.go
index 979cf13780b..4f3bac9da98 100644
--- a/models/public_error.go
+++ b/models/public_error.go
@@ -22,7 +22,7 @@ func NewPublicError()(*PublicError) {
func CreatePublicErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPublicError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PublicError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PublicError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -227,14 +227,14 @@ func (m *PublicError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PublicError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/public_error_detail.go b/models/public_error_detail.go
index e8ddc939aed..387e8873493 100644
--- a/models/public_error_detail.go
+++ b/models/public_error_detail.go
@@ -22,7 +22,7 @@ func NewPublicErrorDetail()(*PublicErrorDetail) {
func CreatePublicErrorDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPublicErrorDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicErrorDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PublicErrorDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PublicErrorDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *PublicErrorDetail) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicErrorDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PublicErrorDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/public_inner_error.go b/models/public_inner_error.go
index 30fe9eb6196..d9ea2774782 100644
--- a/models/public_inner_error.go
+++ b/models/public_inner_error.go
@@ -22,7 +22,7 @@ func NewPublicInnerError()(*PublicInnerError) {
func CreatePublicInnerErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPublicInnerError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicInnerError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PublicInnerError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PublicInnerError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -200,14 +200,14 @@ func (m *PublicInnerError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicInnerError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PublicInnerError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/publication_facet.go b/models/publication_facet.go
index 922c865d082..d349cc1485a 100644
--- a/models/publication_facet.go
+++ b/models/publication_facet.go
@@ -22,7 +22,7 @@ func NewPublicationFacet()(*PublicationFacet) {
func CreatePublicationFacetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPublicationFacet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicationFacet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PublicationFacet) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PublicationFacet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *PublicationFacet) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PublicationFacet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PublicationFacet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/quota.go b/models/quota.go
index adab43ea439..02678e90099 100644
--- a/models/quota.go
+++ b/models/quota.go
@@ -22,7 +22,7 @@ func NewQuota()(*Quota) {
func CreateQuotaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewQuota(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Quota) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Quota) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Quota) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *Quota) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Quota) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Quota) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recent_notebook.go b/models/recent_notebook.go
index c0a45f04b5c..53805ddcc69 100644
--- a/models/recent_notebook.go
+++ b/models/recent_notebook.go
@@ -23,7 +23,7 @@ func NewRecentNotebook()(*RecentNotebook) {
func CreateRecentNotebookFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRecentNotebook(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecentNotebook) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *RecentNotebook) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RecentNotebook) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -190,14 +190,14 @@ func (m *RecentNotebook) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecentNotebook) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RecentNotebook) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recent_notebook_links.go b/models/recent_notebook_links.go
index ca11b6b6d8a..4371a4e63ce 100644
--- a/models/recent_notebook_links.go
+++ b/models/recent_notebook_links.go
@@ -22,7 +22,7 @@ func NewRecentNotebookLinks()(*RecentNotebookLinks) {
func CreateRecentNotebookLinksFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRecentNotebookLinks(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecentNotebookLinks) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RecentNotebookLinks) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RecentNotebookLinks) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *RecentNotebookLinks) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecentNotebookLinks) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RecentNotebookLinks) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recipient.go b/models/recipient.go
index 8163f319085..ded5d74aed7 100644
--- a/models/recipient.go
+++ b/models/recipient.go
@@ -42,7 +42,7 @@ func CreateRecipientFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f
}
return NewRecipient(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Recipient) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *Recipient) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Recipient) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -127,14 +127,14 @@ func (m *Recipient) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Recipient) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Recipient) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recommended_action.go b/models/recommended_action.go
index f6b8d496aaf..1f69b487e37 100644
--- a/models/recommended_action.go
+++ b/models/recommended_action.go
@@ -33,7 +33,7 @@ func (m *RecommendedAction) GetActionWebUrl()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecommendedAction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *RecommendedAction) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RecommendedAction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -168,14 +168,14 @@ func (m *RecommendedAction) SetActionWebUrl(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecommendedAction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RecommendedAction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recording_info.go b/models/recording_info.go
index 06ba645fd97..2ce4fb3bf80 100644
--- a/models/recording_info.go
+++ b/models/recording_info.go
@@ -22,7 +22,7 @@ func NewRecordingInfo()(*RecordingInfo) {
func CreateRecordingInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRecordingInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecordingInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RecordingInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RecordingInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *RecordingInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecordingInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RecordingInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recurrence_pattern.go b/models/recurrence_pattern.go
index 2b9dd7815f4..d98532c088a 100644
--- a/models/recurrence_pattern.go
+++ b/models/recurrence_pattern.go
@@ -22,7 +22,7 @@ func NewRecurrencePattern()(*RecurrencePattern) {
func CreateRecurrencePatternFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRecurrencePattern(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecurrencePattern) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RecurrencePattern) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RecurrencePattern) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -278,14 +278,14 @@ func (m *RecurrencePattern) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecurrencePattern) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RecurrencePattern) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/recurrence_range.go b/models/recurrence_range.go
index 961ccb02c78..474d9b8f38b 100644
--- a/models/recurrence_range.go
+++ b/models/recurrence_range.go
@@ -22,7 +22,7 @@ func NewRecurrenceRange()(*RecurrenceRange) {
func CreateRecurrenceRangeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRecurrenceRange(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecurrenceRange) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RecurrenceRange) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RecurrenceRange) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *RecurrenceRange) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RecurrenceRange) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RecurrenceRange) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/redirect_uri_settings.go b/models/redirect_uri_settings.go
index 972c4c4b3c0..f6d9a098ea9 100644
--- a/models/redirect_uri_settings.go
+++ b/models/redirect_uri_settings.go
@@ -22,7 +22,7 @@ func NewRedirectUriSettings()(*RedirectUriSettings) {
func CreateRedirectUriSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRedirectUriSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RedirectUriSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RedirectUriSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RedirectUriSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *RedirectUriSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RedirectUriSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RedirectUriSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/reference_create.go b/models/reference_create.go
index 016d7ea72f5..8cfc09ea5fa 100644
--- a/models/reference_create.go
+++ b/models/reference_create.go
@@ -22,7 +22,7 @@ func NewReferenceCreate()(*ReferenceCreate) {
func CreateReferenceCreateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReferenceCreate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReferenceCreate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReferenceCreate) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReferenceCreate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ReferenceCreate) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReferenceCreate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReferenceCreate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/reference_update.go b/models/reference_update.go
index ba91aaa4af5..492c8915e9c 100644
--- a/models/reference_update.go
+++ b/models/reference_update.go
@@ -22,7 +22,7 @@ func NewReferenceUpdate()(*ReferenceUpdate) {
func CreateReferenceUpdateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReferenceUpdate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReferenceUpdate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReferenceUpdate) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReferenceUpdate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ReferenceUpdate) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReferenceUpdate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReferenceUpdate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/referenced_object.go b/models/referenced_object.go
index 1d7a02a8c24..7ff2302dd54 100644
--- a/models/referenced_object.go
+++ b/models/referenced_object.go
@@ -22,7 +22,7 @@ func NewReferencedObject()(*ReferencedObject) {
func CreateReferencedObjectFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReferencedObject(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReferencedObject) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ReferencedObject) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReferencedObject) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *ReferencedObject) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReferencedObject) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReferencedObject) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/registration_enforcement.go b/models/registration_enforcement.go
index c315fea9ec4..1bed80939da 100644
--- a/models/registration_enforcement.go
+++ b/models/registration_enforcement.go
@@ -22,7 +22,7 @@ func NewRegistrationEnforcement()(*RegistrationEnforcement) {
func CreateRegistrationEnforcementFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRegistrationEnforcement(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RegistrationEnforcement) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *RegistrationEnforcement) GetAuthenticationMethodsRegistrationCampaign()
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RegistrationEnforcement) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,7 +107,7 @@ func (m *RegistrationEnforcement) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RegistrationEnforcement) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -121,7 +121,7 @@ func (m *RegistrationEnforcement) SetAuthenticationMethodsRegistrationCampaign(v
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RegistrationEnforcement) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/registry_key_state.go b/models/registry_key_state.go
index b1210a60bd3..6a7bfede153 100644
--- a/models/registry_key_state.go
+++ b/models/registry_key_state.go
@@ -22,7 +22,7 @@ func NewRegistryKeyState()(*RegistryKeyState) {
func CreateRegistryKeyStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRegistryKeyState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RegistryKeyState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RegistryKeyState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RegistryKeyState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -353,14 +353,14 @@ func (m *RegistryKeyState) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RegistryKeyState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RegistryKeyState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/related_contact.go b/models/related_contact.go
index 62c9be54bbd..e094d849f00 100644
--- a/models/related_contact.go
+++ b/models/related_contact.go
@@ -33,7 +33,7 @@ func (m *RelatedContact) GetAccessConsent()(*bool) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RelatedContact) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *RelatedContact) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RelatedContact) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -223,14 +223,14 @@ func (m *RelatedContact) SetAccessConsent(value *bool)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RelatedContact) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RelatedContact) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/reminder.go b/models/reminder.go
index 7de8e97f5a6..7e7ccda46d0 100644
--- a/models/reminder.go
+++ b/models/reminder.go
@@ -22,7 +22,7 @@ func NewReminder()(*Reminder) {
func CreateReminderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReminder(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Reminder) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Reminder) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Reminder) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -296,14 +296,14 @@ func (m *Reminder) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Reminder) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Reminder) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/remote_item.go b/models/remote_item.go
index 7703765af8b..28468023c66 100644
--- a/models/remote_item.go
+++ b/models/remote_item.go
@@ -23,7 +23,7 @@ func NewRemoteItem()(*RemoteItem) {
func CreateRemoteItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRemoteItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RemoteItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *RemoteItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RemoteItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -594,14 +594,14 @@ func (m *RemoteItem) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RemoteItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RemoteItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/report.go b/models/report.go
index 3257b44a2f8..41301ff8805 100644
--- a/models/report.go
+++ b/models/report.go
@@ -22,7 +22,7 @@ func NewReport()(*Report) {
func CreateReportFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReport(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Report) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Report) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Report) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *Report) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Report) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Report) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/report_root.go b/models/report_root.go
index 45dba1fe1b9..f969bafad77 100644
--- a/models/report_root.go
+++ b/models/report_root.go
@@ -22,7 +22,7 @@ func NewReportRoot()(*ReportRoot) {
func CreateReportRootFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewReportRoot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportRoot) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ReportRoot) GetAuthenticationMethods()(AuthenticationMethodsRootable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ReportRoot) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -290,7 +290,7 @@ func (m *ReportRoot) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ReportRoot) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -304,7 +304,7 @@ func (m *ReportRoot) SetAuthenticationMethods(value AuthenticationMethodsRootabl
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ReportRoot) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/request_schedule.go b/models/request_schedule.go
index f5e0d9d31d8..c1f11b5f02a 100644
--- a/models/request_schedule.go
+++ b/models/request_schedule.go
@@ -23,7 +23,7 @@ func NewRequestSchedule()(*RequestSchedule) {
func CreateRequestScheduleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRequestSchedule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RequestSchedule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *RequestSchedule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RequestSchedule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *RequestSchedule) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RequestSchedule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RequestSchedule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/request_signature_verification.go b/models/request_signature_verification.go
index 0e1b143ce2a..9032db3db17 100644
--- a/models/request_signature_verification.go
+++ b/models/request_signature_verification.go
@@ -22,7 +22,7 @@ func NewRequestSignatureVerification()(*RequestSignatureVerification) {
func CreateRequestSignatureVerificationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRequestSignatureVerification(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RequestSignatureVerification) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *RequestSignatureVerification) GetAllowedWeakAlgorithms()(*WeakAlgorithm
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RequestSignatureVerification) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *RequestSignatureVerification) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RequestSignatureVerification) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *RequestSignatureVerification) SetAllowedWeakAlgorithms(value *WeakAlgor
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RequestSignatureVerification) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/required_resource_access.go b/models/required_resource_access.go
index 2c1343c702b..f0e64f5c62b 100644
--- a/models/required_resource_access.go
+++ b/models/required_resource_access.go
@@ -22,7 +22,7 @@ func NewRequiredResourceAccess()(*RequiredResourceAccess) {
func CreateRequiredResourceAccessFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRequiredResourceAccess(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RequiredResourceAccess) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RequiredResourceAccess) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RequiredResourceAccess) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *RequiredResourceAccess) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RequiredResourceAccess) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RequiredResourceAccess) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/resource_access.go b/models/resource_access.go
index c28ed61ee4d..47903210cff 100644
--- a/models/resource_access.go
+++ b/models/resource_access.go
@@ -23,7 +23,7 @@ func NewResourceAccess()(*ResourceAccess) {
func CreateResourceAccessFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResourceAccess(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceAccess) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ResourceAccess) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResourceAccess) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ResourceAccess) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceAccess) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResourceAccess) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/resource_action.go b/models/resource_action.go
index 08423665ead..56629b40dad 100644
--- a/models/resource_action.go
+++ b/models/resource_action.go
@@ -22,7 +22,7 @@ func NewResourceAction()(*ResourceAction) {
func CreateResourceActionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResourceAction(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceAction) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ResourceAction) GetAllowedResourceActions()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResourceAction) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,7 +146,7 @@ func (m *ResourceAction) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceAction) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -160,7 +160,7 @@ func (m *ResourceAction) SetAllowedResourceActions(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResourceAction) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/resource_reference.go b/models/resource_reference.go
index cbe26a86104..4f7606c9523 100644
--- a/models/resource_reference.go
+++ b/models/resource_reference.go
@@ -22,7 +22,7 @@ func NewResourceReference()(*ResourceReference) {
func CreateResourceReferenceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResourceReference(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceReference) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ResourceReference) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResourceReference) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ResourceReference) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceReference) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResourceReference) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/resource_specific_permission.go b/models/resource_specific_permission.go
index 46235298d40..8a021c6bc66 100644
--- a/models/resource_specific_permission.go
+++ b/models/resource_specific_permission.go
@@ -23,7 +23,7 @@ func NewResourceSpecificPermission()(*ResourceSpecificPermission) {
func CreateResourceSpecificPermissionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResourceSpecificPermission(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceSpecificPermission) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ResourceSpecificPermission) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResourceSpecificPermission) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *ResourceSpecificPermission) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceSpecificPermission) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResourceSpecificPermission) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/resource_visualization.go b/models/resource_visualization.go
index f035be6a4b8..01e1d8b741c 100644
--- a/models/resource_visualization.go
+++ b/models/resource_visualization.go
@@ -22,7 +22,7 @@ func NewResourceVisualization()(*ResourceVisualization) {
func CreateResourceVisualizationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResourceVisualization(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceVisualization) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ResourceVisualization) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResourceVisualization) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -296,14 +296,14 @@ func (m *ResourceVisualization) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResourceVisualization) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResourceVisualization) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/response_status.go b/models/response_status.go
index 04156e783ac..69368872ee0 100644
--- a/models/response_status.go
+++ b/models/response_status.go
@@ -23,7 +23,7 @@ func NewResponseStatus()(*ResponseStatus) {
func CreateResponseStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResponseStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResponseStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ResponseStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResponseStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *ResponseStatus) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResponseStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResponseStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/result_info.go b/models/result_info.go
index 5f5009b15fa..d20e7a95116 100644
--- a/models/result_info.go
+++ b/models/result_info.go
@@ -22,7 +22,7 @@ func NewResultInfo()(*ResultInfo) {
func CreateResultInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResultInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResultInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ResultInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResultInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ResultInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResultInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResultInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/result_template_option.go b/models/result_template_option.go
index 7330a49eb64..c8666ebe6c0 100644
--- a/models/result_template_option.go
+++ b/models/result_template_option.go
@@ -22,7 +22,7 @@ func NewResultTemplateOption()(*ResultTemplateOption) {
func CreateResultTemplateOptionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewResultTemplateOption(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResultTemplateOption) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ResultTemplateOption) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ResultTemplateOption) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ResultTemplateOption) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ResultTemplateOption) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ResultTemplateOption) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/rgb_color.go b/models/rgb_color.go
index 6a88ac04ae3..2c730d5f686 100644
--- a/models/rgb_color.go
+++ b/models/rgb_color.go
@@ -22,7 +22,7 @@ func NewRgbColor()(*RgbColor) {
func CreateRgbColorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRgbColor(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RgbColor) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *RgbColor) GetB()(*byte) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RgbColor) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *RgbColor) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RgbColor) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *RgbColor) SetB(value *byte)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RgbColor) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/risk_service_principal_activity.go b/models/risk_service_principal_activity.go
index 6c36e6638cd..7aaa2a450a2 100644
--- a/models/risk_service_principal_activity.go
+++ b/models/risk_service_principal_activity.go
@@ -22,7 +22,7 @@ func NewRiskServicePrincipalActivity()(*RiskServicePrincipalActivity) {
func CreateRiskServicePrincipalActivityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRiskServicePrincipalActivity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskServicePrincipalActivity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RiskServicePrincipalActivity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RiskServicePrincipalActivity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,14 +141,14 @@ func (m *RiskServicePrincipalActivity) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskServicePrincipalActivity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RiskServicePrincipalActivity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/risk_user_activity.go b/models/risk_user_activity.go
index 6ae05a5ce1b..98a0d35c496 100644
--- a/models/risk_user_activity.go
+++ b/models/risk_user_activity.go
@@ -22,7 +22,7 @@ func NewRiskUserActivity()(*RiskUserActivity) {
func CreateRiskUserActivityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRiskUserActivity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskUserActivity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RiskUserActivity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RiskUserActivity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,14 +141,14 @@ func (m *RiskUserActivity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RiskUserActivity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RiskUserActivity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/role_management.go b/models/role_management.go
index 1ec55ca61ae..dc66fe6993d 100644
--- a/models/role_management.go
+++ b/models/role_management.go
@@ -22,7 +22,7 @@ func NewRoleManagement()(*RoleManagement) {
func CreateRoleManagementFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRoleManagement(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RoleManagement) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RoleManagement) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RoleManagement) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *RoleManagement) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RoleManagement) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RoleManagement) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/role_permission.go b/models/role_permission.go
index ac5e8de0fbd..e3c06e8b4f6 100644
--- a/models/role_permission.go
+++ b/models/role_permission.go
@@ -22,7 +22,7 @@ func NewRolePermission()(*RolePermission) {
func CreateRolePermissionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRolePermission(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RolePermission) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RolePermission) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RolePermission) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *RolePermission) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RolePermission) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RolePermission) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/root.go b/models/root.go
index b476dd33a71..b5b10455445 100644
--- a/models/root.go
+++ b/models/root.go
@@ -22,7 +22,7 @@ func NewRoot()(*Root) {
func CreateRootFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRoot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Root) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Root) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Root) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *Root) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c49
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Root) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Root) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/rubric_criterion.go b/models/rubric_criterion.go
index a382ccf8198..0f3cfec9f2d 100644
--- a/models/rubric_criterion.go
+++ b/models/rubric_criterion.go
@@ -22,7 +22,7 @@ func NewRubricCriterion()(*RubricCriterion) {
func CreateRubricCriterionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRubricCriterion(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricCriterion) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RubricCriterion) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RubricCriterion) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *RubricCriterion) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricCriterion) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RubricCriterion) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/rubric_level.go b/models/rubric_level.go
index 3966562be39..d3d3b0c4df7 100644
--- a/models/rubric_level.go
+++ b/models/rubric_level.go
@@ -22,7 +22,7 @@ func NewRubricLevel()(*RubricLevel) {
func CreateRubricLevelFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRubricLevel(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricLevel) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RubricLevel) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RubricLevel) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *RubricLevel) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricLevel) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RubricLevel) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/rubric_quality.go b/models/rubric_quality.go
index 2160a682919..72e5ed7cc21 100644
--- a/models/rubric_quality.go
+++ b/models/rubric_quality.go
@@ -22,7 +22,7 @@ func NewRubricQuality()(*RubricQuality) {
func CreateRubricQualityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRubricQuality(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricQuality) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RubricQuality) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RubricQuality) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -227,14 +227,14 @@ func (m *RubricQuality) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricQuality) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RubricQuality) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/rubric_quality_feedback_model.go b/models/rubric_quality_feedback_model.go
index defbea005fc..fbac699cef8 100644
--- a/models/rubric_quality_feedback_model.go
+++ b/models/rubric_quality_feedback_model.go
@@ -22,7 +22,7 @@ func NewRubricQualityFeedbackModel()(*RubricQualityFeedbackModel) {
func CreateRubricQualityFeedbackModelFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRubricQualityFeedbackModel(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricQualityFeedbackModel) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RubricQualityFeedbackModel) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RubricQualityFeedbackModel) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *RubricQualityFeedbackModel) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricQualityFeedbackModel) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RubricQualityFeedbackModel) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/rubric_quality_selected_column_model.go b/models/rubric_quality_selected_column_model.go
index bac64a41cc2..ab37817748b 100644
--- a/models/rubric_quality_selected_column_model.go
+++ b/models/rubric_quality_selected_column_model.go
@@ -22,7 +22,7 @@ func NewRubricQualitySelectedColumnModel()(*RubricQualitySelectedColumnModel) {
func CreateRubricQualitySelectedColumnModelFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRubricQualitySelectedColumnModel(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricQualitySelectedColumnModel) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RubricQualitySelectedColumnModel) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RubricQualitySelectedColumnModel) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *RubricQualitySelectedColumnModel) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RubricQualitySelectedColumnModel) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RubricQualitySelectedColumnModel) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/saml_single_sign_on_settings.go b/models/saml_single_sign_on_settings.go
index 4b9937ad63b..30e3cdf8f0b 100644
--- a/models/saml_single_sign_on_settings.go
+++ b/models/saml_single_sign_on_settings.go
@@ -22,7 +22,7 @@ func NewSamlSingleSignOnSettings()(*SamlSingleSignOnSettings) {
func CreateSamlSingleSignOnSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSamlSingleSignOnSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SamlSingleSignOnSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SamlSingleSignOnSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SamlSingleSignOnSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *SamlSingleSignOnSettings) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SamlSingleSignOnSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SamlSingleSignOnSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/schedule_entity.go b/models/schedule_entity.go
index b2a54a80a3d..14936fb891f 100644
--- a/models/schedule_entity.go
+++ b/models/schedule_entity.go
@@ -45,7 +45,7 @@ func CreateScheduleEntityFromDiscriminatorValue(parseNode i878a80d2330e89d268963
}
return NewScheduleEntity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScheduleEntity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *ScheduleEntity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ScheduleEntity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -185,14 +185,14 @@ func (m *ScheduleEntity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScheduleEntity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ScheduleEntity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/schedule_information.go b/models/schedule_information.go
index edc83e3c1c5..e7d3d842a58 100644
--- a/models/schedule_information.go
+++ b/models/schedule_information.go
@@ -22,7 +22,7 @@ func NewScheduleInformation()(*ScheduleInformation) {
func CreateScheduleInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewScheduleInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScheduleInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ScheduleInformation) GetAvailabilityView()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ScheduleInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -227,7 +227,7 @@ func (m *ScheduleInformation) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScheduleInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -241,7 +241,7 @@ func (m *ScheduleInformation) SetAvailabilityView(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ScheduleInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/schedule_item.go b/models/schedule_item.go
index 465d4febbef..af91566b6c7 100644
--- a/models/schedule_item.go
+++ b/models/schedule_item.go
@@ -22,7 +22,7 @@ func NewScheduleItem()(*ScheduleItem) {
func CreateScheduleItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewScheduleItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScheduleItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ScheduleItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ScheduleItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *ScheduleItem) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScheduleItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ScheduleItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/scored_email_address.go b/models/scored_email_address.go
index 12cf3625f2c..f0a9f636a8c 100644
--- a/models/scored_email_address.go
+++ b/models/scored_email_address.go
@@ -22,7 +22,7 @@ func NewScoredEmailAddress()(*ScoredEmailAddress) {
func CreateScoredEmailAddressFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewScoredEmailAddress(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScoredEmailAddress) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ScoredEmailAddress) GetAddress()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ScoredEmailAddress) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,7 +189,7 @@ func (m *ScoredEmailAddress) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ScoredEmailAddress) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -203,7 +203,7 @@ func (m *ScoredEmailAddress) SetAddress(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ScoredEmailAddress) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_aggregation.go b/models/search_aggregation.go
index ac444523ce0..d7b7e08878b 100644
--- a/models/search_aggregation.go
+++ b/models/search_aggregation.go
@@ -22,7 +22,7 @@ func NewSearchAggregation()(*SearchAggregation) {
func CreateSearchAggregationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchAggregation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchAggregation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchAggregation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchAggregation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *SearchAggregation) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchAggregation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchAggregation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_alteration.go b/models/search_alteration.go
index f930f57b946..7b8ec3e3b1e 100644
--- a/models/search_alteration.go
+++ b/models/search_alteration.go
@@ -22,7 +22,7 @@ func NewSearchAlteration()(*SearchAlteration) {
func CreateSearchAlterationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchAlteration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchAlteration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *SearchAlteration) GetAlteredQueryTokens()([]AlteredQueryTokenable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchAlteration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,7 +173,7 @@ func (m *SearchAlteration) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchAlteration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -201,7 +201,7 @@ func (m *SearchAlteration) SetAlteredQueryTokens(value []AlteredQueryTokenable)(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchAlteration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_alteration_options.go b/models/search_alteration_options.go
index 0aeb1571cd0..d5dbe488da3 100644
--- a/models/search_alteration_options.go
+++ b/models/search_alteration_options.go
@@ -22,7 +22,7 @@ func NewSearchAlterationOptions()(*SearchAlterationOptions) {
func CreateSearchAlterationOptionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchAlterationOptions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchAlterationOptions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchAlterationOptions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchAlterationOptions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SearchAlterationOptions) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchAlterationOptions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchAlterationOptions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_bucket.go b/models/search_bucket.go
index 1ef648cd134..30fc803f2d1 100644
--- a/models/search_bucket.go
+++ b/models/search_bucket.go
@@ -22,7 +22,7 @@ func NewSearchBucket()(*SearchBucket) {
func CreateSearchBucketFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchBucket(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchBucket) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *SearchBucket) GetAggregationFilterToken()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchBucket) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *SearchBucket) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchBucket) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *SearchBucket) SetAggregationFilterToken(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchBucket) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_hit.go b/models/search_hit.go
index 5cff7386548..5fcd8224764 100644
--- a/models/search_hit.go
+++ b/models/search_hit.go
@@ -22,7 +22,7 @@ func NewSearchHit()(*SearchHit) {
func CreateSearchHitFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchHit(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchHit) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchHit) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchHit) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -269,14 +269,14 @@ func (m *SearchHit) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchHit) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchHit) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_hits_container.go b/models/search_hits_container.go
index 1c30ab6862e..c2ab559532f 100644
--- a/models/search_hits_container.go
+++ b/models/search_hits_container.go
@@ -22,7 +22,7 @@ func NewSearchHitsContainer()(*SearchHitsContainer) {
func CreateSearchHitsContainerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchHitsContainer(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchHitsContainer) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *SearchHitsContainer) GetAggregations()([]SearchAggregationable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchHitsContainer) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -212,7 +212,7 @@ func (m *SearchHitsContainer) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchHitsContainer) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -226,7 +226,7 @@ func (m *SearchHitsContainer) SetAggregations(value []SearchAggregationable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchHitsContainer) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_query.go b/models/search_query.go
index 56925af6f53..8ca2ee12ea3 100644
--- a/models/search_query.go
+++ b/models/search_query.go
@@ -22,7 +22,7 @@ func NewSearchQuery()(*SearchQuery) {
func CreateSearchQueryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchQuery(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchQuery) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchQuery) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchQuery) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SearchQuery) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchQuery) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchQuery) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_request.go b/models/search_request.go
index 7155f8ddffb..3d4bf795dd0 100644
--- a/models/search_request.go
+++ b/models/search_request.go
@@ -22,7 +22,7 @@ func NewSearchRequest()(*SearchRequest) {
func CreateSearchRequestFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchRequest(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchRequest) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *SearchRequest) GetAggregations()([]AggregationOptionable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchRequest) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -545,7 +545,7 @@ func (m *SearchRequest) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchRequest) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -566,7 +566,7 @@ func (m *SearchRequest) SetAggregations(value []AggregationOptionable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchRequest) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_response.go b/models/search_response.go
index 7b78978e610..9176031fc65 100644
--- a/models/search_response.go
+++ b/models/search_response.go
@@ -22,7 +22,7 @@ func NewSearchResponse()(*SearchResponse) {
func CreateSearchResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchResponse) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -206,14 +206,14 @@ func (m *SearchResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/search_result.go b/models/search_result.go
index 0757c08a3ed..48c85ae4a3e 100644
--- a/models/search_result.go
+++ b/models/search_result.go
@@ -22,7 +22,7 @@ func NewSearchResult()(*SearchResult) {
func CreateSearchResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSearchResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SearchResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SearchResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *SearchResult) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SearchResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SearchResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/section_links.go b/models/section_links.go
index 549c8158fe6..15469eef64c 100644
--- a/models/section_links.go
+++ b/models/section_links.go
@@ -22,7 +22,7 @@ func NewSectionLinks()(*SectionLinks) {
func CreateSectionLinksFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSectionLinks(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SectionLinks) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SectionLinks) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SectionLinks) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SectionLinks) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SectionLinks) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SectionLinks) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/secure_score_control_state_update.go b/models/secure_score_control_state_update.go
index ee10a9dae5e..5506f5c5638 100644
--- a/models/secure_score_control_state_update.go
+++ b/models/secure_score_control_state_update.go
@@ -23,7 +23,7 @@ func NewSecureScoreControlStateUpdate()(*SecureScoreControlStateUpdate) {
func CreateSecureScoreControlStateUpdateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSecureScoreControlStateUpdate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SecureScoreControlStateUpdate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *SecureScoreControlStateUpdate) GetAssignedTo()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SecureScoreControlStateUpdate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,7 +216,7 @@ func (m *SecureScoreControlStateUpdate) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SecureScoreControlStateUpdate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -230,7 +230,7 @@ func (m *SecureScoreControlStateUpdate) SetAssignedTo(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SecureScoreControlStateUpdate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/alert_comment.go b/models/security/alert_comment.go
index fc04a68bb3d..0b416fb17e7 100644
--- a/models/security/alert_comment.go
+++ b/models/security/alert_comment.go
@@ -23,7 +23,7 @@ func NewAlertComment()(*AlertComment) {
func CreateAlertCommentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAlertComment(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertComment) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *AlertComment) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlertComment) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *AlertComment) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertComment) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlertComment) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/alert_evidence.go b/models/security/alert_evidence.go
index d3ea4064f80..03121c007b3 100644
--- a/models/security/alert_evidence.go
+++ b/models/security/alert_evidence.go
@@ -97,7 +97,7 @@ func CreateAlertEvidenceFromDiscriminatorValue(parseNode i878a80d2330e89d2689638
}
return NewAlertEvidence(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertEvidence) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -109,7 +109,7 @@ func (m *AlertEvidence) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AlertEvidence) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -364,14 +364,14 @@ func (m *AlertEvidence) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AlertEvidence) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AlertEvidence) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/autonomous_system.go b/models/security/autonomous_system.go
index 3fcbe2de691..2fc8a671576 100644
--- a/models/security/autonomous_system.go
+++ b/models/security/autonomous_system.go
@@ -22,7 +22,7 @@ func NewAutonomousSystem()(*AutonomousSystem) {
func CreateAutonomousSystemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAutonomousSystem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AutonomousSystem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *AutonomousSystem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AutonomousSystem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *AutonomousSystem) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AutonomousSystem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AutonomousSystem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/cvss_summary.go b/models/security/cvss_summary.go
index 8b80e098b22..34e0ec433d4 100644
--- a/models/security/cvss_summary.go
+++ b/models/security/cvss_summary.go
@@ -22,7 +22,7 @@ func NewCvssSummary()(*CvssSummary) {
func CreateCvssSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCvssSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CvssSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CvssSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CvssSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *CvssSummary) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CvssSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CvssSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/dictionary.go b/models/security/dictionary.go
index b4b70e6f90e..49a9ce53ee3 100644
--- a/models/security/dictionary.go
+++ b/models/security/dictionary.go
@@ -22,7 +22,7 @@ func NewDictionary()(*Dictionary) {
func CreateDictionaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDictionary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Dictionary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Dictionary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Dictionary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *Dictionary) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Dictionary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Dictionary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/email_sender.go b/models/security/email_sender.go
index bf8c4794bb5..dc780434eed 100644
--- a/models/security/email_sender.go
+++ b/models/security/email_sender.go
@@ -22,7 +22,7 @@ func NewEmailSender()(*EmailSender) {
func CreateEmailSenderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEmailSender(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmailSender) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EmailSender) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EmailSender) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *EmailSender) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EmailSender) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EmailSender) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/event_propagation_result.go b/models/security/event_propagation_result.go
index 3eeb3e6cdad..652cf5dadec 100644
--- a/models/security/event_propagation_result.go
+++ b/models/security/event_propagation_result.go
@@ -22,7 +22,7 @@ func NewEventPropagationResult()(*EventPropagationResult) {
func CreateEventPropagationResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEventPropagationResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EventPropagationResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EventPropagationResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EventPropagationResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *EventPropagationResult) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EventPropagationResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EventPropagationResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/event_query.go b/models/security/event_query.go
index 77075f8bc19..f2ca31536ff 100644
--- a/models/security/event_query.go
+++ b/models/security/event_query.go
@@ -22,7 +22,7 @@ func NewEventQuery()(*EventQuery) {
func CreateEventQueryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEventQuery(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EventQuery) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *EventQuery) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *EventQuery) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *EventQuery) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *EventQuery) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *EventQuery) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/export_file_metadata.go b/models/security/export_file_metadata.go
index e5e55c6f572..8611b3ef948 100644
--- a/models/security/export_file_metadata.go
+++ b/models/security/export_file_metadata.go
@@ -22,7 +22,7 @@ func NewExportFileMetadata()(*ExportFileMetadata) {
func CreateExportFileMetadataFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewExportFileMetadata(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExportFileMetadata) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ExportFileMetadata) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ExportFileMetadata) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ExportFileMetadata) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ExportFileMetadata) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ExportFileMetadata) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/file_details.go b/models/security/file_details.go
index 6898f7fe836..2652e3e0bbf 100644
--- a/models/security/file_details.go
+++ b/models/security/file_details.go
@@ -22,7 +22,7 @@ func NewFileDetails()(*FileDetails) {
func CreateFileDetailsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFileDetails(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileDetails) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FileDetails) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FileDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -296,14 +296,14 @@ func (m *FileDetails) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileDetails) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FileDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/file_hash.go b/models/security/file_hash.go
index dd5500a78cd..04df526b6c2 100644
--- a/models/security/file_hash.go
+++ b/models/security/file_hash.go
@@ -22,7 +22,7 @@ func NewFileHash()(*FileHash) {
func CreateFileHashFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFileHash(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileHash) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *FileHash) GetAlgorithm()(*FileHashAlgorithm) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FileHash) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,7 +135,7 @@ func (m *FileHash) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FileHash) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -149,7 +149,7 @@ func (m *FileHash) SetAlgorithm(value *FileHashAlgorithm)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FileHash) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/formatted_content.go b/models/security/formatted_content.go
index ccb0af554b8..04a15b4f16e 100644
--- a/models/security/formatted_content.go
+++ b/models/security/formatted_content.go
@@ -22,7 +22,7 @@ func NewFormattedContent()(*FormattedContent) {
func CreateFormattedContentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFormattedContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FormattedContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *FormattedContent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *FormattedContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *FormattedContent) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *FormattedContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *FormattedContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/host_reputation_rule.go b/models/security/host_reputation_rule.go
index 8bd180e1c78..62af5547147 100644
--- a/models/security/host_reputation_rule.go
+++ b/models/security/host_reputation_rule.go
@@ -22,7 +22,7 @@ func NewHostReputationRule()(*HostReputationRule) {
func CreateHostReputationRuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHostReputationRule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HostReputationRule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *HostReputationRule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *HostReputationRule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *HostReputationRule) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HostReputationRule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *HostReputationRule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/host_ssl_certificate_port.go b/models/security/host_ssl_certificate_port.go
index 3692cf79a04..ec4f137285e 100644
--- a/models/security/host_ssl_certificate_port.go
+++ b/models/security/host_ssl_certificate_port.go
@@ -23,7 +23,7 @@ func NewHostSslCertificatePort()(*HostSslCertificatePort) {
func CreateHostSslCertificatePortFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHostSslCertificatePort(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HostSslCertificatePort) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *HostSslCertificatePort) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *HostSslCertificatePort) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *HostSslCertificatePort) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HostSslCertificatePort) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *HostSslCertificatePort) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/hunting_query_results.go b/models/security/hunting_query_results.go
index 24c109192b0..9735ede781a 100644
--- a/models/security/hunting_query_results.go
+++ b/models/security/hunting_query_results.go
@@ -22,7 +22,7 @@ func NewHuntingQueryResults()(*HuntingQueryResults) {
func CreateHuntingQueryResultsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHuntingQueryResults(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HuntingQueryResults) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *HuntingQueryResults) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *HuntingQueryResults) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -158,14 +158,14 @@ func (m *HuntingQueryResults) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HuntingQueryResults) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *HuntingQueryResults) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/hunting_row_result.go b/models/security/hunting_row_result.go
index 371d86234fa..259589a4d22 100644
--- a/models/security/hunting_row_result.go
+++ b/models/security/hunting_row_result.go
@@ -22,7 +22,7 @@ func NewHuntingRowResult()(*HuntingRowResult) {
func CreateHuntingRowResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHuntingRowResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HuntingRowResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *HuntingRowResult) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *HuntingRowResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *HuntingRowResult) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *HuntingRowResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *HuntingRowResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/hyperlink.go b/models/security/hyperlink.go
index 7f08f615cd7..a3c57cfd902 100644
--- a/models/security/hyperlink.go
+++ b/models/security/hyperlink.go
@@ -22,7 +22,7 @@ func NewHyperlink()(*Hyperlink) {
func CreateHyperlinkFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewHyperlink(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Hyperlink) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Hyperlink) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Hyperlink) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *Hyperlink) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Hyperlink) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Hyperlink) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/intelligence_profile_country_or_region_of_origin.go b/models/security/intelligence_profile_country_or_region_of_origin.go
index 789bd99511a..318ecf2a0a5 100644
--- a/models/security/intelligence_profile_country_or_region_of_origin.go
+++ b/models/security/intelligence_profile_country_or_region_of_origin.go
@@ -22,7 +22,7 @@ func NewIntelligenceProfileCountryOrRegionOfOrigin()(*IntelligenceProfileCountry
func CreateIntelligenceProfileCountryOrRegionOfOriginFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIntelligenceProfileCountryOrRegionOfOrigin(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IntelligenceProfileCountryOrRegionOfOrigin) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *IntelligenceProfileCountryOrRegionOfOrigin) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *IntelligenceProfileCountryOrRegionOfOrigin) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *IntelligenceProfileCountryOrRegionOfOrigin) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *IntelligenceProfileCountryOrRegionOfOrigin) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *IntelligenceProfileCountryOrRegionOfOrigin) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/kubernetes_service_port.go b/models/security/kubernetes_service_port.go
index a69330637c8..e3869ef5c9c 100644
--- a/models/security/kubernetes_service_port.go
+++ b/models/security/kubernetes_service_port.go
@@ -22,7 +22,7 @@ func NewKubernetesServicePort()(*KubernetesServicePort) {
func CreateKubernetesServicePortFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewKubernetesServicePort(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KubernetesServicePort) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *KubernetesServicePort) GetAppProtocol()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *KubernetesServicePort) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,7 +243,7 @@ func (m *KubernetesServicePort) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *KubernetesServicePort) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -257,7 +257,7 @@ func (m *KubernetesServicePort) SetAppProtocol(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *KubernetesServicePort) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/logged_on_user.go b/models/security/logged_on_user.go
index 8ddcf76a2ce..007456232ee 100644
--- a/models/security/logged_on_user.go
+++ b/models/security/logged_on_user.go
@@ -33,7 +33,7 @@ func (m *LoggedOnUser) GetAccountName()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LoggedOnUser) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *LoggedOnUser) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LoggedOnUser) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,14 +141,14 @@ func (m *LoggedOnUser) SetAccountName(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LoggedOnUser) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LoggedOnUser) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/ocr_settings.go b/models/security/ocr_settings.go
index ef76cfeb1f9..8b5802dde72 100644
--- a/models/security/ocr_settings.go
+++ b/models/security/ocr_settings.go
@@ -22,7 +22,7 @@ func NewOcrSettings()(*OcrSettings) {
func CreateOcrSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOcrSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OcrSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *OcrSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *OcrSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *OcrSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *OcrSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *OcrSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/redundancy_detection_settings.go b/models/security/redundancy_detection_settings.go
index d23a5a77358..d05ff4d62d8 100644
--- a/models/security/redundancy_detection_settings.go
+++ b/models/security/redundancy_detection_settings.go
@@ -22,7 +22,7 @@ func NewRedundancyDetectionSettings()(*RedundancyDetectionSettings) {
func CreateRedundancyDetectionSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRedundancyDetectionSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RedundancyDetectionSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *RedundancyDetectionSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RedundancyDetectionSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *RedundancyDetectionSettings) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RedundancyDetectionSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RedundancyDetectionSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/retention_event_status.go b/models/security/retention_event_status.go
index a8f1c51a7c9..2a43da0aea3 100644
--- a/models/security/retention_event_status.go
+++ b/models/security/retention_event_status.go
@@ -23,7 +23,7 @@ func NewRetentionEventStatus()(*RetentionEventStatus) {
func CreateRetentionEventStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRetentionEventStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RetentionEventStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *RetentionEventStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RetentionEventStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *RetentionEventStatus) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RetentionEventStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RetentionEventStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/single_property_schema.go b/models/security/single_property_schema.go
index 8a146be08e3..d89496a5eb3 100644
--- a/models/security/single_property_schema.go
+++ b/models/security/single_property_schema.go
@@ -22,7 +22,7 @@ func NewSinglePropertySchema()(*SinglePropertySchema) {
func CreateSinglePropertySchemaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSinglePropertySchema(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SinglePropertySchema) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SinglePropertySchema) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SinglePropertySchema) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SinglePropertySchema) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SinglePropertySchema) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SinglePropertySchema) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/ssl_certificate_entity.go b/models/security/ssl_certificate_entity.go
index 182ebb7a9e4..b8ccf5d2626 100644
--- a/models/security/ssl_certificate_entity.go
+++ b/models/security/ssl_certificate_entity.go
@@ -23,7 +23,7 @@ func NewSslCertificateEntity()(*SslCertificateEntity) {
func CreateSslCertificateEntityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSslCertificateEntity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SslCertificateEntity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *SslCertificateEntity) GetAlternateNames()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SslCertificateEntity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -330,7 +330,7 @@ func (m *SslCertificateEntity) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SslCertificateEntity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -351,7 +351,7 @@ func (m *SslCertificateEntity) SetAlternateNames(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SslCertificateEntity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/topic_modeling_settings.go b/models/security/topic_modeling_settings.go
index 5e271c55778..1bb44caa44a 100644
--- a/models/security/topic_modeling_settings.go
+++ b/models/security/topic_modeling_settings.go
@@ -22,7 +22,7 @@ func NewTopicModelingSettings()(*TopicModelingSettings) {
func CreateTopicModelingSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTopicModelingSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TopicModelingSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TopicModelingSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TopicModelingSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *TopicModelingSettings) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TopicModelingSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TopicModelingSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/user_account.go b/models/security/user_account.go
index 5515f0c42f4..a5ba3467901 100644
--- a/models/security/user_account.go
+++ b/models/security/user_account.go
@@ -33,7 +33,7 @@ func (m *UserAccount) GetAccountName()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserAccount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *UserAccount) GetAzureAdUserId()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserAccount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -249,7 +249,7 @@ func (m *UserAccount) SetAccountName(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserAccount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -263,7 +263,7 @@ func (m *UserAccount) SetAzureAdUserId(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserAccount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/vm_metadata.go b/models/security/vm_metadata.go
index f852b6939b7..e1083d0fb25 100644
--- a/models/security/vm_metadata.go
+++ b/models/security/vm_metadata.go
@@ -22,7 +22,7 @@ func NewVmMetadata()(*VmMetadata) {
func CreateVmMetadataFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVmMetadata(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VmMetadata) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *VmMetadata) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VmMetadata) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *VmMetadata) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VmMetadata) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VmMetadata) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/whois_contact.go b/models/security/whois_contact.go
index f6267954b3f..b9f4a8ba1de 100644
--- a/models/security/whois_contact.go
+++ b/models/security/whois_contact.go
@@ -23,7 +23,7 @@ func NewWhoisContact()(*WhoisContact) {
func CreateWhoisContactFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWhoisContact(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WhoisContact) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *WhoisContact) GetAddress()(iadcd81124412c61e647227ecfc4449d8bba17de0380
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WhoisContact) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,7 +243,7 @@ func (m *WhoisContact) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WhoisContact) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -257,7 +257,7 @@ func (m *WhoisContact) SetAddress(value iadcd81124412c61e647227ecfc4449d8bba17de
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WhoisContact) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security/whois_nameserver.go b/models/security/whois_nameserver.go
index d4819dadef7..5023aea1ca3 100644
--- a/models/security/whois_nameserver.go
+++ b/models/security/whois_nameserver.go
@@ -23,7 +23,7 @@ func NewWhoisNameserver()(*WhoisNameserver) {
func CreateWhoisNameserverFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWhoisNameserver(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WhoisNameserver) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *WhoisNameserver) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WhoisNameserver) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *WhoisNameserver) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WhoisNameserver) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WhoisNameserver) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security_resource.go b/models/security_resource.go
index 3305857d1af..21c20743a48 100644
--- a/models/security_resource.go
+++ b/models/security_resource.go
@@ -22,7 +22,7 @@ func NewSecurityResource()(*SecurityResource) {
func CreateSecurityResourceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSecurityResource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SecurityResource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SecurityResource) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SecurityResource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *SecurityResource) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SecurityResource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SecurityResource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/security_vendor_information.go b/models/security_vendor_information.go
index bb665efefcf..cf608218db2 100644
--- a/models/security_vendor_information.go
+++ b/models/security_vendor_information.go
@@ -22,7 +22,7 @@ func NewSecurityVendorInformation()(*SecurityVendorInformation) {
func CreateSecurityVendorInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSecurityVendorInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SecurityVendorInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SecurityVendorInformation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SecurityVendorInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *SecurityVendorInformation) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SecurityVendorInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SecurityVendorInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/self_service_sign_up_authentication_flow_configuration.go b/models/self_service_sign_up_authentication_flow_configuration.go
index 3f7935b0b5c..ecf03fee1c9 100644
--- a/models/self_service_sign_up_authentication_flow_configuration.go
+++ b/models/self_service_sign_up_authentication_flow_configuration.go
@@ -22,7 +22,7 @@ func NewSelfServiceSignUpAuthenticationFlowConfiguration()(*SelfServiceSignUpAut
func CreateSelfServiceSignUpAuthenticationFlowConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSelfServiceSignUpAuthenticationFlowConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SelfServiceSignUpAuthenticationFlowConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SelfServiceSignUpAuthenticationFlowConfiguration) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SelfServiceSignUpAuthenticationFlowConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *SelfServiceSignUpAuthenticationFlowConfiguration) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SelfServiceSignUpAuthenticationFlowConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SelfServiceSignUpAuthenticationFlowConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/self_signed_certificate.go b/models/self_signed_certificate.go
index 0178c94e407..b9637895fc3 100644
--- a/models/self_signed_certificate.go
+++ b/models/self_signed_certificate.go
@@ -24,7 +24,7 @@ func NewSelfSignedCertificate()(*SelfSignedCertificate) {
func CreateSelfSignedCertificateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSelfSignedCertificate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SelfSignedCertificate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *SelfSignedCertificate) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SelfSignedCertificate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -325,14 +325,14 @@ func (m *SelfSignedCertificate) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SelfSignedCertificate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SelfSignedCertificate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sensitivity_label_assignment.go b/models/sensitivity_label_assignment.go
index 373022f2132..b1fc0a595ba 100644
--- a/models/sensitivity_label_assignment.go
+++ b/models/sensitivity_label_assignment.go
@@ -22,7 +22,7 @@ func NewSensitivityLabelAssignment()(*SensitivityLabelAssignment) {
func CreateSensitivityLabelAssignmentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSensitivityLabelAssignment(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SensitivityLabelAssignment) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *SensitivityLabelAssignment) GetAssignmentMethod()(*SensitivityLabelAssi
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SensitivityLabelAssignment) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *SensitivityLabelAssignment) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SensitivityLabelAssignment) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -176,7 +176,7 @@ func (m *SensitivityLabelAssignment) SetAssignmentMethod(value *SensitivityLabel
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SensitivityLabelAssignment) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/service_health_issue_post.go b/models/service_health_issue_post.go
index 9fcc2b8d844..4f9082c6fbe 100644
--- a/models/service_health_issue_post.go
+++ b/models/service_health_issue_post.go
@@ -23,7 +23,7 @@ func NewServiceHealthIssuePost()(*ServiceHealthIssuePost) {
func CreateServiceHealthIssuePostFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceHealthIssuePost(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceHealthIssuePost) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ServiceHealthIssuePost) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceHealthIssuePost) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *ServiceHealthIssuePost) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceHealthIssuePost) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceHealthIssuePost) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/service_plan_info.go b/models/service_plan_info.go
index 69f26036307..0213677d649 100644
--- a/models/service_plan_info.go
+++ b/models/service_plan_info.go
@@ -23,7 +23,7 @@ func NewServicePlanInfo()(*ServicePlanInfo) {
func CreateServicePlanInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServicePlanInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServicePlanInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ServicePlanInfo) GetAppliesTo()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServicePlanInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,7 +189,7 @@ func (m *ServicePlanInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServicePlanInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -203,7 +203,7 @@ func (m *ServicePlanInfo) SetAppliesTo(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServicePlanInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/service_principal_lock_configuration.go b/models/service_principal_lock_configuration.go
index 8ad5d382609..0c26b10bc6b 100644
--- a/models/service_principal_lock_configuration.go
+++ b/models/service_principal_lock_configuration.go
@@ -22,7 +22,7 @@ func NewServicePrincipalLockConfiguration()(*ServicePrincipalLockConfiguration)
func CreateServicePrincipalLockConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServicePrincipalLockConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServicePrincipalLockConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *ServicePrincipalLockConfiguration) GetAllProperties()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServicePrincipalLockConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *ServicePrincipalLockConfiguration) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServicePrincipalLockConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -229,7 +229,7 @@ func (m *ServicePrincipalLockConfiguration) SetAllProperties(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServicePrincipalLockConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/service_provisioning_error.go b/models/service_provisioning_error.go
index bd3de198f44..71621bc7e1d 100644
--- a/models/service_provisioning_error.go
+++ b/models/service_provisioning_error.go
@@ -41,7 +41,7 @@ func CreateServiceProvisioningErrorFromDiscriminatorValue(parseNode i878a80d2330
}
return NewServiceProvisioningError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceProvisioningError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ServiceProvisioningError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceProvisioningError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -180,14 +180,14 @@ func (m *ServiceProvisioningError) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceProvisioningError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceProvisioningError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/service_update_message_viewpoint.go b/models/service_update_message_viewpoint.go
index 896d8d7e906..03e78989be3 100644
--- a/models/service_update_message_viewpoint.go
+++ b/models/service_update_message_viewpoint.go
@@ -22,7 +22,7 @@ func NewServiceUpdateMessageViewpoint()(*ServiceUpdateMessageViewpoint) {
func CreateServiceUpdateMessageViewpointFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceUpdateMessageViewpoint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceUpdateMessageViewpoint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ServiceUpdateMessageViewpoint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ServiceUpdateMessageViewpoint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ServiceUpdateMessageViewpoint) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ServiceUpdateMessageViewpoint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ServiceUpdateMessageViewpoint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/setting_source.go b/models/setting_source.go
index 0492162ef44..7740e4a24a2 100644
--- a/models/setting_source.go
+++ b/models/setting_source.go
@@ -22,7 +22,7 @@ func NewSettingSource()(*SettingSource) {
func CreateSettingSourceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSettingSource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SettingSource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SettingSource) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SettingSource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *SettingSource) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SettingSource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SettingSource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/setting_template_value.go b/models/setting_template_value.go
index de13cfdc02b..0e3f69503ec 100644
--- a/models/setting_template_value.go
+++ b/models/setting_template_value.go
@@ -22,7 +22,7 @@ func NewSettingTemplateValue()(*SettingTemplateValue) {
func CreateSettingTemplateValueFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSettingTemplateValue(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SettingTemplateValue) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SettingTemplateValue) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SettingTemplateValue) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *SettingTemplateValue) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SettingTemplateValue) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SettingTemplateValue) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/setting_value.go b/models/setting_value.go
index 5dbfa520ddf..260aae949f8 100644
--- a/models/setting_value.go
+++ b/models/setting_value.go
@@ -22,7 +22,7 @@ func NewSettingValue()(*SettingValue) {
func CreateSettingValueFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSettingValue(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SettingValue) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SettingValue) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SettingValue) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SettingValue) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SettingValue) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SettingValue) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/share_point_one_drive_options.go b/models/share_point_one_drive_options.go
index e3b970cb966..49c60675bf3 100644
--- a/models/share_point_one_drive_options.go
+++ b/models/share_point_one_drive_options.go
@@ -22,7 +22,7 @@ func NewSharePointOneDriveOptions()(*SharePointOneDriveOptions) {
func CreateSharePointOneDriveOptionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharePointOneDriveOptions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharePointOneDriveOptions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SharePointOneDriveOptions) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharePointOneDriveOptions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *SharePointOneDriveOptions) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharePointOneDriveOptions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharePointOneDriveOptions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/shared.go b/models/shared.go
index 57f8efd42d1..344168af0d4 100644
--- a/models/shared.go
+++ b/models/shared.go
@@ -23,7 +23,7 @@ func NewShared()(*Shared) {
func CreateSharedFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewShared(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Shared) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *Shared) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Shared) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *Shared) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Shared) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Shared) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/shared_p_c_account_manager_policy.go b/models/shared_p_c_account_manager_policy.go
index f565583be6e..bd8fdec4f14 100644
--- a/models/shared_p_c_account_manager_policy.go
+++ b/models/shared_p_c_account_manager_policy.go
@@ -33,7 +33,7 @@ func (m *SharedPCAccountManagerPolicy) GetAccountDeletionPolicy()(*SharedPCAccou
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharedPCAccountManagerPolicy) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *SharedPCAccountManagerPolicy) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharedPCAccountManagerPolicy) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -196,14 +196,14 @@ func (m *SharedPCAccountManagerPolicy) SetAccountDeletionPolicy(value *SharedPCA
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharedPCAccountManagerPolicy) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharedPCAccountManagerPolicy) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sharepoint_ids.go b/models/sharepoint_ids.go
index 83e363753d3..03888414f66 100644
--- a/models/sharepoint_ids.go
+++ b/models/sharepoint_ids.go
@@ -22,7 +22,7 @@ func NewSharepointIds()(*SharepointIds) {
func CreateSharepointIdsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharepointIds(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharepointIds) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SharepointIds) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharepointIds) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -269,14 +269,14 @@ func (m *SharepointIds) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharepointIds) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharepointIds) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sharing_detail.go b/models/sharing_detail.go
index 6a64d73144b..7e1848d2ca6 100644
--- a/models/sharing_detail.go
+++ b/models/sharing_detail.go
@@ -23,7 +23,7 @@ func NewSharingDetail()(*SharingDetail) {
func CreateSharingDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharingDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharingDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SharingDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharingDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -210,14 +210,14 @@ func (m *SharingDetail) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharingDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharingDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sharing_invitation.go b/models/sharing_invitation.go
index 095dd0acae3..4dc005fa1f0 100644
--- a/models/sharing_invitation.go
+++ b/models/sharing_invitation.go
@@ -22,7 +22,7 @@ func NewSharingInvitation()(*SharingInvitation) {
func CreateSharingInvitationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharingInvitation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharingInvitation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SharingInvitation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharingInvitation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *SharingInvitation) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharingInvitation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharingInvitation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sharing_link.go b/models/sharing_link.go
index 2d622a0922c..c6be9a7a371 100644
--- a/models/sharing_link.go
+++ b/models/sharing_link.go
@@ -22,7 +22,7 @@ func NewSharingLink()(*SharingLink) {
func CreateSharingLinkFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharingLink(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharingLink) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *SharingLink) GetApplication()(Identityable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharingLink) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,7 +242,7 @@ func (m *SharingLink) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharingLink) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -256,7 +256,7 @@ func (m *SharingLink) SetApplication(value Identityable)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharingLink) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/shift_activity.go b/models/shift_activity.go
index c0bee6a6df0..a1a47cd406c 100644
--- a/models/shift_activity.go
+++ b/models/shift_activity.go
@@ -23,7 +23,7 @@ func NewShiftActivity()(*ShiftActivity) {
func CreateShiftActivityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewShiftActivity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ShiftActivity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ShiftActivity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ShiftActivity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -244,14 +244,14 @@ func (m *ShiftActivity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ShiftActivity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ShiftActivity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/shift_availability.go b/models/shift_availability.go
index 2a6f192c3ef..37a46a86a0f 100644
--- a/models/shift_availability.go
+++ b/models/shift_availability.go
@@ -22,7 +22,7 @@ func NewShiftAvailability()(*ShiftAvailability) {
func CreateShiftAvailabilityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewShiftAvailability(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ShiftAvailability) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ShiftAvailability) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ShiftAvailability) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,14 +173,14 @@ func (m *ShiftAvailability) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ShiftAvailability) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ShiftAvailability) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sign_in_activity.go b/models/sign_in_activity.go
index 52680de6412..c822c8f2e34 100644
--- a/models/sign_in_activity.go
+++ b/models/sign_in_activity.go
@@ -23,7 +23,7 @@ func NewSignInActivity()(*SignInActivity) {
func CreateSignInActivityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSignInActivity(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SignInActivity) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SignInActivity) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SignInActivity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *SignInActivity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SignInActivity) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SignInActivity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sign_in_location.go b/models/sign_in_location.go
index ef89e3b9c09..b9b89bfb338 100644
--- a/models/sign_in_location.go
+++ b/models/sign_in_location.go
@@ -22,7 +22,7 @@ func NewSignInLocation()(*SignInLocation) {
func CreateSignInLocationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSignInLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SignInLocation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SignInLocation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SignInLocation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *SignInLocation) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SignInLocation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SignInLocation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sign_in_status.go b/models/sign_in_status.go
index 8b8e03a49c6..337a6d3603d 100644
--- a/models/sign_in_status.go
+++ b/models/sign_in_status.go
@@ -22,7 +22,7 @@ func NewSignInStatus()(*SignInStatus) {
func CreateSignInStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSignInStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SignInStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *SignInStatus) GetAdditionalDetails()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SignInStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,7 +161,7 @@ func (m *SignInStatus) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SignInStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -175,7 +175,7 @@ func (m *SignInStatus) SetAdditionalDetails(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SignInStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/signing_certificate_update_status.go b/models/signing_certificate_update_status.go
index 89477d46378..3c79e95c8a8 100644
--- a/models/signing_certificate_update_status.go
+++ b/models/signing_certificate_update_status.go
@@ -23,7 +23,7 @@ func NewSigningCertificateUpdateStatus()(*SigningCertificateUpdateStatus) {
func CreateSigningCertificateUpdateStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSigningCertificateUpdateStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SigningCertificateUpdateStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SigningCertificateUpdateStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SigningCertificateUpdateStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *SigningCertificateUpdateStatus) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SigningCertificateUpdateStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SigningCertificateUpdateStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/simulation_event.go b/models/simulation_event.go
index 63b7f8547ef..a4bdba5d670 100644
--- a/models/simulation_event.go
+++ b/models/simulation_event.go
@@ -22,7 +22,7 @@ func NewSimulationEvent()(*SimulationEvent) {
func CreateSimulationEventFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSimulationEvent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationEvent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SimulationEvent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SimulationEvent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SimulationEvent) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationEvent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SimulationEvent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/simulation_events_content.go b/models/simulation_events_content.go
index 0e4502ffade..262b9ba4311 100644
--- a/models/simulation_events_content.go
+++ b/models/simulation_events_content.go
@@ -22,7 +22,7 @@ func NewSimulationEventsContent()(*SimulationEventsContent) {
func CreateSimulationEventsContentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSimulationEventsContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationEventsContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SimulationEventsContent) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SimulationEventsContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *SimulationEventsContent) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationEventsContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SimulationEventsContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/simulation_report.go b/models/simulation_report.go
index 43173ad13c8..79d7cd4fdb2 100644
--- a/models/simulation_report.go
+++ b/models/simulation_report.go
@@ -22,7 +22,7 @@ func NewSimulationReport()(*SimulationReport) {
func CreateSimulationReportFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSimulationReport(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationReport) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SimulationReport) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SimulationReport) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *SimulationReport) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationReport) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SimulationReport) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/simulation_report_overview.go b/models/simulation_report_overview.go
index 9f0e38f0d30..8903dfc1476 100644
--- a/models/simulation_report_overview.go
+++ b/models/simulation_report_overview.go
@@ -22,7 +22,7 @@ func NewSimulationReportOverview()(*SimulationReportOverview) {
func CreateSimulationReportOverviewFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSimulationReportOverview(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationReportOverview) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SimulationReportOverview) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SimulationReportOverview) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -200,14 +200,14 @@ func (m *SimulationReportOverview) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SimulationReportOverview) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SimulationReportOverview) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/site_collection.go b/models/site_collection.go
index da383a471f4..288fa6190f1 100644
--- a/models/site_collection.go
+++ b/models/site_collection.go
@@ -22,7 +22,7 @@ func NewSiteCollection()(*SiteCollection) {
func CreateSiteCollectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSiteCollection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SiteCollection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SiteCollection) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SiteCollection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *SiteCollection) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SiteCollection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SiteCollection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/size_range.go b/models/size_range.go
index da860d5f22c..3c6c7c75d6c 100644
--- a/models/size_range.go
+++ b/models/size_range.go
@@ -22,7 +22,7 @@ func NewSizeRange()(*SizeRange) {
func CreateSizeRangeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSizeRange(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SizeRange) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SizeRange) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SizeRange) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SizeRange) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SizeRange) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SizeRange) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/solutions_root.go b/models/solutions_root.go
index f908cc2f962..0793a35d85c 100644
--- a/models/solutions_root.go
+++ b/models/solutions_root.go
@@ -22,7 +22,7 @@ func NewSolutionsRoot()(*SolutionsRoot) {
func CreateSolutionsRootFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSolutionsRoot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SolutionsRoot) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SolutionsRoot) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SolutionsRoot) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -158,14 +158,14 @@ func (m *SolutionsRoot) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SolutionsRoot) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SolutionsRoot) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/sort_property.go b/models/sort_property.go
index de825ad44cb..c4096198194 100644
--- a/models/sort_property.go
+++ b/models/sort_property.go
@@ -22,7 +22,7 @@ func NewSortProperty()(*SortProperty) {
func CreateSortPropertyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSortProperty(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SortProperty) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SortProperty) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SortProperty) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *SortProperty) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SortProperty) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SortProperty) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/spa_application.go b/models/spa_application.go
index c7f7c953e04..6a8b74c27b1 100644
--- a/models/spa_application.go
+++ b/models/spa_application.go
@@ -22,7 +22,7 @@ func NewSpaApplication()(*SpaApplication) {
func CreateSpaApplicationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSpaApplication(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SpaApplication) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SpaApplication) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SpaApplication) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *SpaApplication) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SpaApplication) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SpaApplication) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/special_folder.go b/models/special_folder.go
index 3fe7072e659..6975e768af3 100644
--- a/models/special_folder.go
+++ b/models/special_folder.go
@@ -22,7 +22,7 @@ func NewSpecialFolder()(*SpecialFolder) {
func CreateSpecialFolderFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSpecialFolder(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SpecialFolder) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SpecialFolder) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SpecialFolder) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *SpecialFolder) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SpecialFolder) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SpecialFolder) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/staff_availability_item.go b/models/staff_availability_item.go
index a625b469bb7..3a83d91371e 100644
--- a/models/staff_availability_item.go
+++ b/models/staff_availability_item.go
@@ -22,7 +22,7 @@ func NewStaffAvailabilityItem()(*StaffAvailabilityItem) {
func CreateStaffAvailabilityItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewStaffAvailabilityItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StaffAvailabilityItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *StaffAvailabilityItem) GetAvailabilityItems()([]AvailabilityItemable) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StaffAvailabilityItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,7 +146,7 @@ func (m *StaffAvailabilityItem) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StaffAvailabilityItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -160,7 +160,7 @@ func (m *StaffAvailabilityItem) SetAvailabilityItems(value []AvailabilityItemabl
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StaffAvailabilityItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/standard_time_zone_offset.go b/models/standard_time_zone_offset.go
index 67bb1d3e12f..53dc6534ba0 100644
--- a/models/standard_time_zone_offset.go
+++ b/models/standard_time_zone_offset.go
@@ -40,7 +40,7 @@ func CreateStandardTimeZoneOffsetFromDiscriminatorValue(parseNode i878a80d2330e8
}
return NewStandardTimeZoneOffset(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StandardTimeZoneOffset) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *StandardTimeZoneOffset) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StandardTimeZoneOffset) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -234,14 +234,14 @@ func (m *StandardTimeZoneOffset) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StandardTimeZoneOffset) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StandardTimeZoneOffset) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/storage_plan_information.go b/models/storage_plan_information.go
index 097533696b4..7c77187c4c9 100644
--- a/models/storage_plan_information.go
+++ b/models/storage_plan_information.go
@@ -22,7 +22,7 @@ func NewStoragePlanInformation()(*StoragePlanInformation) {
func CreateStoragePlanInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewStoragePlanInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StoragePlanInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *StoragePlanInformation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StoragePlanInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *StoragePlanInformation) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StoragePlanInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StoragePlanInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/string_key_attribute_mapping_source_value_pair.go b/models/string_key_attribute_mapping_source_value_pair.go
index ea2a59dc7f8..ff88ab3d969 100644
--- a/models/string_key_attribute_mapping_source_value_pair.go
+++ b/models/string_key_attribute_mapping_source_value_pair.go
@@ -22,7 +22,7 @@ func NewStringKeyAttributeMappingSourceValuePair()(*StringKeyAttributeMappingSou
func CreateStringKeyAttributeMappingSourceValuePairFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewStringKeyAttributeMappingSourceValuePair(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyAttributeMappingSourceValuePair) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *StringKeyAttributeMappingSourceValuePair) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StringKeyAttributeMappingSourceValuePair) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *StringKeyAttributeMappingSourceValuePair) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyAttributeMappingSourceValuePair) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StringKeyAttributeMappingSourceValuePair) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/string_key_long_value_pair.go b/models/string_key_long_value_pair.go
index 57f9506b4da..8ff56629cd1 100644
--- a/models/string_key_long_value_pair.go
+++ b/models/string_key_long_value_pair.go
@@ -22,7 +22,7 @@ func NewStringKeyLongValuePair()(*StringKeyLongValuePair) {
func CreateStringKeyLongValuePairFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewStringKeyLongValuePair(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyLongValuePair) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *StringKeyLongValuePair) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StringKeyLongValuePair) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *StringKeyLongValuePair) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyLongValuePair) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StringKeyLongValuePair) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/string_key_object_value_pair.go b/models/string_key_object_value_pair.go
index 87dd75baeab..5cfd1bee0f7 100644
--- a/models/string_key_object_value_pair.go
+++ b/models/string_key_object_value_pair.go
@@ -22,7 +22,7 @@ func NewStringKeyObjectValuePair()(*StringKeyObjectValuePair) {
func CreateStringKeyObjectValuePairFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewStringKeyObjectValuePair(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyObjectValuePair) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *StringKeyObjectValuePair) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StringKeyObjectValuePair) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *StringKeyObjectValuePair) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyObjectValuePair) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StringKeyObjectValuePair) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/string_key_string_value_pair.go b/models/string_key_string_value_pair.go
index 43ef3ecce9a..e162d5560f7 100644
--- a/models/string_key_string_value_pair.go
+++ b/models/string_key_string_value_pair.go
@@ -22,7 +22,7 @@ func NewStringKeyStringValuePair()(*StringKeyStringValuePair) {
func CreateStringKeyStringValuePairFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewStringKeyStringValuePair(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyStringValuePair) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *StringKeyStringValuePair) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *StringKeyStringValuePair) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *StringKeyStringValuePair) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *StringKeyStringValuePair) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *StringKeyStringValuePair) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subject_rights_request_detail.go b/models/subject_rights_request_detail.go
index 162fe808364..5776dd80a65 100644
--- a/models/subject_rights_request_detail.go
+++ b/models/subject_rights_request_detail.go
@@ -22,7 +22,7 @@ func NewSubjectRightsRequestDetail()(*SubjectRightsRequestDetail) {
func CreateSubjectRightsRequestDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSubjectRightsRequestDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SubjectRightsRequestDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -293,14 +293,14 @@ func (m *SubjectRightsRequestDetail) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subject_rights_request_history.go b/models/subject_rights_request_history.go
index d88db1ded4d..f1482077a25 100644
--- a/models/subject_rights_request_history.go
+++ b/models/subject_rights_request_history.go
@@ -23,7 +23,7 @@ func NewSubjectRightsRequestHistory()(*SubjectRightsRequestHistory) {
func CreateSubjectRightsRequestHistoryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSubjectRightsRequestHistory(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestHistory) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SubjectRightsRequestHistory) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestHistory) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -218,14 +218,14 @@ func (m *SubjectRightsRequestHistory) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestHistory) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestHistory) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subject_rights_request_mailbox_location.go b/models/subject_rights_request_mailbox_location.go
index 7764cbf5484..8d6b81ce8ae 100644
--- a/models/subject_rights_request_mailbox_location.go
+++ b/models/subject_rights_request_mailbox_location.go
@@ -42,7 +42,7 @@ func CreateSubjectRightsRequestMailboxLocationFromDiscriminatorValue(parseNode i
}
return NewSubjectRightsRequestMailboxLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestMailboxLocation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *SubjectRightsRequestMailboxLocation) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestMailboxLocation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *SubjectRightsRequestMailboxLocation) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestMailboxLocation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestMailboxLocation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subject_rights_request_site_location.go b/models/subject_rights_request_site_location.go
index a457c10ee38..0c4f63b79c2 100644
--- a/models/subject_rights_request_site_location.go
+++ b/models/subject_rights_request_site_location.go
@@ -42,7 +42,7 @@ func CreateSubjectRightsRequestSiteLocationFromDiscriminatorValue(parseNode i878
}
return NewSubjectRightsRequestSiteLocation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestSiteLocation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *SubjectRightsRequestSiteLocation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestSiteLocation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *SubjectRightsRequestSiteLocation) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestSiteLocation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestSiteLocation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subject_rights_request_stage_detail.go b/models/subject_rights_request_stage_detail.go
index 42a8dccbdaa..2a7f9d3c0fd 100644
--- a/models/subject_rights_request_stage_detail.go
+++ b/models/subject_rights_request_stage_detail.go
@@ -22,7 +22,7 @@ func NewSubjectRightsRequestStageDetail()(*SubjectRightsRequestStageDetail) {
func CreateSubjectRightsRequestStageDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSubjectRightsRequestStageDetail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestStageDetail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SubjectRightsRequestStageDetail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestStageDetail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *SubjectRightsRequestStageDetail) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectRightsRequestStageDetail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SubjectRightsRequestStageDetail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subject_set.go b/models/subject_set.go
index f9117a8fe76..a66c88db020 100644
--- a/models/subject_set.go
+++ b/models/subject_set.go
@@ -58,7 +58,7 @@ func CreateSubjectSetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3
}
return NewSubjectSet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectSet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -70,7 +70,7 @@ func (m *SubjectSet) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SubjectSet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -116,14 +116,14 @@ func (m *SubjectSet) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SubjectSet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SubjectSet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/subscribed_sku.go b/models/subscribed_sku.go
index fe95baaf4e4..4bdc45593c4 100644
--- a/models/subscribed_sku.go
+++ b/models/subscribed_sku.go
@@ -53,7 +53,7 @@ func (m *SubscribedSku) GetAppliesTo()(*string) {
}
return nil
}
-// GetCapabilityStatus 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.
+// GetCapabilityStatus 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.
func (m *SubscribedSku) GetCapabilityStatus()(*string) {
val, err := m.GetBackingStore().Get("capabilityStatus")
if err != nil {
@@ -342,7 +342,7 @@ func (m *SubscribedSku) SetAppliesTo(value *string)() {
panic(err)
}
}
-// SetCapabilityStatus 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.
+// SetCapabilityStatus 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.
func (m *SubscribedSku) SetCapabilityStatus(value *string)() {
err := m.GetBackingStore().Set("capabilityStatus", value)
if err != nil {
diff --git a/models/synchronization_error.go b/models/synchronization_error.go
index 381f14a0900..c3b939e03ac 100644
--- a/models/synchronization_error.go
+++ b/models/synchronization_error.go
@@ -22,7 +22,7 @@ func NewSynchronizationError()(*SynchronizationError) {
func CreateSynchronizationErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *SynchronizationError) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_job_application_parameters.go b/models/synchronization_job_application_parameters.go
index 8f2e5243e26..9f5228d5daf 100644
--- a/models/synchronization_job_application_parameters.go
+++ b/models/synchronization_job_application_parameters.go
@@ -22,7 +22,7 @@ func NewSynchronizationJobApplicationParameters()(*SynchronizationJobApplication
func CreateSynchronizationJobApplicationParametersFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationJobApplicationParameters(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationJobApplicationParameters) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationJobApplicationParameters) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationJobApplicationParameters) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *SynchronizationJobApplicationParameters) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationJobApplicationParameters) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationJobApplicationParameters) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_job_restart_criteria.go b/models/synchronization_job_restart_criteria.go
index cac5ce732ac..5fcb2feb894 100644
--- a/models/synchronization_job_restart_criteria.go
+++ b/models/synchronization_job_restart_criteria.go
@@ -22,7 +22,7 @@ func NewSynchronizationJobRestartCriteria()(*SynchronizationJobRestartCriteria)
func CreateSynchronizationJobRestartCriteriaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationJobRestartCriteria(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationJobRestartCriteria) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationJobRestartCriteria) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationJobRestartCriteria) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *SynchronizationJobRestartCriteria) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationJobRestartCriteria) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationJobRestartCriteria) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_job_subject.go b/models/synchronization_job_subject.go
index 8fda266c4b1..82d24ad794c 100644
--- a/models/synchronization_job_subject.go
+++ b/models/synchronization_job_subject.go
@@ -22,7 +22,7 @@ func NewSynchronizationJobSubject()(*SynchronizationJobSubject) {
func CreateSynchronizationJobSubjectFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationJobSubject(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationJobSubject) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationJobSubject) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationJobSubject) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *SynchronizationJobSubject) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationJobSubject) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationJobSubject) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_linked_objects.go b/models/synchronization_linked_objects.go
index 2719c57540e..17696d3da27 100644
--- a/models/synchronization_linked_objects.go
+++ b/models/synchronization_linked_objects.go
@@ -22,7 +22,7 @@ func NewSynchronizationLinkedObjects()(*SynchronizationLinkedObjects) {
func CreateSynchronizationLinkedObjectsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationLinkedObjects(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationLinkedObjects) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationLinkedObjects) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationLinkedObjects) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -185,14 +185,14 @@ func (m *SynchronizationLinkedObjects) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationLinkedObjects) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationLinkedObjects) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_metadata_entry.go b/models/synchronization_metadata_entry.go
index fe2a94d741e..8a80002453a 100644
--- a/models/synchronization_metadata_entry.go
+++ b/models/synchronization_metadata_entry.go
@@ -22,7 +22,7 @@ func NewSynchronizationMetadataEntry()(*SynchronizationMetadataEntry) {
func CreateSynchronizationMetadataEntryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationMetadataEntry(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationMetadataEntry) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationMetadataEntry) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationMetadataEntry) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *SynchronizationMetadataEntry) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationMetadataEntry) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_progress.go b/models/synchronization_progress.go
index c044b4a67de..24b1997dd6a 100644
--- a/models/synchronization_progress.go
+++ b/models/synchronization_progress.go
@@ -23,7 +23,7 @@ func NewSynchronizationProgress()(*SynchronizationProgress) {
func CreateSynchronizationProgressFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationProgress(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationProgress) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SynchronizationProgress) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationProgress) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *SynchronizationProgress) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationProgress) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationProgress) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_quarantine.go b/models/synchronization_quarantine.go
index 537f59812ef..8fb2f885cca 100644
--- a/models/synchronization_quarantine.go
+++ b/models/synchronization_quarantine.go
@@ -23,7 +23,7 @@ func NewSynchronizationQuarantine()(*SynchronizationQuarantine) {
func CreateSynchronizationQuarantineFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationQuarantine(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationQuarantine) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SynchronizationQuarantine) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationQuarantine) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -244,14 +244,14 @@ func (m *SynchronizationQuarantine) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationQuarantine) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationQuarantine) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_rule.go b/models/synchronization_rule.go
index 102823eab55..2b61d3212c8 100644
--- a/models/synchronization_rule.go
+++ b/models/synchronization_rule.go
@@ -22,7 +22,7 @@ func NewSynchronizationRule()(*SynchronizationRule) {
func CreateSynchronizationRuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationRule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationRule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationRule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationRule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -374,14 +374,14 @@ func (m *SynchronizationRule) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationRule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationRule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_schedule.go b/models/synchronization_schedule.go
index 83a1ad34506..8b2220bfcfa 100644
--- a/models/synchronization_schedule.go
+++ b/models/synchronization_schedule.go
@@ -23,7 +23,7 @@ func NewSynchronizationSchedule()(*SynchronizationSchedule) {
func CreateSynchronizationScheduleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationSchedule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationSchedule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SynchronizationSchedule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationSchedule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *SynchronizationSchedule) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationSchedule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationSchedule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_secret_key_string_value_pair.go b/models/synchronization_secret_key_string_value_pair.go
index 65bf2283ba9..154cd5ced2e 100644
--- a/models/synchronization_secret_key_string_value_pair.go
+++ b/models/synchronization_secret_key_string_value_pair.go
@@ -22,7 +22,7 @@ func NewSynchronizationSecretKeyStringValuePair()(*SynchronizationSecretKeyStrin
func CreateSynchronizationSecretKeyStringValuePairFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationSecretKeyStringValuePair(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationSecretKeyStringValuePair) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SynchronizationSecretKeyStringValuePair) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationSecretKeyStringValuePair) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *SynchronizationSecretKeyStringValuePair) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationSecretKeyStringValuePair) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationSecretKeyStringValuePair) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_status.go b/models/synchronization_status.go
index 67934ec7760..53ff41e78de 100644
--- a/models/synchronization_status.go
+++ b/models/synchronization_status.go
@@ -23,7 +23,7 @@ func NewSynchronizationStatus()(*SynchronizationStatus) {
func CreateSynchronizationStatusFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSynchronizationStatus(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationStatus) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SynchronizationStatus) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationStatus) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -430,14 +430,14 @@ func (m *SynchronizationStatus) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationStatus) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationStatus) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/synchronization_task_execution.go b/models/synchronization_task_execution.go
index 42995fd7a17..34be3fb6518 100644
--- a/models/synchronization_task_execution.go
+++ b/models/synchronization_task_execution.go
@@ -34,7 +34,7 @@ func (m *SynchronizationTaskExecution) GetActivityIdentifier()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationTaskExecution) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *SynchronizationTaskExecution) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SynchronizationTaskExecution) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -467,14 +467,14 @@ func (m *SynchronizationTaskExecution) SetActivityIdentifier(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SynchronizationTaskExecution) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SynchronizationTaskExecution) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/system_facet.go b/models/system_facet.go
index 2d1f92a7326..92c623352b6 100644
--- a/models/system_facet.go
+++ b/models/system_facet.go
@@ -22,7 +22,7 @@ func NewSystemFacet()(*SystemFacet) {
func CreateSystemFacetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSystemFacet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SystemFacet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SystemFacet) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SystemFacet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *SystemFacet) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SystemFacet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SystemFacet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/target_resource.go b/models/target_resource.go
index 21317086f5b..4d7adbc0d5f 100644
--- a/models/target_resource.go
+++ b/models/target_resource.go
@@ -22,7 +22,7 @@ func NewTargetResource()(*TargetResource) {
func CreateTargetResourceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTargetResource(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TargetResource) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TargetResource) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TargetResource) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -255,14 +255,14 @@ func (m *TargetResource) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TargetResource) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TargetResource) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/team_fun_settings.go b/models/team_fun_settings.go
index 9ab0bc64df1..54480a2f97c 100644
--- a/models/team_fun_settings.go
+++ b/models/team_fun_settings.go
@@ -22,7 +22,7 @@ func NewTeamFunSettings()(*TeamFunSettings) {
func CreateTeamFunSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamFunSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamFunSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -67,7 +67,7 @@ func (m *TeamFunSettings) GetAllowStickersAndMemes()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamFunSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,7 +189,7 @@ func (m *TeamFunSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamFunSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -217,7 +217,7 @@ func (m *TeamFunSettings) SetAllowStickersAndMemes(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamFunSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/team_guest_settings.go b/models/team_guest_settings.go
index 9d906c5dc72..5386c9d4e2a 100644
--- a/models/team_guest_settings.go
+++ b/models/team_guest_settings.go
@@ -22,7 +22,7 @@ func NewTeamGuestSettings()(*TeamGuestSettings) {
func CreateTeamGuestSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamGuestSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamGuestSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *TeamGuestSettings) GetAllowDeleteChannels()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamGuestSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *TeamGuestSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamGuestSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -155,7 +155,7 @@ func (m *TeamGuestSettings) SetAllowDeleteChannels(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamGuestSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/team_member_settings.go b/models/team_member_settings.go
index fbebe5f57e4..a2a83e49e72 100644
--- a/models/team_member_settings.go
+++ b/models/team_member_settings.go
@@ -22,7 +22,7 @@ func NewTeamMemberSettings()(*TeamMemberSettings) {
func CreateTeamMemberSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamMemberSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamMemberSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -100,7 +100,7 @@ func (m *TeamMemberSettings) GetAllowDeleteChannels()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamMemberSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,7 +242,7 @@ func (m *TeamMemberSettings) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamMemberSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -291,7 +291,7 @@ func (m *TeamMemberSettings) SetAllowDeleteChannels(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamMemberSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/team_messaging_settings.go b/models/team_messaging_settings.go
index 160fe0b039e..7ec918adff5 100644
--- a/models/team_messaging_settings.go
+++ b/models/team_messaging_settings.go
@@ -22,7 +22,7 @@ func NewTeamMessagingSettings()(*TeamMessagingSettings) {
func CreateTeamMessagingSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamMessagingSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamMessagingSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -89,7 +89,7 @@ func (m *TeamMessagingSettings) GetAllowUserEditMessages()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamMessagingSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *TeamMessagingSettings) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamMessagingSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -257,7 +257,7 @@ func (m *TeamMessagingSettings) SetAllowUserEditMessages(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamMessagingSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/team_summary.go b/models/team_summary.go
index 2c8f6d1cc46..9eb1f590d10 100644
--- a/models/team_summary.go
+++ b/models/team_summary.go
@@ -22,7 +22,7 @@ func NewTeamSummary()(*TeamSummary) {
func CreateTeamSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *TeamSummary) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teams_app_authorization.go b/models/teams_app_authorization.go
index 7893318a9da..de491eda599 100644
--- a/models/teams_app_authorization.go
+++ b/models/teams_app_authorization.go
@@ -22,7 +22,7 @@ func NewTeamsAppAuthorization()(*TeamsAppAuthorization) {
func CreateTeamsAppAuthorizationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamsAppAuthorization(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsAppAuthorization) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamsAppAuthorization) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamsAppAuthorization) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *TeamsAppAuthorization) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsAppAuthorization) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamsAppAuthorization) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teams_app_permission_set.go b/models/teams_app_permission_set.go
index a74fe72e5ee..27bdd3ea4f4 100644
--- a/models/teams_app_permission_set.go
+++ b/models/teams_app_permission_set.go
@@ -22,7 +22,7 @@ func NewTeamsAppPermissionSet()(*TeamsAppPermissionSet) {
func CreateTeamsAppPermissionSetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamsAppPermissionSet(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsAppPermissionSet) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamsAppPermissionSet) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamsAppPermissionSet) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *TeamsAppPermissionSet) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsAppPermissionSet) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamsAppPermissionSet) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teams_app_resource_specific_permission.go b/models/teams_app_resource_specific_permission.go
index d09d83ba668..056f02de66d 100644
--- a/models/teams_app_resource_specific_permission.go
+++ b/models/teams_app_resource_specific_permission.go
@@ -22,7 +22,7 @@ func NewTeamsAppResourceSpecificPermission()(*TeamsAppResourceSpecificPermission
func CreateTeamsAppResourceSpecificPermissionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamsAppResourceSpecificPermission(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsAppResourceSpecificPermission) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamsAppResourceSpecificPermission) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamsAppResourceSpecificPermission) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *TeamsAppResourceSpecificPermission) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsAppResourceSpecificPermission) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamsAppResourceSpecificPermission) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teams_tab_configuration.go b/models/teams_tab_configuration.go
index 79ff9fe6919..9198b1c503f 100644
--- a/models/teams_tab_configuration.go
+++ b/models/teams_tab_configuration.go
@@ -22,7 +22,7 @@ func NewTeamsTabConfiguration()(*TeamsTabConfiguration) {
func CreateTeamsTabConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamsTabConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsTabConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamsTabConfiguration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamsTabConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *TeamsTabConfiguration) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamsTabConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamsTabConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teamwork_activity_topic.go b/models/teamwork_activity_topic.go
index e5cbc6b426d..f027c3731ad 100644
--- a/models/teamwork_activity_topic.go
+++ b/models/teamwork_activity_topic.go
@@ -22,7 +22,7 @@ func NewTeamworkActivityTopic()(*TeamworkActivityTopic) {
func CreateTeamworkActivityTopicFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamworkActivityTopic(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamworkActivityTopic) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamworkActivityTopic) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamworkActivityTopic) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *TeamworkActivityTopic) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamworkActivityTopic) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamworkActivityTopic) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teamwork_notification_recipient.go b/models/teamwork_notification_recipient.go
index 873f2104c24..a8fc19e184b 100644
--- a/models/teamwork_notification_recipient.go
+++ b/models/teamwork_notification_recipient.go
@@ -46,7 +46,7 @@ func CreateTeamworkNotificationRecipientFromDiscriminatorValue(parseNode i878a80
}
return NewTeamworkNotificationRecipient(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamworkNotificationRecipient) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -58,7 +58,7 @@ func (m *TeamworkNotificationRecipient) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamworkNotificationRecipient) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -104,14 +104,14 @@ func (m *TeamworkNotificationRecipient) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamworkNotificationRecipient) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamworkNotificationRecipient) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teamwork_online_meeting_info.go b/models/teamwork_online_meeting_info.go
index 90f3a0d9daa..051a59a5231 100644
--- a/models/teamwork_online_meeting_info.go
+++ b/models/teamwork_online_meeting_info.go
@@ -22,7 +22,7 @@ func NewTeamworkOnlineMeetingInfo()(*TeamworkOnlineMeetingInfo) {
func CreateTeamworkOnlineMeetingInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeamworkOnlineMeetingInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamworkOnlineMeetingInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TeamworkOnlineMeetingInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeamworkOnlineMeetingInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *TeamworkOnlineMeetingInfo) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeamworkOnlineMeetingInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeamworkOnlineMeetingInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teleconference_device_media_quality.go b/models/teleconference_device_media_quality.go
index 178bf001453..bd2e48add8d 100644
--- a/models/teleconference_device_media_quality.go
+++ b/models/teleconference_device_media_quality.go
@@ -44,7 +44,7 @@ func CreateTeleconferenceDeviceMediaQualityFromDiscriminatorValue(parseNode i878
}
return NewTeleconferenceDeviceMediaQuality(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeleconferenceDeviceMediaQuality) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -122,7 +122,7 @@ func (m *TeleconferenceDeviceMediaQuality) GetAverageOutboundRoundTripDelay()(*i
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeleconferenceDeviceMediaQuality) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -669,7 +669,7 @@ func (m *TeleconferenceDeviceMediaQuality) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeleconferenceDeviceMediaQuality) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -718,7 +718,7 @@ func (m *TeleconferenceDeviceMediaQuality) SetAverageOutboundRoundTripDelay(valu
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeleconferenceDeviceMediaQuality) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/teleconference_device_quality.go b/models/teleconference_device_quality.go
index cbab8ab55c9..9f9e86f23a0 100644
--- a/models/teleconference_device_quality.go
+++ b/models/teleconference_device_quality.go
@@ -23,7 +23,7 @@ func NewTeleconferenceDeviceQuality()(*TeleconferenceDeviceQuality) {
func CreateTeleconferenceDeviceQualityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTeleconferenceDeviceQuality(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeleconferenceDeviceQuality) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *TeleconferenceDeviceQuality) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TeleconferenceDeviceQuality) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -363,14 +363,14 @@ func (m *TeleconferenceDeviceQuality) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TeleconferenceDeviceQuality) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TeleconferenceDeviceQuality) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/tenant_information.go b/models/tenant_information.go
index 640d817ca8f..3dbb56e99d8 100644
--- a/models/tenant_information.go
+++ b/models/tenant_information.go
@@ -22,7 +22,7 @@ func NewTenantInformation()(*TenantInformation) {
func CreateTenantInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTenantInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TenantInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TenantInformation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TenantInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *TenantInformation) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TenantInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TenantInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/tenant_relationship.go b/models/tenant_relationship.go
index f2025546fee..9a8c85211d8 100644
--- a/models/tenant_relationship.go
+++ b/models/tenant_relationship.go
@@ -22,7 +22,7 @@ func NewTenantRelationship()(*TenantRelationship) {
func CreateTenantRelationshipFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTenantRelationship(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TenantRelationship) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TenantRelationship) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TenantRelationship) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -158,14 +158,14 @@ func (m *TenantRelationship) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TenantRelationship) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TenantRelationship) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/term_column.go b/models/term_column.go
index 71cb329d371..e1d23681695 100644
--- a/models/term_column.go
+++ b/models/term_column.go
@@ -22,7 +22,7 @@ func NewTermColumn()(*TermColumn) {
func CreateTermColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTermColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TermColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *TermColumn) GetAllowMultipleValues()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TermColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *TermColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TermColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *TermColumn) SetAllowMultipleValues(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TermColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/terms_expiration.go b/models/terms_expiration.go
index 1a85ca4dea8..8109ee5836d 100644
--- a/models/terms_expiration.go
+++ b/models/terms_expiration.go
@@ -23,7 +23,7 @@ func NewTermsExpiration()(*TermsExpiration) {
func CreateTermsExpirationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTermsExpiration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TermsExpiration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *TermsExpiration) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TermsExpiration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *TermsExpiration) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TermsExpiration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TermsExpiration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/termstore/localized_description.go b/models/termstore/localized_description.go
index d11e791e6b1..d612a5af2b0 100644
--- a/models/termstore/localized_description.go
+++ b/models/termstore/localized_description.go
@@ -22,7 +22,7 @@ func NewLocalizedDescription()(*LocalizedDescription) {
func CreateLocalizedDescriptionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLocalizedDescription(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocalizedDescription) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LocalizedDescription) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LocalizedDescription) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *LocalizedDescription) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocalizedDescription) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LocalizedDescription) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/termstore/localized_label.go b/models/termstore/localized_label.go
index 598b3031e5b..a7ea92884c1 100644
--- a/models/termstore/localized_label.go
+++ b/models/termstore/localized_label.go
@@ -22,7 +22,7 @@ func NewLocalizedLabel()(*LocalizedLabel) {
func CreateLocalizedLabelFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLocalizedLabel(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocalizedLabel) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LocalizedLabel) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LocalizedLabel) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *LocalizedLabel) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocalizedLabel) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LocalizedLabel) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/termstore/localized_name.go b/models/termstore/localized_name.go
index 7ffda3e4572..1c68129ad67 100644
--- a/models/termstore/localized_name.go
+++ b/models/termstore/localized_name.go
@@ -22,7 +22,7 @@ func NewLocalizedName()(*LocalizedName) {
func CreateLocalizedNameFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewLocalizedName(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocalizedName) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *LocalizedName) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *LocalizedName) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *LocalizedName) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *LocalizedName) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *LocalizedName) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/text_column.go b/models/text_column.go
index e625a0e2362..c0d922b1a9e 100644
--- a/models/text_column.go
+++ b/models/text_column.go
@@ -22,7 +22,7 @@ func NewTextColumn()(*TextColumn) {
func CreateTextColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTextColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TextColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *TextColumn) GetAppendChangesToExistingText()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TextColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *TextColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TextColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -236,7 +236,7 @@ func (m *TextColumn) SetAppendChangesToExistingText(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TextColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/thumbnail.go b/models/thumbnail.go
index 7bf5226576f..d025d2c89bc 100644
--- a/models/thumbnail.go
+++ b/models/thumbnail.go
@@ -22,7 +22,7 @@ func NewThumbnail()(*Thumbnail) {
func CreateThumbnailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewThumbnail(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Thumbnail) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Thumbnail) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Thumbnail) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *Thumbnail) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Thumbnail) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Thumbnail) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/thumbnail_column.go b/models/thumbnail_column.go
index 17e18d32ddb..cceb2df5a1e 100644
--- a/models/thumbnail_column.go
+++ b/models/thumbnail_column.go
@@ -22,7 +22,7 @@ func NewThumbnailColumn()(*ThumbnailColumn) {
func CreateThumbnailColumnFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewThumbnailColumn(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ThumbnailColumn) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ThumbnailColumn) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ThumbnailColumn) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ThumbnailColumn) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ThumbnailColumn) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ThumbnailColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/ticket_info.go b/models/ticket_info.go
index 3dd1c35e751..0e4f8d2ad3e 100644
--- a/models/ticket_info.go
+++ b/models/ticket_info.go
@@ -22,7 +22,7 @@ func NewTicketInfo()(*TicketInfo) {
func CreateTicketInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTicketInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TicketInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TicketInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TicketInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *TicketInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TicketInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TicketInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/time_constraint.go b/models/time_constraint.go
index 311edb04863..1fef0ee0ee0 100644
--- a/models/time_constraint.go
+++ b/models/time_constraint.go
@@ -33,7 +33,7 @@ func (m *TimeConstraint) GetActivityDomain()(*ActivityDomain) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeConstraint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *TimeConstraint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TimeConstraint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -154,14 +154,14 @@ func (m *TimeConstraint) SetActivityDomain(value *ActivityDomain)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeConstraint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TimeConstraint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/time_range.go b/models/time_range.go
index 9bf6004dd59..89854a80bea 100644
--- a/models/time_range.go
+++ b/models/time_range.go
@@ -22,7 +22,7 @@ func NewTimeRange()(*TimeRange) {
func CreateTimeRangeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTimeRange(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeRange) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TimeRange) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TimeRange) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *TimeRange) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeRange) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TimeRange) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/time_slot.go b/models/time_slot.go
index 5a459d62706..88850aa49fa 100644
--- a/models/time_slot.go
+++ b/models/time_slot.go
@@ -22,7 +22,7 @@ func NewTimeSlot()(*TimeSlot) {
func CreateTimeSlotFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTimeSlot(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeSlot) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *TimeSlot) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TimeSlot) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *TimeSlot) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeSlot) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TimeSlot) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/time_zone_base.go b/models/time_zone_base.go
index 4ab7c25cd44..0b539ddcc1b 100644
--- a/models/time_zone_base.go
+++ b/models/time_zone_base.go
@@ -40,7 +40,7 @@ func CreateTimeZoneBaseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388
}
return NewTimeZoneBase(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeZoneBase) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -52,7 +52,7 @@ func (m *TimeZoneBase) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TimeZoneBase) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -125,14 +125,14 @@ func (m *TimeZoneBase) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeZoneBase) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TimeZoneBase) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/time_zone_information.go b/models/time_zone_information.go
index 5f339d02e28..3f0b192c0b2 100644
--- a/models/time_zone_information.go
+++ b/models/time_zone_information.go
@@ -22,7 +22,7 @@ func NewTimeZoneInformation()(*TimeZoneInformation) {
func CreateTimeZoneInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTimeZoneInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeZoneInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *TimeZoneInformation) GetAlias()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TimeZoneInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *TimeZoneInformation) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TimeZoneInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *TimeZoneInformation) SetAlias(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TimeZoneInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/tone_info.go b/models/tone_info.go
index a2b5fedd588..74b13747361 100644
--- a/models/tone_info.go
+++ b/models/tone_info.go
@@ -22,7 +22,7 @@ func NewToneInfo()(*ToneInfo) {
func CreateToneInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewToneInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ToneInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ToneInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ToneInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ToneInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ToneInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ToneInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/training_events_content.go b/models/training_events_content.go
index 9d03a71eec2..04b2745d133 100644
--- a/models/training_events_content.go
+++ b/models/training_events_content.go
@@ -22,7 +22,7 @@ func NewTrainingEventsContent()(*TrainingEventsContent) {
func CreateTrainingEventsContentFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewTrainingEventsContent(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TrainingEventsContent) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *TrainingEventsContent) GetAssignedTrainingsInfos()([]AssignedTrainingIn
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TrainingEventsContent) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,7 +146,7 @@ func (m *TrainingEventsContent) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TrainingEventsContent) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -160,7 +160,7 @@ func (m *TrainingEventsContent) SetAssignedTrainingsInfos(value []AssignedTraini
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TrainingEventsContent) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/training_setting.go b/models/training_setting.go
index 5c01cb43e50..367db94c2f2 100644
--- a/models/training_setting.go
+++ b/models/training_setting.go
@@ -48,7 +48,7 @@ func CreateTrainingSettingFromDiscriminatorValue(parseNode i878a80d2330e89d26896
}
return NewTrainingSetting(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TrainingSetting) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -60,7 +60,7 @@ func (m *TrainingSetting) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *TrainingSetting) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *TrainingSetting) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *TrainingSetting) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *TrainingSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/unified_approval_stage.go b/models/unified_approval_stage.go
index 07b8cf9a217..e0522cfff87 100644
--- a/models/unified_approval_stage.go
+++ b/models/unified_approval_stage.go
@@ -22,7 +22,7 @@ func NewUnifiedApprovalStage()(*UnifiedApprovalStage) {
func CreateUnifiedApprovalStageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUnifiedApprovalStage(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedApprovalStage) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *UnifiedApprovalStage) GetApprovalStageTimeOutInDays()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UnifiedApprovalStage) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -266,7 +266,7 @@ func (m *UnifiedApprovalStage) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedApprovalStage) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -280,7 +280,7 @@ func (m *UnifiedApprovalStage) SetApprovalStageTimeOutInDays(value *int32)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UnifiedApprovalStage) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/unified_role.go b/models/unified_role.go
index 263c429d032..f6b8a2fa3f5 100644
--- a/models/unified_role.go
+++ b/models/unified_role.go
@@ -22,7 +22,7 @@ func NewUnifiedRole()(*UnifiedRole) {
func CreateUnifiedRoleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUnifiedRole(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedRole) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UnifiedRole) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UnifiedRole) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *UnifiedRole) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedRole) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UnifiedRole) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/unified_role_management_policy_rule_target.go b/models/unified_role_management_policy_rule_target.go
index 6d52b69a946..d3d48953781 100644
--- a/models/unified_role_management_policy_rule_target.go
+++ b/models/unified_role_management_policy_rule_target.go
@@ -22,7 +22,7 @@ func NewUnifiedRoleManagementPolicyRuleTarget()(*UnifiedRoleManagementPolicyRule
func CreateUnifiedRoleManagementPolicyRuleTargetFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUnifiedRoleManagementPolicyRuleTarget(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedRoleManagementPolicyRuleTarget) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UnifiedRoleManagementPolicyRuleTarget) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UnifiedRoleManagementPolicyRuleTarget) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -272,14 +272,14 @@ func (m *UnifiedRoleManagementPolicyRuleTarget) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedRoleManagementPolicyRuleTarget) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UnifiedRoleManagementPolicyRuleTarget) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/unified_role_permission.go b/models/unified_role_permission.go
index 2f0149f99f8..b3503a3d092 100644
--- a/models/unified_role_permission.go
+++ b/models/unified_role_permission.go
@@ -22,7 +22,7 @@ func NewUnifiedRolePermission()(*UnifiedRolePermission) {
func CreateUnifiedRolePermissionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUnifiedRolePermission(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedRolePermission) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *UnifiedRolePermission) GetAllowedResourceActions()([]string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UnifiedRolePermission) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -173,7 +173,7 @@ func (m *UnifiedRolePermission) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UnifiedRolePermission) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -187,7 +187,7 @@ func (m *UnifiedRolePermission) SetAllowedResourceActions(value []string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UnifiedRolePermission) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/update_allowed_combinations_result.go b/models/update_allowed_combinations_result.go
index 901cc65398e..53179827086 100644
--- a/models/update_allowed_combinations_result.go
+++ b/models/update_allowed_combinations_result.go
@@ -22,7 +22,7 @@ func NewUpdateAllowedCombinationsResult()(*UpdateAllowedCombinationsResult) {
func CreateUpdateAllowedCombinationsResultFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUpdateAllowedCombinationsResult(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UpdateAllowedCombinationsResult) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *UpdateAllowedCombinationsResult) GetAdditionalInformation()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UpdateAllowedCombinationsResult) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -206,7 +206,7 @@ func (m *UpdateAllowedCombinationsResult) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UpdateAllowedCombinationsResult) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -220,7 +220,7 @@ func (m *UpdateAllowedCombinationsResult) SetAdditionalInformation(value *string
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UpdateAllowedCombinationsResult) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/update_windows_device_account_action_parameter.go b/models/update_windows_device_account_action_parameter.go
index df0d7e4a623..8fb62e606f3 100644
--- a/models/update_windows_device_account_action_parameter.go
+++ b/models/update_windows_device_account_action_parameter.go
@@ -22,7 +22,7 @@ func NewUpdateWindowsDeviceAccountActionParameter()(*UpdateWindowsDeviceAccountA
func CreateUpdateWindowsDeviceAccountActionParameterFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUpdateWindowsDeviceAccountActionParameter(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UpdateWindowsDeviceAccountActionParameter) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UpdateWindowsDeviceAccountActionParameter) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UpdateWindowsDeviceAccountActionParameter) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,14 +242,14 @@ func (m *UpdateWindowsDeviceAccountActionParameter) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UpdateWindowsDeviceAccountActionParameter) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UpdateWindowsDeviceAccountActionParameter) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/upload_session.go b/models/upload_session.go
index 8e3ba8bf859..f49ba237af6 100644
--- a/models/upload_session.go
+++ b/models/upload_session.go
@@ -23,7 +23,7 @@ func NewUploadSession()(*UploadSession) {
func CreateUploadSessionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUploadSession(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UploadSession) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *UploadSession) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UploadSession) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -168,14 +168,14 @@ func (m *UploadSession) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UploadSession) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UploadSession) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/uri_click_security_state.go b/models/uri_click_security_state.go
index dee856d24e7..3ed92440a1a 100644
--- a/models/uri_click_security_state.go
+++ b/models/uri_click_security_state.go
@@ -23,7 +23,7 @@ func NewUriClickSecurityState()(*UriClickSecurityState) {
func CreateUriClickSecurityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUriClickSecurityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UriClickSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *UriClickSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UriClickSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *UriClickSecurityState) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UriClickSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UriClickSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/usage_details.go b/models/usage_details.go
index e510e8d7f65..d79896dc603 100644
--- a/models/usage_details.go
+++ b/models/usage_details.go
@@ -23,7 +23,7 @@ func NewUsageDetails()(*UsageDetails) {
func CreateUsageDetailsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUsageDetails(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UsageDetails) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *UsageDetails) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UsageDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *UsageDetails) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UsageDetails) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UsageDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_attribute_values_item.go b/models/user_attribute_values_item.go
index 68f56d547cd..29217969965 100644
--- a/models/user_attribute_values_item.go
+++ b/models/user_attribute_values_item.go
@@ -22,7 +22,7 @@ func NewUserAttributeValuesItem()(*UserAttributeValuesItem) {
func CreateUserAttributeValuesItemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserAttributeValuesItem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserAttributeValuesItem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserAttributeValuesItem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserAttributeValuesItem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *UserAttributeValuesItem) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserAttributeValuesItem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserAttributeValuesItem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_autopilot_devices_summary.go b/models/user_experience_analytics_autopilot_devices_summary.go
index 70af5cc5975..593b0b29183 100644
--- a/models/user_experience_analytics_autopilot_devices_summary.go
+++ b/models/user_experience_analytics_autopilot_devices_summary.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsAutopilotDevicesSummary()(*UserExperienceAnalytic
func CreateUserExperienceAnalyticsAutopilotDevicesSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsAutopilotDevicesSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsAutopilotDevicesSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserExperienceAnalyticsAutopilotDevicesSummary) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsAutopilotDevicesSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *UserExperienceAnalyticsAutopilotDevicesSummary) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsAutopilotDevicesSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsAutopilotDevicesSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_cloud_identity_devices_summary.go b/models/user_experience_analytics_cloud_identity_devices_summary.go
index 5606810301e..bfb91d6e6ef 100644
--- a/models/user_experience_analytics_cloud_identity_devices_summary.go
+++ b/models/user_experience_analytics_cloud_identity_devices_summary.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsCloudIdentityDevicesSummary()(*UserExperienceAnal
func CreateUserExperienceAnalyticsCloudIdentityDevicesSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsCloudIdentityDevicesSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsCloudIdentityDevicesSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserExperienceAnalyticsCloudIdentityDevicesSummary) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsCloudIdentityDevicesSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *UserExperienceAnalyticsCloudIdentityDevicesSummary) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsCloudIdentityDevicesSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsCloudIdentityDevicesSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_cloud_management_devices_summary.go b/models/user_experience_analytics_cloud_management_devices_summary.go
index 32ee1562c2a..d95fb9dd5f6 100644
--- a/models/user_experience_analytics_cloud_management_devices_summary.go
+++ b/models/user_experience_analytics_cloud_management_devices_summary.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsCloudManagementDevicesSummary()(*UserExperienceAn
func CreateUserExperienceAnalyticsCloudManagementDevicesSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsCloudManagementDevicesSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsCloudManagementDevicesSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserExperienceAnalyticsCloudManagementDevicesSummary) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsCloudManagementDevicesSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *UserExperienceAnalyticsCloudManagementDevicesSummary) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsCloudManagementDevicesSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsCloudManagementDevicesSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_insight.go b/models/user_experience_analytics_insight.go
index a41afccecc7..72ef743e61c 100644
--- a/models/user_experience_analytics_insight.go
+++ b/models/user_experience_analytics_insight.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsInsight()(*UserExperienceAnalyticsInsight) {
func CreateUserExperienceAnalyticsInsightFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsInsight(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsInsight) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserExperienceAnalyticsInsight) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsInsight) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -201,14 +201,14 @@ func (m *UserExperienceAnalyticsInsight) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsInsight) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsInsight) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_insight_value.go b/models/user_experience_analytics_insight_value.go
index e5006bd99b8..8fa5bf7386b 100644
--- a/models/user_experience_analytics_insight_value.go
+++ b/models/user_experience_analytics_insight_value.go
@@ -42,7 +42,7 @@ func CreateUserExperienceAnalyticsInsightValueFromDiscriminatorValue(parseNode i
}
return NewUserExperienceAnalyticsInsightValue(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsInsightValue) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *UserExperienceAnalyticsInsightValue) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsInsightValue) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *UserExperienceAnalyticsInsightValue) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsInsightValue) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsInsightValue) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_settings.go b/models/user_experience_analytics_settings.go
index cded1cd379c..f1a08637a25 100644
--- a/models/user_experience_analytics_settings.go
+++ b/models/user_experience_analytics_settings.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsSettings()(*UserExperienceAnalyticsSettings) {
func CreateUserExperienceAnalyticsSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserExperienceAnalyticsSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *UserExperienceAnalyticsSettings) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_windows10_devices_summary.go b/models/user_experience_analytics_windows10_devices_summary.go
index e60dfb0a419..839ff1c58a8 100644
--- a/models/user_experience_analytics_windows10_devices_summary.go
+++ b/models/user_experience_analytics_windows10_devices_summary.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsWindows10DevicesSummary()(*UserExperienceAnalytic
func CreateUserExperienceAnalyticsWindows10DevicesSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsWindows10DevicesSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsWindows10DevicesSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserExperienceAnalyticsWindows10DevicesSummary) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsWindows10DevicesSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *UserExperienceAnalyticsWindows10DevicesSummary) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsWindows10DevicesSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsWindows10DevicesSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_experience_analytics_work_from_anywhere_devices_summary.go b/models/user_experience_analytics_work_from_anywhere_devices_summary.go
index 6c15a9c663a..9f337de97c3 100644
--- a/models/user_experience_analytics_work_from_anywhere_devices_summary.go
+++ b/models/user_experience_analytics_work_from_anywhere_devices_summary.go
@@ -22,7 +22,7 @@ func NewUserExperienceAnalyticsWorkFromAnywhereDevicesSummary()(*UserExperienceA
func CreateUserExperienceAnalyticsWorkFromAnywhereDevicesSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsWorkFromAnywhereDevicesSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) GetAutopilotDevi
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -458,7 +458,7 @@ func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -472,7 +472,7 @@ func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) SetAutopilotDevi
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserExperienceAnalyticsWorkFromAnywhereDevicesSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_flow_api_connector_configuration.go b/models/user_flow_api_connector_configuration.go
index ef7b4349e10..5b39eeea723 100644
--- a/models/user_flow_api_connector_configuration.go
+++ b/models/user_flow_api_connector_configuration.go
@@ -22,7 +22,7 @@ func NewUserFlowApiConnectorConfiguration()(*UserFlowApiConnectorConfiguration)
func CreateUserFlowApiConnectorConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserFlowApiConnectorConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserFlowApiConnectorConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserFlowApiConnectorConfiguration) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserFlowApiConnectorConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *UserFlowApiConnectorConfiguration) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserFlowApiConnectorConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserFlowApiConnectorConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_print.go b/models/user_print.go
index 938b9e43215..7c7330fe1cd 100644
--- a/models/user_print.go
+++ b/models/user_print.go
@@ -22,7 +22,7 @@ func NewUserPrint()(*UserPrint) {
func CreateUserPrintFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserPrint(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserPrint) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserPrint) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserPrint) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *UserPrint) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserPrint) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserPrint) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_registration_feature_count.go b/models/user_registration_feature_count.go
index 8d17d4450bb..7766a2c8798 100644
--- a/models/user_registration_feature_count.go
+++ b/models/user_registration_feature_count.go
@@ -22,7 +22,7 @@ func NewUserRegistrationFeatureCount()(*UserRegistrationFeatureCount) {
func CreateUserRegistrationFeatureCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserRegistrationFeatureCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationFeatureCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserRegistrationFeatureCount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserRegistrationFeatureCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *UserRegistrationFeatureCount) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationFeatureCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserRegistrationFeatureCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_registration_feature_summary.go b/models/user_registration_feature_summary.go
index 788cb435db8..623d3691bb2 100644
--- a/models/user_registration_feature_summary.go
+++ b/models/user_registration_feature_summary.go
@@ -22,7 +22,7 @@ func NewUserRegistrationFeatureSummary()(*UserRegistrationFeatureSummary) {
func CreateUserRegistrationFeatureSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserRegistrationFeatureSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationFeatureSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserRegistrationFeatureSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserRegistrationFeatureSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -202,14 +202,14 @@ func (m *UserRegistrationFeatureSummary) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationFeatureSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserRegistrationFeatureSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_registration_method_count.go b/models/user_registration_method_count.go
index 68664ef6ab0..e101756720d 100644
--- a/models/user_registration_method_count.go
+++ b/models/user_registration_method_count.go
@@ -22,7 +22,7 @@ func NewUserRegistrationMethodCount()(*UserRegistrationMethodCount) {
func CreateUserRegistrationMethodCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserRegistrationMethodCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationMethodCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *UserRegistrationMethodCount) GetAuthenticationMethod()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserRegistrationMethodCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,7 +134,7 @@ func (m *UserRegistrationMethodCount) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationMethodCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -148,7 +148,7 @@ func (m *UserRegistrationMethodCount) SetAuthenticationMethod(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserRegistrationMethodCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_registration_method_summary.go b/models/user_registration_method_summary.go
index c0147afb42c..a453f452dbb 100644
--- a/models/user_registration_method_summary.go
+++ b/models/user_registration_method_summary.go
@@ -22,7 +22,7 @@ func NewUserRegistrationMethodSummary()(*UserRegistrationMethodSummary) {
func CreateUserRegistrationMethodSummaryFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserRegistrationMethodSummary(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationMethodSummary) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserRegistrationMethodSummary) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserRegistrationMethodSummary) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -202,14 +202,14 @@ func (m *UserRegistrationMethodSummary) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserRegistrationMethodSummary) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserRegistrationMethodSummary) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_security_state.go b/models/user_security_state.go
index b4046b262f8..fd558f0ae2c 100644
--- a/models/user_security_state.go
+++ b/models/user_security_state.go
@@ -45,7 +45,7 @@ func (m *UserSecurityState) GetAccountName()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSecurityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -57,7 +57,7 @@ func (m *UserSecurityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserSecurityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -476,14 +476,14 @@ func (m *UserSecurityState) SetAccountName(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSecurityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserSecurityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_simulation_details.go b/models/user_simulation_details.go
index 94d140b0a60..5a101f28341 100644
--- a/models/user_simulation_details.go
+++ b/models/user_simulation_details.go
@@ -23,7 +23,7 @@ func NewUserSimulationDetails()(*UserSimulationDetails) {
func CreateUserSimulationDetailsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserSimulationDetails(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSimulationDetails) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *UserSimulationDetails) GetAssignedTrainingsCount()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserSimulationDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -348,7 +348,7 @@ func (m *UserSimulationDetails) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSimulationDetails) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -362,7 +362,7 @@ func (m *UserSimulationDetails) SetAssignedTrainingsCount(value *int32)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserSimulationDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_simulation_event_info.go b/models/user_simulation_event_info.go
index bbd545992d3..ac75c530102 100644
--- a/models/user_simulation_event_info.go
+++ b/models/user_simulation_event_info.go
@@ -23,7 +23,7 @@ func NewUserSimulationEventInfo()(*UserSimulationEventInfo) {
func CreateUserSimulationEventInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserSimulationEventInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSimulationEventInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *UserSimulationEventInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserSimulationEventInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *UserSimulationEventInfo) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserSimulationEventInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserSimulationEventInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_training_content_event_info.go b/models/user_training_content_event_info.go
index 7764604f4e2..6de57a88184 100644
--- a/models/user_training_content_event_info.go
+++ b/models/user_training_content_event_info.go
@@ -23,7 +23,7 @@ func NewUserTrainingContentEventInfo()(*UserTrainingContentEventInfo) {
func CreateUserTrainingContentEventInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserTrainingContentEventInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserTrainingContentEventInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *UserTrainingContentEventInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserTrainingContentEventInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *UserTrainingContentEventInfo) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserTrainingContentEventInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserTrainingContentEventInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_training_event_info.go b/models/user_training_event_info.go
index 12c06a80939..8a3c4f108c0 100644
--- a/models/user_training_event_info.go
+++ b/models/user_training_event_info.go
@@ -22,7 +22,7 @@ func NewUserTrainingEventInfo()(*UserTrainingEventInfo) {
func CreateUserTrainingEventInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserTrainingEventInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserTrainingEventInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *UserTrainingEventInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserTrainingEventInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -216,14 +216,14 @@ func (m *UserTrainingEventInfo) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserTrainingEventInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserTrainingEventInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/user_training_status_info.go b/models/user_training_status_info.go
index 695f819cab7..1a8b8c5c88c 100644
--- a/models/user_training_status_info.go
+++ b/models/user_training_status_info.go
@@ -23,7 +23,7 @@ func NewUserTrainingStatusInfo()(*UserTrainingStatusInfo) {
func CreateUserTrainingStatusInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserTrainingStatusInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserTrainingStatusInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *UserTrainingStatusInfo) GetAssignedDateTime()(*i336074805fc853987abe6f7
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *UserTrainingStatusInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -190,7 +190,7 @@ func (m *UserTrainingStatusInfo) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *UserTrainingStatusInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -204,7 +204,7 @@ func (m *UserTrainingStatusInfo) SetAssignedDateTime(value *i336074805fc853987ab
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *UserTrainingStatusInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/verified_domain.go b/models/verified_domain.go
index a81e7326107..999cdef05c3 100644
--- a/models/verified_domain.go
+++ b/models/verified_domain.go
@@ -22,7 +22,7 @@ func NewVerifiedDomain()(*VerifiedDomain) {
func CreateVerifiedDomainFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVerifiedDomain(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VerifiedDomain) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *VerifiedDomain) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VerifiedDomain) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,14 +215,14 @@ func (m *VerifiedDomain) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VerifiedDomain) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VerifiedDomain) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/verified_publisher.go b/models/verified_publisher.go
index 2c97ced961f..473906376ab 100644
--- a/models/verified_publisher.go
+++ b/models/verified_publisher.go
@@ -34,7 +34,7 @@ func (m *VerifiedPublisher) GetAddedDateTime()(*i336074805fc853987abe6f7fe3ad97a
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VerifiedPublisher) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *VerifiedPublisher) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VerifiedPublisher) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -169,14 +169,14 @@ func (m *VerifiedPublisher) SetAddedDateTime(value *i336074805fc853987abe6f7fe3a
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VerifiedPublisher) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VerifiedPublisher) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/video.go b/models/video.go
index 78c7e29689b..3dd8ce48df4 100644
--- a/models/video.go
+++ b/models/video.go
@@ -22,7 +22,7 @@ func NewVideo()(*Video) {
func CreateVideoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVideo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Video) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -78,7 +78,7 @@ func (m *Video) GetAudioSamplesPerSecond()(*int32) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Video) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -350,7 +350,7 @@ func (m *Video) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Video) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -385,7 +385,7 @@ func (m *Video) SetAudioSamplesPerSecond(value *int32)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Video) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/visual_info.go b/models/visual_info.go
index bec1d96ffb8..0ee3c3b36b6 100644
--- a/models/visual_info.go
+++ b/models/visual_info.go
@@ -22,7 +22,7 @@ func NewVisualInfo()(*VisualInfo) {
func CreateVisualInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVisualInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VisualInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *VisualInfo) GetBackgroundColor()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VisualInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -215,7 +215,7 @@ func (m *VisualInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VisualInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -236,7 +236,7 @@ func (m *VisualInfo) SetBackgroundColor(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VisualInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/vpp_licensing_type.go b/models/vpp_licensing_type.go
index 3dc2bfc9fe2..e53407dc73d 100644
--- a/models/vpp_licensing_type.go
+++ b/models/vpp_licensing_type.go
@@ -22,7 +22,7 @@ func NewVppLicensingType()(*VppLicensingType) {
func CreateVppLicensingTypeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVppLicensingType(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VppLicensingType) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *VppLicensingType) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VppLicensingType) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *VppLicensingType) Serialize(writer i878a80d2330e89d26896388a3f487eef27b
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VppLicensingType) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VppLicensingType) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/vulnerability_state.go b/models/vulnerability_state.go
index b21be58e9d9..d79357e7f39 100644
--- a/models/vulnerability_state.go
+++ b/models/vulnerability_state.go
@@ -22,7 +22,7 @@ func NewVulnerabilityState()(*VulnerabilityState) {
func CreateVulnerabilityStateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVulnerabilityState(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VulnerabilityState) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *VulnerabilityState) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *VulnerabilityState) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *VulnerabilityState) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *VulnerabilityState) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *VulnerabilityState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/watermark_protection_values.go b/models/watermark_protection_values.go
index 4219f03adcc..3adaee6a8f4 100644
--- a/models/watermark_protection_values.go
+++ b/models/watermark_protection_values.go
@@ -22,7 +22,7 @@ func NewWatermarkProtectionValues()(*WatermarkProtectionValues) {
func CreateWatermarkProtectionValuesFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWatermarkProtectionValues(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WatermarkProtectionValues) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WatermarkProtectionValues) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WatermarkProtectionValues) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *WatermarkProtectionValues) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WatermarkProtectionValues) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WatermarkProtectionValues) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/web_application.go b/models/web_application.go
index 24cd0f137f7..517831ebef7 100644
--- a/models/web_application.go
+++ b/models/web_application.go
@@ -22,7 +22,7 @@ func NewWebApplication()(*WebApplication) {
func CreateWebApplicationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWebApplication(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WebApplication) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WebApplication) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WebApplication) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -233,14 +233,14 @@ func (m *WebApplication) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WebApplication) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WebApplication) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/website.go b/models/website.go
index fc264d6b4c8..29c8321e3f9 100644
--- a/models/website.go
+++ b/models/website.go
@@ -22,7 +22,7 @@ func NewWebsite()(*Website) {
func CreateWebsiteFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWebsite(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Website) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Website) GetAddress()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Website) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,7 +162,7 @@ func (m *Website) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Website) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -176,7 +176,7 @@ func (m *Website) SetAddress(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Website) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/win32_lob_app_install_experience.go b/models/win32_lob_app_install_experience.go
index d659c5c7944..8a5cf6f2357 100644
--- a/models/win32_lob_app_install_experience.go
+++ b/models/win32_lob_app_install_experience.go
@@ -22,7 +22,7 @@ func NewWin32LobAppInstallExperience()(*Win32LobAppInstallExperience) {
func CreateWin32LobAppInstallExperienceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWin32LobAppInstallExperience(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppInstallExperience) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Win32LobAppInstallExperience) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Win32LobAppInstallExperience) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -136,14 +136,14 @@ func (m *Win32LobAppInstallExperience) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppInstallExperience) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Win32LobAppInstallExperience) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/win32_lob_app_msi_information.go b/models/win32_lob_app_msi_information.go
index b182d2ad04a..648225d0655 100644
--- a/models/win32_lob_app_msi_information.go
+++ b/models/win32_lob_app_msi_information.go
@@ -22,7 +22,7 @@ func NewWin32LobAppMsiInformation()(*Win32LobAppMsiInformation) {
func CreateWin32LobAppMsiInformationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWin32LobAppMsiInformation(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppMsiInformation) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Win32LobAppMsiInformation) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Win32LobAppMsiInformation) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -270,14 +270,14 @@ func (m *Win32LobAppMsiInformation) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppMsiInformation) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Win32LobAppMsiInformation) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/win32_lob_app_restart_settings.go b/models/win32_lob_app_restart_settings.go
index c4488e32a8c..0a55f41fbda 100644
--- a/models/win32_lob_app_restart_settings.go
+++ b/models/win32_lob_app_restart_settings.go
@@ -22,7 +22,7 @@ func NewWin32LobAppRestartSettings()(*Win32LobAppRestartSettings) {
func CreateWin32LobAppRestartSettingsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWin32LobAppRestartSettings(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppRestartSettings) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Win32LobAppRestartSettings) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Win32LobAppRestartSettings) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *Win32LobAppRestartSettings) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppRestartSettings) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Win32LobAppRestartSettings) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/win32_lob_app_return_code.go b/models/win32_lob_app_return_code.go
index 0f3505c4c7b..14caf05ad6b 100644
--- a/models/win32_lob_app_return_code.go
+++ b/models/win32_lob_app_return_code.go
@@ -22,7 +22,7 @@ func NewWin32LobAppReturnCode()(*Win32LobAppReturnCode) {
func CreateWin32LobAppReturnCodeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWin32LobAppReturnCode(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppReturnCode) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *Win32LobAppReturnCode) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Win32LobAppReturnCode) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *Win32LobAppReturnCode) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppReturnCode) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Win32LobAppReturnCode) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/win32_lob_app_rule.go b/models/win32_lob_app_rule.go
index d9384109851..87c33e769fc 100644
--- a/models/win32_lob_app_rule.go
+++ b/models/win32_lob_app_rule.go
@@ -46,7 +46,7 @@ func CreateWin32LobAppRuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896
}
return NewWin32LobAppRule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppRule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -58,7 +58,7 @@ func (m *Win32LobAppRule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Win32LobAppRule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -132,14 +132,14 @@ func (m *Win32LobAppRule) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Win32LobAppRule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Win32LobAppRule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows10_network_proxy_server.go b/models/windows10_network_proxy_server.go
index d2e022fc7be..433a60b2e7c 100644
--- a/models/windows10_network_proxy_server.go
+++ b/models/windows10_network_proxy_server.go
@@ -22,7 +22,7 @@ func NewWindows10NetworkProxyServer()(*Windows10NetworkProxyServer) {
func CreateWindows10NetworkProxyServerFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindows10NetworkProxyServer(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Windows10NetworkProxyServer) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *Windows10NetworkProxyServer) GetAddress()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *Windows10NetworkProxyServer) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -167,7 +167,7 @@ func (m *Windows10NetworkProxyServer) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *Windows10NetworkProxyServer) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -181,7 +181,7 @@ func (m *Windows10NetworkProxyServer) SetAddress(value *string)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *Windows10NetworkProxyServer) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_device_account.go b/models/windows_device_account.go
index 90c165ddcd5..6fbcf747d83 100644
--- a/models/windows_device_account.go
+++ b/models/windows_device_account.go
@@ -42,7 +42,7 @@ func CreateWindowsDeviceAccountFromDiscriminatorValue(parseNode i878a80d2330e89d
}
return NewWindowsDeviceAccount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsDeviceAccount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *WindowsDeviceAccount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsDeviceAccount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -127,14 +127,14 @@ func (m *WindowsDeviceAccount) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsDeviceAccount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsDeviceAccount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_firewall_network_profile.go b/models/windows_firewall_network_profile.go
index 72bc53860b1..8213e8fc9b7 100644
--- a/models/windows_firewall_network_profile.go
+++ b/models/windows_firewall_network_profile.go
@@ -22,7 +22,7 @@ func NewWindowsFirewallNetworkProfile()(*WindowsFirewallNetworkProfile) {
func CreateWindowsFirewallNetworkProfileFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsFirewallNetworkProfile(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsFirewallNetworkProfile) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *WindowsFirewallNetworkProfile) GetAuthorizedApplicationRulesFromGroupPo
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsFirewallNetworkProfile) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -405,7 +405,7 @@ func (m *WindowsFirewallNetworkProfile) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsFirewallNetworkProfile) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -419,7 +419,7 @@ func (m *WindowsFirewallNetworkProfile) SetAuthorizedApplicationRulesFromGroupPo
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsFirewallNetworkProfile) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_information_protection_app.go b/models/windows_information_protection_app.go
index afd49aa9b69..7208ce94e4a 100644
--- a/models/windows_information_protection_app.go
+++ b/models/windows_information_protection_app.go
@@ -42,7 +42,7 @@ func CreateWindowsInformationProtectionAppFromDiscriminatorValue(parseNode i878a
}
return NewWindowsInformationProtectionApp(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionApp) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *WindowsInformationProtectionApp) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionApp) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -235,14 +235,14 @@ func (m *WindowsInformationProtectionApp) Serialize(writer i878a80d2330e89d26896
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionApp) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionApp) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_information_protection_data_recovery_certificate.go b/models/windows_information_protection_data_recovery_certificate.go
index 70255c178bb..a3cf3c79099 100644
--- a/models/windows_information_protection_data_recovery_certificate.go
+++ b/models/windows_information_protection_data_recovery_certificate.go
@@ -23,7 +23,7 @@ func NewWindowsInformationProtectionDataRecoveryCertificate()(*WindowsInformatio
func CreateWindowsInformationProtectionDataRecoveryCertificateFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsInformationProtectionDataRecoveryCertificate(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionDataRecoveryCertificate) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *WindowsInformationProtectionDataRecoveryCertificate) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionDataRecoveryCertificate) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *WindowsInformationProtectionDataRecoveryCertificate) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionDataRecoveryCertificate) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionDataRecoveryCertificate) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_information_protection_i_p_range_collection.go b/models/windows_information_protection_i_p_range_collection.go
index 8574f635cea..546960b3306 100644
--- a/models/windows_information_protection_i_p_range_collection.go
+++ b/models/windows_information_protection_i_p_range_collection.go
@@ -22,7 +22,7 @@ func NewWindowsInformationProtectionIPRangeCollection()(*WindowsInformationProte
func CreateWindowsInformationProtectionIPRangeCollectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsInformationProtectionIPRangeCollection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionIPRangeCollection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WindowsInformationProtectionIPRangeCollection) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionIPRangeCollection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *WindowsInformationProtectionIPRangeCollection) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionIPRangeCollection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionIPRangeCollection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_information_protection_proxied_domain_collection.go b/models/windows_information_protection_proxied_domain_collection.go
index a243317a704..9ef8b559580 100644
--- a/models/windows_information_protection_proxied_domain_collection.go
+++ b/models/windows_information_protection_proxied_domain_collection.go
@@ -22,7 +22,7 @@ func NewWindowsInformationProtectionProxiedDomainCollection()(*WindowsInformatio
func CreateWindowsInformationProtectionProxiedDomainCollectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsInformationProtectionProxiedDomainCollection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionProxiedDomainCollection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WindowsInformationProtectionProxiedDomainCollection) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionProxiedDomainCollection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -146,14 +146,14 @@ func (m *WindowsInformationProtectionProxiedDomainCollection) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionProxiedDomainCollection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionProxiedDomainCollection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_information_protection_resource_collection.go b/models/windows_information_protection_resource_collection.go
index 86e906d73c9..9ec6c25a955 100644
--- a/models/windows_information_protection_resource_collection.go
+++ b/models/windows_information_protection_resource_collection.go
@@ -22,7 +22,7 @@ func NewWindowsInformationProtectionResourceCollection()(*WindowsInformationProt
func CreateWindowsInformationProtectionResourceCollectionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsInformationProtectionResourceCollection(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionResourceCollection) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WindowsInformationProtectionResourceCollection) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionResourceCollection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -140,14 +140,14 @@ func (m *WindowsInformationProtectionResourceCollection) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsInformationProtectionResourceCollection) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsInformationProtectionResourceCollection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_malware_category_count.go b/models/windows_malware_category_count.go
index c614a224fd8..5cef04b1180 100644
--- a/models/windows_malware_category_count.go
+++ b/models/windows_malware_category_count.go
@@ -34,7 +34,7 @@ func (m *WindowsMalwareCategoryCount) GetActiveMalwareDetectionCount()(*int32) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareCategoryCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *WindowsMalwareCategoryCount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMalwareCategoryCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -224,14 +224,14 @@ func (m *WindowsMalwareCategoryCount) SetActiveMalwareDetectionCount(value *int3
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareCategoryCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMalwareCategoryCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_malware_execution_state_count.go b/models/windows_malware_execution_state_count.go
index e4ac9fb2569..f1657ca685c 100644
--- a/models/windows_malware_execution_state_count.go
+++ b/models/windows_malware_execution_state_count.go
@@ -23,7 +23,7 @@ func NewWindowsMalwareExecutionStateCount()(*WindowsMalwareExecutionStateCount)
func CreateWindowsMalwareExecutionStateCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsMalwareExecutionStateCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareExecutionStateCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *WindowsMalwareExecutionStateCount) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMalwareExecutionStateCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *WindowsMalwareExecutionStateCount) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareExecutionStateCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMalwareExecutionStateCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_malware_name_count.go b/models/windows_malware_name_count.go
index a14ab8b96af..aae46bb3146 100644
--- a/models/windows_malware_name_count.go
+++ b/models/windows_malware_name_count.go
@@ -23,7 +23,7 @@ func NewWindowsMalwareNameCount()(*WindowsMalwareNameCount) {
func CreateWindowsMalwareNameCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsMalwareNameCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareNameCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *WindowsMalwareNameCount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMalwareNameCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -189,14 +189,14 @@ func (m *WindowsMalwareNameCount) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareNameCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMalwareNameCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_malware_overview.go b/models/windows_malware_overview.go
index f52d8454bf9..5dab9ab4017 100644
--- a/models/windows_malware_overview.go
+++ b/models/windows_malware_overview.go
@@ -22,7 +22,7 @@ func NewWindowsMalwareOverview()(*WindowsMalwareOverview) {
func CreateWindowsMalwareOverviewFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsMalwareOverview(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareOverview) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WindowsMalwareOverview) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMalwareOverview) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -395,14 +395,14 @@ func (m *WindowsMalwareOverview) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareOverview) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMalwareOverview) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_malware_severity_count.go b/models/windows_malware_severity_count.go
index 4c1a6f2ca4e..7c36aa2f30f 100644
--- a/models/windows_malware_severity_count.go
+++ b/models/windows_malware_severity_count.go
@@ -23,7 +23,7 @@ func NewWindowsMalwareSeverityCount()(*WindowsMalwareSeverityCount) {
func CreateWindowsMalwareSeverityCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsMalwareSeverityCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareSeverityCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *WindowsMalwareSeverityCount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMalwareSeverityCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -190,14 +190,14 @@ func (m *WindowsMalwareSeverityCount) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareSeverityCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMalwareSeverityCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_malware_state_count.go b/models/windows_malware_state_count.go
index 04ebd4e7f3c..064130e0359 100644
--- a/models/windows_malware_state_count.go
+++ b/models/windows_malware_state_count.go
@@ -23,7 +23,7 @@ func NewWindowsMalwareStateCount()(*WindowsMalwareStateCount) {
func CreateWindowsMalwareStateCountFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsMalwareStateCount(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareStateCount) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *WindowsMalwareStateCount) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMalwareStateCount) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -217,14 +217,14 @@ func (m *WindowsMalwareStateCount) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMalwareStateCount) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMalwareStateCount) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_minimum_operating_system.go b/models/windows_minimum_operating_system.go
index d91b652dc13..1c2bb70b59a 100644
--- a/models/windows_minimum_operating_system.go
+++ b/models/windows_minimum_operating_system.go
@@ -22,7 +22,7 @@ func NewWindowsMinimumOperatingSystem()(*WindowsMinimumOperatingSystem) {
func CreateWindowsMinimumOperatingSystemFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWindowsMinimumOperatingSystem(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WindowsMinimumOperatingSystem) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsMinimumOperatingSystem) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *WindowsMinimumOperatingSystem) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsMinimumOperatingSystem) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsMinimumOperatingSystem) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/windows_update_install_schedule_type.go b/models/windows_update_install_schedule_type.go
index 498052d78ae..2563ed49013 100644
--- a/models/windows_update_install_schedule_type.go
+++ b/models/windows_update_install_schedule_type.go
@@ -42,7 +42,7 @@ func CreateWindowsUpdateInstallScheduleTypeFromDiscriminatorValue(parseNode i878
}
return NewWindowsUpdateInstallScheduleType(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsUpdateInstallScheduleType) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -54,7 +54,7 @@ func (m *WindowsUpdateInstallScheduleType) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WindowsUpdateInstallScheduleType) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -100,14 +100,14 @@ func (m *WindowsUpdateInstallScheduleType) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WindowsUpdateInstallScheduleType) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WindowsUpdateInstallScheduleType) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workbook_filter_criteria.go b/models/workbook_filter_criteria.go
index b0e66dced13..b4c79c69b55 100644
--- a/models/workbook_filter_criteria.go
+++ b/models/workbook_filter_criteria.go
@@ -22,7 +22,7 @@ func NewWorkbookFilterCriteria()(*WorkbookFilterCriteria) {
func CreateWorkbookFilterCriteriaFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkbookFilterCriteria(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookFilterCriteria) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WorkbookFilterCriteria) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkbookFilterCriteria) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -296,14 +296,14 @@ func (m *WorkbookFilterCriteria) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookFilterCriteria) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkbookFilterCriteria) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workbook_icon.go b/models/workbook_icon.go
index 72283692e0c..02145d06855 100644
--- a/models/workbook_icon.go
+++ b/models/workbook_icon.go
@@ -22,7 +22,7 @@ func NewWorkbookIcon()(*WorkbookIcon) {
func CreateWorkbookIconFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkbookIcon(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookIcon) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WorkbookIcon) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkbookIcon) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *WorkbookIcon) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookIcon) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkbookIcon) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workbook_operation_error.go b/models/workbook_operation_error.go
index 8c3a164d264..693253d6229 100644
--- a/models/workbook_operation_error.go
+++ b/models/workbook_operation_error.go
@@ -22,7 +22,7 @@ func NewWorkbookOperationError()(*WorkbookOperationError) {
func CreateWorkbookOperationErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkbookOperationError(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookOperationError) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WorkbookOperationError) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkbookOperationError) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *WorkbookOperationError) Serialize(writer i878a80d2330e89d26896388a3f487
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookOperationError) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkbookOperationError) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workbook_range.go b/models/workbook_range.go
index 782f7f3620b..91dc89a4353 100644
--- a/models/workbook_range.go
+++ b/models/workbook_range.go
@@ -400,7 +400,7 @@ func (m *WorkbookRange) GetSort()(WorkbookRangeSortable) {
}
return nil
}
-// GetText 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.
+// GetText 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.
func (m *WorkbookRange) GetText()(Jsonable) {
val, err := m.GetBackingStore().Get("text")
if err != nil {
@@ -684,7 +684,7 @@ func (m *WorkbookRange) SetSort(value WorkbookRangeSortable)() {
panic(err)
}
}
-// SetText 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.
+// SetText 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.
func (m *WorkbookRange) SetText(value Jsonable)() {
err := m.GetBackingStore().Set("text", value)
if err != nil {
diff --git a/models/workbook_session_info.go b/models/workbook_session_info.go
index a1fd0c886c3..4c922a31318 100644
--- a/models/workbook_session_info.go
+++ b/models/workbook_session_info.go
@@ -22,7 +22,7 @@ func NewWorkbookSessionInfo()(*WorkbookSessionInfo) {
func CreateWorkbookSessionInfoFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkbookSessionInfo(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookSessionInfo) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WorkbookSessionInfo) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkbookSessionInfo) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -134,14 +134,14 @@ func (m *WorkbookSessionInfo) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookSessionInfo) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkbookSessionInfo) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workbook_sort_field.go b/models/workbook_sort_field.go
index 6e79fd52bae..2cee4eccc33 100644
--- a/models/workbook_sort_field.go
+++ b/models/workbook_sort_field.go
@@ -22,7 +22,7 @@ func NewWorkbookSortField()(*WorkbookSortField) {
func CreateWorkbookSortFieldFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkbookSortField(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookSortField) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -45,7 +45,7 @@ func (m *WorkbookSortField) GetAscending()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkbookSortField) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -242,7 +242,7 @@ func (m *WorkbookSortField) Serialize(writer i878a80d2330e89d26896388a3f487eef27
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookSortField) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -256,7 +256,7 @@ func (m *WorkbookSortField) SetAscending(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkbookSortField) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workbook_worksheet_protection_options.go b/models/workbook_worksheet_protection_options.go
index f3b3d9e3047..943d2b3c686 100644
--- a/models/workbook_worksheet_protection_options.go
+++ b/models/workbook_worksheet_protection_options.go
@@ -22,7 +22,7 @@ func NewWorkbookWorksheetProtectionOptions()(*WorkbookWorksheetProtectionOptions
func CreateWorkbookWorksheetProtectionOptionsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkbookWorksheetProtectionOptions(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookWorksheetProtectionOptions) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -155,7 +155,7 @@ func (m *WorkbookWorksheetProtectionOptions) GetAllowSort()(*bool) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkbookWorksheetProtectionOptions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -377,7 +377,7 @@ func (m *WorkbookWorksheetProtectionOptions) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkbookWorksheetProtectionOptions) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -461,7 +461,7 @@ func (m *WorkbookWorksheetProtectionOptions) SetAllowSort(value *bool)() {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkbookWorksheetProtectionOptions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/workforce_integration_encryption.go b/models/workforce_integration_encryption.go
index 81028f79ab9..c3037da85fc 100644
--- a/models/workforce_integration_encryption.go
+++ b/models/workforce_integration_encryption.go
@@ -22,7 +22,7 @@ func NewWorkforceIntegrationEncryption()(*WorkforceIntegrationEncryption) {
func CreateWorkforceIntegrationEncryptionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkforceIntegrationEncryption(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkforceIntegrationEncryption) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WorkforceIntegrationEncryption) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkforceIntegrationEncryption) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *WorkforceIntegrationEncryption) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkforceIntegrationEncryption) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkforceIntegrationEncryption) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/working_hours.go b/models/working_hours.go
index cf59dd2e950..093bc94b506 100644
--- a/models/working_hours.go
+++ b/models/working_hours.go
@@ -22,7 +22,7 @@ func NewWorkingHours()(*WorkingHours) {
func CreateWorkingHoursFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewWorkingHours(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkingHours) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *WorkingHours) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *WorkingHours) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -194,14 +194,14 @@ func (m *WorkingHours) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *WorkingHours) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *WorkingHours) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/x509_certificate_authentication_mode_configuration.go b/models/x509_certificate_authentication_mode_configuration.go
index 2d23554207b..43833c84472 100644
--- a/models/x509_certificate_authentication_mode_configuration.go
+++ b/models/x509_certificate_authentication_mode_configuration.go
@@ -22,7 +22,7 @@ func NewX509CertificateAuthenticationModeConfiguration()(*X509CertificateAuthent
func CreateX509CertificateAuthenticationModeConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewX509CertificateAuthenticationModeConfiguration(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *X509CertificateAuthenticationModeConfiguration) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *X509CertificateAuthenticationModeConfiguration) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *X509CertificateAuthenticationModeConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -147,14 +147,14 @@ func (m *X509CertificateAuthenticationModeConfiguration) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *X509CertificateAuthenticationModeConfiguration) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *X509CertificateAuthenticationModeConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/x509_certificate_rule.go b/models/x509_certificate_rule.go
index 9c537b4055d..163948aa81b 100644
--- a/models/x509_certificate_rule.go
+++ b/models/x509_certificate_rule.go
@@ -22,7 +22,7 @@ func NewX509CertificateRule()(*X509CertificateRule) {
func CreateX509CertificateRuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewX509CertificateRule(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *X509CertificateRule) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *X509CertificateRule) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *X509CertificateRule) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -163,14 +163,14 @@ func (m *X509CertificateRule) Serialize(writer i878a80d2330e89d26896388a3f487eef
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *X509CertificateRule) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *X509CertificateRule) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/models/x509_certificate_user_binding.go b/models/x509_certificate_user_binding.go
index 138e774d21f..d84cfae93b8 100644
--- a/models/x509_certificate_user_binding.go
+++ b/models/x509_certificate_user_binding.go
@@ -22,7 +22,7 @@ func NewX509CertificateUserBinding()(*X509CertificateUserBinding) {
func CreateX509CertificateUserBindingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewX509CertificateUserBinding(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *X509CertificateUserBinding) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *X509CertificateUserBinding) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *X509CertificateUserBinding) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *X509CertificateUserBinding) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *X509CertificateUserBinding) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *X509CertificateUserBinding) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/oauth2permissiongrants/o_auth2_permission_grant_item_request_builder.go b/oauth2permissiongrants/o_auth2_permission_grant_item_request_builder.go
index 21ff4896412..b4e896e3695 100644
--- a/oauth2permissiongrants/o_auth2_permission_grant_item_request_builder.go
+++ b/oauth2permissiongrants/o_auth2_permission_grant_item_request_builder.go
@@ -18,7 +18,7 @@ type OAuth2PermissionGrantItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OAuth2PermissionGrantItemRequestBuilderGetQueryParameters 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.
+// OAuth2PermissionGrantItemRequestBuilderGetQueryParameters 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.
type OAuth2PermissionGrantItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewOAuth2PermissionGrantItemRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewOAuth2PermissionGrantItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *OAuth2PermissionGrantItemRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *OAuth2PermissionGrantItemRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *OAuth2PermissionGrantItemRequestBuilder) Patch(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *OAuth2PermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *OAuth2PermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *OAuth2PermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *OAuth2PermissionGrantItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OAuth2PermissionGrantItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *OAuth2PermissionGrantItemRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *OAuth2PermissionGrantItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantable, requestConfiguration *OAuth2PermissionGrantItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/oauth2permissiongrants/oauth2_permission_grants_request_builder.go b/oauth2permissiongrants/oauth2_permission_grants_request_builder.go
index 6d64c24e280..edf595d1d21 100644
--- a/oauth2permissiongrants/oauth2_permission_grants_request_builder.go
+++ b/oauth2permissiongrants/oauth2_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type Oauth2PermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// Oauth2PermissionGrantsRequestBuilderGetQueryParameters 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.
+// Oauth2PermissionGrantsRequestBuilderGetQueryParameters 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.
type Oauth2PermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *Oauth2PermissionGrantsRequestBuilder) Count()(*CountRequestBuilder) {
func (m *Oauth2PermissionGrantsRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *Oauth2PermissionGrantsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *Oauth2PermissionGrantsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *Oauth2PermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *Oauth2PermissionGrantsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *Oauth2PermissionGrantsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantable, requestConfiguration *Oauth2PermissionGrantsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/get_available_extension_properties_post_request_body.go b/organization/get_available_extension_properties_post_request_body.go
index bd52b38e9cd..79f741d9339 100644
--- a/organization/get_available_extension_properties_post_request_body.go
+++ b/organization/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/get_available_extension_properties_request_builder.go b/organization/get_available_extension_properties_request_builder.go
index 7b9d935310b..883dfa1fe06 100644
--- a/organization/get_available_extension_properties_request_builder.go
+++ b/organization/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/get_by_ids_post_request_body.go b/organization/get_by_ids_post_request_body.go
index c5f8307a1f5..3983bd93eda 100644
--- a/organization/get_by_ids_post_request_body.go
+++ b/organization/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/get_by_ids_request_builder.go b/organization/get_by_ids_request_builder.go
index 04476b90ae0..02953aa19e4 100644
--- a/organization/get_by_ids_request_builder.go
+++ b/organization/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_branding_localizations_organizational_branding_localization_item_request_builder.go b/organization/item_branding_localizations_organizational_branding_localization_item_request_builder.go
index efd4776262e..dc287a9faa3 100644
--- a/organization/item_branding_localizations_organizational_branding_localization_item_request_builder.go
+++ b/organization/item_branding_localizations_organizational_branding_localization_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters 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.
+// ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters 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.
type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBu
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) CustomCSS()(*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) {
return NewItemBrandingLocalizationsItemCustomCSSRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestB
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) Favicon()(*ItemBrandingLocalizationsItemFaviconRequestBuilder) {
return NewItemBrandingLocalizationsItemFaviconRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestB
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) HeaderLogo()(*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) {
return NewItemBrandingLocalizationsItemHeaderLogoRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an organizationalBrandingLocalization object for a specific localization. This API is supported in the following national cloud deployments.
+// Patch update the properties of an organizationalBrandingLocalization object for a specific localization. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0
@@ -145,7 +145,7 @@ func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestB
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) SquareLogoDark()(*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) {
return NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -173,7 +173,7 @@ func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestB
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an organizationalBrandingLocalization object for a specific localization. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an organizationalBrandingLocalization object for a specific localization. This API is available in the following national cloud deployments.
func (m *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, requestConfiguration *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_branding_localizations_request_builder.go b/organization/item_branding_localizations_request_builder.go
index eb17f6252a2..45a7486cdc4 100644
--- a/organization/item_branding_localizations_request_builder.go
+++ b/organization/item_branding_localizations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemBrandingLocalizationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemBrandingLocalizationsRequestBuilderGetQueryParameters retrieve all localization branding objects, including the default branding. This API is supported in the following national cloud deployments.
+// ItemBrandingLocalizationsRequestBuilderGetQueryParameters retrieve all localization branding objects, including the default branding. This API is available in the following national cloud deployments.
type ItemBrandingLocalizationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemBrandingLocalizationsRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemBrandingLocalizationsRequestBuilder) Count()(*ItemBrandingLocalizationsCountRequestBuilder) {
return NewItemBrandingLocalizationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve all localization branding objects, including the default branding. This API is supported in the following national cloud deployments.
+// Get retrieve all localization branding objects, including the default branding. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemBrandingLocalizationsRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemBrandingLocalizationsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable), nil
}
-// ToGetRequestInformation retrieve all localization branding objects, including the default branding. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve all localization branding objects, including the default branding. This API is available in the following national cloud deployments.
func (m *ItemBrandingLocalizationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemBrandingLocalizationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemBrandingLocalizationsRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemBrandingLocalizationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, requestConfiguration *ItemBrandingLocalizationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_branding_request_builder.go b/organization/item_branding_request_builder.go
index a9c5a301574..c328a3542e9 100644
--- a/organization/item_branding_request_builder.go
+++ b/organization/item_branding_request_builder.go
@@ -18,7 +18,7 @@ type ItemBrandingRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemBrandingRequestBuilderGetQueryParameters 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.
+// ItemBrandingRequestBuilderGetQueryParameters 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.
type ItemBrandingRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewItemBrandingRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *ItemBrandingRequestBuilder) CustomCSS()(*ItemBrandingCustomCSSRequestBuilder) {
return NewItemBrandingCustomCSSRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemBrandingRequestBuilder) Delete(ctx context.Context, requestConfigur
func (m *ItemBrandingRequestBuilder) Favicon()(*ItemBrandingFaviconRequestBuilder) {
return NewItemBrandingFaviconRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ItemBrandingRequestBuilder) HeaderLogo()(*ItemBrandingHeaderLogoRequest
func (m *ItemBrandingRequestBuilder) Localizations()(*ItemBrandingLocalizationsRequestBuilder) {
return NewItemBrandingLocalizationsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of the default branding object specified by the organizationalBranding resource. This API is supported in the following national cloud deployments.
+// Patch update the properties of the default branding object specified by the organizationalBranding resource. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0
@@ -149,7 +149,7 @@ func (m *ItemBrandingRequestBuilder) SquareLogo()(*ItemBrandingSquareLogoRequest
func (m *ItemBrandingRequestBuilder) SquareLogoDark()(*ItemBrandingSquareLogoDarkRequestBuilder) {
return NewItemBrandingSquareLogoDarkRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemBrandingRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemBrandingRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemBrandingRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemBrandingRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemBrandingRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -177,7 +177,7 @@ func (m *ItemBrandingRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of the default branding object specified by the organizationalBranding resource. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of the default branding object specified by the organizationalBranding resource. This API is available in the following national cloud deployments.
func (m *ItemBrandingRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, requestConfiguration *ItemBrandingRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_certificate_based_auth_configuration_certificate_based_auth_configuration_item_request_builder.go b/organization/item_certificate_based_auth_configuration_certificate_based_auth_configuration_item_request_builder.go
index 5eadc3df3b1..757b457f745 100644
--- a/organization/item_certificate_based_auth_configuration_certificate_based_auth_configuration_item_request_builder.go
+++ b/organization/item_certificate_based_auth_configuration_certificate_based_auth_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters get the properties of a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters get the properties of a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationIt
urlParams["request-raw-url"] = rawUrl
return NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// Delete delete a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationI
}
return nil
}
-// Get get the properties of a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// Get get the properties of a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0
@@ -88,7 +88,7 @@ func (m *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationI
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CertificateBasedAuthConfigurationable), nil
}
-// ToDeleteRequestInformation delete a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
func (m *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -100,7 +100,7 @@ func (m *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationI
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties of a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties of a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
func (m *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_certificate_based_auth_configuration_request_builder.go b/organization/item_certificate_based_auth_configuration_request_builder.go
index 7f6a35eaaaa..da706967352 100644
--- a/organization/item_certificate_based_auth_configuration_request_builder.go
+++ b/organization/item_certificate_based_auth_configuration_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCertificateBasedAuthConfigurationRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCertificateBasedAuthConfigurationRequestBuilderGetQueryParameters get a list of certificateBasedAuthConfiguration objects. This API is supported in the following national cloud deployments.
+// ItemCertificateBasedAuthConfigurationRequestBuilderGetQueryParameters get a list of certificateBasedAuthConfiguration objects. This API is available in the following national cloud deployments.
type ItemCertificateBasedAuthConfigurationRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemCertificateBasedAuthConfigurationRequestBuilder(rawUrl string, reque
func (m *ItemCertificateBasedAuthConfigurationRequestBuilder) Count()(*ItemCertificateBasedAuthConfigurationCountRequestBuilder) {
return NewItemCertificateBasedAuthConfigurationCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of certificateBasedAuthConfiguration objects. This API is supported in the following national cloud deployments.
+// Get get a list of certificateBasedAuthConfiguration objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemCertificateBasedAuthConfigurationRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CertificateBasedAuthConfigurationCollectionResponseable), nil
}
-// Post create a new certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// Post create a new certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemCertificateBasedAuthConfigurationRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CertificateBasedAuthConfigurationable), nil
}
-// ToGetRequestInformation get a list of certificateBasedAuthConfiguration objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of certificateBasedAuthConfiguration objects. This API is available in the following national cloud deployments.
func (m *ItemCertificateBasedAuthConfigurationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCertificateBasedAuthConfigurationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemCertificateBasedAuthConfigurationRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments.
func (m *ItemCertificateBasedAuthConfigurationRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CertificateBasedAuthConfigurationable, requestConfiguration *ItemCertificateBasedAuthConfigurationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_check_member_groups_post_request_body.go b/organization/item_check_member_groups_post_request_body.go
index 3a22bb1aeeb..9bde098f00c 100644
--- a/organization/item_check_member_groups_post_request_body.go
+++ b/organization/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/item_check_member_groups_request_builder.go b/organization/item_check_member_groups_request_builder.go
index 1d8909195f3..0125340cba2 100644
--- a/organization/item_check_member_groups_request_builder.go
+++ b/organization/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_check_member_objects_post_request_body.go b/organization/item_check_member_objects_post_request_body.go
index e34e9bfb899..4778d3d83b0 100644
--- a/organization/item_check_member_objects_post_request_body.go
+++ b/organization/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/item_get_member_groups_post_request_body.go b/organization/item_get_member_groups_post_request_body.go
index 35a1b1ac509..1f3d3975896 100644
--- a/organization/item_get_member_groups_post_request_body.go
+++ b/organization/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/item_get_member_groups_request_builder.go b/organization/item_get_member_groups_request_builder.go
index 4110f733662..fd7c3809c29 100644
--- a/organization/item_get_member_groups_request_builder.go
+++ b/organization/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_get_member_objects_post_request_body.go b/organization/item_get_member_objects_post_request_body.go
index bb29524114a..5f850d4cc57 100644
--- a/organization/item_get_member_objects_post_request_body.go
+++ b/organization/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/item_get_member_objects_request_builder.go b/organization/item_get_member_objects_request_builder.go
index 1b2c2c68107..88a570ed983 100644
--- a/organization/item_get_member_objects_request_builder.go
+++ b/organization/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_restore_request_builder.go b/organization/item_restore_request_builder.go
index a08c1e34236..a9492ebf4a2 100644
--- a/organization/item_restore_request_builder.go
+++ b/organization/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/item_set_mobile_device_management_authority_post_response.go b/organization/item_set_mobile_device_management_authority_post_response.go
index 7e205af2c4a..27765af00ca 100644
--- a/organization/item_set_mobile_device_management_authority_post_response.go
+++ b/organization/item_set_mobile_device_management_authority_post_response.go
@@ -22,7 +22,7 @@ func NewItemSetMobileDeviceManagementAuthorityPostResponse()(*ItemSetMobileDevic
func CreateItemSetMobileDeviceManagementAuthorityPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSetMobileDeviceManagementAuthorityPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/organization_item_request_builder.go b/organization/organization_item_request_builder.go
index add83da32c8..b1fa51d054d 100644
--- a/organization/organization_item_request_builder.go
+++ b/organization/organization_item_request_builder.go
@@ -18,7 +18,7 @@ type OrganizationItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OrganizationItemRequestBuilderGetQueryParameters 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.
+// OrganizationItemRequestBuilderGetQueryParameters 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.
type OrganizationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -90,7 +90,7 @@ func (m *OrganizationItemRequestBuilder) Delete(ctx context.Context, requestConf
func (m *OrganizationItemRequestBuilder) Extensions()(*ItemExtensionsRequestBuilder) {
return NewItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *OrganizationItemRequestBuilder) GetMemberGroups()(*ItemGetMemberGroupsR
func (m *OrganizationItemRequestBuilder) GetMemberObjects()(*ItemGetMemberObjectsRequestBuilder) {
return NewItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0
@@ -162,7 +162,7 @@ func (m *OrganizationItemRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *OrganizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OrganizationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -178,7 +178,7 @@ func (m *OrganizationItemRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *OrganizationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Organizationable, requestConfiguration *OrganizationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/organization_request_builder.go b/organization/organization_request_builder.go
index 01d91299b80..be650ea488e 100644
--- a/organization/organization_request_builder.go
+++ b/organization/organization_request_builder.go
@@ -11,7 +11,7 @@ import (
type OrganizationRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OrganizationRequestBuilderGetQueryParameters list properties and relationships of the organization objects.
+// OrganizationRequestBuilderGetQueryParameters retrieve a list of organization objects. This API is available in the following national cloud deployments.
type OrganizationRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,10 +78,10 @@ func (m *OrganizationRequestBuilder) Count()(*CountRequestBuilder) {
func (m *OrganizationRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the organization objects.
+// Get retrieve a list of organization objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
func (m *OrganizationRequestBuilder) Get(ctx context.Context, requestConfiguration *OrganizationRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -127,7 +127,7 @@ func (m *OrganizationRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Organizationable), nil
}
-// ToGetRequestInformation list properties and relationships of the organization objects.
+// ToGetRequestInformation retrieve a list of organization objects. This API is available in the following national cloud deployments.
func (m *OrganizationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OrganizationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/organization/validate_properties_post_request_body.go b/organization/validate_properties_post_request_body.go
index fba7fdb1ee8..82c82f30cd0 100644
--- a/organization/validate_properties_post_request_body.go
+++ b/organization/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/organization/validate_properties_request_builder.go b/organization/validate_properties_request_builder.go
index c64ca7d44a9..14cafe04808 100644
--- a/organization/validate_properties_request_builder.go
+++ b/organization/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/get_available_extension_properties_post_request_body.go b/permissiongrants/get_available_extension_properties_post_request_body.go
index f1009666d09..7b9b8d28f45 100644
--- a/permissiongrants/get_available_extension_properties_post_request_body.go
+++ b/permissiongrants/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/get_available_extension_properties_request_builder.go b/permissiongrants/get_available_extension_properties_request_builder.go
index b673e0957ea..74338a0639f 100644
--- a/permissiongrants/get_available_extension_properties_request_builder.go
+++ b/permissiongrants/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/get_by_ids_post_request_body.go b/permissiongrants/get_by_ids_post_request_body.go
index 5626964cdac..2c75403d44c 100644
--- a/permissiongrants/get_by_ids_post_request_body.go
+++ b/permissiongrants/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/get_by_ids_request_builder.go b/permissiongrants/get_by_ids_request_builder.go
index 981469a02ed..eb00d779e90 100644
--- a/permissiongrants/get_by_ids_request_builder.go
+++ b/permissiongrants/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/item_check_member_groups_post_request_body.go b/permissiongrants/item_check_member_groups_post_request_body.go
index 87d7ec1f1a3..16807372c3e 100644
--- a/permissiongrants/item_check_member_groups_post_request_body.go
+++ b/permissiongrants/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/item_check_member_groups_request_builder.go b/permissiongrants/item_check_member_groups_request_builder.go
index 332c5932f35..6c82d3ec760 100644
--- a/permissiongrants/item_check_member_groups_request_builder.go
+++ b/permissiongrants/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/item_check_member_objects_post_request_body.go b/permissiongrants/item_check_member_objects_post_request_body.go
index f5722be1fbb..3ffaa8ae8f1 100644
--- a/permissiongrants/item_check_member_objects_post_request_body.go
+++ b/permissiongrants/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/item_get_member_groups_post_request_body.go b/permissiongrants/item_get_member_groups_post_request_body.go
index d7f0c7fe7d1..6f73d59914d 100644
--- a/permissiongrants/item_get_member_groups_post_request_body.go
+++ b/permissiongrants/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/item_get_member_groups_request_builder.go b/permissiongrants/item_get_member_groups_request_builder.go
index 4baf0969287..f1aa7f43169 100644
--- a/permissiongrants/item_get_member_groups_request_builder.go
+++ b/permissiongrants/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/item_get_member_objects_post_request_body.go b/permissiongrants/item_get_member_objects_post_request_body.go
index 69c37eb77fb..f2549a8304c 100644
--- a/permissiongrants/item_get_member_objects_post_request_body.go
+++ b/permissiongrants/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/item_get_member_objects_request_builder.go b/permissiongrants/item_get_member_objects_request_builder.go
index 00368b08e63..af9561b6927 100644
--- a/permissiongrants/item_get_member_objects_request_builder.go
+++ b/permissiongrants/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/item_restore_request_builder.go b/permissiongrants/item_restore_request_builder.go
index 491c6fde8b9..afe39e57445 100644
--- a/permissiongrants/item_restore_request_builder.go
+++ b/permissiongrants/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/permissiongrants/validate_properties_post_request_body.go b/permissiongrants/validate_properties_post_request_body.go
index 49b790f1165..81867929536 100644
--- a/permissiongrants/validate_properties_post_request_body.go
+++ b/permissiongrants/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/permissiongrants/validate_properties_request_builder.go b/permissiongrants/validate_properties_request_builder.go
index b357cca7a66..4db8a8c12bf 100644
--- a/permissiongrants/validate_properties_request_builder.go
+++ b/permissiongrants/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/places/place_item_request_builder.go b/places/place_item_request_builder.go
index f45ba2b3d95..8dacc8c0975 100644
--- a/places/place_item_request_builder.go
+++ b/places/place_item_request_builder.go
@@ -62,7 +62,7 @@ func (m *PlaceItemRequestBuilder) GraphRoom()(*ItemGraphRoomRequestBuilder) {
func (m *PlaceItemRequestBuilder) GraphRoomList()(*ItemGraphRoomListRequestBuilder) {
return NewItemGraphRoomListRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *PlaceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *PlaceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlaceItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go b/planner/buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
index c291bddedce..422f737bef1 100644
--- a/planner/buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/planner/buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_item_tasks_item_bucket_task_board_format_request_builder.go b/planner/buckets_item_tasks_item_bucket_task_board_format_request_builder.go
index af0d9b62411..15cfff1b0db 100644
--- a/planner/buckets_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/planner/buckets_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type BucketsItemTasksItemBucketTaskBoardFormatRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// BucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type BucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *BucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *BucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *BucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_item_tasks_item_details_request_builder.go b/planner/buckets_item_tasks_item_details_request_builder.go
index fade96d2067..3822f849a53 100644
--- a/planner/buckets_item_tasks_item_details_request_builder.go
+++ b/planner/buckets_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type BucketsItemTasksItemDetailsRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// BucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type BucketsItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *BucketsItemTasksItemDetailsRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *BucketsItemTasksItemDetailsRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *BucketsItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_item_tasks_item_progress_task_board_format_request_builder.go b/planner/buckets_item_tasks_item_progress_task_board_format_request_builder.go
index 125f2317364..c3937dfd768 100644
--- a/planner/buckets_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/planner/buckets_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type BucketsItemTasksItemProgressTaskBoardFormatRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// BucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type BucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *BucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) Delete(ctx c
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *BucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *BucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_item_tasks_request_builder.go b/planner/buckets_item_tasks_request_builder.go
index 2c6f85588d8..7a6430c5d2f 100644
--- a/planner/buckets_item_tasks_request_builder.go
+++ b/planner/buckets_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type BucketsItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// BucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
type BucketsItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBucketsItemTasksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *BucketsItemTasksRequestBuilder) Count()(*BucketsItemTasksCountRequestBuilder) {
return NewBucketsItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *BucketsItemTasksRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
func (m *BucketsItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_planner_bucket_item_request_builder.go b/planner/buckets_planner_bucket_item_request_builder.go
index 5adaccf4090..f945054e59c 100644
--- a/planner/buckets_planner_bucket_item_request_builder.go
+++ b/planner/buckets_planner_bucket_item_request_builder.go
@@ -18,7 +18,7 @@ type BucketsPlannerBucketItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BucketsPlannerBucketItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerBucket object. This API is supported in the following national cloud deployments.
+// BucketsPlannerBucketItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerBucket object. This API is available in the following national cloud deployments.
type BucketsPlannerBucketItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewBucketsPlannerBucketItemRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewBucketsPlannerBucketItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete plannerBucket. This API is supported in the following national cloud deployments.
+// Delete delete plannerBucket. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *BucketsPlannerBucketItemRequestBuilder) Delete(ctx context.Context, req
}
return nil
}
-// Get retrieve the properties and relationships of a plannerBucket object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerBucket object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *BucketsPlannerBucketItemRequestBuilder) Patch(ctx context.Context, body
func (m *BucketsPlannerBucketItemRequestBuilder) Tasks()(*BucketsItemTasksRequestBuilder) {
return NewBucketsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete plannerBucket. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete plannerBucket. This API is available in the following national cloud deployments.
func (m *BucketsPlannerBucketItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BucketsPlannerBucketItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *BucketsPlannerBucketItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerBucket object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerBucket object. This API is available in the following national cloud deployments.
func (m *BucketsPlannerBucketItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsPlannerBucketItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/buckets_request_builder.go b/planner/buckets_request_builder.go
index cc86173cbf0..d7f8e707e2e 100644
--- a/planner/buckets_request_builder.go
+++ b/planner/buckets_request_builder.go
@@ -11,7 +11,7 @@ import (
type BucketsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BucketsRequestBuilderGetQueryParameters retrieve a list of plannerbucket objects. This API is supported in the following national cloud deployments.
+// BucketsRequestBuilderGetQueryParameters retrieve a list of plannerbucket objects. This API is available in the following national cloud deployments.
type BucketsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBucketsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371
func (m *BucketsRequestBuilder) Count()(*BucketsCountRequestBuilder) {
return NewBucketsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerbucket objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerbucket objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BucketsRequestBuilder) Get(ctx context.Context, requestConfiguration *B
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerBucketCollectionResponseable), nil
}
-// Post create a new plannerBucket object. This API is supported in the following national cloud deployments.
+// Post create a new plannerBucket object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BucketsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerBucketable), nil
}
-// ToGetRequestInformation retrieve a list of plannerbucket objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerbucket objects. This API is available in the following national cloud deployments.
func (m *BucketsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BucketsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BucketsRequestBuilder) ToGetRequestInformation(ctx context.Context, req
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new plannerBucket object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new plannerBucket object. This API is available in the following national cloud deployments.
func (m *BucketsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerBucketable, requestConfiguration *BucketsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go b/planner/plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
index 0ae2523fcf6..1cdfa62e536 100644
--- a/planner/plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/planner/plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) D
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go b/planner/plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
index 929d7406053..6539244bb5a 100644
--- a/planner/plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/planner/plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) Delet
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_buckets_item_tasks_item_details_request_builder.go b/planner/plans_item_buckets_item_tasks_item_details_request_builder.go
index 2defd81312f..ddef257bc01 100644
--- a/planner/plans_item_buckets_item_tasks_item_details_request_builder.go
+++ b/planner/plans_item_buckets_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemBucketsItemTasksItemDetailsRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// PlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type PlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemBucketsItemTasksItemDetailsRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemBucketsItemTasksItemDetailsRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *PlansItemBucketsItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemBucketsItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go b/planner/plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
index 641fb19524d..4d44c650bb0 100644
--- a/planner/plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/planner/plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) Del
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_buckets_item_tasks_request_builder.go b/planner/plans_item_buckets_item_tasks_request_builder.go
index f17bac644e7..e33c7bf23ac 100644
--- a/planner/plans_item_buckets_item_tasks_request_builder.go
+++ b/planner/plans_item_buckets_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type PlansItemBucketsItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PlansItemBucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// PlansItemBucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
type PlansItemBucketsItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPlansItemBucketsItemTasksRequestBuilder(rawUrl string, requestAdapter i2
func (m *PlansItemBucketsItemTasksRequestBuilder) Count()(*PlansItemBucketsItemTasksCountRequestBuilder) {
return NewPlansItemBucketsItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *PlansItemBucketsItemTasksRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
func (m *PlansItemBucketsItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemBucketsItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_buckets_request_builder.go b/planner/plans_item_buckets_request_builder.go
index 1fa3b796b0e..98332304402 100644
--- a/planner/plans_item_buckets_request_builder.go
+++ b/planner/plans_item_buckets_request_builder.go
@@ -11,7 +11,7 @@ import (
type PlansItemBucketsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PlansItemBucketsRequestBuilderGetQueryParameters retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// PlansItemBucketsRequestBuilderGetQueryParameters retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
type PlansItemBucketsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPlansItemBucketsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *PlansItemBucketsRequestBuilder) Count()(*PlansItemBucketsCountRequestBuilder) {
return NewPlansItemBucketsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *PlansItemBucketsRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerBucketable), nil
}
-// ToGetRequestInformation retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
func (m *PlansItemBucketsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemBucketsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_details_request_builder.go b/planner/plans_item_details_request_builder.go
index 8badb88c239..41456aa6ea9 100644
--- a/planner/plans_item_details_request_builder.go
+++ b/planner/plans_item_details_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemDetailsRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// PlansItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
type PlansItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemDetailsRequestBuilder) Delete(ctx context.Context, requestConf
}
return nil
}
-// Get retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemDetailsRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
func (m *PlansItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_tasks_item_assigned_to_task_board_format_request_builder.go b/planner/plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
index 87f4d64c878..388d3561297 100644
--- a/planner/plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/planner/plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) Delete(ctx c
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_tasks_item_bucket_task_board_format_request_builder.go b/planner/plans_item_tasks_item_bucket_task_board_format_request_builder.go
index fe8cad52858..89c7a42bc12 100644
--- a/planner/plans_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/planner/plans_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemTasksItemBucketTaskBoardFormatRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// PlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type PlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemTasksItemBucketTaskBoardFormatRequestBuilder) Delete(ctx conte
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemTasksItemBucketTaskBoardFormatRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *PlansItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_tasks_item_details_request_builder.go b/planner/plans_item_tasks_item_details_request_builder.go
index 0ff8d9422f9..28fbbf4a527 100644
--- a/planner/plans_item_tasks_item_details_request_builder.go
+++ b/planner/plans_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemTasksItemDetailsRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// PlansItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type PlansItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemTasksItemDetailsRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemTasksItemDetailsRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *PlansItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_tasks_item_progress_task_board_format_request_builder.go b/planner/plans_item_tasks_item_progress_task_board_format_request_builder.go
index 4024bde39c8..efe9615980d 100644
--- a/planner/plans_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/planner/plans_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type PlansItemTasksItemProgressTaskBoardFormatRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// PlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type PlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *PlansItemTasksItemProgressTaskBoardFormatRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *PlansItemTasksItemProgressTaskBoardFormatRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *PlansItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_item_tasks_request_builder.go b/planner/plans_item_tasks_request_builder.go
index ab98c32bde1..7797029a4e2 100644
--- a/planner/plans_item_tasks_request_builder.go
+++ b/planner/plans_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type PlansItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PlansItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// PlansItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
type PlansItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPlansItemTasksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
func (m *PlansItemTasksRequestBuilder) Count()(*PlansItemTasksCountRequestBuilder) {
return NewPlansItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *PlansItemTasksRequestBuilder) Post(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
func (m *PlansItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_planner_plan_item_request_builder.go b/planner/plans_planner_plan_item_request_builder.go
index 9c5c52d4aa8..cce7269133f 100644
--- a/planner/plans_planner_plan_item_request_builder.go
+++ b/planner/plans_planner_plan_item_request_builder.go
@@ -18,7 +18,7 @@ type PlansPlannerPlanItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PlansPlannerPlanItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerplan object. This API is supported in the following national cloud deployments.
+// PlansPlannerPlanItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerplan object. This API is available in the following national cloud deployments.
type PlansPlannerPlanItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewPlansPlannerPlanItemRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewPlansPlannerPlanItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a plannerPlan object. This API is supported in the following national cloud deployments.
+// Delete delete a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *PlansPlannerPlanItemRequestBuilder) Delete(ctx context.Context, request
func (m *PlansPlannerPlanItemRequestBuilder) Details()(*PlansItemDetailsRequestBuilder) {
return NewPlansItemDetailsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a plannerplan object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerplan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *PlansPlannerPlanItemRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable), nil
}
-// Patch update the properties of a plannerPlan object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *PlansPlannerPlanItemRequestBuilder) Patch(ctx context.Context, body iad
func (m *PlansPlannerPlanItemRequestBuilder) Tasks()(*PlansItemTasksRequestBuilder) {
return NewPlansItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a plannerPlan object. This API is available in the following national cloud deployments.
func (m *PlansPlannerPlanItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PlansPlannerPlanItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *PlansPlannerPlanItemRequestBuilder) ToDeleteRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerplan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerplan object. This API is available in the following national cloud deployments.
func (m *PlansPlannerPlanItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansPlannerPlanItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *PlansPlannerPlanItemRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a plannerPlan object. This API is available in the following national cloud deployments.
func (m *PlansPlannerPlanItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, requestConfiguration *PlansPlannerPlanItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/plans_request_builder.go b/planner/plans_request_builder.go
index 0c5c15f74a9..b02d914a16e 100644
--- a/planner/plans_request_builder.go
+++ b/planner/plans_request_builder.go
@@ -11,7 +11,7 @@ import (
type PlansRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PlansRequestBuilderGetQueryParameters get a list of plannerPlan objects. This API is supported in the following national cloud deployments.
+// PlansRequestBuilderGetQueryParameters get a list of plannerPlan objects. This API is available in the following national cloud deployments.
type PlansRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPlansRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
func (m *PlansRequestBuilder) Count()(*PlansCountRequestBuilder) {
return NewPlansCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of plannerPlan objects. This API is supported in the following national cloud deployments.
+// Get get a list of plannerPlan objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *PlansRequestBuilder) Get(ctx context.Context, requestConfiguration *Pla
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanCollectionResponseable), nil
}
-// Post use this API to create a new plannerPlan. This API is supported in the following national cloud deployments.
+// Post use this API to create a new plannerPlan. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *PlansRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable), nil
}
-// ToGetRequestInformation get a list of plannerPlan objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of plannerPlan objects. This API is available in the following national cloud deployments.
func (m *PlansRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PlansRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *PlansRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new plannerPlan. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new plannerPlan. This API is available in the following national cloud deployments.
func (m *PlansRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, requestConfiguration *PlansRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/tasks_item_assigned_to_task_board_format_request_builder.go b/planner/tasks_item_assigned_to_task_board_format_request_builder.go
index 8fac38abbf7..ea5826e258f 100644
--- a/planner/tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/planner/tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type TasksItemAssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// TasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type TasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TasksItemAssignedToTaskBoardFormatRequestBuilder) Delete(ctx context.Co
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *TasksItemAssignedToTaskBoardFormatRequestBuilder) ToDeleteRequestInform
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *TasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/tasks_item_bucket_task_board_format_request_builder.go b/planner/tasks_item_bucket_task_board_format_request_builder.go
index 825470fc72b..37d4a587580 100644
--- a/planner/tasks_item_bucket_task_board_format_request_builder.go
+++ b/planner/tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type TasksItemBucketTaskBoardFormatRequestBuilderDeleteRequestConfiguration stru
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// TasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type TasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TasksItemBucketTaskBoardFormatRequestBuilder) Delete(ctx context.Contex
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *TasksItemBucketTaskBoardFormatRequestBuilder) ToDeleteRequestInformatio
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *TasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/tasks_item_details_request_builder.go b/planner/tasks_item_details_request_builder.go
index ec27659bf1e..60e2cf1ae6b 100644
--- a/planner/tasks_item_details_request_builder.go
+++ b/planner/tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type TasksItemDetailsRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// TasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type TasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TasksItemDetailsRequestBuilder) Delete(ctx context.Context, requestConf
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *TasksItemDetailsRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *TasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/tasks_item_progress_task_board_format_request_builder.go b/planner/tasks_item_progress_task_board_format_request_builder.go
index 72ffeda144e..78820141d7b 100644
--- a/planner/tasks_item_progress_task_board_format_request_builder.go
+++ b/planner/tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type TasksItemProgressTaskBoardFormatRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// TasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type TasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TasksItemProgressTaskBoardFormatRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *TasksItemProgressTaskBoardFormatRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *TasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/tasks_planner_task_item_request_builder.go b/planner/tasks_planner_task_item_request_builder.go
index e7336f370c1..f5e7c4f73ad 100644
--- a/planner/tasks_planner_task_item_request_builder.go
+++ b/planner/tasks_planner_task_item_request_builder.go
@@ -18,7 +18,7 @@ type TasksPlannerTaskItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TasksPlannerTaskItemRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerTask object. This API is supported in the following national cloud deployments.
+// TasksPlannerTaskItemRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerTask object. This API is available in the following national cloud deployments.
type TasksPlannerTaskItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewTasksPlannerTaskItemRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewTasksPlannerTaskItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a plannerTask object. This API is supported in the following national cloud deployments.
+// Delete delete a plannerTask object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *TasksPlannerTaskItemRequestBuilder) Delete(ctx context.Context, request
func (m *TasksPlannerTaskItemRequestBuilder) Details()(*TasksItemDetailsRequestBuilder) {
return NewTasksItemDetailsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of plannerTask object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerTask object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *TasksPlannerTaskItemRequestBuilder) Patch(ctx context.Context, body iad
func (m *TasksPlannerTaskItemRequestBuilder) ProgressTaskBoardFormat()(*TasksItemProgressTaskBoardFormatRequestBuilder) {
return NewTasksItemProgressTaskBoardFormatRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a plannerTask object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a plannerTask object. This API is available in the following national cloud deployments.
func (m *TasksPlannerTaskItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TasksPlannerTaskItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *TasksPlannerTaskItemRequestBuilder) ToDeleteRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerTask object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerTask object. This API is available in the following national cloud deployments.
func (m *TasksPlannerTaskItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TasksPlannerTaskItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/planner/tasks_request_builder.go b/planner/tasks_request_builder.go
index 426236e5923..265810bd1a2 100644
--- a/planner/tasks_request_builder.go
+++ b/planner/tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type TasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TasksRequestBuilderGetQueryParameters retrieve a list of plannertask objects. This API is supported in the following national cloud deployments.
+// TasksRequestBuilderGetQueryParameters retrieve a list of plannertask objects. This API is available in the following national cloud deployments.
type TasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTasksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
func (m *TasksRequestBuilder) Count()(*TasksCountRequestBuilder) {
return NewTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannertask objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannertask objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TasksRequestBuilder) Get(ctx context.Context, requestConfiguration *Tas
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskCollectionResponseable), nil
}
-// Post create a new plannerTask. This API is supported in the following national cloud deployments.
+// Post create a new plannerTask. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TasksRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannertask objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannertask objects. This API is available in the following national cloud deployments.
func (m *TasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TasksRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new plannerTask. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new plannerTask. This API is available in the following national cloud deployments.
func (m *TasksRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable, requestConfiguration *TasksRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/activity_based_timeout_policies_activity_based_timeout_policy_item_request_builder.go b/policies/activity_based_timeout_policies_activity_based_timeout_policy_item_request_builder.go
index 74c96cc7b93..646d4a0aa29 100644
--- a/policies/activity_based_timeout_policies_activity_based_timeout_policy_item_request_builder.go
+++ b/policies/activity_based_timeout_policies_activity_based_timeout_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters get the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters get the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
type ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilde
}
return nil
}
-// Get get the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// Get get the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityBasedTimeoutPolicyable), nil
}
-// Patch update the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityBasedTimeoutPolicyable), nil
}
-// ToDeleteRequestInformation delete an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilde
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
func (m *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityBasedTimeoutPolicyable, requestConfiguration *ActivityBasedTimeoutPoliciesActivityBasedTimeoutPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/activity_based_timeout_policies_request_builder.go b/policies/activity_based_timeout_policies_request_builder.go
index 9cea7466638..fbdd7891060 100644
--- a/policies/activity_based_timeout_policies_request_builder.go
+++ b/policies/activity_based_timeout_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ActivityBasedTimeoutPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters get a list of activityBasedTimeoutPolicy objects. This API is supported in the following national cloud deployments.
+// ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters get a list of activityBasedTimeoutPolicy objects. This API is available in the following national cloud deployments.
type ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewActivityBasedTimeoutPoliciesRequestBuilder(rawUrl string, requestAdapter
func (m *ActivityBasedTimeoutPoliciesRequestBuilder) Count()(*ActivityBasedTimeoutPoliciesCountRequestBuilder) {
return NewActivityBasedTimeoutPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of activityBasedTimeoutPolicy objects. This API is supported in the following national cloud deployments.
+// Get get a list of activityBasedTimeoutPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ActivityBasedTimeoutPoliciesRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityBasedTimeoutPolicyCollectionResponseable), nil
}
-// Post create a new activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// Post create a new activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ActivityBasedTimeoutPoliciesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityBasedTimeoutPolicyable), nil
}
-// ToGetRequestInformation get a list of activityBasedTimeoutPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of activityBasedTimeoutPolicy objects. This API is available in the following national cloud deployments.
func (m *ActivityBasedTimeoutPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ActivityBasedTimeoutPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ActivityBasedTimeoutPoliciesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments.
func (m *ActivityBasedTimeoutPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityBasedTimeoutPolicyable, requestConfiguration *ActivityBasedTimeoutPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/admin_consent_request_policy_request_builder.go b/policies/admin_consent_request_policy_request_builder.go
index 6c19cba8522..08300077225 100644
--- a/policies/admin_consent_request_policy_request_builder.go
+++ b/policies/admin_consent_request_policy_request_builder.go
@@ -18,7 +18,7 @@ type AdminConsentRequestPolicyRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AdminConsentRequestPolicyRequestBuilderGetQueryParameters read the properties and relationships of an adminConsentRequestPolicy object. This API is supported in the following national cloud deployments.
+// AdminConsentRequestPolicyRequestBuilderGetQueryParameters read the properties and relationships of an adminConsentRequestPolicy object. This API is available in the following national cloud deployments.
type AdminConsentRequestPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AdminConsentRequestPolicyRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get read the properties and relationships of an adminConsentRequestPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an adminConsentRequestPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *AdminConsentRequestPolicyRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an adminConsentRequestPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an adminConsentRequestPolicy object. This API is available in the following national cloud deployments.
func (m *AdminConsentRequestPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AdminConsentRequestPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/app_management_policies_app_management_policy_item_request_builder.go b/policies/app_management_policies_app_management_policy_item_request_builder.go
index ac2374ed000..65eb96bb9b6 100644
--- a/policies/app_management_policies_app_management_policy_item_request_builder.go
+++ b/policies/app_management_policies_app_management_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type AppManagementPoliciesAppManagementPolicyItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AppManagementPoliciesAppManagementPolicyItemRequestBuilderGetQueryParameters read the properties of an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// AppManagementPoliciesAppManagementPolicyItemRequestBuilderGetQueryParameters read the properties of an appManagementPolicy object. This API is available in the following national cloud deployments.
type AppManagementPoliciesAppManagementPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewAppManagementPoliciesAppManagementPolicyItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewAppManagementPoliciesAppManagementPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete an appManagementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get read the properties of an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties of an appManagementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyable), nil
}
-// Patch update an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// Patch update an appManagementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyable), nil
}
-// ToDeleteRequestInformation delete an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an appManagementPolicy object. This API is available in the following national cloud deployments.
func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AppManagementPoliciesAppManagementPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of an appManagementPolicy object. This API is available in the following national cloud deployments.
func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppManagementPoliciesAppManagementPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an appManagementPolicy object. This API is available in the following national cloud deployments.
func (m *AppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyable, requestConfiguration *AppManagementPoliciesAppManagementPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/app_management_policies_item_applies_to_request_builder.go b/policies/app_management_policies_item_applies_to_request_builder.go
index ce6aabf05ac..e6e48fa9e35 100644
--- a/policies/app_management_policies_item_applies_to_request_builder.go
+++ b/policies/app_management_policies_item_applies_to_request_builder.go
@@ -11,7 +11,7 @@ import (
type AppManagementPoliciesItemAppliesToRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AppManagementPoliciesItemAppliesToRequestBuilderGetQueryParameters list application and service principal objects that are assigned an appManagementPolicy policy object. This API is supported in the following national cloud deployments.
+// AppManagementPoliciesItemAppliesToRequestBuilderGetQueryParameters list application and service principal objects that are assigned an appManagementPolicy policy object. This API is available in the following national cloud deployments.
type AppManagementPoliciesItemAppliesToRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewAppManagementPoliciesItemAppliesToRequestBuilder(rawUrl string, requestA
func (m *AppManagementPoliciesItemAppliesToRequestBuilder) Count()(*AppManagementPoliciesItemAppliesToCountRequestBuilder) {
return NewAppManagementPoliciesItemAppliesToCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list application and service principal objects that are assigned an appManagementPolicy policy object. This API is supported in the following national cloud deployments.
+// Get list application and service principal objects that are assigned an appManagementPolicy policy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *AppManagementPoliciesItemAppliesToRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable), nil
}
-// ToGetRequestInformation list application and service principal objects that are assigned an appManagementPolicy policy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list application and service principal objects that are assigned an appManagementPolicy policy object. This API is available in the following national cloud deployments.
func (m *AppManagementPoliciesItemAppliesToRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppManagementPoliciesItemAppliesToRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/app_management_policies_request_builder.go b/policies/app_management_policies_request_builder.go
index e5126fd06dd..4c522c44b12 100644
--- a/policies/app_management_policies_request_builder.go
+++ b/policies/app_management_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type AppManagementPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AppManagementPoliciesRequestBuilderGetQueryParameters retrieve a list of appManagementPolicy objects. This API is supported in the following national cloud deployments.
+// AppManagementPoliciesRequestBuilderGetQueryParameters retrieve a list of appManagementPolicy objects. This API is available in the following national cloud deployments.
type AppManagementPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAppManagementPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *AppManagementPoliciesRequestBuilder) Count()(*AppManagementPoliciesCountRequestBuilder) {
return NewAppManagementPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of appManagementPolicy objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of appManagementPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AppManagementPoliciesRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyCollectionResponseable), nil
}
-// Post create an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// Post create an appManagementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *AppManagementPoliciesRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyable), nil
}
-// ToGetRequestInformation retrieve a list of appManagementPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of appManagementPolicy objects. This API is available in the following national cloud deployments.
func (m *AppManagementPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AppManagementPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *AppManagementPoliciesRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create an appManagementPolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an appManagementPolicy object. This API is available in the following national cloud deployments.
func (m *AppManagementPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyable, requestConfiguration *AppManagementPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_flows_policy_request_builder.go b/policies/authentication_flows_policy_request_builder.go
index ca98fc2dba0..1d36bbfd565 100644
--- a/policies/authentication_flows_policy_request_builder.go
+++ b/policies/authentication_flows_policy_request_builder.go
@@ -18,7 +18,7 @@ type AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AuthenticationFlowsPolicyRequestBuilderGetQueryParameters read the properties and relationships of an authenticationFlowsPolicy object. This API is supported in the following national cloud deployments.
+// AuthenticationFlowsPolicyRequestBuilderGetQueryParameters read the properties and relationships of an authenticationFlowsPolicy object. This API is available in the following national cloud deployments.
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AuthenticationFlowsPolicyRequestBuilder) Delete(ctx context.Context, re
}
return nil
}
-// Get read the properties and relationships of an authenticationFlowsPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an authenticationFlowsPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *AuthenticationFlowsPolicyRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *AuthenticationFlowsPolicyRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an authenticationFlowsPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an authenticationFlowsPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationFlowsPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *AuthenticationFlowsPolicyRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *AuthenticationFlowsPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_methods_policy_request_builder.go b/policies/authentication_methods_policy_request_builder.go
index 673c0ac151c..da98c0dd2bf 100644
--- a/policies/authentication_methods_policy_request_builder.go
+++ b/policies/authentication_methods_policy_request_builder.go
@@ -18,7 +18,7 @@ type AuthenticationMethodsPolicyRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AuthenticationMethodsPolicyRequestBuilderGetQueryParameters read the properties and relationships of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments.
+// AuthenticationMethodsPolicyRequestBuilderGetQueryParameters read the properties and relationships of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments.
type AuthenticationMethodsPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *AuthenticationMethodsPolicyRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get read the properties and relationships of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AuthenticationMethodsPolicyRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable), nil
}
-// Patch update the properties of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *AuthenticationMethodsPolicyRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationMethodsPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *AuthenticationMethodsPolicyRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationMethodsPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_strength_policies_authentication_strength_policy_item_request_builder.go b/policies/authentication_strength_policies_authentication_strength_policy_item_request_builder.go
index f0a2d6b454e..34fd54d9c3c 100644
--- a/policies/authentication_strength_policies_authentication_strength_policy_item_request_builder.go
+++ b/policies/authentication_strength_policies_authentication_strength_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
type AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBui
urlParams["request-raw-url"] = rawUrl
return NewAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBu
}
return nil
}
-// Get read the properties and relationships of an authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationStrengthPolicyable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationStrengthPolicyable), nil
}
-// ToDeleteRequestInformation delete a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBu
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationStrengthPolicyable, requestConfiguration *AuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go b/policies/authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go
index 03989f7f47c..cb82df199c7 100644
--- a/policies/authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go
+++ b/policies/authentication_strength_policies_item_combination_configurations_authentication_combination_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCo
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments.
+// AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments.
type AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticatio
urlParams["request-raw-url"] = rawUrl
return NewAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticati
}
return nil
}
-// Get read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable), nil
}
-// ToDeleteRequestInformation delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticati
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments.
func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticati
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable, requestConfiguration *AuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_strength_policies_item_combination_configurations_request_builder.go b/policies/authentication_strength_policies_item_combination_configurations_request_builder.go
index f5742fb735d..d56286b9526 100644
--- a/policies/authentication_strength_policies_item_combination_configurations_request_builder.go
+++ b/policies/authentication_strength_policies_item_combination_configurations_request_builder.go
@@ -11,7 +11,7 @@ import (
type AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters 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.
+// AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters 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.
type AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilde
func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) Count()(*AuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder) {
return NewAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuild
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationCombinationConfigurationable, requestConfiguration *AuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_strength_policies_item_update_allowed_combinations_post_request_body.go b/policies/authentication_strength_policies_item_update_allowed_combinations_post_request_body.go
index 938a53ab19c..4642aed9b52 100644
--- a/policies/authentication_strength_policies_item_update_allowed_combinations_post_request_body.go
+++ b/policies/authentication_strength_policies_item_update_allowed_combinations_post_request_body.go
@@ -23,7 +23,7 @@ func NewAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBo
func CreateAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestB
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -87,7 +87,7 @@ func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestB
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -101,7 +101,7 @@ func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestB
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/policies/authentication_strength_policies_item_update_allowed_combinations_request_builder.go b/policies/authentication_strength_policies_item_update_allowed_combinations_request_builder.go
index 21c92e5cba3..c9cc249d6e8 100644
--- a/policies/authentication_strength_policies_item_update_allowed_combinations_request_builder.go
+++ b/policies/authentication_strength_policies_item_update_allowed_combinations_request_builder.go
@@ -31,7 +31,7 @@ func NewAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateAllowedCombinationsResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyable, requestConfiguration *AuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authentication_strength_policies_request_builder.go b/policies/authentication_strength_policies_request_builder.go
index 79f1ef5fd5a..7dfcee941ea 100644
--- a/policies/authentication_strength_policies_request_builder.go
+++ b/policies/authentication_strength_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type AuthenticationStrengthPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters 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.
+// AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters 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.
type AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAuthenticationStrengthPoliciesRequestBuilder(rawUrl string, requestAdapt
func (m *AuthenticationStrengthPoliciesRequestBuilder) Count()(*AuthenticationStrengthPoliciesCountRequestBuilder) {
return NewAuthenticationStrengthPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *AuthenticationStrengthPoliciesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationStrengthPolicyCollectionResponseable), nil
}
-// Post create a new custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// Post create a new custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *AuthenticationStrengthPoliciesRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationStrengthPolicyable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AuthenticationStrengthPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationStrengthPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *AuthenticationStrengthPoliciesRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments.
func (m *AuthenticationStrengthPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationStrengthPolicyable, requestConfiguration *AuthenticationStrengthPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/authorization_policy_request_builder.go b/policies/authorization_policy_request_builder.go
index a00b37736b2..981670a2869 100644
--- a/policies/authorization_policy_request_builder.go
+++ b/policies/authorization_policy_request_builder.go
@@ -18,7 +18,7 @@ type AuthorizationPolicyRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AuthorizationPolicyRequestBuilderGetQueryParameters retrieve the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments.
+// AuthorizationPolicyRequestBuilderGetQueryParameters retrieve the properties of an authorizationPolicy object. This API is available in the following national cloud deployments.
type AuthorizationPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AuthorizationPolicyRequestBuilder) Delete(ctx context.Context, requestC
}
return nil
}
-// Get retrieve the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of an authorizationPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *AuthorizationPolicyRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthorizationPolicyable), nil
}
-// Patch update the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an authorizationPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *AuthorizationPolicyRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of an authorizationPolicy object. This API is available in the following national cloud deployments.
func (m *AuthorizationPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthorizationPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *AuthorizationPolicyRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an authorizationPolicy object. This API is available in the following national cloud deployments.
func (m *AuthorizationPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthorizationPolicyable, requestConfiguration *AuthorizationPolicyRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/claims_mapping_policies_claims_mapping_policy_item_request_builder.go b/policies/claims_mapping_policies_claims_mapping_policy_item_request_builder.go
index 9a29eadc8b7..d42e6822db3 100644
--- a/policies/claims_mapping_policies_claims_mapping_policy_item_request_builder.go
+++ b/policies/claims_mapping_policies_claims_mapping_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a claimsMappingPolicy object. This API is available in the following national cloud deployments.
type ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a claimsMappingPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a claimsMappingPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ClaimsMappingPolicyable), nil
}
-// Patch update the properties of a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a claimsMappingPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ClaimsMappingPolicyable), nil
}
-// ToDeleteRequestInformation delete a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a claimsMappingPolicy object. This API is available in the following national cloud deployments.
func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a claimsMappingPolicy object. This API is available in the following national cloud deployments.
func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a claimsMappingPolicy object. This API is available in the following national cloud deployments.
func (m *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ClaimsMappingPolicyable, requestConfiguration *ClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/claims_mapping_policies_request_builder.go b/policies/claims_mapping_policies_request_builder.go
index e0920bf2b7d..fd37d6e2647 100644
--- a/policies/claims_mapping_policies_request_builder.go
+++ b/policies/claims_mapping_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClaimsMappingPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClaimsMappingPoliciesRequestBuilderGetQueryParameters get a list of claimsMappingPolicy objects. This API is supported in the following national cloud deployments.
+// ClaimsMappingPoliciesRequestBuilderGetQueryParameters get a list of claimsMappingPolicy objects. This API is available in the following national cloud deployments.
type ClaimsMappingPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewClaimsMappingPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ClaimsMappingPoliciesRequestBuilder) Count()(*ClaimsMappingPoliciesCountRequestBuilder) {
return NewClaimsMappingPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of claimsMappingPolicy objects. This API is supported in the following national cloud deployments.
+// Get get a list of claimsMappingPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ClaimsMappingPoliciesRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ClaimsMappingPolicyCollectionResponseable), nil
}
-// Post create a new claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// Post create a new claimsMappingPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ClaimsMappingPoliciesRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ClaimsMappingPolicyable), nil
}
-// ToGetRequestInformation get a list of claimsMappingPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of claimsMappingPolicy objects. This API is available in the following national cloud deployments.
func (m *ClaimsMappingPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ClaimsMappingPoliciesRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new claimsMappingPolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new claimsMappingPolicy object. This API is available in the following national cloud deployments.
func (m *ClaimsMappingPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ClaimsMappingPolicyable, requestConfiguration *ClaimsMappingPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/cross_tenant_access_policy_default_request_builder.go b/policies/cross_tenant_access_policy_default_request_builder.go
index d6fb8681700..8acd14a2f6e 100644
--- a/policies/cross_tenant_access_policy_default_request_builder.go
+++ b/policies/cross_tenant_access_policy_default_request_builder.go
@@ -18,7 +18,7 @@ type CrossTenantAccessPolicyDefaultRequestBuilderDeleteRequestConfiguration stru
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CrossTenantAccessPolicyDefaultRequestBuilderGetQueryParameters 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.
+// CrossTenantAccessPolicyDefaultRequestBuilderGetQueryParameters 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.
type CrossTenantAccessPolicyDefaultRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CrossTenantAccessPolicyDefaultRequestBuilder) Delete(ctx context.Contex
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *CrossTenantAccessPolicyDefaultRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationDefaultable), nil
}
-// Patch update the default configuration of a cross-tenant access policy. This API is supported in the following national cloud deployments.
+// Patch update the default configuration of a cross-tenant access policy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *CrossTenantAccessPolicyDefaultRequestBuilder) ToDeleteRequestInformatio
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CrossTenantAccessPolicyDefaultRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyDefaultRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *CrossTenantAccessPolicyDefaultRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the default configuration of a cross-tenant access policy. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the default configuration of a cross-tenant access policy. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyDefaultRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationDefaultable, requestConfiguration *CrossTenantAccessPolicyDefaultRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/cross_tenant_access_policy_default_reset_to_system_default_request_builder.go b/policies/cross_tenant_access_policy_default_reset_to_system_default_request_builder.go
index 00e9412768f..325e2e147e1 100644
--- a/policies/cross_tenant_access_policy_default_reset_to_system_default_request_builder.go
+++ b/policies/cross_tenant_access_policy_default_reset_to_system_default_request_builder.go
@@ -30,7 +30,7 @@ func NewCrossTenantAccessPolicyDefaultResetToSystemDefaultRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewCrossTenantAccessPolicyDefaultResetToSystemDefaultRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CrossTenantAccessPolicyDefaultResetToSystemDefaultRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CrossTenantAccessPolicyDefaultResetToSystemDefaultRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyDefaultResetToSystemDefaultRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/cross_tenant_access_policy_partners_cross_tenant_access_policy_configuration_partner_tenant_item_request_builder.go b/policies/cross_tenant_access_policy_partners_cross_tenant_access_policy_configuration_partner_tenant_item_request_builder.go
index a496416711a..54526b366c8 100644
--- a/policies/cross_tenant_access_policy_partners_cross_tenant_access_policy_configuration_partner_tenant_item_request_builder.go
+++ b/policies/cross_tenant_access_policy_partners_cross_tenant_access_policy_configuration_partner_tenant_item_request_builder.go
@@ -18,7 +18,7 @@ type CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerT
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters read the properties and relationships of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters read the properties and relationships of a partner-specific configuration. This API is available in the following national cloud deployments.
type CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewCrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartn
urlParams["request-raw-url"] = rawUrl
return NewCrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPart
}
return nil
}
-// Get read the properties and relationships of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a partner-specific configuration. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPart
func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder) IdentitySynchronization()(*CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilder) {
return NewCrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// Patch update the properties of a partner-specific configuration. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPart
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationPartnerable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPart
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a partner-specific configuration. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPart
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a partner-specific configuration. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationPartnerable, requestConfiguration *CrossTenantAccessPolicyPartnersCrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/cross_tenant_access_policy_partners_item_identity_synchronization_request_builder.go b/policies/cross_tenant_access_policy_partners_item_identity_synchronization_request_builder.go
index 49a88dec413..9206544f72d 100644
--- a/policies/cross_tenant_access_policy_partners_item_identity_synchronization_request_builder.go
+++ b/policies/cross_tenant_access_policy_partners_item_identity_synchronization_request_builder.go
@@ -18,7 +18,7 @@ type CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderGetQueryParameters get the user synchronization policy of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderGetQueryParameters get the user synchronization policy of a partner-specific configuration. This API is available in the following national cloud deployments.
type CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewCrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewCrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the user synchronization policy for a partner-specific configuration. This API is supported in the following national cloud deployments.
+// Delete delete the user synchronization policy for a partner-specific configuration. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilde
}
return nil
}
-// Get get the user synchronization policy of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// Get get the user synchronization policy of a partner-specific configuration. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantIdentitySyncPolicyPartnerable), nil
}
-// ToDeleteRequestInformation delete the user synchronization policy for a partner-specific configuration. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the user synchronization policy for a partner-specific configuration. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation get the user synchronization policy of a partner-specific configuration. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the user synchronization policy of a partner-specific configuration. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyPartnersItemIdentitySynchronizationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/cross_tenant_access_policy_partners_request_builder.go b/policies/cross_tenant_access_policy_partners_request_builder.go
index 89f396b918f..6202ddfe667 100644
--- a/policies/cross_tenant_access_policy_partners_request_builder.go
+++ b/policies/cross_tenant_access_policy_partners_request_builder.go
@@ -11,7 +11,7 @@ import (
type CrossTenantAccessPolicyPartnersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CrossTenantAccessPolicyPartnersRequestBuilderGetQueryParameters 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.
+// CrossTenantAccessPolicyPartnersRequestBuilderGetQueryParameters 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.
type CrossTenantAccessPolicyPartnersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCrossTenantAccessPolicyPartnersRequestBuilder(rawUrl string, requestAdap
func (m *CrossTenantAccessPolicyPartnersRequestBuilder) Count()(*CrossTenantAccessPolicyPartnersCountRequestBuilder) {
return NewCrossTenantAccessPolicyPartnersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CrossTenantAccessPolicyPartnersRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationPartnerCollectionResponseable), nil
}
-// Post create a new partner configuration in a cross-tenant access policy. This API is supported in the following national cloud deployments.
+// Post create a new partner configuration in a cross-tenant access policy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CrossTenantAccessPolicyPartnersRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationPartnerable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *CrossTenantAccessPolicyPartnersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyPartnersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CrossTenantAccessPolicyPartnersRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new partner configuration in a cross-tenant access policy. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new partner configuration in a cross-tenant access policy. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyPartnersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyConfigurationPartnerable, requestConfiguration *CrossTenantAccessPolicyPartnersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/cross_tenant_access_policy_request_builder.go b/policies/cross_tenant_access_policy_request_builder.go
index dd4bb2c7551..92042c1b464 100644
--- a/policies/cross_tenant_access_policy_request_builder.go
+++ b/policies/cross_tenant_access_policy_request_builder.go
@@ -18,7 +18,7 @@ type CrossTenantAccessPolicyRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CrossTenantAccessPolicyRequestBuilderGetQueryParameters read the properties and relationships of a crossTenantAccessPolicy object. This API is supported in the following national cloud deployments.
+// CrossTenantAccessPolicyRequestBuilderGetQueryParameters read the properties and relationships of a crossTenantAccessPolicy object. This API is available in the following national cloud deployments.
type CrossTenantAccessPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *CrossTenantAccessPolicyRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get read the properties and relationships of a crossTenantAccessPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a crossTenantAccessPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *CrossTenantAccessPolicyRequestBuilder) Get(ctx context.Context, request
func (m *CrossTenantAccessPolicyRequestBuilder) Partners()(*CrossTenantAccessPolicyPartnersRequestBuilder) {
return NewCrossTenantAccessPolicyPartnersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a cross-tenant access policy. This API is supported in the following national cloud deployments.
+// Patch update the properties of a cross-tenant access policy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *CrossTenantAccessPolicyRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a crossTenantAccessPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a crossTenantAccessPolicy object. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CrossTenantAccessPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *CrossTenantAccessPolicyRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a cross-tenant access policy. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a cross-tenant access policy. This API is available in the following national cloud deployments.
func (m *CrossTenantAccessPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CrossTenantAccessPolicyable, requestConfiguration *CrossTenantAccessPolicyRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/default_app_management_policy_request_builder.go b/policies/default_app_management_policy_request_builder.go
index f580c32d18a..522e6d62ac1 100644
--- a/policies/default_app_management_policy_request_builder.go
+++ b/policies/default_app_management_policy_request_builder.go
@@ -18,7 +18,7 @@ type DefaultAppManagementPolicyRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DefaultAppManagementPolicyRequestBuilderGetQueryParameters read the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments.
+// DefaultAppManagementPolicyRequestBuilderGetQueryParameters read the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments.
type DefaultAppManagementPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DefaultAppManagementPolicyRequestBuilder) Delete(ctx context.Context, r
}
return nil
}
-// Get read the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments.
+// Get read the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *DefaultAppManagementPolicyRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TenantAppManagementPolicyable), nil
}
-// Patch update the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *DefaultAppManagementPolicyRequestBuilder) ToDeleteRequestInformation(ct
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments.
func (m *DefaultAppManagementPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DefaultAppManagementPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *DefaultAppManagementPolicyRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments.
func (m *DefaultAppManagementPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TenantAppManagementPolicyable, requestConfiguration *DefaultAppManagementPolicyRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/feature_rollout_policies_feature_rollout_policy_item_request_builder.go b/policies/feature_rollout_policies_feature_rollout_policy_item_request_builder.go
index 3221502a65a..60fd8fca7e3 100644
--- a/policies/feature_rollout_policies_feature_rollout_policy_item_request_builder.go
+++ b/policies/feature_rollout_policies_feature_rollout_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderDeleteRequestCo
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a featureRolloutPolicy object. This API is available in the following national cloud deployments.
type FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewFeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewFeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a featureRolloutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) Delete(ct
}
return nil
}
-// Get retrieve the properties and relationships of a featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a featureRolloutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable), nil
}
-// Patch update the properties of featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of featureRolloutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable), nil
}
-// ToDeleteRequestInformation delete a featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a featureRolloutPolicy object. This API is available in the following national cloud deployments.
func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) ToDeleteR
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a featureRolloutPolicy object. This API is available in the following national cloud deployments.
func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of featureRolloutPolicy object. This API is available in the following national cloud deployments.
func (m *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable, requestConfiguration *FeatureRolloutPoliciesFeatureRolloutPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/feature_rollout_policies_item_applies_to_delta_get_response.go b/policies/feature_rollout_policies_item_applies_to_delta_get_response.go
deleted file mode 100644
index eb45934402a..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// FeatureRolloutPoliciesItemAppliesToDeltaGetResponse
-type FeatureRolloutPoliciesItemAppliesToDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewFeatureRolloutPoliciesItemAppliesToDeltaGetResponse instantiates a new FeatureRolloutPoliciesItemAppliesToDeltaGetResponse and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToDeltaGetResponse()(*FeatureRolloutPoliciesItemAppliesToDeltaGetResponse) {
- m := &FeatureRolloutPoliciesItemAppliesToDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// FeatureRolloutPoliciesItemAppliesToDeltaGetResponseable
-type FeatureRolloutPoliciesItemAppliesToDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_delta_request_builder.go b/policies/feature_rollout_policies_item_applies_to_delta_request_builder.go
deleted file mode 100644
index 8babca6e3db..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package policies
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder provides operations to call the delta method.
-type FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetQueryParameters invoke function delta
-type FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetQueryParameters
-}
-// NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) {
- m := &FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetRequestConfiguration)(FeatureRolloutPoliciesItemAppliesToDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateFeatureRolloutPoliciesItemAppliesToDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(FeatureRolloutPoliciesItemAppliesToDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetRequestConfiguration)(FeatureRolloutPoliciesItemAppliesToDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateFeatureRolloutPoliciesItemAppliesToDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(FeatureRolloutPoliciesItemAppliesToDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) WithUrl(rawUrl string)(*FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_delta_response.go b/policies/feature_rollout_policies_item_applies_to_delta_response.go
deleted file mode 100644
index 631a967847e..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// FeatureRolloutPoliciesItemAppliesToDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type FeatureRolloutPoliciesItemAppliesToDeltaResponse struct {
- FeatureRolloutPoliciesItemAppliesToDeltaGetResponse
-}
-// NewFeatureRolloutPoliciesItemAppliesToDeltaResponse instantiates a new FeatureRolloutPoliciesItemAppliesToDeltaResponse and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToDeltaResponse()(*FeatureRolloutPoliciesItemAppliesToDeltaResponse) {
- m := &FeatureRolloutPoliciesItemAppliesToDeltaResponse{
- FeatureRolloutPoliciesItemAppliesToDeltaGetResponse: *NewFeatureRolloutPoliciesItemAppliesToDeltaGetResponse(),
- }
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToDeltaResponse(), nil
-}
-// FeatureRolloutPoliciesItemAppliesToDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type FeatureRolloutPoliciesItemAppliesToDeltaResponseable interface {
- FeatureRolloutPoliciesItemAppliesToDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_post_request_body.go b/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 4d1eb2d03ed..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody instantiates a new FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody()(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) {
- m := &FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyable
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_post_response.go b/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_post_response.go
deleted file mode 100644
index d2562237a04..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse instantiates a new FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse()(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse) {
- m := &FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseable
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_request_builder.go b/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 2e2583272da..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package policies
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) {
- m := &FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_response.go b/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_response.go
deleted file mode 100644
index 25a0da335e4..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse struct {
- FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse instantiates a new FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse()(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse) {
- m := &FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse{
- FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse: *NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponse(), nil
-}
-// FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesResponseable interface {
- FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_by_ids_post_request_body.go b/policies/feature_rollout_policies_item_applies_to_get_by_ids_post_request_body.go
deleted file mode 100644
index a7cb4b7d0f5..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody
-type FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody instantiates a new FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody()(*FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) {
- m := &FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyable
-type FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_by_ids_post_response.go b/policies/feature_rollout_policies_item_applies_to_get_by_ids_post_response.go
deleted file mode 100644
index 30a41dba3b5..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse
-type FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse instantiates a new FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse()(*FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse) {
- m := &FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseable
-type FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_by_ids_request_builder.go b/policies/feature_rollout_policies_item_applies_to_get_by_ids_request_builder.go
deleted file mode 100644
index 90d3cbfa114..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package policies
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder provides operations to call the getByIds method.
-type FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) {
- m := &FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/getByIds", pathParameters),
- }
- return m
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) Post(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderPostRequestConfiguration)(FeatureRolloutPoliciesItemAppliesToGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateFeatureRolloutPoliciesItemAppliesToGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(FeatureRolloutPoliciesItemAppliesToGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderPostRequestConfiguration)(FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToGetByIdsPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) WithUrl(rawUrl string)(*FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_get_by_ids_response.go b/policies/feature_rollout_policies_item_applies_to_get_by_ids_response.go
deleted file mode 100644
index 3e25c7260d7..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package policies
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// FeatureRolloutPoliciesItemAppliesToGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type FeatureRolloutPoliciesItemAppliesToGetByIdsResponse struct {
- FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse
-}
-// NewFeatureRolloutPoliciesItemAppliesToGetByIdsResponse instantiates a new FeatureRolloutPoliciesItemAppliesToGetByIdsResponse and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToGetByIdsResponse()(*FeatureRolloutPoliciesItemAppliesToGetByIdsResponse) {
- m := &FeatureRolloutPoliciesItemAppliesToGetByIdsResponse{
- FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse: *NewFeatureRolloutPoliciesItemAppliesToGetByIdsPostResponse(),
- }
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToGetByIdsResponse(), nil
-}
-// FeatureRolloutPoliciesItemAppliesToGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type FeatureRolloutPoliciesItemAppliesToGetByIdsResponseable interface {
- FeatureRolloutPoliciesItemAppliesToGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_item_ref_request_builder.go b/policies/feature_rollout_policies_item_applies_to_item_ref_request_builder.go
index f76937e41a1..d5774e13e6d 100644
--- a/policies/feature_rollout_policies_item_applies_to_item_ref_request_builder.go
+++ b/policies/feature_rollout_policies_item_applies_to_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilderDeleteQueryParameters remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is supported in the following national cloud deployments.
+// FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilderDeleteQueryParameters remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is available in the following national cloud deployments.
type FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewFeatureRolloutPoliciesItemAppliesToItemRefRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewFeatureRolloutPoliciesItemAppliesToItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is supported in the following national cloud deployments.
+// Delete remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilder) Delete(ctx co
}
return nil
}
-// ToDeleteRequestInformation remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is available in the following national cloud deployments.
func (m *FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesItemAppliesToItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/feature_rollout_policies_item_applies_to_ref_request_builder.go b/policies/feature_rollout_policies_item_applies_to_ref_request_builder.go
index cbd84d5f594..168a8ea007f 100644
--- a/policies/feature_rollout_policies_item_applies_to_ref_request_builder.go
+++ b/policies/feature_rollout_policies_item_applies_to_ref_request_builder.go
@@ -74,7 +74,7 @@ func (m *FeatureRolloutPoliciesItemAppliesToRefRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0
@@ -109,7 +109,7 @@ func (m *FeatureRolloutPoliciesItemAppliesToRefRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *FeatureRolloutPoliciesItemAppliesToRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/feature_rollout_policies_item_applies_to_request_builder.go b/policies/feature_rollout_policies_item_applies_to_request_builder.go
index 1fcef86dc68..9fd256aee20 100644
--- a/policies/feature_rollout_policies_item_applies_to_request_builder.go
+++ b/policies/feature_rollout_policies_item_applies_to_request_builder.go
@@ -74,10 +74,6 @@ func NewFeatureRolloutPoliciesItemAppliesToRequestBuilder(rawUrl string, request
func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) Count()(*FeatureRolloutPoliciesItemAppliesToCountRequestBuilder) {
return NewFeatureRolloutPoliciesItemAppliesToCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) Delta()(*FeatureRolloutPoliciesItemAppliesToDeltaRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Get nullable. Specifies a list of directoryObjects that feature is enabled for.
func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) Get(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesItemAppliesToRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
@@ -97,15 +93,7 @@ func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) GetAvailableExtensionProperties()(*FeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) GetByIds()(*FeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0
@@ -147,7 +135,7 @@ func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -164,10 +152,6 @@ func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) ToPostRequestInforma
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) ValidateProperties()(*FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *FeatureRolloutPoliciesItemAppliesToRequestBuilder) WithUrl(rawUrl string)(*FeatureRolloutPoliciesItemAppliesToRequestBuilder) {
return NewFeatureRolloutPoliciesItemAppliesToRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/policies/feature_rollout_policies_item_applies_to_validate_properties_post_request_body.go b/policies/feature_rollout_policies_item_applies_to_validate_properties_post_request_body.go
deleted file mode 100644
index 7d620bef004..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package policies
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody
-type FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody instantiates a new FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody()(*FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) {
- m := &FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateFeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateFeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBodyable
-type FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/policies/feature_rollout_policies_item_applies_to_validate_properties_request_builder.go b/policies/feature_rollout_policies_item_applies_to_validate_properties_request_builder.go
deleted file mode 100644
index b8d3d928729..00000000000
--- a/policies/feature_rollout_policies_item_applies_to_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package policies
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) {
- m := &FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/validateProperties", pathParameters),
- }
- return m
-}
-// NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) Post(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body FeatureRolloutPoliciesItemAppliesToValidatePropertiesPostRequestBodyable, requestConfiguration *FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*FeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder) {
- return NewFeatureRolloutPoliciesItemAppliesToValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/policies/feature_rollout_policies_request_builder.go b/policies/feature_rollout_policies_request_builder.go
index 73e0c82f361..55268006f4a 100644
--- a/policies/feature_rollout_policies_request_builder.go
+++ b/policies/feature_rollout_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type FeatureRolloutPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// FeatureRolloutPoliciesRequestBuilderGetQueryParameters retrieve a list of featureRolloutPolicy objects. This API is supported in the following national cloud deployments.
+// FeatureRolloutPoliciesRequestBuilderGetQueryParameters retrieve a list of featureRolloutPolicy objects. This API is available in the following national cloud deployments.
type FeatureRolloutPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewFeatureRolloutPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *FeatureRolloutPoliciesRequestBuilder) Count()(*FeatureRolloutPoliciesCountRequestBuilder) {
return NewFeatureRolloutPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of featureRolloutPolicy objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of featureRolloutPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *FeatureRolloutPoliciesRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyCollectionResponseable), nil
}
-// Post create a new featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// Post create a new featureRolloutPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *FeatureRolloutPoliciesRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable), nil
}
-// ToGetRequestInformation retrieve a list of featureRolloutPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of featureRolloutPolicy objects. This API is available in the following national cloud deployments.
func (m *FeatureRolloutPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *FeatureRolloutPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *FeatureRolloutPoliciesRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new featureRolloutPolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new featureRolloutPolicy object. This API is available in the following national cloud deployments.
func (m *FeatureRolloutPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable, requestConfiguration *FeatureRolloutPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/home_realm_discovery_policies_home_realm_discovery_policy_item_request_builder.go b/policies/home_realm_discovery_policies_home_realm_discovery_policy_item_request_builder.go
index 326c2dc5db8..4879bb8bf52 100644
--- a/policies/home_realm_discovery_policies_home_realm_discovery_policy_item_request_builder.go
+++ b/policies/home_realm_discovery_policies_home_realm_discovery_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
type HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) D
}
return nil
}
-// Get retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) G
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.HomeRealmDiscoveryPolicyable), nil
}
-// Patch update the properties of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.HomeRealmDiscoveryPolicyable), nil
}
-// ToDeleteRequestInformation delete a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
func (m *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.HomeRealmDiscoveryPolicyable, requestConfiguration *HomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/home_realm_discovery_policies_request_builder.go b/policies/home_realm_discovery_policies_request_builder.go
index 336957f1ecd..43af35a4346 100644
--- a/policies/home_realm_discovery_policies_request_builder.go
+++ b/policies/home_realm_discovery_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type HomeRealmDiscoveryPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters get a list of homeRealmDiscoveryPolicy objects. This API is supported in the following national cloud deployments.
+// HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters get a list of homeRealmDiscoveryPolicy objects. This API is available in the following national cloud deployments.
type HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewHomeRealmDiscoveryPoliciesRequestBuilder(rawUrl string, requestAdapter i
func (m *HomeRealmDiscoveryPoliciesRequestBuilder) Count()(*HomeRealmDiscoveryPoliciesCountRequestBuilder) {
return NewHomeRealmDiscoveryPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of homeRealmDiscoveryPolicy objects. This API is supported in the following national cloud deployments.
+// Get get a list of homeRealmDiscoveryPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *HomeRealmDiscoveryPoliciesRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.HomeRealmDiscoveryPolicyCollectionResponseable), nil
}
-// Post create a new homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// Post create a new homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *HomeRealmDiscoveryPoliciesRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.HomeRealmDiscoveryPolicyable), nil
}
-// ToGetRequestInformation get a list of homeRealmDiscoveryPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of homeRealmDiscoveryPolicy objects. This API is available in the following national cloud deployments.
func (m *HomeRealmDiscoveryPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *HomeRealmDiscoveryPoliciesRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments.
func (m *HomeRealmDiscoveryPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.HomeRealmDiscoveryPolicyable, requestConfiguration *HomeRealmDiscoveryPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/identity_security_defaults_enforcement_policy_request_builder.go b/policies/identity_security_defaults_enforcement_policy_request_builder.go
index 95df7d5a988..3495d850e97 100644
--- a/policies/identity_security_defaults_enforcement_policy_request_builder.go
+++ b/policies/identity_security_defaults_enforcement_policy_request_builder.go
@@ -18,7 +18,7 @@ type IdentitySecurityDefaultsEnforcementPolicyRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments.
+// IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments.
type IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *IdentitySecurityDefaultsEnforcementPolicyRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *IdentitySecurityDefaultsEnforcementPolicyRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentitySecurityDefaultsEnforcementPolicyable), nil
}
-// Patch update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *IdentitySecurityDefaultsEnforcementPolicyRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments.
func (m *IdentitySecurityDefaultsEnforcementPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *IdentitySecurityDefaultsEnforcementPolicyRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments.
func (m *IdentitySecurityDefaultsEnforcementPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentitySecurityDefaultsEnforcementPolicyable, requestConfiguration *IdentitySecurityDefaultsEnforcementPolicyRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/permission_grant_policies_item_excludes_permission_grant_condition_set_item_request_builder.go b/policies/permission_grant_policies_item_excludes_permission_grant_condition_set_item_request_builder.go
index f798783763c..91865dc09c7 100644
--- a/policies/permission_grant_policies_item_excludes_permission_grant_condition_set_item_request_builder.go
+++ b/policies/permission_grant_policies_item_excludes_permission_grant_condition_set_item_request_builder.go
@@ -54,7 +54,7 @@ func NewPermissionGrantPoliciesItemExcludesPermissionGrantConditionSetItemReques
urlParams["request-raw-url"] = rawUrl
return NewPermissionGrantPoliciesItemExcludesPermissionGrantConditionSetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// Delete deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *PermissionGrantPoliciesItemExcludesPermissionGrantConditionSetItemReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable), nil
}
-// ToDeleteRequestInformation deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesItemExcludesPermissionGrantConditionSetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesItemExcludesPermissionGrantConditionSetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/permission_grant_policies_item_excludes_request_builder.go b/policies/permission_grant_policies_item_excludes_request_builder.go
index 274b965257c..a578af61559 100644
--- a/policies/permission_grant_policies_item_excludes_request_builder.go
+++ b/policies/permission_grant_policies_item_excludes_request_builder.go
@@ -11,7 +11,7 @@ import (
type PermissionGrantPoliciesItemExcludesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PermissionGrantPoliciesItemExcludesRequestBuilderGetQueryParameters retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// PermissionGrantPoliciesItemExcludesRequestBuilderGetQueryParameters retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is available in the following national cloud deployments.
type PermissionGrantPoliciesItemExcludesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPermissionGrantPoliciesItemExcludesRequestBuilder(rawUrl string, request
func (m *PermissionGrantPoliciesItemExcludesRequestBuilder) Count()(*PermissionGrantPoliciesItemExcludesCountRequestBuilder) {
return NewPermissionGrantPoliciesItemExcludesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// Get retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *PermissionGrantPoliciesItemExcludesRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *PermissionGrantPoliciesItemExcludesRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable), nil
}
-// ToGetRequestInformation retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesItemExcludesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesItemExcludesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *PermissionGrantPoliciesItemExcludesRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PermissionGrantPoliciesItemExcludesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, requestConfiguration *PermissionGrantPoliciesItemExcludesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/permission_grant_policies_item_includes_permission_grant_condition_set_item_request_builder.go b/policies/permission_grant_policies_item_includes_permission_grant_condition_set_item_request_builder.go
index 2d4eda6f6ed..8aa0875cbd3 100644
--- a/policies/permission_grant_policies_item_includes_permission_grant_condition_set_item_request_builder.go
+++ b/policies/permission_grant_policies_item_includes_permission_grant_condition_set_item_request_builder.go
@@ -54,7 +54,7 @@ func NewPermissionGrantPoliciesItemIncludesPermissionGrantConditionSetItemReques
urlParams["request-raw-url"] = rawUrl
return NewPermissionGrantPoliciesItemIncludesPermissionGrantConditionSetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// Delete deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *PermissionGrantPoliciesItemIncludesPermissionGrantConditionSetItemReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable), nil
}
-// ToDeleteRequestInformation deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesItemIncludesPermissionGrantConditionSetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesItemIncludesPermissionGrantConditionSetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/permission_grant_policies_item_includes_request_builder.go b/policies/permission_grant_policies_item_includes_request_builder.go
index 8b78fa9eb60..137393d6276 100644
--- a/policies/permission_grant_policies_item_includes_request_builder.go
+++ b/policies/permission_grant_policies_item_includes_request_builder.go
@@ -11,7 +11,7 @@ import (
type PermissionGrantPoliciesItemIncludesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PermissionGrantPoliciesItemIncludesRequestBuilderGetQueryParameters retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// PermissionGrantPoliciesItemIncludesRequestBuilderGetQueryParameters retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is available in the following national cloud deployments.
type PermissionGrantPoliciesItemIncludesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPermissionGrantPoliciesItemIncludesRequestBuilder(rawUrl string, request
func (m *PermissionGrantPoliciesItemIncludesRequestBuilder) Count()(*PermissionGrantPoliciesItemIncludesCountRequestBuilder) {
return NewPermissionGrantPoliciesItemIncludesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// Get retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *PermissionGrantPoliciesItemIncludesRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *PermissionGrantPoliciesItemIncludesRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable), nil
}
-// ToGetRequestInformation retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesItemIncludesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesItemIncludesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *PermissionGrantPoliciesItemIncludesRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PermissionGrantPoliciesItemIncludesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, requestConfiguration *PermissionGrantPoliciesItemIncludesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/permission_grant_policies_permission_grant_policy_item_request_builder.go b/policies/permission_grant_policies_permission_grant_policy_item_request_builder.go
index 6c6cfba90f6..b92144cb539 100644
--- a/policies/permission_grant_policies_permission_grant_policy_item_request_builder.go
+++ b/policies/permission_grant_policies_permission_grant_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderGetQueryParameters retrieve a single permissionGrantPolicy object. This API is supported in the following national cloud deployments.
+// PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderGetQueryParameters retrieve a single permissionGrantPolicy object. This API is available in the following national cloud deployments.
type PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewPermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewPermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a permissionGrantPolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a permissionGrantPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) Delete(
func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) Excludes()(*PermissionGrantPoliciesItemExcludesRequestBuilder) {
return NewPermissionGrantPoliciesItemExcludesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a single permissionGrantPolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve a single permissionGrantPolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) Get(ctx
func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) Includes()(*PermissionGrantPoliciesItemIncludesRequestBuilder) {
return NewPermissionGrantPoliciesItemIncludesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update properties of a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// Patch update properties of a permissionGrantPolicy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) Patch(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantPolicyable), nil
}
-// ToDeleteRequestInformation delete a permissionGrantPolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a permissionGrantPolicy object. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) ToDelet
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single permissionGrantPolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single permissionGrantPolicy object. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update properties of a permissionGrantPolicy. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update properties of a permissionGrantPolicy. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantPolicyable, requestConfiguration *PermissionGrantPoliciesPermissionGrantPolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/permission_grant_policies_request_builder.go b/policies/permission_grant_policies_request_builder.go
index d680550bfe0..fe63ac290fe 100644
--- a/policies/permission_grant_policies_request_builder.go
+++ b/policies/permission_grant_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type PermissionGrantPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PermissionGrantPoliciesRequestBuilderGetQueryParameters retrieve the list of permissionGrantPolicy objects. This API is supported in the following national cloud deployments.
+// PermissionGrantPoliciesRequestBuilderGetQueryParameters retrieve the list of permissionGrantPolicy objects. This API is available in the following national cloud deployments.
type PermissionGrantPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPermissionGrantPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *PermissionGrantPoliciesRequestBuilder) Count()(*PermissionGrantPoliciesCountRequestBuilder) {
return NewPermissionGrantPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of permissionGrantPolicy objects. This API is supported in the following national cloud deployments.
+// Get retrieve the list of permissionGrantPolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *PermissionGrantPoliciesRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantPolicyCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *PermissionGrantPoliciesRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantPolicyable), nil
}
-// ToGetRequestInformation retrieve the list of permissionGrantPolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of permissionGrantPolicy objects. This API is available in the following national cloud deployments.
func (m *PermissionGrantPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PermissionGrantPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *PermissionGrantPoliciesRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PermissionGrantPoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantPolicyable, requestConfiguration *PermissionGrantPoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/role_management_policies_item_rules_request_builder.go b/policies/role_management_policies_item_rules_request_builder.go
index 7ff8c47ed44..166152c6504 100644
--- a/policies/role_management_policies_item_rules_request_builder.go
+++ b/policies/role_management_policies_item_rules_request_builder.go
@@ -11,7 +11,7 @@ import (
type RoleManagementPoliciesItemRulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RoleManagementPoliciesItemRulesRequestBuilderGetQueryParameters 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.
+// RoleManagementPoliciesItemRulesRequestBuilderGetQueryParameters 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.
type RoleManagementPoliciesItemRulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewRoleManagementPoliciesItemRulesRequestBuilder(rawUrl string, requestAdap
func (m *RoleManagementPoliciesItemRulesRequestBuilder) Count()(*RoleManagementPoliciesItemRulesCountRequestBuilder) {
return NewRoleManagementPoliciesItemRulesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *RoleManagementPoliciesItemRulesRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *RoleManagementPoliciesItemRulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleManagementPoliciesItemRulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/role_management_policies_item_rules_unified_role_management_policy_rule_item_request_builder.go b/policies/role_management_policies_item_rules_unified_role_management_policy_rule_item_request_builder.go
index 8b94fa61b50..f359c16755e 100644
--- a/policies/role_management_policies_item_rules_unified_role_management_policy_rule_item_request_builder.go
+++ b/policies/role_management_policies_item_rules_unified_role_management_policy_rule_item_request_builder.go
@@ -18,7 +18,7 @@ type RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters 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.
+// RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters 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.
type RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemReque
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemReque
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable, requestConfiguration *RoleManagementPoliciesItemRulesUnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/role_management_policies_request_builder.go b/policies/role_management_policies_request_builder.go
index 74a9cafe3ea..cf0a88bdbe0 100644
--- a/policies/role_management_policies_request_builder.go
+++ b/policies/role_management_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type RoleManagementPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RoleManagementPoliciesRequestBuilderGetQueryParameters get role management policies and their details. This API is supported in the following national cloud deployments.
+// RoleManagementPoliciesRequestBuilderGetQueryParameters get role management policies and their details. This API is available in the following national cloud deployments.
type RoleManagementPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewRoleManagementPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *RoleManagementPoliciesRequestBuilder) Count()(*RoleManagementPoliciesCountRequestBuilder) {
return NewRoleManagementPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get role management policies and their details. This API is supported in the following national cloud deployments.
+// Get get role management policies and their details. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *RoleManagementPoliciesRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyable), nil
}
-// ToGetRequestInformation get role management policies and their details. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get role management policies and their details. This API is available in the following national cloud deployments.
func (m *RoleManagementPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleManagementPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/role_management_policies_unified_role_management_policy_item_request_builder.go b/policies/role_management_policies_unified_role_management_policy_item_request_builder.go
index 444e138fbfd..bbfcb5e1d34 100644
--- a/policies/role_management_policies_unified_role_management_policy_item_request_builder.go
+++ b/policies/role_management_policies_unified_role_management_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters retrieve the details of a role management policy. This API is supported in the following national cloud deployments.
+// RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters retrieve the details of a role management policy. This API is available in the following national cloud deployments.
type RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilder) De
func (m *RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilder) EffectiveRules()(*RoleManagementPoliciesItemEffectiveRulesRequestBuilder) {
return NewRoleManagementPoliciesItemEffectiveRulesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the details of a role management policy. This API is supported in the following national cloud deployments.
+// Get retrieve the details of a role management policy. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the details of a role management policy. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the details of a role management policy. This API is available in the following national cloud deployments.
func (m *RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleManagementPoliciesUnifiedRoleManagementPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/role_management_policy_assignments_request_builder.go b/policies/role_management_policy_assignments_request_builder.go
index 4c1cd34eb63..78900021e06 100644
--- a/policies/role_management_policy_assignments_request_builder.go
+++ b/policies/role_management_policy_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type RoleManagementPolicyAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters 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.
+// RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters 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.
type RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewRoleManagementPolicyAssignmentsRequestBuilder(rawUrl string, requestAdap
func (m *RoleManagementPolicyAssignmentsRequestBuilder) Count()(*RoleManagementPolicyAssignmentsCountRequestBuilder) {
return NewRoleManagementPolicyAssignmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *RoleManagementPolicyAssignmentsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *RoleManagementPolicyAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleManagementPolicyAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/role_management_policy_assignments_unified_role_management_policy_assignment_item_request_builder.go b/policies/role_management_policy_assignments_unified_role_management_policy_assignment_item_request_builder.go
index eeb7be7dbc6..80fd455dc3c 100644
--- a/policies/role_management_policy_assignments_unified_role_management_policy_assignment_item_request_builder.go
+++ b/policies/role_management_policy_assignments_unified_role_management_policy_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters 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.
+// RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters 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.
type RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentIte
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentIte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleManagementPolicyAssignmentsUnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/token_issuance_policies_request_builder.go b/policies/token_issuance_policies_request_builder.go
index f6f79d730f1..8335008b089 100644
--- a/policies/token_issuance_policies_request_builder.go
+++ b/policies/token_issuance_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type TokenIssuancePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TokenIssuancePoliciesRequestBuilderGetQueryParameters get a list of tokenIssuancePolicy objects. This API is supported in the following national cloud deployments.
+// TokenIssuancePoliciesRequestBuilderGetQueryParameters get a list of tokenIssuancePolicy objects. This API is available in the following national cloud deployments.
type TokenIssuancePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTokenIssuancePoliciesRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *TokenIssuancePoliciesRequestBuilder) Count()(*TokenIssuancePoliciesCountRequestBuilder) {
return NewTokenIssuancePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of tokenIssuancePolicy objects. This API is supported in the following national cloud deployments.
+// Get get a list of tokenIssuancePolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TokenIssuancePoliciesRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenIssuancePolicyCollectionResponseable), nil
}
-// Post create a new tokenIssuancePolicy object. This API is supported in the following national cloud deployments.
+// Post create a new tokenIssuancePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TokenIssuancePoliciesRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenIssuancePolicyable), nil
}
-// ToGetRequestInformation get a list of tokenIssuancePolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of tokenIssuancePolicy objects. This API is available in the following national cloud deployments.
func (m *TokenIssuancePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TokenIssuancePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TokenIssuancePoliciesRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new tokenIssuancePolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new tokenIssuancePolicy object. This API is available in the following national cloud deployments.
func (m *TokenIssuancePoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenIssuancePolicyable, requestConfiguration *TokenIssuancePoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/token_issuance_policies_token_issuance_policy_item_request_builder.go b/policies/token_issuance_policies_token_issuance_policy_item_request_builder.go
index 00d6a6b1a16..03b28222eb6 100644
--- a/policies/token_issuance_policies_token_issuance_policy_item_request_builder.go
+++ b/policies/token_issuance_policies_token_issuance_policy_item_request_builder.go
@@ -58,7 +58,7 @@ func NewTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a tokenIssuancePolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a tokenIssuancePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenIssuancePolicyable), nil
}
-// Patch update the properties of a tokenIssuancePolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a tokenIssuancePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenIssuancePolicyable), nil
}
-// ToDeleteRequestInformation delete a tokenIssuancePolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a tokenIssuancePolicy object. This API is available in the following national cloud deployments.
func (m *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a tokenIssuancePolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a tokenIssuancePolicy object. This API is available in the following national cloud deployments.
func (m *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenIssuancePolicyable, requestConfiguration *TokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/token_lifetime_policies_request_builder.go b/policies/token_lifetime_policies_request_builder.go
index 17d57cfea39..39c5f65f072 100644
--- a/policies/token_lifetime_policies_request_builder.go
+++ b/policies/token_lifetime_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type TokenLifetimePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TokenLifetimePoliciesRequestBuilderGetQueryParameters get a list of tokenLifetimePolicy objects. This API is supported in the following national cloud deployments.
+// TokenLifetimePoliciesRequestBuilderGetQueryParameters get a list of tokenLifetimePolicy objects. This API is available in the following national cloud deployments.
type TokenLifetimePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTokenLifetimePoliciesRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *TokenLifetimePoliciesRequestBuilder) Count()(*TokenLifetimePoliciesCountRequestBuilder) {
return NewTokenLifetimePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of tokenLifetimePolicy objects. This API is supported in the following national cloud deployments.
+// Get get a list of tokenLifetimePolicy objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TokenLifetimePoliciesRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenLifetimePolicyCollectionResponseable), nil
}
-// Post create a new tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// Post create a new tokenLifetimePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TokenLifetimePoliciesRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenLifetimePolicyable), nil
}
-// ToGetRequestInformation get a list of tokenLifetimePolicy objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of tokenLifetimePolicy objects. This API is available in the following national cloud deployments.
func (m *TokenLifetimePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TokenLifetimePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TokenLifetimePoliciesRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new tokenLifetimePolicy object. This API is available in the following national cloud deployments.
func (m *TokenLifetimePoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenLifetimePolicyable, requestConfiguration *TokenLifetimePoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/policies/token_lifetime_policies_token_lifetime_policy_item_request_builder.go b/policies/token_lifetime_policies_token_lifetime_policy_item_request_builder.go
index 7196de9037c..eb7e91fed45 100644
--- a/policies/token_lifetime_policies_token_lifetime_policy_item_request_builder.go
+++ b/policies/token_lifetime_policies_token_lifetime_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
type TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// Delete delete a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenLifetimePolicyable), nil
}
-// Patch update the properties of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenLifetimePolicyable), nil
}
-// ToDeleteRequestInformation delete a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a tokenLifetimePolicy object. This API is available in the following national cloud deployments.
func (m *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TokenLifetimePolicyable, requestConfiguration *TokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/connectors_print_connector_item_request_builder.go b/print/connectors_print_connector_item_request_builder.go
index 5e21dacc828..a75ef13e0e1 100644
--- a/print/connectors_print_connector_item_request_builder.go
+++ b/print/connectors_print_connector_item_request_builder.go
@@ -18,7 +18,7 @@ type ConnectorsPrintConnectorItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConnectorsPrintConnectorItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printConnector object. This API is supported in the following national cloud deployments.
+// ConnectorsPrintConnectorItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printConnector object. This API is available in the following national cloud deployments.
type ConnectorsPrintConnectorItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewConnectorsPrintConnectorItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewConnectorsPrintConnectorItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete (unregister) a printConnector. This API is supported in the following national cloud deployments.
+// Delete delete (unregister) a printConnector. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ConnectorsPrintConnectorItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a printConnector object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a printConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ConnectorsPrintConnectorItemRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintConnectorable), nil
}
-// Patch update the properties of a printConnector object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a printConnector object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ConnectorsPrintConnectorItemRequestBuilder) Patch(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintConnectorable), nil
}
-// ToDeleteRequestInformation delete (unregister) a printConnector. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete (unregister) a printConnector. This API is available in the following national cloud deployments.
func (m *ConnectorsPrintConnectorItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConnectorsPrintConnectorItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ConnectorsPrintConnectorItemRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a printConnector object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a printConnector object. This API is available in the following national cloud deployments.
func (m *ConnectorsPrintConnectorItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectorsPrintConnectorItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ConnectorsPrintConnectorItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a printConnector object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a printConnector object. This API is available in the following national cloud deployments.
func (m *ConnectorsPrintConnectorItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintConnectorable, requestConfiguration *ConnectorsPrintConnectorItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/connectors_request_builder.go b/print/connectors_request_builder.go
index ecc7c7e83ad..76e7c617a24 100644
--- a/print/connectors_request_builder.go
+++ b/print/connectors_request_builder.go
@@ -11,7 +11,7 @@ import (
type ConnectorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ConnectorsRequestBuilderGetQueryParameters retrieve a list of print connectors. This API is supported in the following national cloud deployments.
+// ConnectorsRequestBuilderGetQueryParameters retrieve a list of print connectors. This API is available in the following national cloud deployments.
type ConnectorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewConnectorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *ConnectorsRequestBuilder) Count()(*ConnectorsCountRequestBuilder) {
return NewConnectorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of print connectors. This API is supported in the following national cloud deployments.
+// Get retrieve a list of print connectors. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ConnectorsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintConnectorable), nil
}
-// ToGetRequestInformation retrieve a list of print connectors. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of print connectors. This API is available in the following national cloud deployments.
func (m *ConnectorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConnectorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/operations_print_operation_item_request_builder.go b/print/operations_print_operation_item_request_builder.go
index e46407133d6..7416b6be44d 100644
--- a/print/operations_print_operation_item_request_builder.go
+++ b/print/operations_print_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type OperationsPrintOperationItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OperationsPrintOperationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments.
+// OperationsPrintOperationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments.
type OperationsPrintOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *OperationsPrintOperationItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *OperationsPrintOperationItemRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments.
func (m *OperationsPrintOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OperationsPrintOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/operations_request_builder.go b/print/operations_request_builder.go
index 686d387d064..c0f5ea60cb2 100644
--- a/print/operations_request_builder.go
+++ b/print/operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type OperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// OperationsRequestBuilderGetQueryParameters retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments.
+// OperationsRequestBuilderGetQueryParameters retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments.
type OperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewOperationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *OperationsRequestBuilder) Count()(*OperationsCountRequestBuilder) {
return NewOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments.
func (m *OperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *OperationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintOperationable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments.
func (m *OperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_create_post_request_body.go b/print/printers_create_post_request_body.go
index cef8f0087c0..239d0173172 100644
--- a/print/printers_create_post_request_body.go
+++ b/print/printers_create_post_request_body.go
@@ -23,7 +23,7 @@ func NewPrintersCreatePostRequestBody()(*PrintersCreatePostRequestBody) {
func CreatePrintersCreatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintersCreatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersCreatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PrintersCreatePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintersCreatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -243,14 +243,14 @@ func (m *PrintersCreatePostRequestBody) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersCreatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintersCreatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/printers_create_request_builder.go b/print/printers_create_request_builder.go
index 2807f13a6da..777f63d842d 100644
--- a/print/printers_create_request_builder.go
+++ b/print/printers_create_request_builder.go
@@ -30,7 +30,7 @@ func NewPrintersCreateRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
urlParams["request-raw-url"] = rawUrl
return NewPrintersCreateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PrintersCreateRequestBuilder) Post(ctx context.Context, body PrintersCr
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersCreateRequestBuilder) ToPostRequestInformation(ctx context.Context, body PrintersCreatePostRequestBodyable, requestConfiguration *PrintersCreateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_connectors_request_builder.go b/print/printers_item_connectors_request_builder.go
index 449d8e0de9f..28e62230445 100644
--- a/print/printers_item_connectors_request_builder.go
+++ b/print/printers_item_connectors_request_builder.go
@@ -11,7 +11,7 @@ import (
type PrintersItemConnectorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PrintersItemConnectorsRequestBuilderGetQueryParameters retrieve a list of printConnectors associated with the printer. This API is supported in the following national cloud deployments.
+// PrintersItemConnectorsRequestBuilderGetQueryParameters retrieve a list of printConnectors associated with the printer. This API is available in the following national cloud deployments.
type PrintersItemConnectorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewPrintersItemConnectorsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *PrintersItemConnectorsRequestBuilder) Count()(*PrintersItemConnectorsCountRequestBuilder) {
return NewPrintersItemConnectorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of printConnectors associated with the printer. This API is supported in the following national cloud deployments.
+// Get retrieve a list of printConnectors associated with the printer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *PrintersItemConnectorsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintConnectorCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of printConnectors associated with the printer. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of printConnectors associated with the printer. This API is available in the following national cloud deployments.
func (m *PrintersItemConnectorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrintersItemConnectorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_jobs_item_abort_post_request_body.go b/print/printers_item_jobs_item_abort_post_request_body.go
index fd89edf3b60..55a8004678b 100644
--- a/print/printers_item_jobs_item_abort_post_request_body.go
+++ b/print/printers_item_jobs_item_abort_post_request_body.go
@@ -22,7 +22,7 @@ func NewPrintersItemJobsItemAbortPostRequestBody()(*PrintersItemJobsItemAbortPos
func CreatePrintersItemJobsItemAbortPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintersItemJobsItemAbortPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersItemJobsItemAbortPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *PrintersItemJobsItemAbortPostRequestBody) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintersItemJobsItemAbortPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *PrintersItemJobsItemAbortPostRequestBody) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersItemJobsItemAbortPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintersItemJobsItemAbortPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/printers_item_jobs_item_abort_request_builder.go b/print/printers_item_jobs_item_abort_request_builder.go
index f076d181d38..092da0f4f1b 100644
--- a/print/printers_item_jobs_item_abort_request_builder.go
+++ b/print/printers_item_jobs_item_abort_request_builder.go
@@ -30,7 +30,7 @@ func NewPrintersItemJobsItemAbortRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewPrintersItemJobsItemAbortRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PrintersItemJobsItemAbortRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersItemJobsItemAbortRequestBuilder) ToPostRequestInformation(ctx context.Context, body PrintersItemJobsItemAbortPostRequestBodyable, requestConfiguration *PrintersItemJobsItemAbortRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_jobs_item_cancel_request_builder.go b/print/printers_item_jobs_item_cancel_request_builder.go
index ed8543e2b64..ddd15dd4044 100644
--- a/print/printers_item_jobs_item_cancel_request_builder.go
+++ b/print/printers_item_jobs_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewPrintersItemJobsItemCancelRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewPrintersItemJobsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PrintersItemJobsItemCancelRequestBuilder) Post(ctx context.Context, req
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersItemJobsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *PrintersItemJobsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_jobs_item_documents_item_create_upload_session_post_request_body.go b/print/printers_item_jobs_item_documents_item_create_upload_session_post_request_body.go
index 33a00cdff47..34bf8355fe5 100644
--- a/print/printers_item_jobs_item_documents_item_create_upload_session_post_request_body.go
+++ b/print/printers_item_jobs_item_documents_item_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewPrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody()(*P
func CreatePrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/printers_item_jobs_item_documents_item_create_upload_session_request_builder.go b/print/printers_item_jobs_item_documents_item_create_upload_session_request_builder.go
index a14691af414..49385b6cc96 100644
--- a/print/printers_item_jobs_item_documents_item_create_upload_session_request_builder.go
+++ b/print/printers_item_jobs_item_documents_item_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewPrintersItemJobsItemDocumentsItemCreateUploadSessionRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewPrintersItemJobsItemDocumentsItemCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersItemJobsItemDocumentsItemCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body PrintersItemJobsItemDocumentsItemCreateUploadSessionPostRequestBodyable, requestConfiguration *PrintersItemJobsItemDocumentsItemCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_jobs_item_redirect_post_request_body.go b/print/printers_item_jobs_item_redirect_post_request_body.go
index 45bd54a41ab..1d2db5799dc 100644
--- a/print/printers_item_jobs_item_redirect_post_request_body.go
+++ b/print/printers_item_jobs_item_redirect_post_request_body.go
@@ -23,7 +23,7 @@ func NewPrintersItemJobsItemRedirectPostRequestBody()(*PrintersItemJobsItemRedir
func CreatePrintersItemJobsItemRedirectPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrintersItemJobsItemRedirectPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersItemJobsItemRedirectPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *PrintersItemJobsItemRedirectPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *PrintersItemJobsItemRedirectPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *PrintersItemJobsItemRedirectPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *PrintersItemJobsItemRedirectPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *PrintersItemJobsItemRedirectPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/printers_item_jobs_item_redirect_request_builder.go b/print/printers_item_jobs_item_redirect_request_builder.go
index b4692dfb75a..ca52e2d7924 100644
--- a/print/printers_item_jobs_item_redirect_request_builder.go
+++ b/print/printers_item_jobs_item_redirect_request_builder.go
@@ -31,7 +31,7 @@ func NewPrintersItemJobsItemRedirectRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewPrintersItemJobsItemRedirectRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *PrintersItemJobsItemRedirectRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintJobable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersItemJobsItemRedirectRequestBuilder) ToPostRequestInformation(ctx context.Context, body PrintersItemJobsItemRedirectPostRequestBodyable, requestConfiguration *PrintersItemJobsItemRedirectRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_jobs_item_start_request_builder.go b/print/printers_item_jobs_item_start_request_builder.go
index 340a824a03b..02989988fd1 100644
--- a/print/printers_item_jobs_item_start_request_builder.go
+++ b/print/printers_item_jobs_item_start_request_builder.go
@@ -31,7 +31,7 @@ func NewPrintersItemJobsItemStartRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewPrintersItemJobsItemStartRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *PrintersItemJobsItemStartRequestBuilder) Post(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintJobStatusable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersItemJobsItemStartRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *PrintersItemJobsItemStartRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_restore_factory_defaults_request_builder.go b/print/printers_item_restore_factory_defaults_request_builder.go
index 0e19e26a87d..965cc094e26 100644
--- a/print/printers_item_restore_factory_defaults_request_builder.go
+++ b/print/printers_item_restore_factory_defaults_request_builder.go
@@ -30,7 +30,7 @@ func NewPrintersItemRestoreFactoryDefaultsRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewPrintersItemRestoreFactoryDefaultsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post restore a printer's default settings to the values specified by the manufacturer. This API is supported in the following national cloud deployments.
+// Post restore a printer's default settings to the values specified by the manufacturer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *PrintersItemRestoreFactoryDefaultsRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation restore a printer's default settings to the values specified by the manufacturer. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation restore a printer's default settings to the values specified by the manufacturer. This API is available in the following national cloud deployments.
func (m *PrintersItemRestoreFactoryDefaultsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *PrintersItemRestoreFactoryDefaultsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_shares_request_builder.go b/print/printers_item_shares_request_builder.go
index 17fc028771e..d6c7ffb1d39 100644
--- a/print/printers_item_shares_request_builder.go
+++ b/print/printers_item_shares_request_builder.go
@@ -11,7 +11,7 @@ import (
type PrintersItemSharesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PrintersItemSharesRequestBuilderGetQueryParameters retrieve a list of printer shares associated with the printer. This API is supported in the following national cloud deployments.
+// PrintersItemSharesRequestBuilderGetQueryParameters retrieve a list of printer shares associated with the printer. This API is available in the following national cloud deployments.
type PrintersItemSharesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewPrintersItemSharesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *PrintersItemSharesRequestBuilder) Count()(*PrintersItemSharesCountRequestBuilder) {
return NewPrintersItemSharesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of printer shares associated with the printer. This API is supported in the following national cloud deployments.
+// Get retrieve a list of printer shares associated with the printer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *PrintersItemSharesRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterShareCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of printer shares associated with the printer. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of printer shares associated with the printer. This API is available in the following national cloud deployments.
func (m *PrintersItemSharesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrintersItemSharesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_task_triggers_print_task_trigger_item_request_builder.go b/print/printers_item_task_triggers_print_task_trigger_item_request_builder.go
index c957a9c10af..32477a97515 100644
--- a/print/printers_item_task_triggers_print_task_trigger_item_request_builder.go
+++ b/print/printers_item_task_triggers_print_task_trigger_item_request_builder.go
@@ -18,7 +18,7 @@ type PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilderGetQueryParameters 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.
+// PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilderGetQueryParameters 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.
type PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewPrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder(rawUrl string
func (m *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder) Definition()(*PrintersItemTaskTriggersItemDefinitionRequestBuilder) {
return NewPrintersItemTaskTriggersItemDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder) Patch(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskTriggerable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrintersItemTaskTriggersPrintTaskTriggerItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_item_task_triggers_request_builder.go b/print/printers_item_task_triggers_request_builder.go
index b51293c40c6..d2f673430fe 100644
--- a/print/printers_item_task_triggers_request_builder.go
+++ b/print/printers_item_task_triggers_request_builder.go
@@ -11,7 +11,7 @@ import (
type PrintersItemTaskTriggersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PrintersItemTaskTriggersRequestBuilderGetQueryParameters 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.
+// PrintersItemTaskTriggersRequestBuilderGetQueryParameters 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.
type PrintersItemTaskTriggersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewPrintersItemTaskTriggersRequestBuilder(rawUrl string, requestAdapter i2a
func (m *PrintersItemTaskTriggersRequestBuilder) Count()(*PrintersItemTaskTriggersCountRequestBuilder) {
return NewPrintersItemTaskTriggersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *PrintersItemTaskTriggersRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskTriggerCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *PrintersItemTaskTriggersRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskTriggerable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *PrintersItemTaskTriggersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrintersItemTaskTriggersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *PrintersItemTaskTriggersRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *PrintersItemTaskTriggersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskTriggerable, requestConfiguration *PrintersItemTaskTriggersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_printer_item_request_builder.go b/print/printers_printer_item_request_builder.go
index e331448745f..145cbdc7dd1 100644
--- a/print/printers_printer_item_request_builder.go
+++ b/print/printers_printer_item_request_builder.go
@@ -18,7 +18,7 @@ type PrintersPrinterItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// PrintersPrinterItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printer object. This API is supported in the following national cloud deployments.
+// PrintersPrinterItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printer object. This API is available in the following national cloud deployments.
type PrintersPrinterItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewPrintersPrinterItemRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewPrintersPrinterItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete (unregister) a printer. This API is supported in the following national cloud deployments.
+// Delete delete (unregister) a printer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *PrintersPrinterItemRequestBuilder) Delete(ctx context.Context, requestC
}
return nil
}
-// Get retrieve the properties and relationships of a printer object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a printer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *PrintersPrinterItemRequestBuilder) Get(ctx context.Context, requestConf
func (m *PrintersPrinterItemRequestBuilder) Jobs()(*PrintersItemJobsRequestBuilder) {
return NewPrintersItemJobsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a printer object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a printer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0
@@ -137,7 +137,7 @@ func (m *PrintersPrinterItemRequestBuilder) Shares()(*PrintersItemSharesRequestB
func (m *PrintersPrinterItemRequestBuilder) TaskTriggers()(*PrintersItemTaskTriggersRequestBuilder) {
return NewPrintersItemTaskTriggersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete (unregister) a printer. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete (unregister) a printer. This API is available in the following national cloud deployments.
func (m *PrintersPrinterItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *PrintersPrinterItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *PrintersPrinterItemRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a printer object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a printer object. This API is available in the following national cloud deployments.
func (m *PrintersPrinterItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrintersPrinterItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *PrintersPrinterItemRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a printer object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a printer object. This API is available in the following national cloud deployments.
func (m *PrintersPrinterItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Printerable, requestConfiguration *PrintersPrinterItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/printers_request_builder.go b/print/printers_request_builder.go
index ec4551fa0c6..ab2ccf995bf 100644
--- a/print/printers_request_builder.go
+++ b/print/printers_request_builder.go
@@ -11,7 +11,7 @@ import (
type PrintersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// PrintersRequestBuilderGetQueryParameters retrieve the list of printers that are registered in the tenant. This API is supported in the following national cloud deployments.
+// PrintersRequestBuilderGetQueryParameters retrieve the list of printers that are registered in the tenant. This API is available in the following national cloud deployments.
type PrintersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *PrintersRequestBuilder) Count()(*PrintersCountRequestBuilder) {
func (m *PrintersRequestBuilder) Create()(*PrintersCreateRequestBuilder) {
return NewPrintersCreateRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of printers that are registered in the tenant. This API is supported in the following national cloud deployments.
+// Get retrieve the list of printers that are registered in the tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *PrintersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Printerable), nil
}
-// ToGetRequestInformation retrieve the list of printers that are registered in the tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of printers that are registered in the tenant. This API is available in the following national cloud deployments.
func (m *PrintersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *PrintersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/services_item_endpoints_print_service_endpoint_item_request_builder.go b/print/services_item_endpoints_print_service_endpoint_item_request_builder.go
index 79d26cd1d35..d1d30772ccd 100644
--- a/print/services_item_endpoints_print_service_endpoint_item_request_builder.go
+++ b/print/services_item_endpoints_print_service_endpoint_item_request_builder.go
@@ -18,7 +18,7 @@ type ServicesItemEndpointsPrintServiceEndpointItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServicesItemEndpointsPrintServiceEndpointItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a print service endpoint. This API is supported in the following national cloud deployments.
+// ServicesItemEndpointsPrintServiceEndpointItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a print service endpoint. This API is available in the following national cloud deployments.
type ServicesItemEndpointsPrintServiceEndpointItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ServicesItemEndpointsPrintServiceEndpointItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a print service endpoint. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a print service endpoint. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ServicesItemEndpointsPrintServiceEndpointItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a print service endpoint. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a print service endpoint. This API is available in the following national cloud deployments.
func (m *ServicesItemEndpointsPrintServiceEndpointItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicesItemEndpointsPrintServiceEndpointItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/services_item_endpoints_request_builder.go b/print/services_item_endpoints_request_builder.go
index 98fbb9210e4..eeeb767d4de 100644
--- a/print/services_item_endpoints_request_builder.go
+++ b/print/services_item_endpoints_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServicesItemEndpointsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServicesItemEndpointsRequestBuilderGetQueryParameters retrieve a list of endpoints exposed by a print service. This API is supported in the following national cloud deployments.
+// ServicesItemEndpointsRequestBuilderGetQueryParameters retrieve a list of endpoints exposed by a print service. This API is available in the following national cloud deployments.
type ServicesItemEndpointsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewServicesItemEndpointsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ServicesItemEndpointsRequestBuilder) Count()(*ServicesItemEndpointsCountRequestBuilder) {
return NewServicesItemEndpointsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of endpoints exposed by a print service. This API is supported in the following national cloud deployments.
+// Get retrieve a list of endpoints exposed by a print service. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ServicesItemEndpointsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable), nil
}
-// ToGetRequestInformation retrieve a list of endpoints exposed by a print service. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of endpoints exposed by a print service. This API is available in the following national cloud deployments.
func (m *ServicesItemEndpointsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicesItemEndpointsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/services_print_service_item_request_builder.go b/print/services_print_service_item_request_builder.go
index 0086a3ae533..bcaa0f391da 100644
--- a/print/services_print_service_item_request_builder.go
+++ b/print/services_print_service_item_request_builder.go
@@ -18,7 +18,7 @@ type ServicesPrintServiceItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServicesPrintServiceItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a print service. This API is supported in the following national cloud deployments.
+// ServicesPrintServiceItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a print service. This API is available in the following national cloud deployments.
type ServicesPrintServiceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ServicesPrintServiceItemRequestBuilder) Delete(ctx context.Context, req
func (m *ServicesPrintServiceItemRequestBuilder) Endpoints()(*ServicesItemEndpointsRequestBuilder) {
return NewServicesItemEndpointsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a print service. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a print service. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ServicesPrintServiceItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a print service. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a print service. This API is available in the following national cloud deployments.
func (m *ServicesPrintServiceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicesPrintServiceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/services_request_builder.go b/print/services_request_builder.go
index 0c0b8ecd1a1..3bb1b3a2d56 100644
--- a/print/services_request_builder.go
+++ b/print/services_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServicesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServicesRequestBuilderGetQueryParameters retrieve a list of printService objects that represent the services available to your tenant. This API is supported in the following national cloud deployments.
+// ServicesRequestBuilderGetQueryParameters retrieve a list of printService objects that represent the services available to your tenant. This API is available in the following national cloud deployments.
type ServicesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewServicesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
func (m *ServicesRequestBuilder) Count()(*ServicesCountRequestBuilder) {
return NewServicesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of printService objects that represent the services available to your tenant. This API is supported in the following national cloud deployments.
+// Get retrieve a list of printService objects that represent the services available to your tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ServicesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable), nil
}
-// ToGetRequestInformation retrieve a list of printService objects that represent the services available to your tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of printService objects that represent the services available to your tenant. This API is available in the following national cloud deployments.
func (m *ServicesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_allowed_groups_item_ref_request_builder.go b/print/shares_item_allowed_groups_item_ref_request_builder.go
index 6ed36d37f47..f79c506f4e8 100644
--- a/print/shares_item_allowed_groups_item_ref_request_builder.go
+++ b/print/shares_item_allowed_groups_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type SharesItemAllowedGroupsItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesItemAllowedGroupsItemRefRequestBuilderDeleteQueryParameters revoke the specified group's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// SharesItemAllowedGroupsItemRefRequestBuilderDeleteQueryParameters revoke the specified group's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
type SharesItemAllowedGroupsItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewSharesItemAllowedGroupsItemRefRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewSharesItemAllowedGroupsItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete revoke the specified group's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// Delete revoke the specified group's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *SharesItemAllowedGroupsItemRefRequestBuilder) Delete(ctx context.Contex
}
return nil
}
-// ToDeleteRequestInformation revoke the specified group's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation revoke the specified group's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
func (m *SharesItemAllowedGroupsItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SharesItemAllowedGroupsItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_allowed_groups_ref_request_builder.go b/print/shares_item_allowed_groups_ref_request_builder.go
index bec7b0f8d57..acb885e37ab 100644
--- a/print/shares_item_allowed_groups_ref_request_builder.go
+++ b/print/shares_item_allowed_groups_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type SharesItemAllowedGroupsRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesItemAllowedGroupsRefRequestBuilderGetQueryParameters 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.
+// SharesItemAllowedGroupsRefRequestBuilderGetQueryParameters 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.
type SharesItemAllowedGroupsRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewSharesItemAllowedGroupsRefRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewSharesItemAllowedGroupsRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *SharesItemAllowedGroupsRefRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post grant the specified group access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// Post grant the specified group access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SharesItemAllowedGroupsRefRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SharesItemAllowedGroupsRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesItemAllowedGroupsRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *SharesItemAllowedGroupsRefRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation grant the specified group access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation grant the specified group access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
func (m *SharesItemAllowedGroupsRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *SharesItemAllowedGroupsRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_allowed_groups_request_builder.go b/print/shares_item_allowed_groups_request_builder.go
index ef47c65aa6d..ca8b3cde6f2 100644
--- a/print/shares_item_allowed_groups_request_builder.go
+++ b/print/shares_item_allowed_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type SharesItemAllowedGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesItemAllowedGroupsRequestBuilderGetQueryParameters 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.
+// SharesItemAllowedGroupsRequestBuilderGetQueryParameters 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.
type SharesItemAllowedGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewSharesItemAllowedGroupsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *SharesItemAllowedGroupsRequestBuilder) Count()(*SharesItemAllowedGroupsCountRequestBuilder) {
return NewSharesItemAllowedGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *SharesItemAllowedGroupsRequestBuilder) Get(ctx context.Context, request
func (m *SharesItemAllowedGroupsRequestBuilder) Ref()(*SharesItemAllowedGroupsRefRequestBuilder) {
return NewSharesItemAllowedGroupsRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SharesItemAllowedGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesItemAllowedGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_allowed_users_item_ref_request_builder.go b/print/shares_item_allowed_users_item_ref_request_builder.go
index 619f071dc89..c7bd4c8d5b7 100644
--- a/print/shares_item_allowed_users_item_ref_request_builder.go
+++ b/print/shares_item_allowed_users_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type SharesItemAllowedUsersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesItemAllowedUsersItemRefRequestBuilderDeleteQueryParameters revoke the specified user's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// SharesItemAllowedUsersItemRefRequestBuilderDeleteQueryParameters revoke the specified user's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
type SharesItemAllowedUsersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewSharesItemAllowedUsersItemRefRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewSharesItemAllowedUsersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete revoke the specified user's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// Delete revoke the specified user's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *SharesItemAllowedUsersItemRefRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// ToDeleteRequestInformation revoke the specified user's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation revoke the specified user's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
func (m *SharesItemAllowedUsersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SharesItemAllowedUsersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_allowed_users_ref_request_builder.go b/print/shares_item_allowed_users_ref_request_builder.go
index d25ec33114e..0790e2c886e 100644
--- a/print/shares_item_allowed_users_ref_request_builder.go
+++ b/print/shares_item_allowed_users_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type SharesItemAllowedUsersRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesItemAllowedUsersRefRequestBuilderGetQueryParameters 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.
+// SharesItemAllowedUsersRefRequestBuilderGetQueryParameters 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.
type SharesItemAllowedUsersRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewSharesItemAllowedUsersRefRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewSharesItemAllowedUsersRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *SharesItemAllowedUsersRefRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post grant the specified user access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// Post grant the specified user access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SharesItemAllowedUsersRefRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SharesItemAllowedUsersRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesItemAllowedUsersRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *SharesItemAllowedUsersRefRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation grant the specified user access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation grant the specified user access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments.
func (m *SharesItemAllowedUsersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *SharesItemAllowedUsersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_allowed_users_request_builder.go b/print/shares_item_allowed_users_request_builder.go
index 51829ee0eb6..23be60a8d7c 100644
--- a/print/shares_item_allowed_users_request_builder.go
+++ b/print/shares_item_allowed_users_request_builder.go
@@ -11,7 +11,7 @@ import (
type SharesItemAllowedUsersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesItemAllowedUsersRequestBuilderGetQueryParameters 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.
+// SharesItemAllowedUsersRequestBuilderGetQueryParameters 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.
type SharesItemAllowedUsersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewSharesItemAllowedUsersRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *SharesItemAllowedUsersRequestBuilder) Count()(*SharesItemAllowedUsersCountRequestBuilder) {
return NewSharesItemAllowedUsersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *SharesItemAllowedUsersRequestBuilder) Get(ctx context.Context, requestC
func (m *SharesItemAllowedUsersRequestBuilder) Ref()(*SharesItemAllowedUsersRefRequestBuilder) {
return NewSharesItemAllowedUsersRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SharesItemAllowedUsersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesItemAllowedUsersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_jobs_item_abort_post_request_body.go b/print/shares_item_jobs_item_abort_post_request_body.go
index 0878531e381..e2a476b3f37 100644
--- a/print/shares_item_jobs_item_abort_post_request_body.go
+++ b/print/shares_item_jobs_item_abort_post_request_body.go
@@ -22,7 +22,7 @@ func NewSharesItemJobsItemAbortPostRequestBody()(*SharesItemJobsItemAbortPostReq
func CreateSharesItemJobsItemAbortPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharesItemJobsItemAbortPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharesItemJobsItemAbortPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *SharesItemJobsItemAbortPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharesItemJobsItemAbortPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *SharesItemJobsItemAbortPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharesItemJobsItemAbortPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharesItemJobsItemAbortPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/shares_item_jobs_item_abort_request_builder.go b/print/shares_item_jobs_item_abort_request_builder.go
index d621b77073b..8a5376d888f 100644
--- a/print/shares_item_jobs_item_abort_request_builder.go
+++ b/print/shares_item_jobs_item_abort_request_builder.go
@@ -30,7 +30,7 @@ func NewSharesItemJobsItemAbortRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewSharesItemJobsItemAbortRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *SharesItemJobsItemAbortRequestBuilder) Post(ctx context.Context, body S
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SharesItemJobsItemAbortRequestBuilder) ToPostRequestInformation(ctx context.Context, body SharesItemJobsItemAbortPostRequestBodyable, requestConfiguration *SharesItemJobsItemAbortRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_jobs_item_cancel_request_builder.go b/print/shares_item_jobs_item_cancel_request_builder.go
index f0da050d83a..b5b9fe89b0f 100644
--- a/print/shares_item_jobs_item_cancel_request_builder.go
+++ b/print/shares_item_jobs_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewSharesItemJobsItemCancelRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewSharesItemJobsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *SharesItemJobsItemCancelRequestBuilder) Post(ctx context.Context, reque
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SharesItemJobsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *SharesItemJobsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_jobs_item_documents_item_create_upload_session_post_request_body.go b/print/shares_item_jobs_item_documents_item_create_upload_session_post_request_body.go
index fa3617362f8..cc0219bd59b 100644
--- a/print/shares_item_jobs_item_documents_item_create_upload_session_post_request_body.go
+++ b/print/shares_item_jobs_item_documents_item_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewSharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody()(*Sha
func CreateSharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/shares_item_jobs_item_documents_item_create_upload_session_request_builder.go b/print/shares_item_jobs_item_documents_item_create_upload_session_request_builder.go
index a813b119c85..5a78fc5bcdc 100644
--- a/print/shares_item_jobs_item_documents_item_create_upload_session_request_builder.go
+++ b/print/shares_item_jobs_item_documents_item_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewSharesItemJobsItemDocumentsItemCreateUploadSessionRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewSharesItemJobsItemDocumentsItemCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SharesItemJobsItemDocumentsItemCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body SharesItemJobsItemDocumentsItemCreateUploadSessionPostRequestBodyable, requestConfiguration *SharesItemJobsItemDocumentsItemCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_jobs_item_redirect_post_request_body.go b/print/shares_item_jobs_item_redirect_post_request_body.go
index fbfff342bf0..3e3d1ffc8de 100644
--- a/print/shares_item_jobs_item_redirect_post_request_body.go
+++ b/print/shares_item_jobs_item_redirect_post_request_body.go
@@ -23,7 +23,7 @@ func NewSharesItemJobsItemRedirectPostRequestBody()(*SharesItemJobsItemRedirectP
func CreateSharesItemJobsItemRedirectPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSharesItemJobsItemRedirectPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharesItemJobsItemRedirectPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *SharesItemJobsItemRedirectPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SharesItemJobsItemRedirectPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *SharesItemJobsItemRedirectPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SharesItemJobsItemRedirectPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SharesItemJobsItemRedirectPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/print/shares_item_jobs_item_redirect_request_builder.go b/print/shares_item_jobs_item_redirect_request_builder.go
index f90fdd33356..62a1b568d2b 100644
--- a/print/shares_item_jobs_item_redirect_request_builder.go
+++ b/print/shares_item_jobs_item_redirect_request_builder.go
@@ -31,7 +31,7 @@ func NewSharesItemJobsItemRedirectRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewSharesItemJobsItemRedirectRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *SharesItemJobsItemRedirectRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintJobable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SharesItemJobsItemRedirectRequestBuilder) ToPostRequestInformation(ctx context.Context, body SharesItemJobsItemRedirectPostRequestBodyable, requestConfiguration *SharesItemJobsItemRedirectRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_item_jobs_item_start_request_builder.go b/print/shares_item_jobs_item_start_request_builder.go
index 5174e4e1653..d984dae3969 100644
--- a/print/shares_item_jobs_item_start_request_builder.go
+++ b/print/shares_item_jobs_item_start_request_builder.go
@@ -31,7 +31,7 @@ func NewSharesItemJobsItemStartRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewSharesItemJobsItemStartRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *SharesItemJobsItemStartRequestBuilder) Post(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintJobStatusable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SharesItemJobsItemStartRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *SharesItemJobsItemStartRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_printer_share_item_request_builder.go b/print/shares_printer_share_item_request_builder.go
index 693aeb8d386..b9191f40d4e 100644
--- a/print/shares_printer_share_item_request_builder.go
+++ b/print/shares_printer_share_item_request_builder.go
@@ -18,7 +18,7 @@ type SharesPrinterShareItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SharesPrinterShareItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printer share. This API is supported in the following national cloud deployments.
+// SharesPrinterShareItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a printer share. This API is available in the following national cloud deployments.
type SharesPrinterShareItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewSharesPrinterShareItemRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewSharesPrinterShareItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *SharesPrinterShareItemRequestBuilder) Delete(ctx context.Context, reque
}
return nil
}
-// Get retrieve the properties and relationships of a printer share. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a printer share. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *SharesPrinterShareItemRequestBuilder) Get(ctx context.Context, requestC
func (m *SharesPrinterShareItemRequestBuilder) Jobs()(*SharesItemJobsRequestBuilder) {
return NewSharesItemJobsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *SharesPrinterShareItemRequestBuilder) Patch(ctx context.Context, body i
func (m *SharesPrinterShareItemRequestBuilder) Printer()(*SharesItemPrinterRequestBuilder) {
return NewSharesItemPrinterRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *SharesPrinterShareItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SharesPrinterShareItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *SharesPrinterShareItemRequestBuilder) ToDeleteRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a printer share. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a printer share. This API is available in the following national cloud deployments.
func (m *SharesPrinterShareItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesPrinterShareItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *SharesPrinterShareItemRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *SharesPrinterShareItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterShareable, requestConfiguration *SharesPrinterShareItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/shares_request_builder.go b/print/shares_request_builder.go
index 3239d36aaac..6f812fc1ecf 100644
--- a/print/shares_request_builder.go
+++ b/print/shares_request_builder.go
@@ -11,7 +11,7 @@ import (
type SharesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesRequestBuilderGetQueryParameters retrieve a list of printerShares. This API is supported in the following national cloud deployments.
+// SharesRequestBuilderGetQueryParameters retrieve a list of printerShares. This API is available in the following national cloud deployments.
type SharesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSharesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c
func (m *SharesRequestBuilder) Count()(*SharesCountRequestBuilder) {
return NewSharesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of printerShares. This API is supported in the following national cloud deployments.
+// Get retrieve a list of printerShares. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SharesRequestBuilder) Get(ctx context.Context, requestConfiguration *Sh
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterShareCollectionResponseable), nil
}
-// Post create a new printerShare for the specified printer. This API is supported in the following national cloud deployments.
+// Post create a new printerShare for the specified printer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *SharesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterShareable), nil
}
-// ToGetRequestInformation retrieve a list of printerShares. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of printerShares. This API is available in the following national cloud deployments.
func (m *SharesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *SharesRequestBuilder) ToGetRequestInformation(ctx context.Context, requ
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new printerShare for the specified printer. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new printerShare for the specified printer. This API is available in the following national cloud deployments.
func (m *SharesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterShareable, requestConfiguration *SharesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/task_definitions_item_tasks_print_task_item_request_builder.go b/print/task_definitions_item_tasks_print_task_item_request_builder.go
index c876cc27f6a..63bb73fde6c 100644
--- a/print/task_definitions_item_tasks_print_task_item_request_builder.go
+++ b/print/task_definitions_item_tasks_print_task_item_request_builder.go
@@ -18,7 +18,7 @@ type TaskDefinitionsItemTasksPrintTaskItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TaskDefinitionsItemTasksPrintTaskItemRequestBuilderGetQueryParameters 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.
+// TaskDefinitionsItemTasksPrintTaskItemRequestBuilderGetQueryParameters 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.
type TaskDefinitionsItemTasksPrintTaskItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *TaskDefinitionsItemTasksPrintTaskItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TaskDefinitionsItemTasksPrintTaskItemRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *TaskDefinitionsItemTasksPrintTaskItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *TaskDefinitionsItemTasksPrintTaskItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TaskDefinitionsItemTasksPrintTaskItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *TaskDefinitionsItemTasksPrintTaskItemRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *TaskDefinitionsItemTasksPrintTaskItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskable, requestConfiguration *TaskDefinitionsItemTasksPrintTaskItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/task_definitions_item_tasks_request_builder.go b/print/task_definitions_item_tasks_request_builder.go
index 390444fcc5e..2430d2446b4 100644
--- a/print/task_definitions_item_tasks_request_builder.go
+++ b/print/task_definitions_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type TaskDefinitionsItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TaskDefinitionsItemTasksRequestBuilderGetQueryParameters 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.
+// TaskDefinitionsItemTasksRequestBuilderGetQueryParameters 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.
type TaskDefinitionsItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTaskDefinitionsItemTasksRequestBuilder(rawUrl string, requestAdapter i2a
func (m *TaskDefinitionsItemTasksRequestBuilder) Count()(*TaskDefinitionsItemTasksCountRequestBuilder) {
return NewTaskDefinitionsItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *TaskDefinitionsItemTasksRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *TaskDefinitionsItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TaskDefinitionsItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/task_definitions_print_task_definition_item_request_builder.go b/print/task_definitions_print_task_definition_item_request_builder.go
index c87bed610d2..6d277eb6b11 100644
--- a/print/task_definitions_print_task_definition_item_request_builder.go
+++ b/print/task_definitions_print_task_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type TaskDefinitionsPrintTaskDefinitionItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TaskDefinitionsPrintTaskDefinitionItemRequestBuilderGetQueryParameters 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.
+// TaskDefinitionsPrintTaskDefinitionItemRequestBuilderGetQueryParameters 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.
type TaskDefinitionsPrintTaskDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewTaskDefinitionsPrintTaskDefinitionItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewTaskDefinitionsPrintTaskDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskDefinitionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) Patch(ctx context
func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) Tasks()(*TaskDefinitionsItemTasksRequestBuilder) {
return NewTaskDefinitionsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TaskDefinitionsPrintTaskDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TaskDefinitionsPrintTaskDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *TaskDefinitionsPrintTaskDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskDefinitionable, requestConfiguration *TaskDefinitionsPrintTaskDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/print/task_definitions_request_builder.go b/print/task_definitions_request_builder.go
index 1d8f5a3b656..8675cdb60a9 100644
--- a/print/task_definitions_request_builder.go
+++ b/print/task_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type TaskDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TaskDefinitionsRequestBuilderGetQueryParameters 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.
+// TaskDefinitionsRequestBuilderGetQueryParameters 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.
type TaskDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTaskDefinitionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *TaskDefinitionsRequestBuilder) Count()(*TaskDefinitionsCountRequestBuilder) {
return NewTaskDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TaskDefinitionsRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TaskDefinitionsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *TaskDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TaskDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TaskDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *TaskDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintTaskDefinitionable, requestConfiguration *TaskDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/privacy/subject_rights_requests_item_notes_request_builder.go b/privacy/subject_rights_requests_item_notes_request_builder.go
index 1818a51b2bc..cd6f3160eda 100644
--- a/privacy/subject_rights_requests_item_notes_request_builder.go
+++ b/privacy/subject_rights_requests_item_notes_request_builder.go
@@ -11,7 +11,7 @@ import (
type SubjectRightsRequestsItemNotesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments.
+// SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments.
type SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -75,7 +75,7 @@ func NewSubjectRightsRequestsItemNotesRequestBuilder(rawUrl string, requestAdapt
func (m *SubjectRightsRequestsItemNotesRequestBuilder) Count()(*SubjectRightsRequestsItemNotesCountRequestBuilder) {
return NewSubjectRightsRequestsItemNotesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments.
+// Get get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
// [Find more info here]
//
@@ -98,7 +98,7 @@ func (m *SubjectRightsRequestsItemNotesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthoredNoteCollectionResponseable), nil
}
-// Post create a new authoredNote object. This API is supported in the following national cloud deployments.
+// Post create a new authoredNote object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
// [Find more info here]
//
@@ -121,7 +121,7 @@ func (m *SubjectRightsRequestsItemNotesRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthoredNoteable), nil
}
-// ToGetRequestInformation get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
func (m *SubjectRightsRequestsItemNotesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubjectRightsRequestsItemNotesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
@@ -138,7 +138,7 @@ func (m *SubjectRightsRequestsItemNotesRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new authoredNote object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new authoredNote object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
func (m *SubjectRightsRequestsItemNotesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthoredNoteable, requestConfiguration *SubjectRightsRequestsItemNotesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/privacy/subject_rights_requests_request_builder.go b/privacy/subject_rights_requests_request_builder.go
index 7f49af41da2..08408e9474e 100644
--- a/privacy/subject_rights_requests_request_builder.go
+++ b/privacy/subject_rights_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type SubjectRightsRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SubjectRightsRequestsRequestBuilderGetQueryParameters get a list of subjectRightsRequest objects and their properties. This API is supported in the following national cloud deployments.
+// SubjectRightsRequestsRequestBuilderGetQueryParameters get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments.
type SubjectRightsRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -75,7 +75,7 @@ func NewSubjectRightsRequestsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *SubjectRightsRequestsRequestBuilder) Count()(*SubjectRightsRequestsCountRequestBuilder) {
return NewSubjectRightsRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of subjectRightsRequest objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
// [Find more info here]
//
@@ -98,7 +98,7 @@ func (m *SubjectRightsRequestsRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubjectRightsRequestCollectionResponseable), nil
}
-// Post create a new subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// Post create a new subjectRightsRequest object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
// [Find more info here]
//
@@ -121,7 +121,7 @@ func (m *SubjectRightsRequestsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubjectRightsRequestable), nil
}
-// ToGetRequestInformation get a list of subjectRightsRequest objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
func (m *SubjectRightsRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubjectRightsRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
@@ -138,7 +138,7 @@ func (m *SubjectRightsRequestsRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new subjectRightsRequest object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
func (m *SubjectRightsRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubjectRightsRequestable, requestConfiguration *SubjectRightsRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/privacy/subject_rights_requests_subject_rights_request_item_request_builder.go b/privacy/subject_rights_requests_subject_rights_request_item_request_builder.go
index e062795bacc..724fa6cae36 100644
--- a/privacy/subject_rights_requests_subject_rights_request_item_request_builder.go
+++ b/privacy/subject_rights_requests_subject_rights_request_item_request_builder.go
@@ -18,7 +18,7 @@ type SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments.
type SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -79,7 +79,7 @@ func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get read the properties and relationships of a subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
// [Find more info here]
//
@@ -114,7 +114,7 @@ func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) GetFinalRe
func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Notes()(*SubjectRightsRequestsItemNotesRequestBuilder) {
return NewSubjectRightsRequestsItemNotesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a subjectRightsRequest object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
// [Find more info here]
//
@@ -154,7 +154,7 @@ func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
@@ -171,7 +171,7 @@ func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a subjectRightsRequest object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a subjectRightsRequest object. This API is available in the following national cloud deployments.
// Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
func (m *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubjectRightsRequestable, requestConfiguration *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/reports/authentication_methods_user_registration_details_request_builder.go b/reports/authentication_methods_user_registration_details_request_builder.go
index 1dfd1c2966f..f8e938dbc80 100644
--- a/reports/authentication_methods_user_registration_details_request_builder.go
+++ b/reports/authentication_methods_user_registration_details_request_builder.go
@@ -11,7 +11,7 @@ import (
type AuthenticationMethodsUserRegistrationDetailsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AuthenticationMethodsUserRegistrationDetailsRequestBuilderGetQueryParameters 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.
+// AuthenticationMethodsUserRegistrationDetailsRequestBuilderGetQueryParameters 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.
type AuthenticationMethodsUserRegistrationDetailsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAuthenticationMethodsUserRegistrationDetailsRequestBuilder(rawUrl string
func (m *AuthenticationMethodsUserRegistrationDetailsRequestBuilder) Count()(*AuthenticationMethodsUserRegistrationDetailsCountRequestBuilder) {
return NewAuthenticationMethodsUserRegistrationDetailsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AuthenticationMethodsUserRegistrationDetailsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserRegistrationDetailsable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *AuthenticationMethodsUserRegistrationDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationMethodsUserRegistrationDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/authentication_methods_user_registration_details_user_registration_details_item_request_builder.go b/reports/authentication_methods_user_registration_details_user_registration_details_item_request_builder.go
index c0caec8dd33..8ef5728790e 100644
--- a/reports/authentication_methods_user_registration_details_user_registration_details_item_request_builder.go
+++ b/reports/authentication_methods_user_registration_details_user_registration_details_item_request_builder.go
@@ -18,7 +18,7 @@ type AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItemRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItemRequestBuilderGetQueryParameters read the properties and relationships of a userRegistrationDetails object. This API is supported in the following national cloud deployments.
+// AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItemRequestBuilderGetQueryParameters read the properties and relationships of a userRegistrationDetails object. This API is available in the following national cloud deployments.
type AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItem
}
return nil
}
-// Get read the properties and relationships of a userRegistrationDetails object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a userRegistrationDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItem
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a userRegistrationDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a userRegistrationDetails object. This API is available in the following national cloud deployments.
func (m *AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationMethodsUserRegistrationDetailsUserRegistrationDetailsItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/daily_print_usage_by_printer_print_usage_by_printer_item_request_builder.go b/reports/daily_print_usage_by_printer_print_usage_by_printer_item_request_builder.go
index 4ed5155cb2a..526a2316f80 100644
--- a/reports/daily_print_usage_by_printer_print_usage_by_printer_item_request_builder.go
+++ b/reports/daily_print_usage_by_printer_print_usage_by_printer_item_request_builder.go
@@ -18,7 +18,7 @@ type DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilderGetQueryParameters 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.
+// DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilderGetQueryParameters 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.
type DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilder) Delete(c
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DailyPrintUsageByPrinterPrintUsageByPrinterItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/daily_print_usage_by_printer_request_builder.go b/reports/daily_print_usage_by_printer_request_builder.go
index 2dbd7f386bd..e554287a2a5 100644
--- a/reports/daily_print_usage_by_printer_request_builder.go
+++ b/reports/daily_print_usage_by_printer_request_builder.go
@@ -11,7 +11,7 @@ import (
type DailyPrintUsageByPrinterRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DailyPrintUsageByPrinterRequestBuilderGetQueryParameters retrieve a list of daily print usage summaries, grouped by printer. This API is supported in the following national cloud deployments.
+// DailyPrintUsageByPrinterRequestBuilderGetQueryParameters retrieve a list of daily print usage summaries, grouped by printer. This API is available in the following national cloud deployments.
type DailyPrintUsageByPrinterRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDailyPrintUsageByPrinterRequestBuilder(rawUrl string, requestAdapter i2a
func (m *DailyPrintUsageByPrinterRequestBuilder) Count()(*DailyPrintUsageByPrinterCountRequestBuilder) {
return NewDailyPrintUsageByPrinterCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of daily print usage summaries, grouped by printer. This API is supported in the following national cloud deployments.
+// Get retrieve a list of daily print usage summaries, grouped by printer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DailyPrintUsageByPrinterRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable), nil
}
-// ToGetRequestInformation retrieve a list of daily print usage summaries, grouped by printer. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of daily print usage summaries, grouped by printer. This API is available in the following national cloud deployments.
func (m *DailyPrintUsageByPrinterRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DailyPrintUsageByPrinterRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/daily_print_usage_by_user_print_usage_by_user_item_request_builder.go b/reports/daily_print_usage_by_user_print_usage_by_user_item_request_builder.go
index cad39004597..6ff03608c0a 100644
--- a/reports/daily_print_usage_by_user_print_usage_by_user_item_request_builder.go
+++ b/reports/daily_print_usage_by_user_print_usage_by_user_item_request_builder.go
@@ -18,7 +18,7 @@ type DailyPrintUsageByUserPrintUsageByUserItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DailyPrintUsageByUserPrintUsageByUserItemRequestBuilderGetQueryParameters 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.
+// DailyPrintUsageByUserPrintUsageByUserItemRequestBuilderGetQueryParameters 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.
type DailyPrintUsageByUserPrintUsageByUserItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DailyPrintUsageByUserPrintUsageByUserItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *DailyPrintUsageByUserPrintUsageByUserItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DailyPrintUsageByUserPrintUsageByUserItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DailyPrintUsageByUserPrintUsageByUserItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/daily_print_usage_by_user_request_builder.go b/reports/daily_print_usage_by_user_request_builder.go
index 3d2f836cb7f..7505395a6ca 100644
--- a/reports/daily_print_usage_by_user_request_builder.go
+++ b/reports/daily_print_usage_by_user_request_builder.go
@@ -11,7 +11,7 @@ import (
type DailyPrintUsageByUserRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DailyPrintUsageByUserRequestBuilderGetQueryParameters retrieve a list of daily print usage summaries, grouped by user. This API is supported in the following national cloud deployments.
+// DailyPrintUsageByUserRequestBuilderGetQueryParameters retrieve a list of daily print usage summaries, grouped by user. This API is available in the following national cloud deployments.
type DailyPrintUsageByUserRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDailyPrintUsageByUserRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *DailyPrintUsageByUserRequestBuilder) Count()(*DailyPrintUsageByUserCountRequestBuilder) {
return NewDailyPrintUsageByUserCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of daily print usage summaries, grouped by user. This API is supported in the following national cloud deployments.
+// Get retrieve a list of daily print usage summaries, grouped by user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DailyPrintUsageByUserRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByUserable), nil
}
-// ToGetRequestInformation retrieve a list of daily print usage summaries, grouped by user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of daily print usage summaries, grouped by user. This API is available in the following national cloud deployments.
func (m *DailyPrintUsageByUserRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DailyPrintUsageByUserRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/monthly_print_usage_by_printer_request_builder.go b/reports/monthly_print_usage_by_printer_request_builder.go
index 6f837da033f..e43a37fef33 100644
--- a/reports/monthly_print_usage_by_printer_request_builder.go
+++ b/reports/monthly_print_usage_by_printer_request_builder.go
@@ -11,7 +11,7 @@ import (
type MonthlyPrintUsageByPrinterRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters retrieve a list of monthly print usage summaries, grouped by printer. This API is supported in the following national cloud deployments.
+// MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters retrieve a list of monthly print usage summaries, grouped by printer. This API is available in the following national cloud deployments.
type MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMonthlyPrintUsageByPrinterRequestBuilder(rawUrl string, requestAdapter i
func (m *MonthlyPrintUsageByPrinterRequestBuilder) Count()(*MonthlyPrintUsageByPrinterCountRequestBuilder) {
return NewMonthlyPrintUsageByPrinterCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of monthly print usage summaries, grouped by printer. This API is supported in the following national cloud deployments.
+// Get retrieve a list of monthly print usage summaries, grouped by printer. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *MonthlyPrintUsageByPrinterRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable), nil
}
-// ToGetRequestInformation retrieve a list of monthly print usage summaries, grouped by printer. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of monthly print usage summaries, grouped by printer. This API is available in the following national cloud deployments.
func (m *MonthlyPrintUsageByPrinterRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MonthlyPrintUsageByPrinterRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/reports/monthly_print_usage_by_user_request_builder.go b/reports/monthly_print_usage_by_user_request_builder.go
index 12d4e391233..042df5dcd94 100644
--- a/reports/monthly_print_usage_by_user_request_builder.go
+++ b/reports/monthly_print_usage_by_user_request_builder.go
@@ -11,7 +11,7 @@ import (
type MonthlyPrintUsageByUserRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MonthlyPrintUsageByUserRequestBuilderGetQueryParameters retrieve a list of monthly print usage summaries, grouped by user. This API is supported in the following national cloud deployments.
+// MonthlyPrintUsageByUserRequestBuilderGetQueryParameters retrieve a list of monthly print usage summaries, grouped by user. This API is available in the following national cloud deployments.
type MonthlyPrintUsageByUserRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewMonthlyPrintUsageByUserRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *MonthlyPrintUsageByUserRequestBuilder) Count()(*MonthlyPrintUsageByUserCountRequestBuilder) {
return NewMonthlyPrintUsageByUserCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of monthly print usage summaries, grouped by user. This API is supported in the following national cloud deployments.
+// Get retrieve a list of monthly print usage summaries, grouped by user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *MonthlyPrintUsageByUserRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByUserable), nil
}
-// ToGetRequestInformation retrieve a list of monthly print usage summaries, grouped by user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of monthly print usage summaries, grouped by user. This API is available in the following national cloud deployments.
func (m *MonthlyPrintUsageByUserRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MonthlyPrintUsageByUserRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedule_instances_request_builder.go b/rolemanagement/directory_role_assignment_schedule_instances_request_builder.go
index 711a6369696..75d74063acd 100644
--- a/rolemanagement/directory_role_assignment_schedule_instances_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_instances_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleAssignmentScheduleInstancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters 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.
+// DirectoryRoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters 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.
type DirectoryRoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleAssignmentScheduleInstancesRequestBuilder) Count()(*Direct
func (m *DirectoryRoleAssignmentScheduleInstancesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) {
return NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *DirectoryRoleAssignmentScheduleInstancesRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleInstanceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleAssignmentScheduleInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go b/rolemanagement/directory_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go
index fcaa14d3698..aef77840028 100644
--- a/rolemanagement/directory_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstan
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of an active role assignment. This API is supported in the following national cloud deployments.
+// DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of an active role assignment. This API is available in the following national cloud deployments.
type DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleIn
func (m *DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilder) DirectoryScope()(*DirectoryRoleAssignmentScheduleInstancesItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleAssignmentScheduleInstancesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the instance of an active role assignment. This API is supported in the following national cloud deployments.
+// Get get the instance of an active role assignment. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleIn
}
return requestInfo, nil
}
-// ToGetRequestInformation get the instance of an active role assignment. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the instance of an active role assignment. This API is available in the following national cloud deployments.
func (m *DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedule_requests_item_cancel_request_builder.go b/rolemanagement/directory_role_assignment_schedule_requests_item_cancel_request_builder.go
index 2a8e421d9d5..e4dd3d5b193 100644
--- a/rolemanagement/directory_role_assignment_schedule_requests_item_cancel_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_requests_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewDirectoryRoleAssignmentScheduleRequestsItemCancelRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewDirectoryRoleAssignmentScheduleRequestsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsItemCancelRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DirectoryRoleAssignmentScheduleRequestsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleRequestsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedule_requests_request_builder.go b/rolemanagement/directory_role_assignment_schedule_requests_request_builder.go
index 4d6952fe289..652eafb0884 100644
--- a/rolemanagement/directory_role_assignment_schedule_requests_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleAssignmentScheduleRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters 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.
+// DirectoryRoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters 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.
type DirectoryRoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) Count()(*Directo
func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleRequestable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DirectoryRoleAssignmentScheduleRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleRequestable, requestConfiguration *DirectoryRoleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go b/rolemanagement/directory_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go
index c7dec7d9797..03d5103ed04 100644
--- a/rolemanagement/directory_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters 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.
+// DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters 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.
type DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -86,7 +86,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleReq
func (m *DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilder) DirectoryScope()(*DirectoryRoleAssignmentScheduleRequestsItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleAssignmentScheduleRequestsItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleReq
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedules_request_builder.go b/rolemanagement/directory_role_assignment_schedules_request_builder.go
index 552a094ab5d..b8a1bf55c1e 100644
--- a/rolemanagement/directory_role_assignment_schedules_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedules_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleAssignmentSchedulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleAssignmentSchedulesRequestBuilderGetQueryParameters get the schedules for active role assignment operations. This API is supported in the following national cloud deployments.
+// DirectoryRoleAssignmentSchedulesRequestBuilderGetQueryParameters get the schedules for active role assignment operations. This API is available in the following national cloud deployments.
type DirectoryRoleAssignmentSchedulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleAssignmentSchedulesRequestBuilder) Count()(*DirectoryRoleA
func (m *DirectoryRoleAssignmentSchedulesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) {
return NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get the schedules for active role assignment operations. This API is supported in the following national cloud deployments.
+// Get get the schedules for active role assignment operations. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *DirectoryRoleAssignmentSchedulesRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleable), nil
}
-// ToGetRequestInformation get the schedules for active role assignment operations. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the schedules for active role assignment operations. This API is available in the following national cloud deployments.
func (m *DirectoryRoleAssignmentSchedulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentSchedulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go b/rolemanagement/directory_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go
index e55f7f2ab85..6566c8bfbb5 100644
--- a/rolemanagement/directory_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments.
+// DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments.
type DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemReques
func (m *DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilder) DirectoryScope()(*DirectoryRoleAssignmentSchedulesItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleAssignmentSchedulesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments.
+// Get retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments.
func (m *DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignments_request_builder.go b/rolemanagement/directory_role_assignments_request_builder.go
index 3dde966f325..1d0b56e4dcf 100644
--- a/rolemanagement/directory_role_assignments_request_builder.go
+++ b/rolemanagement/directory_role_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleAssignmentsRequestBuilderGetQueryParameters 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.
+// DirectoryRoleAssignmentsRequestBuilderGetQueryParameters 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.
type DirectoryRoleAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDirectoryRoleAssignmentsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *DirectoryRoleAssignmentsRequestBuilder) Count()(*DirectoryRoleAssignmentsCountRequestBuilder) {
return NewDirectoryRoleAssignmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DirectoryRoleAssignmentsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentCollectionResponseable), nil
}
-// Post create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// Post create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DirectoryRoleAssignmentsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DirectoryRoleAssignmentsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments.
func (m *DirectoryRoleAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentable, requestConfiguration *DirectoryRoleAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_assignments_unified_role_assignment_item_request_builder.go b/rolemanagement/directory_role_assignments_unified_role_assignment_item_request_builder.go
index cc8da719202..90113d2c63a 100644
--- a/rolemanagement/directory_role_assignments_unified_role_assignment_item_request_builder.go
+++ b/rolemanagement/directory_role_assignments_unified_role_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
type DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewDirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewDirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// Delete delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) Delete
func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) DirectoryScope()(*DirectoryRoleAssignmentsItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleAssignmentsItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) Princi
func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) RoleDefinition()(*DirectoryRoleAssignmentsItemRoleDefinitionRequestBuilder) {
return NewDirectoryRoleAssignmentsItemRoleDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
func (m *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_definitions_request_builder.go b/rolemanagement/directory_role_definitions_request_builder.go
index 11782eb344a..2dd40b70bcd 100644
--- a/rolemanagement/directory_role_definitions_request_builder.go
+++ b/rolemanagement/directory_role_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleDefinitionsRequestBuilderGetQueryParameters 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.
+// DirectoryRoleDefinitionsRequestBuilderGetQueryParameters 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.
type DirectoryRoleDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDirectoryRoleDefinitionsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *DirectoryRoleDefinitionsRequestBuilder) Count()(*DirectoryRoleDefinitionsCountRequestBuilder) {
return NewDirectoryRoleDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DirectoryRoleDefinitionsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DirectoryRoleDefinitionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DirectoryRoleDefinitionsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DirectoryRoleDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable, requestConfiguration *DirectoryRoleDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_definitions_unified_role_definition_item_request_builder.go b/rolemanagement/directory_role_definitions_unified_role_definition_item_request_builder.go
index 4dbdaad0f6a..e9160650704 100644
--- a/rolemanagement/directory_role_definitions_unified_role_definition_item_request_builder.go
+++ b/rolemanagement/directory_role_definitions_unified_role_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetQueryParameters 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.
+// DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetQueryParameters 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.
type DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewDirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewDirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) Delete
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) Get(ct
func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) InheritsPermissionsFrom()(*DirectoryRoleDefinitionsItemInheritsPermissionsFromRequestBuilder) {
return NewDirectoryRoleDefinitionsItemInheritsPermissionsFromRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) Patch(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable, requestConfiguration *DirectoryRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedule_instances_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_instances_request_builder.go
index 9374cc2454a..008e430a727 100644
--- a/rolemanagement/directory_role_eligibility_schedule_instances_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_instances_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleEligibilityScheduleInstancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters get the instances of role eligibilities. This API is supported in the following national cloud deployments.
+// DirectoryRoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters get the instances of role eligibilities. This API is available in the following national cloud deployments.
type DirectoryRoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleEligibilityScheduleInstancesRequestBuilder) Count()(*Direc
func (m *DirectoryRoleEligibilityScheduleInstancesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) {
return NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get the instances of role eligibilities. This API is supported in the following national cloud deployments.
+// Get get the instances of role eligibilities. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *DirectoryRoleEligibilityScheduleInstancesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleInstanceable), nil
}
-// ToGetRequestInformation get the instances of role eligibilities. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the instances of role eligibilities. This API is available in the following national cloud deployments.
func (m *DirectoryRoleEligibilityScheduleInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go
index 90f36de25ea..09317c4ed44 100644
--- a/rolemanagement/directory_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInst
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of a role eligibility. This API is supported in the following national cloud deployments.
+// DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of a role eligibility. This API is available in the following national cloud deployments.
type DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilitySchedule
func (m *DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilder) DirectoryScope()(*DirectoryRoleEligibilityScheduleInstancesItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleEligibilityScheduleInstancesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the instance of a role eligibility. This API is supported in the following national cloud deployments.
+// Get get the instance of a role eligibility. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilitySchedule
}
return requestInfo, nil
}
-// ToGetRequestInformation get the instance of a role eligibility. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the instance of a role eligibility. This API is available in the following national cloud deployments.
func (m *DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_item_cancel_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_requests_item_cancel_request_builder.go
index 472a444bfee..b229b0e34bf 100644
--- a/rolemanagement/directory_role_eligibility_schedule_requests_item_cancel_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_requests_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewDirectoryRoleEligibilityScheduleRequestsItemCancelRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewDirectoryRoleEligibilityScheduleRequestsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsItemCancelRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DirectoryRoleEligibilityScheduleRequestsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleRequestsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_requests_request_builder.go
index c1582cd13fe..62cb18df3bc 100644
--- a/rolemanagement/directory_role_eligibility_schedule_requests_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleEligibilityScheduleRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters 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.
+// DirectoryRoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters 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.
type DirectoryRoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) Count()(*Direct
func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleRequestable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DirectoryRoleEligibilityScheduleRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleRequestable, requestConfiguration *DirectoryRoleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go
index da42df5485f..82b01ec91d1 100644
--- a/rolemanagement/directory_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters 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.
+// DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters 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.
type DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleR
func (m *DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilder) DirectoryScope()(*DirectoryRoleEligibilityScheduleRequestsItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleEligibilityScheduleRequestsItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0
@@ -147,7 +147,7 @@ func (m *DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleR
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedules_request_builder.go b/rolemanagement/directory_role_eligibility_schedules_request_builder.go
index d8a26451290..1716f7f9b62 100644
--- a/rolemanagement/directory_role_eligibility_schedules_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedules_request_builder.go
@@ -11,7 +11,7 @@ import (
type DirectoryRoleEligibilitySchedulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DirectoryRoleEligibilitySchedulesRequestBuilderGetQueryParameters get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments.
+// DirectoryRoleEligibilitySchedulesRequestBuilderGetQueryParameters get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments.
type DirectoryRoleEligibilitySchedulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleEligibilitySchedulesRequestBuilder) Count()(*DirectoryRole
func (m *DirectoryRoleEligibilitySchedulesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) {
return NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments.
+// Get get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *DirectoryRoleEligibilitySchedulesRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleable), nil
}
-// ToGetRequestInformation get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments.
func (m *DirectoryRoleEligibilitySchedulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilitySchedulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/directory_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go b/rolemanagement/directory_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go
index 895383baa05..34a8776be54 100644
--- a/rolemanagement/directory_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go
@@ -18,7 +18,7 @@ type DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments.
+// DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments.
type DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequ
func (m *DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilder) DirectoryScope()(*DirectoryRoleEligibilitySchedulesItemDirectoryScopeRequestBuilder) {
return NewDirectoryRoleEligibilitySchedulesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments.
+// Get retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments.
func (m *DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DirectoryRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_instances_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_instances_request_builder.go
index 99571e8a630..323df45483e 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_instances_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_instances_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilder) Cou
func (m *EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleInstanceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go
index 60b7db3a537..5eee38bcc54 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_instances_unified_role_assignment_schedule_instance_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentSc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of an active role assignment. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of an active role assignment. This API is available in the following national cloud deployments.
type EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignme
func (m *EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleAssignmentScheduleInstancesItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleAssignmentScheduleInstancesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the instance of an active role assignment. This API is supported in the following national cloud deployments.
+// Get get the instance of an active role assignment. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignme
}
return requestInfo, nil
}
-// ToGetRequestInformation get the instance of an active role assignment. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the instance of an active role assignment. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleInstancesUnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_item_cancel_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_item_cancel_request_builder.go
index 4f3a0881d06..217419fe68e 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_item_cancel_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementRoleAssignmentScheduleRequestsItemCancelRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementRoleAssignmentScheduleRequestsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsItemCancelRequestBui
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementRoleAssignmentScheduleRequestsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleRequestsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_request_builder.go
index 1f7439ff406..f6e72f3e931 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) Coun
func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleRequestable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleRequestable, requestConfiguration *EntitlementManagementRoleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go
index 98476486d5c..9ff63aaf8c4 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_unified_role_assignment_schedule_request_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentSch
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -86,7 +86,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmen
func (m *EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleAssignmentScheduleRequestsItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleAssignmentScheduleRequestsItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmen
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleRequestsUnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedules_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedules_request_builder.go
index 43d285ee4ea..1e3b62fa090 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedules_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedules_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleAssignmentSchedulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleAssignmentSchedulesRequestBuilderGetQueryParameters get the schedules for active role assignment operations. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleAssignmentSchedulesRequestBuilderGetQueryParameters get the schedules for active role assignment operations. This API is available in the following national cloud deployments.
type EntitlementManagementRoleAssignmentSchedulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleAssignmentSchedulesRequestBuilder) Count()(*En
func (m *EntitlementManagementRoleAssignmentSchedulesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get the schedules for active role assignment operations. This API is supported in the following national cloud deployments.
+// Get get the schedules for active role assignment operations. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *EntitlementManagementRoleAssignmentSchedulesRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleable), nil
}
-// ToGetRequestInformation get the schedules for active role assignment operations. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the schedules for active role assignment operations. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleAssignmentSchedulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentSchedulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go
index 41dc3147760..ae46f59a5d2 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedules_unified_role_assignment_schedule_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleIt
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments.
type EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentSchedu
func (m *EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleAssignmentSchedulesItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleAssignmentSchedulesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments.
+// Get retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentSchedu
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentSchedulesUnifiedRoleAssignmentScheduleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignments_request_builder.go b/rolemanagement/entitlement_management_role_assignments_request_builder.go
index 0cdacfd0985..25ea6c112c8 100644
--- a/rolemanagement/entitlement_management_role_assignments_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleAssignmentsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleAssignmentsRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementRoleAssignmentsRequestBuilder(rawUrl string, reques
func (m *EntitlementManagementRoleAssignmentsRequestBuilder) Count()(*EntitlementManagementRoleAssignmentsCountRequestBuilder) {
return NewEntitlementManagementRoleAssignmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementRoleAssignmentsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentCollectionResponseable), nil
}
-// Post create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// Post create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementRoleAssignmentsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementRoleAssignmentsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentable, requestConfiguration *EntitlementManagementRoleAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_assignments_unified_role_assignment_item_request_builder.go b/rolemanagement/entitlement_management_role_assignments_unified_role_assignment_item_request_builder.go
index ac8ec5855dc..d8befca6bd6 100644
--- a/rolemanagement/entitlement_management_role_assignments_unified_role_assignment_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignments_unified_role_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
type EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewEntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// Delete delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBui
func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleAssignmentsItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleAssignmentsItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBui
func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) RoleDefinition()(*EntitlementManagementRoleAssignmentsItemRoleDefinitionRequestBuilder) {
return NewEntitlementManagementRoleAssignmentsItemRoleDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentsUnifiedRoleAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_definitions_request_builder.go b/rolemanagement/entitlement_management_role_definitions_request_builder.go
index 8083c4efefe..37a8999611c 100644
--- a/rolemanagement/entitlement_management_role_definitions_request_builder.go
+++ b/rolemanagement/entitlement_management_role_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleDefinitionsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleDefinitionsRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewEntitlementManagementRoleDefinitionsRequestBuilder(rawUrl string, reques
func (m *EntitlementManagementRoleDefinitionsRequestBuilder) Count()(*EntitlementManagementRoleDefinitionsCountRequestBuilder) {
return NewEntitlementManagementRoleDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *EntitlementManagementRoleDefinitionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *EntitlementManagementRoleDefinitionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *EntitlementManagementRoleDefinitionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementRoleDefinitionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable, requestConfiguration *EntitlementManagementRoleDefinitionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_definitions_unified_role_definition_item_request_builder.go b/rolemanagement/entitlement_management_role_definitions_unified_role_definition_item_request_builder.go
index 0e3bcd01763..10bdd14eb3c 100644
--- a/rolemanagement/entitlement_management_role_definitions_unified_role_definition_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_definitions_unified_role_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewEntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBui
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBui
func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) InheritsPermissionsFrom()(*EntitlementManagementRoleDefinitionsItemInheritsPermissionsFromRequestBuilder) {
return NewEntitlementManagementRoleDefinitionsItemInheritsPermissionsFromRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBui
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleDefinitionable, requestConfiguration *EntitlementManagementRoleDefinitionsUnifiedRoleDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_request_builder.go
index 7a9abc53a99..db6232c4786 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters get the instances of role eligibilities. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters get the instances of role eligibilities. This API is available in the following national cloud deployments.
type EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilder) Co
func (m *EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get the instances of role eligibilities. This API is supported in the following national cloud deployments.
+// Get get the instances of role eligibilities. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilder) Po
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleInstanceable), nil
}
-// ToGetRequestInformation get the instances of role eligibilities. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the instances of role eligibilities. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go
index 50692013345..85ea862aaf1 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_unified_role_eligibility_schedule_instance_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibility
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of a role eligibility. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters get the instance of a role eligibility. This API is available in the following national cloud deployments.
type EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibi
func (m *EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleEligibilityScheduleInstancesItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleEligibilityScheduleInstancesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the instance of a role eligibility. This API is supported in the following national cloud deployments.
+// Get get the instance of a role eligibility. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibi
}
return requestInfo, nil
}
-// ToGetRequestInformation get the instance of a role eligibility. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the instance of a role eligibility. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleInstancesUnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_item_cancel_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_item_cancel_request_builder.go
index aaa9c82914a..d3b4f16d841 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_item_cancel_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewEntitlementManagementRoleEligibilityScheduleRequestsItemCancelRequestBui
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementRoleEligibilityScheduleRequestsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsItemCancelRequestBu
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementRoleEligibilityScheduleRequestsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleRequestsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_request_builder.go
index 4476eac7396..f2c78c03381 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) Cou
func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleRequestCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleRequestable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleRequestable, requestConfiguration *EntitlementManagementRoleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go
index 06afa5f8f19..59f909ace86 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_unified_role_eligibility_schedule_request_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityS
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters 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.
+// EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters 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.
type EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibil
func (m *EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleEligibilityScheduleRequestsItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleEligibilityScheduleRequestsItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0
@@ -147,7 +147,7 @@ func (m *EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibil
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleRequestsUnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedules_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedules_request_builder.go
index 0cf970d44f6..3c9c4f1683e 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedules_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedules_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementRoleEligibilitySchedulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementRoleEligibilitySchedulesRequestBuilderGetQueryParameters get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleEligibilitySchedulesRequestBuilderGetQueryParameters get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments.
type EntitlementManagementRoleEligibilitySchedulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleEligibilitySchedulesRequestBuilder) Count()(*E
func (m *EntitlementManagementRoleEligibilitySchedulesRequestBuilder) FilterByCurrentUserWithOn(on *string)(*EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) {
return NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, on)
}
-// Get get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments.
+// Get get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *EntitlementManagementRoleEligibilitySchedulesRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleEligibilityScheduleable), nil
}
-// ToGetRequestInformation get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleEligibilitySchedulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilitySchedulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go
index 54927ea9058..3965e1d311b 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedules_unified_role_eligibility_schedule_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilitySchedule
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments.
+// EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments.
type EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilitySche
func (m *EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilder) DirectoryScope()(*EntitlementManagementRoleEligibilitySchedulesItemDirectoryScopeRequestBuilder) {
return NewEntitlementManagementRoleEligibilitySchedulesItemDirectoryScopeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments.
+// Get retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilitySche
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments.
func (m *EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilitySchedulesUnifiedRoleEligibilityScheduleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/schemaextensions/schema_extension_item_request_builder.go b/schemaextensions/schema_extension_item_request_builder.go
index 86ab44fc814..53699a61909 100644
--- a/schemaextensions/schema_extension_item_request_builder.go
+++ b/schemaextensions/schema_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type SchemaExtensionItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SchemaExtensionItemRequestBuilderGetQueryParameters this API is supported in the following national cloud deployments.
+// SchemaExtensionItemRequestBuilderGetQueryParameters this API is available in the following national cloud deployments.
type SchemaExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewSchemaExtensionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewSchemaExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *SchemaExtensionItemRequestBuilder) Delete(ctx context.Context, requestC
}
return nil
}
-// Get this API is supported in the following national cloud deployments.
+// Get this API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *SchemaExtensionItemRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchemaExtensionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *SchemaExtensionItemRequestBuilder) Patch(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchemaExtensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *SchemaExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SchemaExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *SchemaExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation this API is supported in the following national cloud deployments.
+// ToGetRequestInformation this API is available in the following national cloud deployments.
func (m *SchemaExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchemaExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *SchemaExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *SchemaExtensionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchemaExtensionable, requestConfiguration *SchemaExtensionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/schemaextensions/schema_extensions_request_builder.go b/schemaextensions/schema_extensions_request_builder.go
index 0d951dba6f7..a724d1bebc1 100644
--- a/schemaextensions/schema_extensions_request_builder.go
+++ b/schemaextensions/schema_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type SchemaExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SchemaExtensionsRequestBuilderGetQueryParameters 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.
+// SchemaExtensionsRequestBuilderGetQueryParameters 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.
type SchemaExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSchemaExtensionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *SchemaExtensionsRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SchemaExtensionsRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchemaExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *SchemaExtensionsRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchemaExtensionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SchemaExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SchemaExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *SchemaExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SchemaExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchemaExtensionable, requestConfiguration *SchemaExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/search/query_post_request_body.go b/search/query_post_request_body.go
index 7fc0beb720b..847dbc96d88 100644
--- a/search/query_post_request_body.go
+++ b/search/query_post_request_body.go
@@ -23,7 +23,7 @@ func NewQueryPostRequestBody()(*QueryPostRequestBody) {
func CreateQueryPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewQueryPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *QueryPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *QueryPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *QueryPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *QueryPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487ee
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *QueryPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *QueryPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/search/query_request_builder.go b/search/query_request_builder.go
index ac898eda030..d63f3275001 100644
--- a/search/query_request_builder.go
+++ b/search/query_request_builder.go
@@ -30,7 +30,7 @@ func NewQueryRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
urlParams["request-raw-url"] = rawUrl
return NewQueryRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsQueryPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *QueryRequestBuilder) Post(ctx context.Context, body QueryPostRequestBod
}
return res.(QueryResponseable), nil
}
-// PostAsQueryPostResponse 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.
+// PostAsQueryPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *QueryRequestBuilder) PostAsQueryPostResponse(ctx context.Context, body
}
return res.(QueryPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *QueryRequestBuilder) ToPostRequestInformation(ctx context.Context, body QueryPostRequestBodyable, requestConfiguration *QueryRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/alerts_alert_item_request_builder.go b/security/alerts_alert_item_request_builder.go
index 9e2b39664b3..f900091e739 100644
--- a/security/alerts_alert_item_request_builder.go
+++ b/security/alerts_alert_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type AlertsAlertItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AlertsAlertItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an alert object. This API is supported in the following national cloud deployments.
+// AlertsAlertItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an alert object. This API is available in the following national cloud deployments.
type AlertsAlertItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewAlertsAlertItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewAlertsAlertItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties and relationships of an alert object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an alert object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0
@@ -69,7 +69,7 @@ func (m *AlertsAlertItemRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Alertable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0
@@ -91,7 +91,7 @@ func (m *AlertsAlertItemRequestBuilder) Patch(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Alertable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an alert object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an alert object. This API is available in the following national cloud deployments.
func (m *AlertsAlertItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AlertsAlertItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -107,7 +107,7 @@ func (m *AlertsAlertItemRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *AlertsAlertItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Alertable, requestConfiguration *AlertsAlertItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/alerts_request_builder.go b/security/alerts_request_builder.go
index bcbba35979b..08b6847836d 100644
--- a/security/alerts_request_builder.go
+++ b/security/alerts_request_builder.go
@@ -11,7 +11,7 @@ import (
type AlertsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AlertsRequestBuilderGetQueryParameters retrieve a list of alert objects. This API is supported in the following national cloud deployments.
+// AlertsRequestBuilderGetQueryParameters retrieve a list of alert objects. This API is available in the following national cloud deployments.
type AlertsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAlertsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c
func (m *AlertsRequestBuilder) Count()(*AlertsCountRequestBuilder) {
return NewAlertsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of alert objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of alert objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AlertsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Alertable), nil
}
-// ToGetRequestInformation retrieve a list of alert objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of alert objects. This API is available in the following national cloud deployments.
func (m *AlertsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AlertsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/alerts_v2_alert_item_request_builder.go b/security/alerts_v2_alert_item_request_builder.go
index ec187e88377..50a70aaff0b 100644
--- a/security/alerts_v2_alert_item_request_builder.go
+++ b/security/alerts_v2_alert_item_request_builder.go
@@ -18,7 +18,7 @@ type Alerts_v2AlertItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// Alerts_v2AlertItemRequestBuilderGetQueryParameters 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.
+// Alerts_v2AlertItemRequestBuilderGetQueryParameters 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.
type Alerts_v2AlertItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) Delete(ctx context.Context, requestCo
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Alertable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) ToDeleteRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *Alerts_v2AlertItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Alerts_v2AlertItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *Alerts_v2AlertItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Alertable, requestConfiguration *Alerts_v2AlertItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/alerts_v2_request_builder.go b/security/alerts_v2_request_builder.go
index bf56bac3aa0..29982701cb9 100644
--- a/security/alerts_v2_request_builder.go
+++ b/security/alerts_v2_request_builder.go
@@ -11,7 +11,7 @@ import (
type Alerts_v2RequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// Alerts_v2RequestBuilderGetQueryParameters 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.
+// Alerts_v2RequestBuilderGetQueryParameters 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.
type Alerts_v2RequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAlerts_v2RequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *Alerts_v2RequestBuilder) Count()(*Alerts_v2CountRequestBuilder) {
return NewAlerts_v2CountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *Alerts_v2RequestBuilder) Post(ctx context.Context, body idd6d442c3cc83a
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Alertable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *Alerts_v2RequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Alerts_v2RequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/attack_simulation_simulation_automations_item_runs_request_builder.go b/security/attack_simulation_simulation_automations_item_runs_request_builder.go
index b90a7353a96..011e8e18b57 100644
--- a/security/attack_simulation_simulation_automations_item_runs_request_builder.go
+++ b/security/attack_simulation_simulation_automations_item_runs_request_builder.go
@@ -11,7 +11,7 @@ import (
type AttackSimulationSimulationAutomationsItemRunsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AttackSimulationSimulationAutomationsItemRunsRequestBuilderGetQueryParameters get a list of the attack simulation automation runs for a tenant. This API is supported in the following national cloud deployments.
+// AttackSimulationSimulationAutomationsItemRunsRequestBuilderGetQueryParameters get a list of the attack simulation automation runs for a tenant. This API is available in the following national cloud deployments.
type AttackSimulationSimulationAutomationsItemRunsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAttackSimulationSimulationAutomationsItemRunsRequestBuilder(rawUrl strin
func (m *AttackSimulationSimulationAutomationsItemRunsRequestBuilder) Count()(*AttackSimulationSimulationAutomationsItemRunsCountRequestBuilder) {
return NewAttackSimulationSimulationAutomationsItemRunsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the attack simulation automation runs for a tenant. This API is supported in the following national cloud deployments.
+// Get get a list of the attack simulation automation runs for a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AttackSimulationSimulationAutomationsItemRunsRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SimulationAutomationRunable), nil
}
-// ToGetRequestInformation get a list of the attack simulation automation runs for a tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the attack simulation automation runs for a tenant. This API is available in the following national cloud deployments.
func (m *AttackSimulationSimulationAutomationsItemRunsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttackSimulationSimulationAutomationsItemRunsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/attack_simulation_simulation_automations_request_builder.go b/security/attack_simulation_simulation_automations_request_builder.go
index 703c49ba977..39f01fe6561 100644
--- a/security/attack_simulation_simulation_automations_request_builder.go
+++ b/security/attack_simulation_simulation_automations_request_builder.go
@@ -11,7 +11,7 @@ import (
type AttackSimulationSimulationAutomationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AttackSimulationSimulationAutomationsRequestBuilderGetQueryParameters get a list of attack simulation automations for a tenant. This API is supported in the following national cloud deployments.
+// AttackSimulationSimulationAutomationsRequestBuilderGetQueryParameters get a list of attack simulation automations for a tenant. This API is available in the following national cloud deployments.
type AttackSimulationSimulationAutomationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAttackSimulationSimulationAutomationsRequestBuilder(rawUrl string, reque
func (m *AttackSimulationSimulationAutomationsRequestBuilder) Count()(*AttackSimulationSimulationAutomationsCountRequestBuilder) {
return NewAttackSimulationSimulationAutomationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of attack simulation automations for a tenant. This API is supported in the following national cloud deployments.
+// Get get a list of attack simulation automations for a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AttackSimulationSimulationAutomationsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SimulationAutomationable), nil
}
-// ToGetRequestInformation get a list of attack simulation automations for a tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of attack simulation automations for a tenant. This API is available in the following national cloud deployments.
func (m *AttackSimulationSimulationAutomationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttackSimulationSimulationAutomationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/attack_simulation_simulation_automations_simulation_automation_item_request_builder.go b/security/attack_simulation_simulation_automations_simulation_automation_item_request_builder.go
index 695cf56e311..e57d824d270 100644
--- a/security/attack_simulation_simulation_automations_simulation_automation_item_request_builder.go
+++ b/security/attack_simulation_simulation_automations_simulation_automation_item_request_builder.go
@@ -18,7 +18,7 @@ type AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBuilderGetQueryParameters get an attack simulation automation for a tenant. This API is supported in the following national cloud deployments.
+// AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBuilderGetQueryParameters get an attack simulation automation for a tenant. This API is available in the following national cloud deployments.
type AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBui
}
return nil
}
-// Get get an attack simulation automation for a tenant. This API is supported in the following national cloud deployments.
+// Get get an attack simulation automation for a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation get an attack simulation automation for a tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an attack simulation automation for a tenant. This API is available in the following national cloud deployments.
func (m *AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttackSimulationSimulationAutomationsSimulationAutomationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/attack_simulation_simulations_request_builder.go b/security/attack_simulation_simulations_request_builder.go
index 7143cb19fca..dd1437bda83 100644
--- a/security/attack_simulation_simulations_request_builder.go
+++ b/security/attack_simulation_simulations_request_builder.go
@@ -11,7 +11,7 @@ import (
type AttackSimulationSimulationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// AttackSimulationSimulationsRequestBuilderGetQueryParameters get a list of attack simulation campaigns for a tenant. This API is supported in the following national cloud deployments.
+// AttackSimulationSimulationsRequestBuilderGetQueryParameters get a list of attack simulation campaigns for a tenant. This API is available in the following national cloud deployments.
type AttackSimulationSimulationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewAttackSimulationSimulationsRequestBuilder(rawUrl string, requestAdapter
func (m *AttackSimulationSimulationsRequestBuilder) Count()(*AttackSimulationSimulationsCountRequestBuilder) {
return NewAttackSimulationSimulationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of attack simulation campaigns for a tenant. This API is supported in the following national cloud deployments.
+// Get get a list of attack simulation campaigns for a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *AttackSimulationSimulationsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Simulationable), nil
}
-// ToGetRequestInformation get a list of attack simulation campaigns for a tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of attack simulation campaigns for a tenant. This API is available in the following national cloud deployments.
func (m *AttackSimulationSimulationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttackSimulationSimulationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/attack_simulation_simulations_simulation_item_request_builder.go b/security/attack_simulation_simulations_simulation_item_request_builder.go
index 1090a943cc5..231e0e639c5 100644
--- a/security/attack_simulation_simulations_simulation_item_request_builder.go
+++ b/security/attack_simulation_simulations_simulation_item_request_builder.go
@@ -18,7 +18,7 @@ type AttackSimulationSimulationsSimulationItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// AttackSimulationSimulationsSimulationItemRequestBuilderGetQueryParameters get an attack simulation campaign for a tenant. This API is supported in the following national cloud deployments.
+// AttackSimulationSimulationsSimulationItemRequestBuilderGetQueryParameters get an attack simulation campaign for a tenant. This API is available in the following national cloud deployments.
type AttackSimulationSimulationsSimulationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *AttackSimulationSimulationsSimulationItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get get an attack simulation campaign for a tenant. This API is supported in the following national cloud deployments.
+// Get get an attack simulation campaign for a tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *AttackSimulationSimulationsSimulationItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation get an attack simulation campaign for a tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an attack simulation campaign for a tenant. This API is available in the following national cloud deployments.
func (m *AttackSimulationSimulationsSimulationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AttackSimulationSimulationsSimulationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_ediscovery_case_item_request_builder.go b/security/cases_ediscovery_cases_ediscovery_case_item_request_builder.go
index b78abcd3092..ef4e162145b 100644
--- a/security/cases_ediscovery_cases_ediscovery_case_item_request_builder.go
+++ b/security/cases_ediscovery_cases_ediscovery_case_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryCase object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewCasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder(rawUrl string, requ
func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) Custodians()(*CasesEdiscoveryCasesItemCustodiansRequestBuilder) {
return NewCasesEdiscoveryCasesItemCustodiansRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// Delete delete an ediscoveryCase object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get read the properties and relationships of an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoveryCase object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) NoncustodialDataS
func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) Operations()(*CasesEdiscoveryCasesItemOperationsRequestBuilder) {
return NewCasesEdiscoveryCasesItemOperationsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an ediscoveryCase object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) Settings()(*Cases
func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) Tags()(*CasesEdiscoveryCasesItemTagsRequestBuilder) {
return NewCasesEdiscoveryCasesItemTagsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an ediscoveryCase object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoveryCase object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an ediscoveryCase object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an ediscoveryCase object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCaseable, requestConfiguration *CasesEdiscoveryCasesEdiscoveryCaseItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_ediscovery_custodian_item_request_builder.go b/security/cases_ediscovery_cases_item_custodians_ediscovery_custodian_item_request_builder.go
index 7535ceada5f..76535da7774 100644
--- a/security/cases_ediscovery_cases_item_custodians_ediscovery_custodian_item_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_ediscovery_custodian_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryCustodian object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryCustodian object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilder
}
return nil
}
-// Get read the properties and relationships of an ediscoveryCustodian object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoveryCustodian object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0
@@ -151,7 +151,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoveryCustodian object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoveryCustodian object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansEdiscoveryCustodianItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_last_index_operation_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_last_index_operation_request_builder.go
index c9577d58ee3..7160c64476d 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_last_index_operation_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_last_index_operation_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilderGetQueryParameters get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilderGetQueryParameters get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// Get get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilder)
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryIndexOperationable), nil
}
-// ToGetRequestInformation get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemLastIndexOperationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_activate_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_activate_request_builder.go
index adeee43485c..41bb008e5fc 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_activate_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_activate_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityActivateRequ
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityActivateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityActivateReq
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityActivateRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityActivateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_apply_hold_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_apply_hold_request_builder.go
index 0c96700cf4d..1aee0410669 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_apply_hold_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_apply_hold_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityApplyHoldReq
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityApplyHoldRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityApplyHoldRe
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityApplyHoldRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_release_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_release_request_builder.go
index 800570a2dbf..206dabb59ff 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_release_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_release_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityReleaseReque
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityReleaseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityReleaseRequ
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityReleaseRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityReleaseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_remove_hold_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_remove_hold_request_builder.go
index a4103ed0f0c..b9dfd75e240 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_remove_hold_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_remove_hold_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityRemoveHoldRe
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityRemoveHoldRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityRemoveHoldR
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityRemoveHoldRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_update_index_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_update_index_request_builder.go
index 2e58d8ba4a0..2583f57388c 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_update_index_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_microsoft_graph_security_update_index_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityUpdateIndexR
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityUpdateIndexRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post trigger an indexOperation to make a custodian and associated sources searchable. This API is supported in the following national cloud deployments.
+// Post trigger an indexOperation to make a custodian and associated sources searchable. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityUpdateIndex
}
return nil
}
-// ToPostRequestInformation trigger an indexOperation to make a custodian and associated sources searchable. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation trigger an indexOperation to make a custodian and associated sources searchable. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityUpdateIndexRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemMicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_site_sources_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_site_sources_request_builder.go
index 4ac77b02061..f63077c7feb 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_site_sources_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_site_sources_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilderGetQueryParameters get a list of the siteSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilderGetQueryParameters get a list of the siteSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder(rawUrl s
func (m *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder) Count()(*CasesEdiscoveryCasesItemCustodiansItemSiteSourcesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemCustodiansItemSiteSourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the siteSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// Get get a list of the siteSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder) Get(ct
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SiteSourceCollectionResponseable), nil
}
-// Post create a new siteSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments.
+// Post create a new siteSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder) Post(c
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SiteSourceable), nil
}
-// ToGetRequestInformation get a list of the siteSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the siteSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new siteSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new siteSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SiteSourceable, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemSiteSourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_unified_group_sources_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_unified_group_sources_request_builder.go
index 969716ef0d3..8045b797081 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_unified_group_sources_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_unified_group_sources_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilderGetQueryParameters get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilderGetQueryParameters get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder(
func (m *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder) Count()(*CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// Get get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.UnifiedGroupSourceCollectionResponseable), nil
}
-// Post create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments.
+// Post create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.UnifiedGroupSourceable), nil
}
-// ToGetRequestInformation get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.UnifiedGroupSourceable, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemUnifiedGroupSourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_item_user_sources_request_builder.go b/security/cases_ediscovery_cases_item_custodians_item_user_sources_request_builder.go
index a489a68f080..b788f502957 100644
--- a/security/cases_ediscovery_cases_item_custodians_item_user_sources_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_item_user_sources_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilderGetQueryParameters get a list of the userSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilderGetQueryParameters get a list of the userSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder(rawUrl s
func (m *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder) Count()(*CasesEdiscoveryCasesItemCustodiansItemUserSourcesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemCustodiansItemUserSourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the userSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// Get get a list of the userSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder) Get(ct
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.UserSourceCollectionResponseable), nil
}
-// Post create a new userSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments.
+// Post create a new userSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder) Post(c
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.UserSourceable), nil
}
-// ToGetRequestInformation get a list of the userSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the userSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new userSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new userSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.UserSourceable, requestConfiguration *CasesEdiscoveryCasesItemCustodiansItemUserSourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go b/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go
index 0a2e15a858d..b6c0b015c00 100644
--- a/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go
@@ -22,7 +22,7 @@ func NewCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHo
func CreateCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyH
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyH
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go b/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go
index 57c8c1c55b1..0ee941231d4 100644
--- a/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_custodians_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go
@@ -22,7 +22,7 @@ func NewCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemove
func CreateCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemov
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemov
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_custodians_request_builder.go b/security/cases_ediscovery_cases_item_custodians_request_builder.go
index 325759e20cf..a98473376a0 100644
--- a/security/cases_ediscovery_cases_item_custodians_request_builder.go
+++ b/security/cases_ediscovery_cases_item_custodians_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemCustodiansRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemCustodiansRequestBuilderGetQueryParameters get a list of the custodian objects and their properties. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemCustodiansRequestBuilderGetQueryParameters get a list of the custodian objects and their properties. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemCustodiansRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemCustodiansRequestBuilder(rawUrl string, requestA
func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) Count()(*CasesEdiscoveryCasesItemCustodiansCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemCustodiansCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the custodian objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the custodian objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) MicrosoftGraphSecurit
func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) MicrosoftGraphSecurityRemoveHold()(*CasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRequestBuilder) {
return NewCasesEdiscoveryCasesItemCustodiansMicrosoftGraphSecurityRemoveHoldRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) Post(ctx context.Cont
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCustodianable), nil
}
-// ToGetRequestInformation get a list of the custodian objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the custodian objects and their properties. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemCustodiansRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemCustodiansRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCustodianable, requestConfiguration *CasesEdiscoveryCasesItemCustodiansRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_microsoft_graph_security_close_request_builder.go b/security/cases_ediscovery_cases_item_microsoft_graph_security_close_request_builder.go
index de4c544ea36..c6067d8fbf5 100644
--- a/security/cases_ediscovery_cases_item_microsoft_graph_security_close_request_builder.go
+++ b/security/cases_ediscovery_cases_item_microsoft_graph_security_close_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemMicrosoftGraphSecurityCloseRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemMicrosoftGraphSecurityCloseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post close an eDiscovery case. For details, see Close a case. This API is supported in the following national cloud deployments.
+// Post close an eDiscovery case. For details, see Close a case. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemMicrosoftGraphSecurityCloseRequestBuilder) Post
}
return nil
}
-// ToPostRequestInformation close an eDiscovery case. For details, see Close a case. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation close an eDiscovery case. For details, see Close a case. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemMicrosoftGraphSecurityCloseRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemMicrosoftGraphSecurityCloseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_microsoft_graph_security_reopen_request_builder.go b/security/cases_ediscovery_cases_item_microsoft_graph_security_reopen_request_builder.go
index ad0e6c192b2..06500b99f79 100644
--- a/security/cases_ediscovery_cases_item_microsoft_graph_security_reopen_request_builder.go
+++ b/security/cases_ediscovery_cases_item_microsoft_graph_security_reopen_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemMicrosoftGraphSecurityReopenRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemMicrosoftGraphSecurityReopenRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is supported in the following national cloud deployments.
+// Post reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemMicrosoftGraphSecurityReopenRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemMicrosoftGraphSecurityReopenRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemMicrosoftGraphSecurityReopenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_apply_hold_request_builder.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_apply_hold_request_builder.go
index 58840e0f0c6..a398ee10ef7 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_apply_hold_request_builder.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_apply_hold_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurit
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityApplyHoldRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecuri
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityApplyHoldRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_release_request_builder.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_release_request_builder.go
index 4ab09ebd8d2..b733bf7aec5 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_release_request_builder.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_release_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurit
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityReleaseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post release the non-custodial data source from the case. This API is supported in the following national cloud deployments.
+// Post release the non-custodial data source from the case. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecuri
}
return nil
}
-// ToPostRequestInformation release the non-custodial data source from the case. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation release the non-custodial data source from the case. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityReleaseRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityReleaseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_remove_hold_request_builder.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_remove_hold_request_builder.go
index 72f454de07e..4c7a741a710 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_remove_hold_request_builder.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_remove_hold_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurit
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityRemoveHoldRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecuri
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityRemoveHoldRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_update_index_request_builder.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_update_index_request_builder.go
index 548c4225058..c5bf5e23072 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_update_index_request_builder.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_item_microsoft_graph_security_update_index_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurit
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityUpdateIndexRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecuri
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityUpdateIndexRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemNoncustodialDataSourcesItemMicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go
index 33a609b94ea..64b72c94601 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_apply_hold_apply_hold_post_request_body.go
@@ -22,7 +22,7 @@ func NewCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApp
func CreateCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityAp
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityAp
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityApplyHoldApplyHoldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go
index c49407e4564..c119591db40 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_microsoft_graph_security_remove_hold_remove_hold_post_request_body.go
@@ -22,7 +22,7 @@ func NewCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRem
func CreateCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRemoveHoldPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_noncustodial_data_sources_request_builder.go b/security/cases_ediscovery_cases_item_noncustodial_data_sources_request_builder.go
index be0ad4203c3..611ad916ef7 100644
--- a/security/cases_ediscovery_cases_item_noncustodial_data_sources_request_builder.go
+++ b/security/cases_ediscovery_cases_item_noncustodial_data_sources_request_builder.go
@@ -101,7 +101,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesRequestBuilder) Microsof
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesRequestBuilder) MicrosoftGraphSecurityRemoveHold()(*CasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRequestBuilder) {
return NewCasesEdiscoveryCasesItemNoncustodialDataSourcesMicrosoftGraphSecurityRemoveHoldRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new ediscoveryNoncustodialDataSource object. This API is supported in the following national cloud deployments.
+// Post create a new ediscoveryNoncustodialDataSource object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new ediscoveryNoncustodialDataSource object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new ediscoveryNoncustodialDataSource object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemNoncustodialDataSourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryNoncustodialDataSourceable, requestConfiguration *CasesEdiscoveryCasesItemNoncustodialDataSourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_operations_case_operation_item_request_builder.go b/security/cases_ediscovery_cases_item_operations_case_operation_item_request_builder.go
index 9ef1be5cf7c..0d47bf7253a 100644
--- a/security/cases_ediscovery_cases_item_operations_case_operation_item_request_builder.go
+++ b/security/cases_ediscovery_cases_item_operations_case_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilderGetQueryParameters read the properties and relationships of a caseOperation object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilderGetQueryParameters read the properties and relationships of a caseOperation object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilder) Dele
}
return nil
}
-// Get read the properties and relationships of a caseOperation object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a caseOperation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a caseOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a caseOperation object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemOperationsCaseOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_operations_request_builder.go b/security/cases_ediscovery_cases_item_operations_request_builder.go
index be21245254e..275e047203c 100644
--- a/security/cases_ediscovery_cases_item_operations_request_builder.go
+++ b/security/cases_ediscovery_cases_item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemOperationsRequestBuilderGetQueryParameters get a list of the caseOperation objects and their properties. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemOperationsRequestBuilderGetQueryParameters get a list of the caseOperation objects and their properties. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemOperationsRequestBuilder(rawUrl string, requestA
func (m *CasesEdiscoveryCasesItemOperationsRequestBuilder) Count()(*CasesEdiscoveryCasesItemOperationsCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the caseOperation objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the caseOperation objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *CasesEdiscoveryCasesItemOperationsRequestBuilder) Post(ctx context.Cont
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.CaseOperationable), nil
}
-// ToGetRequestInformation get a list of the caseOperation objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the caseOperation objects and their properties. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_ediscovery_review_set_item_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_ediscovery_review_set_item_request_builder.go
index 20028d84e31..4e2460b8c32 100644
--- a/security/cases_ediscovery_cases_item_review_sets_ediscovery_review_set_item_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_ediscovery_review_set_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryReviewSet object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryReviewSet object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilder
}
return nil
}
-// Get read the properties and relationships of an ediscoveryReviewSet object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoveryReviewSet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoveryReviewSet object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoveryReviewSet object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsEdiscoveryReviewSetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_add_to_review_set_post_request_body.go b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_add_to_review_set_post_request_body.go
index dcabdc02c84..9a5c86da137 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_add_to_review_set_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_add_to_review_set_post_request_body.go
@@ -23,7 +23,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewS
func CreateCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReview
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -109,7 +109,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReview
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -123,7 +123,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReview
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_request_builder.go
index dbbd69b4586..99dd415f6b0 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_add_to_review_set_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewS
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReview
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetRequestBuilder) ToPostRequestInformation(ctx context.Context, body CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetAddToReviewSetPostRequestBodyable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityAddToReviewSetRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_export_post_request_body.go b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_export_post_request_body.go
index 62effddda86..bc763625bb4 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_export_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_export_post_request_body.go
@@ -23,7 +23,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExport
func CreateCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExpor
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -164,14 +164,14 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExpor
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_request_builder.go
index 4f753f22533..14ac0f6de71 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_microsoft_graph_security_export_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportReques
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportReque
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportRequestBuilder) ToPostRequestInformation(ctx context.Context, body CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportExportPostRequestBodyable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemMicrosoftGraphSecurityExportRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_ediscovery_review_set_query_item_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_ediscovery_review_set_query_item_request_builder.go
index 9742644c34f..3b164c06d41 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_queries_ediscovery_review_set_query_item_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_ediscovery_review_set_query_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryIte
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// Delete delete an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryIt
}
return nil
}
-// Get read the properties and relationships of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryIt
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilder) MicrosoftGraphSecurityExport()(*CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportRequestBuilder) {
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryIt
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetQueryable), nil
}
-// ToDeleteRequestInformation delete an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryIt
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryIt
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetQueryable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesEdiscoveryReviewSetQueryItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_apply_tags_post_request_body.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_apply_tags_post_request_body.go
index 2aac7afb552..40d0a844d9b 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_apply_tags_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_apply_tags_post_request_body.go
@@ -23,7 +23,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityA
func CreateCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurity
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -132,14 +132,14 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurity
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_request_builder.go
index 970c3c92312..5fe909aea33 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_apply_tags_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityA
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurity
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsRequestBuilder) ToPostRequestInformation(ctx context.Context, body CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsApplyTagsPostRequestBodyable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityApplyTagsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_export_post_request_body.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_export_post_request_body.go
index 17a4504a7e3..b2feed5ff8a 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_export_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_export_post_request_body.go
@@ -23,7 +23,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityE
func CreateCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurity
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -164,14 +164,14 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurity
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_request_builder.go
index d5e658daad2..f290987c5ee 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_item_microsoft_graph_security_export_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityE
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurity
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportRequestBuilder) ToPostRequestInformation(ctx context.Context, body CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportExportPostRequestBodyable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesItemMicrosoftGraphSecurityExportRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_item_queries_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_item_queries_request_builder.go
index d5885879475..94c3cee3c6f 100644
--- a/security/cases_ediscovery_cases_item_review_sets_item_queries_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_item_queries_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilderGetQueryParameters get the list of queries associated with an eDiscovery review set. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilderGetQueryParameters get the list of queries associated with an eDiscovery review set. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder(rawUrl strin
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder) Count()(*CasesEdiscoveryCasesItemReviewSetsItemQueriesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemReviewSetsItemQueriesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of queries associated with an eDiscovery review set. This API is supported in the following national cloud deployments.
+// Get get the list of queries associated with an eDiscovery review set. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder) Get(ctx co
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetQueryCollectionResponseable), nil
}
-// Post create a new ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// Post create a new ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder) Post(ctx c
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetQueryable), nil
}
-// ToGetRequestInformation get the list of queries associated with an eDiscovery review set. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of queries associated with an eDiscovery review set. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetQueryable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsItemQueriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_review_sets_request_builder.go b/security/cases_ediscovery_cases_item_review_sets_request_builder.go
index 3123b680dab..d658462d75e 100644
--- a/security/cases_ediscovery_cases_item_review_sets_request_builder.go
+++ b/security/cases_ediscovery_cases_item_review_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemReviewSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemReviewSetsRequestBuilderGetQueryParameters get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemReviewSetsRequestBuilderGetQueryParameters get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemReviewSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemReviewSetsRequestBuilder(rawUrl string, requestA
func (m *CasesEdiscoveryCasesItemReviewSetsRequestBuilder) Count()(*CasesEdiscoveryCasesItemReviewSetsCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemReviewSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is supported in the following national cloud deployments.
+// Get get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsRequestBuilder) Get(ctx context.Conte
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetCollectionResponseable), nil
}
-// Post create a new ediscoveryReviewSet object. This API is supported in the following national cloud deployments.
+// Post create a new ediscoveryReviewSet object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsRequestBuilder) Post(ctx context.Cont
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetable), nil
}
-// ToGetRequestInformation get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemReviewSetsRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new ediscoveryReviewSet object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new ediscoveryReviewSet object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemReviewSetsRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewSetable, requestConfiguration *CasesEdiscoveryCasesItemReviewSetsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_ediscovery_search_item_request_builder.go b/security/cases_ediscovery_cases_item_searches_ediscovery_search_item_request_builder.go
index 6cb6b40d9ae..364d02001bb 100644
--- a/security/cases_ediscovery_cases_item_searches_ediscovery_search_item_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_ediscovery_search_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoverySearch object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewCasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder(rawUr
func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) CustodianSources()(*CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilder) {
return NewCasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// Delete delete an ediscoverySearch object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) Del
}
return nil
}
-// Get read the properties and relationships of an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoverySearch object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) Mic
func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) NoncustodialSources()(*CasesEdiscoveryCasesItemSearchesItemNoncustodialSourcesRequestBuilder) {
return NewCasesEdiscoveryCasesItemSearchesItemNoncustodialSourcesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an ediscoverySearch object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0
@@ -145,7 +145,7 @@ func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) Pat
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoverySearchable), nil
}
-// ToDeleteRequestInformation delete an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an ediscoverySearch object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoverySearch object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -173,7 +173,7 @@ func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an ediscoverySearch object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an ediscoverySearch object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoverySearchable, requestConfiguration *CasesEdiscoveryCasesItemSearchesEdiscoverySearchItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_item_additional_sources_request_builder.go b/security/cases_ediscovery_cases_item_searches_item_additional_sources_request_builder.go
index 3e8c9055144..106555e3a8f 100644
--- a/security/cases_ediscovery_cases_item_searches_item_additional_sources_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_item_additional_sources_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilderGetQueryParameters get the list of additional sources associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilderGetQueryParameters get the list of additional sources associated with an eDiscovery search. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder(rawU
func (m *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder) Count()(*CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemSearchesItemAdditionalSourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of additional sources associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// Get get the list of additional sources associated with an eDiscovery search. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder) Ge
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.DataSourceCollectionResponseable), nil
}
-// Post create a new additional source associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// Post create a new additional source associated with an eDiscovery search. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder) Po
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.DataSourceable), nil
}
-// ToGetRequestInformation get the list of additional sources associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of additional sources associated with an eDiscovery search. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder) To
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new additional source associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new additional source associated with an eDiscovery search. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.DataSourceable, requestConfiguration *CasesEdiscoveryCasesItemSearchesItemAdditionalSourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_item_custodian_sources_request_builder.go b/security/cases_ediscovery_cases_item_searches_item_custodian_sources_request_builder.go
index c67a1860ec1..26a22a8bda1 100644
--- a/security/cases_ediscovery_cases_item_searches_item_custodian_sources_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_item_custodian_sources_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilderGetQueryParameters get the list of custodial data sources associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilderGetQueryParameters get the list of custodial data sources associated with an eDiscovery search. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewCasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilder(rawUr
func (m *CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilder) Count()(*CasesEdiscoveryCasesItemSearchesItemCustodianSourcesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemSearchesItemCustodianSourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of custodial data sources associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// Get get the list of custodial data sources associated with an eDiscovery search. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilder) Get
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.DataSourceCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of custodial data sources associated with an eDiscovery search. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of custodial data sources associated with an eDiscovery search. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesItemCustodianSourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_item_last_estimate_statistics_operation_request_builder.go b/security/cases_ediscovery_cases_item_searches_item_last_estimate_statistics_operation_request_builder.go
index 675b5732a62..5b51671ab56 100644
--- a/security/cases_ediscovery_cases_item_searches_item_last_estimate_statistics_operation_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_item_last_estimate_statistics_operation_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilderGetQueryParameters get the last ediscoveryEstimateOperation objects and their properties. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilderGetQueryParameters get the last ediscoveryEstimateOperation objects and their properties. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewCasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationReque
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the last ediscoveryEstimateOperation objects and their properties. This API is supported in the following national cloud deployments.
+// Get get the last ediscoveryEstimateOperation objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequ
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryEstimateOperationable), nil
}
-// ToGetRequestInformation get the last ediscoveryEstimateOperation objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the last ediscoveryEstimateOperation objects and their properties. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesItemLastEstimateStatisticsOperationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_estimate_statistics_request_builder.go b/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_estimate_statistics_request_builder.go
index fbf5489ac6e..490ff39dba3 100644
--- a/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_estimate_statistics_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_estimate_statistics_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityEstimateStatis
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityEstimateStatisticsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityEstimateStati
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityEstimateStatisticsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityEstimateStatisticsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_purge_data_post_request_body.go b/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_purge_data_post_request_body.go
index 111f58eaa31..d5ef00d6436 100644
--- a/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_purge_data_post_request_body.go
+++ b/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_purge_data_post_request_body.go
@@ -23,7 +23,7 @@ func NewCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurge
func CreateCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurg
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -110,14 +110,14 @@ func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurg
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_request_builder.go b/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_request_builder.go
index 55c3ae8713a..766df1b15a4 100644
--- a/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_item_microsoft_graph_security_purge_data_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataReque
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataRequ
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataRequestBuilder) ToPostRequestInformation(ctx context.Context, body CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataPurgeDataPostRequestBodyable, requestConfiguration *CasesEdiscoveryCasesItemSearchesItemMicrosoftGraphSecurityPurgeDataRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_searches_request_builder.go b/security/cases_ediscovery_cases_item_searches_request_builder.go
index 55042c5f04c..5c80aad6f02 100644
--- a/security/cases_ediscovery_cases_item_searches_request_builder.go
+++ b/security/cases_ediscovery_cases_item_searches_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemSearchesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemSearchesRequestBuilderGetQueryParameters get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemSearchesRequestBuilderGetQueryParameters get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemSearchesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemSearchesRequestBuilder(rawUrl string, requestAda
func (m *CasesEdiscoveryCasesItemSearchesRequestBuilder) Count()(*CasesEdiscoveryCasesItemSearchesCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemSearchesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is supported in the following national cloud deployments.
+// Get get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemSearchesRequestBuilder) Get(ctx context.Context
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoverySearchCollectionResponseable), nil
}
-// Post create a new ediscoverySearch object. This API is supported in the following national cloud deployments.
+// Post create a new ediscoverySearch object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesItemSearchesRequestBuilder) Post(ctx context.Contex
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoverySearchable), nil
}
-// ToGetRequestInformation get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSearchesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesItemSearchesRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new ediscoverySearch object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new ediscoverySearch object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSearchesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoverySearchable, requestConfiguration *CasesEdiscoveryCasesItemSearchesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_settings_microsoft_graph_security_reset_to_default_request_builder.go b/security/cases_ediscovery_cases_item_settings_microsoft_graph_security_reset_to_default_request_builder.go
index 9a25e81d9c5..f3c501c7af7 100644
--- a/security/cases_ediscovery_cases_item_settings_microsoft_graph_security_reset_to_default_request_builder.go
+++ b/security/cases_ediscovery_cases_item_settings_microsoft_graph_security_reset_to_default_request_builder.go
@@ -30,7 +30,7 @@ func NewCasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultRequ
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reset a caseSettings object to the default values. This API is supported in the following national cloud deployments.
+// Post reset a caseSettings object to the default values. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *CasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultReq
}
return nil
}
-// ToPostRequestInformation reset a caseSettings object to the default values. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reset a caseSettings object to the default values. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_settings_request_builder.go b/security/cases_ediscovery_cases_item_settings_request_builder.go
index f3703ddb8ee..f7746d1b1d8 100644
--- a/security/cases_ediscovery_cases_item_settings_request_builder.go
+++ b/security/cases_ediscovery_cases_item_settings_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemSettingsRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemSettingsRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemSettingsRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemSettingsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get read the properties and relationships of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) Get(ctx context.Context
func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) MicrosoftGraphSecurityResetToDefault()(*CasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultRequestBuilder) {
return NewCasesEdiscoveryCasesItemSettingsMicrosoftGraphSecurityResetToDefaultRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCaseSettingsable, requestConfiguration *CasesEdiscoveryCasesItemSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_tags_ediscovery_review_tag_item_request_builder.go b/security/cases_ediscovery_cases_item_tags_ediscovery_review_tag_item_request_builder.go
index 2d480ae0111..6e29a64b217 100644
--- a/security/cases_ediscovery_cases_item_tags_ediscovery_review_tag_item_request_builder.go
+++ b/security/cases_ediscovery_cases_item_tags_ediscovery_review_tag_item_request_builder.go
@@ -18,7 +18,7 @@ type CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderGetQueryParameters read the properties and relationships of an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewCasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewCasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// Delete remove an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) Dele
}
return nil
}
-// Get read the properties and relationships of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) Get(
func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) Parent()(*CasesEdiscoveryCasesItemTagsItemParentRequestBuilder) {
return NewCasesEdiscoveryCasesItemTagsItemParentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) Patc
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewTagable), nil
}
-// ToDeleteRequestInformation remove an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an ediscoveryReviewTag object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewTagable, requestConfiguration *CasesEdiscoveryCasesItemTagsEdiscoveryReviewTagItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_item_tags_request_builder.go b/security/cases_ediscovery_cases_item_tags_request_builder.go
index 318a3b4df7c..99ec1653643 100644
--- a/security/cases_ediscovery_cases_item_tags_request_builder.go
+++ b/security/cases_ediscovery_cases_item_tags_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesItemTagsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesItemTagsRequestBuilderGetQueryParameters get a list of eDiscoveryReviewTag objects and their properties. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesItemTagsRequestBuilderGetQueryParameters get a list of eDiscoveryReviewTag objects and their properties. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesItemTagsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesItemTagsRequestBuilder(rawUrl string, requestAdapter
func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) Count()(*CasesEdiscoveryCasesItemTagsCountRequestBuilder) {
return NewCasesEdiscoveryCasesItemTagsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of eDiscoveryReviewTag objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of eDiscoveryReviewTag objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) Get(ctx context.Context, re
func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) MicrosoftGraphSecurityAsHierarchy()(*CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilder) {
return NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// Post create a new ediscoveryReviewTag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) Post(ctx context.Context, b
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewTagable), nil
}
-// ToGetRequestInformation get a list of eDiscoveryReviewTag objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of eDiscoveryReviewTag objects and their properties. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemTagsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new ediscoveryReviewTag object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new ediscoveryReviewTag object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesItemTagsRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryReviewTagable, requestConfiguration *CasesEdiscoveryCasesItemTagsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/cases_ediscovery_cases_request_builder.go b/security/cases_ediscovery_cases_request_builder.go
index 58039fcd75b..a468a25a1ed 100644
--- a/security/cases_ediscovery_cases_request_builder.go
+++ b/security/cases_ediscovery_cases_request_builder.go
@@ -11,7 +11,7 @@ import (
type CasesEdiscoveryCasesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// CasesEdiscoveryCasesRequestBuilderGetQueryParameters get a list of the ediscoveryCase objects and their properties. This API is supported in the following national cloud deployments.
+// CasesEdiscoveryCasesRequestBuilderGetQueryParameters get a list of the ediscoveryCase objects and their properties. This API is available in the following national cloud deployments.
type CasesEdiscoveryCasesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewCasesEdiscoveryCasesRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *CasesEdiscoveryCasesRequestBuilder) Count()(*CasesEdiscoveryCasesCountRequestBuilder) {
return NewCasesEdiscoveryCasesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the ediscoveryCase objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the ediscoveryCase objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *CasesEdiscoveryCasesRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCaseCollectionResponseable), nil
}
-// Post create a new ediscoveryCase object. This API is supported in the following national cloud deployments.
+// Post create a new ediscoveryCase object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *CasesEdiscoveryCasesRequestBuilder) Post(ctx context.Context, body idd6
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCaseable), nil
}
-// ToGetRequestInformation get a list of the ediscoveryCase objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the ediscoveryCase objects and their properties. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *CasesEdiscoveryCasesRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new ediscoveryCase object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new ediscoveryCase object. This API is available in the following national cloud deployments.
func (m *CasesEdiscoveryCasesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.EdiscoveryCaseable, requestConfiguration *CasesEdiscoveryCasesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/incidents_incident_item_request_builder.go b/security/incidents_incident_item_request_builder.go
index 7889b213c46..5071f426c53 100644
--- a/security/incidents_incident_item_request_builder.go
+++ b/security/incidents_incident_item_request_builder.go
@@ -18,7 +18,7 @@ type IncidentsIncidentItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// IncidentsIncidentItemRequestBuilderGetQueryParameters 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.
+// IncidentsIncidentItemRequestBuilderGetQueryParameters 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.
type IncidentsIncidentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *IncidentsIncidentItemRequestBuilder) Delete(ctx context.Context, reques
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *IncidentsIncidentItemRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Incidentable), nil
}
-// Patch update the properties of an incident object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an incident object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *IncidentsIncidentItemRequestBuilder) ToDeleteRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *IncidentsIncidentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IncidentsIncidentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *IncidentsIncidentItemRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an incident object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an incident object. This API is available in the following national cloud deployments.
func (m *IncidentsIncidentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Incidentable, requestConfiguration *IncidentsIncidentItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/incidents_request_builder.go b/security/incidents_request_builder.go
index 288588e5961..4ba66595305 100644
--- a/security/incidents_request_builder.go
+++ b/security/incidents_request_builder.go
@@ -11,7 +11,7 @@ import (
type IncidentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// IncidentsRequestBuilderGetQueryParameters 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.
+// IncidentsRequestBuilderGetQueryParameters 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.
type IncidentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewIncidentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *IncidentsRequestBuilder) Count()(*IncidentsCountRequestBuilder) {
return NewIncidentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *IncidentsRequestBuilder) Post(ctx context.Context, body idd6d442c3cc83a
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Incidentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *IncidentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IncidentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/microsoft_graph_security_run_hunting_query_run_hunting_query_post_request_body.go b/security/microsoft_graph_security_run_hunting_query_run_hunting_query_post_request_body.go
index a8149f3e126..31675c7a44c 100644
--- a/security/microsoft_graph_security_run_hunting_query_run_hunting_query_post_request_body.go
+++ b/security/microsoft_graph_security_run_hunting_query_run_hunting_query_post_request_body.go
@@ -22,7 +22,7 @@ func NewMicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody()(*M
func CreateMicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *MicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *MicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *MicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *MicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *MicrosoftGraphSecurityRunHuntingQueryRunHuntingQueryPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/security/secure_score_control_profiles_request_builder.go b/security/secure_score_control_profiles_request_builder.go
index 10ad9ace527..61d46b69098 100644
--- a/security/secure_score_control_profiles_request_builder.go
+++ b/security/secure_score_control_profiles_request_builder.go
@@ -11,7 +11,7 @@ import (
type SecureScoreControlProfilesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SecureScoreControlProfilesRequestBuilderGetQueryParameters retrieve the properties and relationships of a secureScoreControlProfiles object. This API is supported in the following national cloud deployments.
+// SecureScoreControlProfilesRequestBuilderGetQueryParameters retrieve the properties and relationships of a secureScoreControlProfiles object. This API is available in the following national cloud deployments.
type SecureScoreControlProfilesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSecureScoreControlProfilesRequestBuilder(rawUrl string, requestAdapter i
func (m *SecureScoreControlProfilesRequestBuilder) Count()(*SecureScoreControlProfilesCountRequestBuilder) {
return NewSecureScoreControlProfilesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a secureScoreControlProfiles object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a secureScoreControlProfiles object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *SecureScoreControlProfilesRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a secureScoreControlProfiles object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a secureScoreControlProfiles object. This API is available in the following national cloud deployments.
func (m *SecureScoreControlProfilesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SecureScoreControlProfilesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/secure_score_control_profiles_secure_score_control_profile_item_request_builder.go b/security/secure_score_control_profiles_secure_score_control_profile_item_request_builder.go
index 271fd2eff64..4e01517c5db 100644
--- a/security/secure_score_control_profiles_secure_score_control_profile_item_request_builder.go
+++ b/security/secure_score_control_profiles_secure_score_control_profile_item_request_builder.go
@@ -18,7 +18,7 @@ type SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an securescorecontrolprofile object. This API is supported in the following national cloud deployments.
+// SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an securescorecontrolprofile object. This API is available in the following national cloud deployments.
type SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilder)
}
return nil
}
-// Get retrieve the properties and relationships of an securescorecontrolprofile object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an securescorecontrolprofile object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an securescorecontrolprofile object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an securescorecontrolprofile object. This API is available in the following national cloud deployments.
func (m *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, requestConfiguration *SecureScoreControlProfilesSecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/secure_scores_request_builder.go b/security/secure_scores_request_builder.go
index 04c498923cb..7a89eb28daa 100644
--- a/security/secure_scores_request_builder.go
+++ b/security/secure_scores_request_builder.go
@@ -11,7 +11,7 @@ import (
type SecureScoresRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SecureScoresRequestBuilderGetQueryParameters retrieve a list of secureScore objects. This API is supported in the following national cloud deployments.
+// SecureScoresRequestBuilderGetQueryParameters retrieve a list of secureScore objects. This API is available in the following national cloud deployments.
type SecureScoresRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSecureScoresRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *SecureScoresRequestBuilder) Count()(*SecureScoresCountRequestBuilder) {
return NewSecureScoresCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of secureScore objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of secureScore objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *SecureScoresRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreable), nil
}
-// ToGetRequestInformation retrieve a list of secureScore objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of secureScore objects. This API is available in the following national cloud deployments.
func (m *SecureScoresRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SecureScoresRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/secure_scores_secure_score_item_request_builder.go b/security/secure_scores_secure_score_item_request_builder.go
index 995d4719089..e7f5f314bbb 100644
--- a/security/secure_scores_secure_score_item_request_builder.go
+++ b/security/secure_scores_secure_score_item_request_builder.go
@@ -18,7 +18,7 @@ type SecureScoresSecureScoreItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SecureScoresSecureScoreItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a secureScore object. This API is supported in the following national cloud deployments.
+// SecureScoresSecureScoreItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a secureScore object. This API is available in the following national cloud deployments.
type SecureScoresSecureScoreItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *SecureScoresSecureScoreItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a secureScore object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a secureScore object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *SecureScoresSecureScoreItemRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a secureScore object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a secureScore object. This API is available in the following national cloud deployments.
func (m *SecureScoresSecureScoreItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SecureScoresSecureScoreItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/subject_rights_requests_item_notes_request_builder.go b/security/subject_rights_requests_item_notes_request_builder.go
index f78c7b7f732..bbb072cedb2 100644
--- a/security/subject_rights_requests_item_notes_request_builder.go
+++ b/security/subject_rights_requests_item_notes_request_builder.go
@@ -11,7 +11,7 @@ import (
type SubjectRightsRequestsItemNotesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments.
+// SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments.
type SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSubjectRightsRequestsItemNotesRequestBuilder(rawUrl string, requestAdapt
func (m *SubjectRightsRequestsItemNotesRequestBuilder) Count()(*SubjectRightsRequestsItemNotesCountRequestBuilder) {
return NewSubjectRightsRequestsItemNotesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments.
+// Get get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *SubjectRightsRequestsItemNotesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthoredNoteCollectionResponseable), nil
}
-// Post create a new authoredNote object. This API is supported in the following national cloud deployments.
+// Post create a new authoredNote object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *SubjectRightsRequestsItemNotesRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthoredNoteable), nil
}
-// ToGetRequestInformation get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments.
func (m *SubjectRightsRequestsItemNotesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubjectRightsRequestsItemNotesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *SubjectRightsRequestsItemNotesRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new authoredNote object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new authoredNote object. This API is available in the following national cloud deployments.
func (m *SubjectRightsRequestsItemNotesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthoredNoteable, requestConfiguration *SubjectRightsRequestsItemNotesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_article_indicators_article_indicator_item_request_builder.go b/security/threat_intelligence_article_indicators_article_indicator_item_request_builder.go
index 96f1a2a14ce..b233f720c7f 100644
--- a/security/threat_intelligence_article_indicators_article_indicator_item_request_builder.go
+++ b/security/threat_intelligence_article_indicators_article_indicator_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilderGetQueryParameters read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilderGetQueryParameters read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments.
type ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilder)
}
return nil
}
-// Get read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceArticleIndicatorsArticleIndicatorItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_article_indicators_request_builder.go b/security/threat_intelligence_article_indicators_request_builder.go
index 24c10ef3661..fe57c9338a5 100644
--- a/security/threat_intelligence_article_indicators_request_builder.go
+++ b/security/threat_intelligence_article_indicators_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceArticleIndicatorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceArticleIndicatorsRequestBuilderGetQueryParameters read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceArticleIndicatorsRequestBuilderGetQueryParameters read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments.
type ThreatIntelligenceArticleIndicatorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceArticleIndicatorsRequestBuilder(rawUrl string, request
func (m *ThreatIntelligenceArticleIndicatorsRequestBuilder) Count()(*ThreatIntelligenceArticleIndicatorsCountRequestBuilder) {
return NewThreatIntelligenceArticleIndicatorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceArticleIndicatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceArticleIndicatorsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.ArticleIndicatorCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceArticleIndicatorsRequestBuilder) Post(ctx context.Con
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.ArticleIndicatorable), nil
}
-// ToGetRequestInformation read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceArticleIndicatorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceArticleIndicatorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_articles_article_item_request_builder.go b/security/threat_intelligence_articles_article_item_request_builder.go
index 4a610dc0df0..6038cc48c48 100644
--- a/security/threat_intelligence_articles_article_item_request_builder.go
+++ b/security/threat_intelligence_articles_article_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceArticlesArticleItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceArticlesArticleItemRequestBuilderGetQueryParameters read the properties and relationships of an article object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceArticlesArticleItemRequestBuilderGetQueryParameters read the properties and relationships of an article object. This API is available in the following national cloud deployments.
type ThreatIntelligenceArticlesArticleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceArticlesArticleItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get read the properties and relationships of an article object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of an article object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceArticlesArticleItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an article object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of an article object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceArticlesArticleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceArticlesArticleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_articles_item_indicators_request_builder.go b/security/threat_intelligence_articles_item_indicators_request_builder.go
index 99b2a1e6b53..6c28c0422d8 100644
--- a/security/threat_intelligence_articles_item_indicators_request_builder.go
+++ b/security/threat_intelligence_articles_item_indicators_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceArticlesItemIndicatorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceArticlesItemIndicatorsRequestBuilderGetQueryParameters 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.
+// ThreatIntelligenceArticlesItemIndicatorsRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceArticlesItemIndicatorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceArticlesItemIndicatorsRequestBuilder(rawUrl string, re
func (m *ThreatIntelligenceArticlesItemIndicatorsRequestBuilder) Count()(*ThreatIntelligenceArticlesItemIndicatorsCountRequestBuilder) {
return NewThreatIntelligenceArticlesItemIndicatorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-article-list-indicators?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceArticlesItemIndicatorsRequestBuilder) Get(ctx context
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.ArticleIndicatorCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceArticlesItemIndicatorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceArticlesItemIndicatorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_articles_request_builder.go b/security/threat_intelligence_articles_request_builder.go
index 0d51198f3f3..5e15d1a9ed3 100644
--- a/security/threat_intelligence_articles_request_builder.go
+++ b/security/threat_intelligence_articles_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceArticlesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceArticlesRequestBuilderGetQueryParameters get a list of article objects, including their properties and relationships. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceArticlesRequestBuilderGetQueryParameters get a list of article objects, including their properties and relationships. This API is available in the following national cloud deployments.
type ThreatIntelligenceArticlesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewThreatIntelligenceArticlesRequestBuilder(rawUrl string, requestAdapter i
func (m *ThreatIntelligenceArticlesRequestBuilder) Count()(*ThreatIntelligenceArticlesCountRequestBuilder) {
return NewThreatIntelligenceArticlesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of article objects, including their properties and relationships. This API is supported in the following national cloud deployments.
+// Get get a list of article objects, including their properties and relationships. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/security-article-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0
func (m *ThreatIntelligenceArticlesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceArticlesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.ArticleCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -115,7 +115,7 @@ func (m *ThreatIntelligenceArticlesRequestBuilder) Post(ctx context.Context, bod
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Articleable), nil
}
-// ToGetRequestInformation get a list of article objects, including their properties and relationships. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of article objects, including their properties and relationships. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceArticlesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceArticlesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_components_host_component_item_request_builder.go b/security/threat_intelligence_host_components_host_component_item_request_builder.go
index 7c8c5a607b6..3519102d95f 100644
--- a/security/threat_intelligence_host_components_host_component_item_request_builder.go
+++ b/security/threat_intelligence_host_components_host_component_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostComponentsHostComponentItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostComponentsHostComponentItemRequestBuilderGetQueryParameters read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostComponentsHostComponentItemRequestBuilderGetQueryParameters read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostComponentsHostComponentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceHostComponentsHostComponentItemRequestBuilder) Delete
}
return nil
}
-// Get read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceHostComponentsHostComponentItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostComponentsHostComponentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostComponentsHostComponentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_components_request_builder.go b/security/threat_intelligence_host_components_request_builder.go
index 7e979a1bb51..23cea6956e5 100644
--- a/security/threat_intelligence_host_components_request_builder.go
+++ b/security/threat_intelligence_host_components_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostComponentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostComponentsRequestBuilderGetQueryParameters read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostComponentsRequestBuilderGetQueryParameters read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostComponentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceHostComponentsRequestBuilder(rawUrl string, requestAda
func (m *ThreatIntelligenceHostComponentsRequestBuilder) Count()(*ThreatIntelligenceHostComponentsCountRequestBuilder) {
return NewThreatIntelligenceHostComponentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostComponentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostComponentsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostComponentCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceHostComponentsRequestBuilder) Post(ctx context.Contex
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostComponentable), nil
}
-// ToGetRequestInformation read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostComponentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostComponentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_cookies_host_cookie_item_request_builder.go b/security/threat_intelligence_host_cookies_host_cookie_item_request_builder.go
index 0ca1bdf15bb..015320c4388 100644
--- a/security/threat_intelligence_host_cookies_host_cookie_item_request_builder.go
+++ b/security/threat_intelligence_host_cookies_host_cookie_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostCookiesHostCookieItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostCookiesHostCookieItemRequestBuilderGetQueryParameters read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostCookiesHostCookieItemRequestBuilderGetQueryParameters read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostCookiesHostCookieItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceHostCookiesHostCookieItemRequestBuilder) Delete(ctx c
}
return nil
}
-// Get read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceHostCookiesHostCookieItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostCookiesHostCookieItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostCookiesHostCookieItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_cookies_request_builder.go b/security/threat_intelligence_host_cookies_request_builder.go
index 30871755236..bea9fb43270 100644
--- a/security/threat_intelligence_host_cookies_request_builder.go
+++ b/security/threat_intelligence_host_cookies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostCookiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostCookiesRequestBuilderGetQueryParameters read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostCookiesRequestBuilderGetQueryParameters read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostCookiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceHostCookiesRequestBuilder(rawUrl string, requestAdapte
func (m *ThreatIntelligenceHostCookiesRequestBuilder) Count()(*ThreatIntelligenceHostCookiesCountRequestBuilder) {
return NewThreatIntelligenceHostCookiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostCookiesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostCookiesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostCookieCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceHostCookiesRequestBuilder) Post(ctx context.Context,
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostCookieable), nil
}
-// ToGetRequestInformation read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostCookiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostCookiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_pairs_host_pair_item_request_builder.go b/security/threat_intelligence_host_pairs_host_pair_item_request_builder.go
index 1e352f451f2..603329d1433 100644
--- a/security/threat_intelligence_host_pairs_host_pair_item_request_builder.go
+++ b/security/threat_intelligence_host_pairs_host_pair_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostPairsHostPairItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostPairsHostPairItemRequestBuilderGetQueryParameters read the properties and relationships of a hostPair object.
+// ThreatIntelligenceHostPairsHostPairItemRequestBuilderGetQueryParameters read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostPairsHostPairItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ThreatIntelligenceHostPairsHostPairItemRequestBuilder) Delete(ctx conte
}
return nil
}
-// Get read the properties and relationships of a hostPair object.
+// Get read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ThreatIntelligenceHostPairsHostPairItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a hostPair object.
+// ToGetRequestInformation read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostPairsHostPairItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostPairsHostPairItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_pairs_request_builder.go b/security/threat_intelligence_host_pairs_request_builder.go
index 238f140e846..d57105c783f 100644
--- a/security/threat_intelligence_host_pairs_request_builder.go
+++ b/security/threat_intelligence_host_pairs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostPairsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostPairsRequestBuilderGetQueryParameters read the properties and relationships of a hostPair object.
+// ThreatIntelligenceHostPairsRequestBuilderGetQueryParameters read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostPairsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceHostPairsRequestBuilder(rawUrl string, requestAdapter
func (m *ThreatIntelligenceHostPairsRequestBuilder) Count()(*ThreatIntelligenceHostPairsCountRequestBuilder) {
return NewThreatIntelligenceHostPairsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a hostPair object.
+// Get read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostPairsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostPairsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostPairCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceHostPairsRequestBuilder) Post(ctx context.Context, bo
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostPairable), nil
}
-// ToGetRequestInformation read the properties and relationships of a hostPair object.
+// ToGetRequestInformation read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostPairsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostPairsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_ssl_certificates_host_ssl_certificate_item_request_builder.go b/security/threat_intelligence_host_ssl_certificates_host_ssl_certificate_item_request_builder.go
index 195b22b7bf0..921d352a348 100644
--- a/security/threat_intelligence_host_ssl_certificates_host_ssl_certificate_item_request_builder.go
+++ b/security/threat_intelligence_host_ssl_certificates_host_ssl_certificate_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuilderGetQueryParameters get the properties and relationships of a hostSslCertificate object.
+// ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuilderGetQueryParameters get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuild
}
return nil
}
-// Get get the properties and relationships of a hostSslCertificate object.
+// Get get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a hostSslCertificate object.
+// ToGetRequestInformation get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostSslCertificatesHostSslCertificateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_ssl_certificates_request_builder.go b/security/threat_intelligence_host_ssl_certificates_request_builder.go
index 9a1db471785..2d22fe2cc0e 100644
--- a/security/threat_intelligence_host_ssl_certificates_request_builder.go
+++ b/security/threat_intelligence_host_ssl_certificates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostSslCertificatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostSslCertificatesRequestBuilderGetQueryParameters get the properties and relationships of a hostSslCertificate object.
+// ThreatIntelligenceHostSslCertificatesRequestBuilderGetQueryParameters get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostSslCertificatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceHostSslCertificatesRequestBuilder(rawUrl string, reque
func (m *ThreatIntelligenceHostSslCertificatesRequestBuilder) Count()(*ThreatIntelligenceHostSslCertificatesCountRequestBuilder) {
return NewThreatIntelligenceHostSslCertificatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the properties and relationships of a hostSslCertificate object.
+// Get get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostSslCertificatesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostSslCertificatesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostSslCertificateCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceHostSslCertificatesRequestBuilder) Post(ctx context.C
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostSslCertificateable), nil
}
-// ToGetRequestInformation get the properties and relationships of a hostSslCertificate object.
+// ToGetRequestInformation get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostSslCertificatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostSslCertificatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_trackers_host_tracker_item_request_builder.go b/security/threat_intelligence_host_trackers_host_tracker_item_request_builder.go
index 6adb430882c..5baa15631ae 100644
--- a/security/threat_intelligence_host_trackers_host_tracker_item_request_builder.go
+++ b/security/threat_intelligence_host_trackers_host_tracker_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilderGetQueryParameters read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilderGetQueryParameters read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostTrackersHostTrackerItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_host_trackers_request_builder.go b/security/threat_intelligence_host_trackers_request_builder.go
index 00fb9524c31..79f70082c05 100644
--- a/security/threat_intelligence_host_trackers_request_builder.go
+++ b/security/threat_intelligence_host_trackers_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostTrackersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostTrackersRequestBuilderGetQueryParameters read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostTrackersRequestBuilderGetQueryParameters read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostTrackersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceHostTrackersRequestBuilder(rawUrl string, requestAdapt
func (m *ThreatIntelligenceHostTrackersRequestBuilder) Count()(*ThreatIntelligenceHostTrackersCountRequestBuilder) {
return NewThreatIntelligenceHostTrackersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostTrackersRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostTrackersRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostTrackerCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceHostTrackersRequestBuilder) Post(ctx context.Context,
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostTrackerable), nil
}
-// ToGetRequestInformation read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostTrackersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostTrackersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_host_item_request_builder.go b/security/threat_intelligence_hosts_host_item_request_builder.go
index 92694c63ba2..37461bca3e1 100644
--- a/security/threat_intelligence_hosts_host_item_request_builder.go
+++ b/security/threat_intelligence_hosts_host_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostsHostItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostsHostItemRequestBuilderGetQueryParameters 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.
+// ThreatIntelligenceHostsHostItemRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsHostItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *ThreatIntelligenceHostsHostItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0
@@ -163,7 +163,7 @@ func (m *ThreatIntelligenceHostsHostItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsHostItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsHostItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_child_host_pairs_request_builder.go b/security/threat_intelligence_hosts_item_child_host_pairs_request_builder.go
index ca5aef35169..d455345f553 100644
--- a/security/threat_intelligence_hosts_item_child_host_pairs_request_builder.go
+++ b/security/threat_intelligence_hosts_item_child_host_pairs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemChildHostPairsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemChildHostPairsRequestBuilderGetQueryParameters get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*.
+// ThreatIntelligenceHostsItemChildHostPairsRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsItemChildHostPairsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemChildHostPairsRequestBuilder(rawUrl string, r
func (m *ThreatIntelligenceHostsItemChildHostPairsRequestBuilder) Count()(*ThreatIntelligenceHostsItemChildHostPairsCountRequestBuilder) {
return NewThreatIntelligenceHostsItemChildHostPairsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemChildHostPairsRequestBuilder) Get(ctx contex
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostPairCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsItemChildHostPairsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemChildHostPairsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_components_request_builder.go b/security/threat_intelligence_hosts_item_components_request_builder.go
index 2eb191e65a7..015206304c2 100644
--- a/security/threat_intelligence_hosts_item_components_request_builder.go
+++ b/security/threat_intelligence_hosts_item_components_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemComponentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemComponentsRequestBuilderGetQueryParameters get a list of hostComponent resources. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostsItemComponentsRequestBuilderGetQueryParameters get a list of hostComponent resources. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostsItemComponentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemComponentsRequestBuilder(rawUrl string, reque
func (m *ThreatIntelligenceHostsItemComponentsRequestBuilder) Count()(*ThreatIntelligenceHostsItemComponentsCountRequestBuilder) {
return NewThreatIntelligenceHostsItemComponentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of hostComponent resources. This API is supported in the following national cloud deployments.
+// Get get a list of hostComponent resources. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-components?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemComponentsRequestBuilder) Get(ctx context.Co
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostComponentCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of hostComponent resources. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of hostComponent resources. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostsItemComponentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemComponentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_cookies_request_builder.go b/security/threat_intelligence_hosts_item_cookies_request_builder.go
index 18075c7d9ad..3041b504978 100644
--- a/security/threat_intelligence_hosts_item_cookies_request_builder.go
+++ b/security/threat_intelligence_hosts_item_cookies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemCookiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemCookiesRequestBuilderGetQueryParameters get a list of hostCookie resources. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostsItemCookiesRequestBuilderGetQueryParameters get a list of hostCookie resources. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostsItemCookiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemCookiesRequestBuilder(rawUrl string, requestA
func (m *ThreatIntelligenceHostsItemCookiesRequestBuilder) Count()(*ThreatIntelligenceHostsItemCookiesCountRequestBuilder) {
return NewThreatIntelligenceHostsItemCookiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of hostCookie resources. This API is supported in the following national cloud deployments.
+// Get get a list of hostCookie resources. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-cookies?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemCookiesRequestBuilder) Get(ctx context.Conte
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostCookieCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of hostCookie resources. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of hostCookie resources. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostsItemCookiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemCookiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_host_pairs_request_builder.go b/security/threat_intelligence_hosts_item_host_pairs_request_builder.go
index c540ca835ea..78341b7826a 100644
--- a/security/threat_intelligence_hosts_item_host_pairs_request_builder.go
+++ b/security/threat_intelligence_hosts_item_host_pairs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemHostPairsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemHostPairsRequestBuilderGetQueryParameters get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*.
+// ThreatIntelligenceHostsItemHostPairsRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsItemHostPairsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemHostPairsRequestBuilder(rawUrl string, reques
func (m *ThreatIntelligenceHostsItemHostPairsRequestBuilder) Count()(*ThreatIntelligenceHostsItemHostPairsCountRequestBuilder) {
return NewThreatIntelligenceHostsItemHostPairsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-hostpairs?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemHostPairsRequestBuilder) Get(ctx context.Con
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostPairCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsItemHostPairsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemHostPairsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_parent_host_pairs_request_builder.go b/security/threat_intelligence_hosts_item_parent_host_pairs_request_builder.go
index 670ac8b8935..e41691b913d 100644
--- a/security/threat_intelligence_hosts_item_parent_host_pairs_request_builder.go
+++ b/security/threat_intelligence_hosts_item_parent_host_pairs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemParentHostPairsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemParentHostPairsRequestBuilderGetQueryParameters get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*.
+// ThreatIntelligenceHostsItemParentHostPairsRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsItemParentHostPairsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemParentHostPairsRequestBuilder(rawUrl string,
func (m *ThreatIntelligenceHostsItemParentHostPairsRequestBuilder) Count()(*ThreatIntelligenceHostsItemParentHostPairsCountRequestBuilder) {
return NewThreatIntelligenceHostsItemParentHostPairsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemParentHostPairsRequestBuilder) Get(ctx conte
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostPairCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsItemParentHostPairsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemParentHostPairsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_passive_dns_request_builder.go b/security/threat_intelligence_hosts_item_passive_dns_request_builder.go
index e95f818e8c3..2120d8fc962 100644
--- a/security/threat_intelligence_hosts_item_passive_dns_request_builder.go
+++ b/security/threat_intelligence_hosts_item_passive_dns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemPassiveDnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemPassiveDnsRequestBuilderGetQueryParameters 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.
+// ThreatIntelligenceHostsItemPassiveDnsRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsItemPassiveDnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemPassiveDnsRequestBuilder(rawUrl string, reque
func (m *ThreatIntelligenceHostsItemPassiveDnsRequestBuilder) Count()(*ThreatIntelligenceHostsItemPassiveDnsCountRequestBuilder) {
return NewThreatIntelligenceHostsItemPassiveDnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemPassiveDnsRequestBuilder) Get(ctx context.Co
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.PassiveDnsRecordCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsItemPassiveDnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemPassiveDnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_passive_dns_reverse_request_builder.go b/security/threat_intelligence_hosts_item_passive_dns_reverse_request_builder.go
index 932a73d5737..26894ab8504 100644
--- a/security/threat_intelligence_hosts_item_passive_dns_reverse_request_builder.go
+++ b/security/threat_intelligence_hosts_item_passive_dns_reverse_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilderGetQueryParameters 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.
+// ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilder(rawUrl string
func (m *ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilder) Count()(*ThreatIntelligenceHostsItemPassiveDnsReverseCountRequestBuilder) {
return NewThreatIntelligenceHostsItemPassiveDnsReverseCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilder) Get(ctx con
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.PassiveDnsRecordCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemPassiveDnsReverseRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_reputation_request_builder.go b/security/threat_intelligence_hosts_item_reputation_request_builder.go
index bd500949ec8..4751a942471 100644
--- a/security/threat_intelligence_hosts_item_reputation_request_builder.go
+++ b/security/threat_intelligence_hosts_item_reputation_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceHostsItemReputationRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceHostsItemReputationRequestBuilderGetQueryParameters get the properties and relationships of a hostReputation object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostsItemReputationRequestBuilderGetQueryParameters get the properties and relationships of a hostReputation object. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostsItemReputationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceHostsItemReputationRequestBuilder) Delete(ctx context
}
return nil
}
-// Get get the properties and relationships of a hostReputation object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a hostReputation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ThreatIntelligenceHostsItemReputationRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a hostReputation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a hostReputation object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostsItemReputationRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemReputationRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_ssl_certificates_request_builder.go b/security/threat_intelligence_hosts_item_ssl_certificates_request_builder.go
index 2c3720ec17d..6e8425d23a9 100644
--- a/security/threat_intelligence_hosts_item_ssl_certificates_request_builder.go
+++ b/security/threat_intelligence_hosts_item_ssl_certificates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemSslCertificatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemSslCertificatesRequestBuilderGetQueryParameters get a list of hostSslCertificate objects from the host navigation property.
+// ThreatIntelligenceHostsItemSslCertificatesRequestBuilderGetQueryParameters get a list of hostSslCertificate objects from the host navigation property. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostsItemSslCertificatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,10 +67,10 @@ func NewThreatIntelligenceHostsItemSslCertificatesRequestBuilder(rawUrl string,
func (m *ThreatIntelligenceHostsItemSslCertificatesRequestBuilder) Count()(*ThreatIntelligenceHostsItemSslCertificatesCountRequestBuilder) {
return NewThreatIntelligenceHostsItemSslCertificatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of hostSslCertificate objects from the host navigation property.
+// Get get a list of hostSslCertificate objects from the host navigation property. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/security-hostsslcertificate-list-host?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-sslcertificates?view=graph-rest-1.0
func (m *ThreatIntelligenceHostsItemSslCertificatesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemSslCertificatesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostSslCertificateCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemSslCertificatesRequestBuilder) Get(ctx conte
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostSslCertificateCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of hostSslCertificate objects from the host navigation property.
+// ToGetRequestInformation get a list of hostSslCertificate objects from the host navigation property. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostsItemSslCertificatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemSslCertificatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_subdomains_request_builder.go b/security/threat_intelligence_hosts_item_subdomains_request_builder.go
index 24d678571a3..2bbfbf81f13 100644
--- a/security/threat_intelligence_hosts_item_subdomains_request_builder.go
+++ b/security/threat_intelligence_hosts_item_subdomains_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemSubdomainsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemSubdomainsRequestBuilderGetQueryParameters get the list of subdomain resources associated with a host.
+// ThreatIntelligenceHostsItemSubdomainsRequestBuilderGetQueryParameters get the list of subdomain resources associated with a host. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostsItemSubdomainsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemSubdomainsRequestBuilder(rawUrl string, reque
func (m *ThreatIntelligenceHostsItemSubdomainsRequestBuilder) Count()(*ThreatIntelligenceHostsItemSubdomainsCountRequestBuilder) {
return NewThreatIntelligenceHostsItemSubdomainsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of subdomain resources associated with a host.
+// Get get the list of subdomain resources associated with a host. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemSubdomainsRequestBuilder) Get(ctx context.Co
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SubdomainCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of subdomain resources associated with a host.
+// ToGetRequestInformation get the list of subdomain resources associated with a host. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostsItemSubdomainsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemSubdomainsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_trackers_request_builder.go b/security/threat_intelligence_hosts_item_trackers_request_builder.go
index 03ea1ad3930..69db88b9809 100644
--- a/security/threat_intelligence_hosts_item_trackers_request_builder.go
+++ b/security/threat_intelligence_hosts_item_trackers_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemTrackersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemTrackersRequestBuilderGetQueryParameters get a list of hostTracker resources. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceHostsItemTrackersRequestBuilderGetQueryParameters get a list of hostTracker resources. This API is available in the following national cloud deployments.
type ThreatIntelligenceHostsItemTrackersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceHostsItemTrackersRequestBuilder(rawUrl string, request
func (m *ThreatIntelligenceHostsItemTrackersRequestBuilder) Count()(*ThreatIntelligenceHostsItemTrackersCountRequestBuilder) {
return NewThreatIntelligenceHostsItemTrackersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of hostTracker resources. This API is supported in the following national cloud deployments.
+// Get get a list of hostTracker resources. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-list-trackers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceHostsItemTrackersRequestBuilder) Get(ctx context.Cont
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostTrackerCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of hostTracker resources. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of hostTracker resources. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceHostsItemTrackersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemTrackersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_item_whois_request_builder.go b/security/threat_intelligence_hosts_item_whois_request_builder.go
index 0705986017e..5924e1a2471 100644
--- a/security/threat_intelligence_hosts_item_whois_request_builder.go
+++ b/security/threat_intelligence_hosts_item_whois_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsItemWhoisRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsItemWhoisRequestBuilderGetQueryParameters get the current whoisRecord resource for a host.
+// ThreatIntelligenceHostsItemWhoisRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsItemWhoisRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,10 +40,10 @@ func NewThreatIntelligenceHostsItemWhoisRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewThreatIntelligenceHostsItemWhoisRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the current whoisRecord resource for a host.
+// Get 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/security-host-get-whois?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0
func (m *ThreatIntelligenceHostsItemWhoisRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemWhoisRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.WhoisRecordable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -62,7 +62,7 @@ func (m *ThreatIntelligenceHostsItemWhoisRequestBuilder) Get(ctx context.Context
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.WhoisRecordable), nil
}
-// ToGetRequestInformation get the current whoisRecord resource for a host.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsItemWhoisRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsItemWhoisRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_hosts_request_builder.go b/security/threat_intelligence_hosts_request_builder.go
index d378311ab9c..0e1a58fdb94 100644
--- a/security/threat_intelligence_hosts_request_builder.go
+++ b/security/threat_intelligence_hosts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceHostsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceHostsRequestBuilderGetQueryParameters 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.
+// ThreatIntelligenceHostsRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceHostsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceHostsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ThreatIntelligenceHostsRequestBuilder) Count()(*ThreatIntelligenceHostsCountRequestBuilder) {
return NewThreatIntelligenceHostsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *ThreatIntelligenceHostsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.HostCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceHostsRequestBuilder) Post(ctx context.Context, body i
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Hostable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceHostsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceHostsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_intel_profiles_intelligence_profile_item_request_builder.go b/security/threat_intelligence_intel_profiles_intelligence_profile_item_request_builder.go
index 0882c094089..65ec55a5b20 100644
--- a/security/threat_intelligence_intel_profiles_intelligence_profile_item_request_builder.go
+++ b/security/threat_intelligence_intel_profiles_intelligence_profile_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilderGetQueryParameters read the properties and relationships of a intelligenceProfile object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilderGetQueryParameters read the properties and relationships of a intelligenceProfile object. This API is available in the following national cloud deployments.
type ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilder) D
}
return nil
}
-// Get read the properties and relationships of a intelligenceProfile object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a intelligenceProfile object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a intelligenceProfile object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a intelligenceProfile object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelProfilesIntelligenceProfileItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_intel_profiles_item_indicators_request_builder.go b/security/threat_intelligence_intel_profiles_item_indicators_request_builder.go
index 2793d6276f6..bc4d5435768 100644
--- a/security/threat_intelligence_intel_profiles_item_indicators_request_builder.go
+++ b/security/threat_intelligence_intel_profiles_item_indicators_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilderGetQueryParameters get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilderGetQueryParameters get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is available in the following national cloud deployments.
type ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilder(rawUrl strin
func (m *ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilder) Count()(*ThreatIntelligenceIntelProfilesItemIndicatorsCountRequestBuilder) {
return NewThreatIntelligenceIntelProfilesItemIndicatorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is supported in the following national cloud deployments.
+// Get get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilder) Get(ctx co
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.IntelligenceProfileIndicatorCollectionResponseable), nil
}
-// ToGetRequestInformation get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelProfilesItemIndicatorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_intel_profiles_request_builder.go b/security/threat_intelligence_intel_profiles_request_builder.go
index 2def3432bcb..134bbd09890 100644
--- a/security/threat_intelligence_intel_profiles_request_builder.go
+++ b/security/threat_intelligence_intel_profiles_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceIntelProfilesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceIntelProfilesRequestBuilderGetQueryParameters get a list of the intelligenceProfile objects and their properties. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceIntelProfilesRequestBuilderGetQueryParameters get a list of the intelligenceProfile objects and their properties. This API is available in the following national cloud deployments.
type ThreatIntelligenceIntelProfilesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewThreatIntelligenceIntelProfilesRequestBuilder(rawUrl string, requestAdap
func (m *ThreatIntelligenceIntelProfilesRequestBuilder) Count()(*ThreatIntelligenceIntelProfilesCountRequestBuilder) {
return NewThreatIntelligenceIntelProfilesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the intelligenceProfile objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the intelligenceProfile objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/security-intelligenceprofile-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0
func (m *ThreatIntelligenceIntelProfilesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelProfilesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.IntelligenceProfileCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -115,7 +115,7 @@ func (m *ThreatIntelligenceIntelProfilesRequestBuilder) Post(ctx context.Context
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.IntelligenceProfileable), nil
}
-// ToGetRequestInformation get a list of the intelligenceProfile objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the intelligenceProfile objects and their properties. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceIntelProfilesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelProfilesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_intelligence_profile_indicators_intelligence_profile_indicator_item_request_builder.go b/security/threat_intelligence_intelligence_profile_indicators_intelligence_profile_indicator_item_request_builder.go
index 4e93af009bc..ed8c5fec0bf 100644
--- a/security/threat_intelligence_intelligence_profile_indicators_intelligence_profile_indicator_item_request_builder.go
+++ b/security/threat_intelligence_intelligence_profile_indicators_intelligence_profile_indicator_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndicator
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments.
type ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndic
}
return nil
}
-// Get read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndic
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndicatorItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelligenceProfileIndicatorsIntelligenceProfileIndicatorItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_intelligence_profile_indicators_request_builder.go b/security/threat_intelligence_intelligence_profile_indicators_request_builder.go
index 53bc7a05af9..4370becdeba 100644
--- a/security/threat_intelligence_intelligence_profile_indicators_request_builder.go
+++ b/security/threat_intelligence_intelligence_profile_indicators_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilderGetQueryParameters read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilderGetQueryParameters read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments.
type ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilder(rawUrl str
func (m *ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilder) Count()(*ThreatIntelligenceIntelligenceProfileIndicatorsCountRequestBuilder) {
return NewThreatIntelligenceIntelligenceProfileIndicatorsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.IntelligenceProfileIndicatorCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilder) Post(ctx
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.IntelligenceProfileIndicatorable), nil
}
-// ToGetRequestInformation read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceIntelligenceProfileIndicatorsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_passive_dns_records_passive_dns_record_item_request_builder.go b/security/threat_intelligence_passive_dns_records_passive_dns_record_item_request_builder.go
index a754422a218..1fcb59bd6f8 100644
--- a/security/threat_intelligence_passive_dns_records_passive_dns_record_item_request_builder.go
+++ b/security/threat_intelligence_passive_dns_records_passive_dns_record_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilderGetQueryParameters read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments.
+// ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilderGetQueryParameters read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments.
type ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilder)
}
return nil
}
-// Get read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligencePassiveDnsRecordsPassiveDnsRecordItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_passive_dns_records_request_builder.go b/security/threat_intelligence_passive_dns_records_request_builder.go
index 98bc310a0cc..9f7f1cfe345 100644
--- a/security/threat_intelligence_passive_dns_records_request_builder.go
+++ b/security/threat_intelligence_passive_dns_records_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligencePassiveDnsRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligencePassiveDnsRecordsRequestBuilderGetQueryParameters read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments.
+// ThreatIntelligencePassiveDnsRecordsRequestBuilderGetQueryParameters read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments.
type ThreatIntelligencePassiveDnsRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligencePassiveDnsRecordsRequestBuilder(rawUrl string, request
func (m *ThreatIntelligencePassiveDnsRecordsRequestBuilder) Count()(*ThreatIntelligencePassiveDnsRecordsCountRequestBuilder) {
return NewThreatIntelligencePassiveDnsRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligencePassiveDnsRecordsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligencePassiveDnsRecordsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.PassiveDnsRecordCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligencePassiveDnsRecordsRequestBuilder) Post(ctx context.Con
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.PassiveDnsRecordable), nil
}
-// ToGetRequestInformation read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligencePassiveDnsRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligencePassiveDnsRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_ssl_certificates_request_builder.go b/security/threat_intelligence_ssl_certificates_request_builder.go
index fa771ae467f..bc725b24b58 100644
--- a/security/threat_intelligence_ssl_certificates_request_builder.go
+++ b/security/threat_intelligence_ssl_certificates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceSslCertificatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceSslCertificatesRequestBuilderGetQueryParameters get a list of sslCertificate objects and their properties.
+// ThreatIntelligenceSslCertificatesRequestBuilderGetQueryParameters get a list of sslCertificate objects and their properties. This API is available in the following national cloud deployments.
type ThreatIntelligenceSslCertificatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewThreatIntelligenceSslCertificatesRequestBuilder(rawUrl string, requestAd
func (m *ThreatIntelligenceSslCertificatesRequestBuilder) Count()(*ThreatIntelligenceSslCertificatesCountRequestBuilder) {
return NewThreatIntelligenceSslCertificatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of sslCertificate objects and their properties.
+// Get get a list of sslCertificate objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/security-sslcertificate-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0
func (m *ThreatIntelligenceSslCertificatesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceSslCertificatesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SslCertificateCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -115,7 +115,7 @@ func (m *ThreatIntelligenceSslCertificatesRequestBuilder) Post(ctx context.Conte
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SslCertificateable), nil
}
-// ToGetRequestInformation get a list of sslCertificate objects and their properties.
+// ToGetRequestInformation get a list of sslCertificate objects and their properties. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceSslCertificatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceSslCertificatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_ssl_certificates_ssl_certificate_item_request_builder.go b/security/threat_intelligence_ssl_certificates_ssl_certificate_item_request_builder.go
index f7ce7a63b1e..b9c90c391cc 100644
--- a/security/threat_intelligence_ssl_certificates_ssl_certificate_item_request_builder.go
+++ b/security/threat_intelligence_ssl_certificates_ssl_certificate_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilderGetQueryParameters get the properties and relationships of an sslCertificate object.
+// ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilderGetQueryParameters get the properties and relationships of an sslCertificate object. This API is available in the following national cloud deployments.
type ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilder) Dele
}
return nil
}
-// Get get the properties and relationships of an sslCertificate object.
+// Get get the properties and relationships of an sslCertificate object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of an sslCertificate object.
+// ToGetRequestInformation get the properties and relationships of an sslCertificate object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceSslCertificatesSslCertificateItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_subdomains_request_builder.go b/security/threat_intelligence_subdomains_request_builder.go
index 622af3ed586..3b2c106b205 100644
--- a/security/threat_intelligence_subdomains_request_builder.go
+++ b/security/threat_intelligence_subdomains_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceSubdomainsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceSubdomainsRequestBuilderGetQueryParameters read the properties and relationships of a subdomain object.
+// ThreatIntelligenceSubdomainsRequestBuilderGetQueryParameters read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments.
type ThreatIntelligenceSubdomainsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceSubdomainsRequestBuilder(rawUrl string, requestAdapter
func (m *ThreatIntelligenceSubdomainsRequestBuilder) Count()(*ThreatIntelligenceSubdomainsCountRequestBuilder) {
return NewThreatIntelligenceSubdomainsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a subdomain object.
+// Get read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceSubdomainsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceSubdomainsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.SubdomainCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceSubdomainsRequestBuilder) Post(ctx context.Context, b
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Subdomainable), nil
}
-// ToGetRequestInformation read the properties and relationships of a subdomain object.
+// ToGetRequestInformation read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceSubdomainsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceSubdomainsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_subdomains_subdomain_item_request_builder.go b/security/threat_intelligence_subdomains_subdomain_item_request_builder.go
index 53d6efdfdd7..2211f457d29 100644
--- a/security/threat_intelligence_subdomains_subdomain_item_request_builder.go
+++ b/security/threat_intelligence_subdomains_subdomain_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceSubdomainsSubdomainItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceSubdomainsSubdomainItemRequestBuilderGetQueryParameters read the properties and relationships of a subdomain object.
+// ThreatIntelligenceSubdomainsSubdomainItemRequestBuilderGetQueryParameters read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments.
type ThreatIntelligenceSubdomainsSubdomainItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceSubdomainsSubdomainItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get read the properties and relationships of a subdomain object.
+// Get read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ThreatIntelligenceSubdomainsSubdomainItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a subdomain object.
+// ToGetRequestInformation read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceSubdomainsSubdomainItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceSubdomainsSubdomainItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_vulnerabilities_item_components_request_builder.go b/security/threat_intelligence_vulnerabilities_item_components_request_builder.go
index 55fd1a0481a..3081acdf442 100644
--- a/security/threat_intelligence_vulnerabilities_item_components_request_builder.go
+++ b/security/threat_intelligence_vulnerabilities_item_components_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilderGetQueryParameters get a list of vulnerabilityComponent objects related to a known vulnerability. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilderGetQueryParameters get a list of vulnerabilityComponent objects related to a known vulnerability. This API is available in the following national cloud deployments.
type ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilder(rawUrl str
func (m *ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilder) Count()(*ThreatIntelligenceVulnerabilitiesItemComponentsCountRequestBuilder) {
return NewThreatIntelligenceVulnerabilitiesItemComponentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of vulnerabilityComponent objects related to a known vulnerability. This API is supported in the following national cloud deployments.
+// Get get a list of vulnerabilityComponent objects related to a known vulnerability. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilder) Post(ctx
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.VulnerabilityComponentable), nil
}
-// ToGetRequestInformation get a list of vulnerabilityComponent objects related to a known vulnerability. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of vulnerabilityComponent objects related to a known vulnerability. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceVulnerabilitiesItemComponentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_vulnerabilities_item_components_vulnerability_component_item_request_builder.go b/security/threat_intelligence_vulnerabilities_item_components_vulnerability_component_item_request_builder.go
index 9a38edeef81..91ec49a6067 100644
--- a/security/threat_intelligence_vulnerabilities_item_components_vulnerability_component_item_request_builder.go
+++ b/security/threat_intelligence_vulnerabilities_item_components_vulnerability_component_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentItemRequestBuilderGetQueryParameters read the properties and relationships of a vulnerabilityComponent object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentItemRequestBuilderGetQueryParameters read the properties and relationships of a vulnerabilityComponent object. This API is available in the following national cloud deployments.
type ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentIt
}
return nil
}
-// Get read the properties and relationships of a vulnerabilityComponent object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a vulnerabilityComponent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentIt
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a vulnerabilityComponent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a vulnerabilityComponent object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceVulnerabilitiesItemComponentsVulnerabilityComponentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_vulnerabilities_request_builder.go b/security/threat_intelligence_vulnerabilities_request_builder.go
index 8d819cfe596..a16560b4512 100644
--- a/security/threat_intelligence_vulnerabilities_request_builder.go
+++ b/security/threat_intelligence_vulnerabilities_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceVulnerabilitiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceVulnerabilitiesRequestBuilderGetQueryParameters read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceVulnerabilitiesRequestBuilderGetQueryParameters read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments.
type ThreatIntelligenceVulnerabilitiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewThreatIntelligenceVulnerabilitiesRequestBuilder(rawUrl string, requestAd
func (m *ThreatIntelligenceVulnerabilitiesRequestBuilder) Count()(*ThreatIntelligenceVulnerabilitiesCountRequestBuilder) {
return NewThreatIntelligenceVulnerabilitiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceVulnerabilitiesRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceVulnerabilitiesRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.VulnerabilityCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ThreatIntelligenceVulnerabilitiesRequestBuilder) Post(ctx context.Conte
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Vulnerabilityable), nil
}
-// ToGetRequestInformation read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceVulnerabilitiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceVulnerabilitiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_vulnerabilities_vulnerability_item_request_builder.go b/security/threat_intelligence_vulnerabilities_vulnerability_item_request_builder.go
index 78c1a18174b..8e111a7bf04 100644
--- a/security/threat_intelligence_vulnerabilities_vulnerability_item_request_builder.go
+++ b/security/threat_intelligence_vulnerabilities_vulnerability_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilderGetQueryParameters read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments.
+// ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilderGetQueryParameters read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments.
type ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilder) Delet
}
return nil
}
-// Get read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceVulnerabilitiesVulnerabilityItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_whois_records_item_history_request_builder.go b/security/threat_intelligence_whois_records_item_history_request_builder.go
index a464b0d6c50..e4a05939189 100644
--- a/security/threat_intelligence_whois_records_item_history_request_builder.go
+++ b/security/threat_intelligence_whois_records_item_history_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilderGetQueryParameters get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources.
+// ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilderGetQueryParameters get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. This API is available in the following national cloud deployments.
type ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewThreatIntelligenceWhoisRecordsItemHistoryRequestBuilder(rawUrl string, r
func (m *ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilder) Count()(*ThreatIntelligenceWhoisRecordsItemHistoryCountRequestBuilder) {
return NewThreatIntelligenceWhoisRecordsItemHistoryCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources.
+// Get get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilder) Get(ctx contex
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.WhoisHistoryRecordCollectionResponseable), nil
}
-// ToGetRequestInformation get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources.
+// ToGetRequestInformation get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceWhoisRecordsItemHistoryRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_whois_records_request_builder.go b/security/threat_intelligence_whois_records_request_builder.go
index 06fa8015e62..24968c9e022 100644
--- a/security/threat_intelligence_whois_records_request_builder.go
+++ b/security/threat_intelligence_whois_records_request_builder.go
@@ -11,7 +11,7 @@ import (
type ThreatIntelligenceWhoisRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ThreatIntelligenceWhoisRecordsRequestBuilderGetQueryParameters get a list of whoisRecord objects.
+// ThreatIntelligenceWhoisRecordsRequestBuilderGetQueryParameters get a list of whoisRecord objects. This API is available in the following national cloud deployments.
type ThreatIntelligenceWhoisRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,10 +74,10 @@ func NewThreatIntelligenceWhoisRecordsRequestBuilder(rawUrl string, requestAdapt
func (m *ThreatIntelligenceWhoisRecordsRequestBuilder) Count()(*ThreatIntelligenceWhoisRecordsCountRequestBuilder) {
return NewThreatIntelligenceWhoisRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of whoisRecord objects.
+// Get get a list of whoisRecord objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/security-whoisrecord-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0
func (m *ThreatIntelligenceWhoisRecordsRequestBuilder) Get(ctx context.Context, requestConfiguration *ThreatIntelligenceWhoisRecordsRequestBuilderGetRequestConfiguration)(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.WhoisRecordCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -115,7 +115,7 @@ func (m *ThreatIntelligenceWhoisRecordsRequestBuilder) Post(ctx context.Context,
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.WhoisRecordable), nil
}
-// ToGetRequestInformation get a list of whoisRecord objects.
+// ToGetRequestInformation get a list of whoisRecord objects. This API is available in the following national cloud deployments.
func (m *ThreatIntelligenceWhoisRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceWhoisRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/threat_intelligence_whois_records_whois_record_item_request_builder.go b/security/threat_intelligence_whois_records_whois_record_item_request_builder.go
index 44f46472de4..9ffdd034f95 100644
--- a/security/threat_intelligence_whois_records_whois_record_item_request_builder.go
+++ b/security/threat_intelligence_whois_records_whois_record_item_request_builder.go
@@ -18,7 +18,7 @@ type ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilderGetQueryParameters read the properties and relationships of a whoisRecord object.
+// ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilderGetQueryParameters 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.
type ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get read the properties and relationships of a whoisRecord object.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a whoisRecord object.
+// ToGetRequestInformation 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.
func (m *ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ThreatIntelligenceWhoisRecordsWhoisRecordItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/trigger_types_retention_event_types_request_builder.go b/security/trigger_types_retention_event_types_request_builder.go
index b72c3951b2f..6c3988ab555 100644
--- a/security/trigger_types_retention_event_types_request_builder.go
+++ b/security/trigger_types_retention_event_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type TriggerTypesRetentionEventTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TriggerTypesRetentionEventTypesRequestBuilderGetQueryParameters get a list of the retentionEventType objects and their properties. This API is supported in the following national cloud deployments.
+// TriggerTypesRetentionEventTypesRequestBuilderGetQueryParameters get a list of the retentionEventType objects and their properties. This API is available in the following national cloud deployments.
type TriggerTypesRetentionEventTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTriggerTypesRetentionEventTypesRequestBuilder(rawUrl string, requestAdap
func (m *TriggerTypesRetentionEventTypesRequestBuilder) Count()(*TriggerTypesRetentionEventTypesCountRequestBuilder) {
return NewTriggerTypesRetentionEventTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the retentionEventType objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the retentionEventType objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TriggerTypesRetentionEventTypesRequestBuilder) Get(ctx context.Context,
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.RetentionEventTypeCollectionResponseable), nil
}
-// Post create a new retentionEventType object. This API is supported in the following national cloud deployments.
+// Post create a new retentionEventType object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TriggerTypesRetentionEventTypesRequestBuilder) Post(ctx context.Context
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.RetentionEventTypeable), nil
}
-// ToGetRequestInformation get a list of the retentionEventType objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the retentionEventType objects and their properties. This API is available in the following national cloud deployments.
func (m *TriggerTypesRetentionEventTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TriggerTypesRetentionEventTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TriggerTypesRetentionEventTypesRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new retentionEventType object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new retentionEventType object. This API is available in the following national cloud deployments.
func (m *TriggerTypesRetentionEventTypesRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.RetentionEventTypeable, requestConfiguration *TriggerTypesRetentionEventTypesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/trigger_types_retention_event_types_retention_event_type_item_request_builder.go b/security/trigger_types_retention_event_types_retention_event_type_item_request_builder.go
index cbc96d895a7..56e7bf6f4e5 100644
--- a/security/trigger_types_retention_event_types_retention_event_type_item_request_builder.go
+++ b/security/trigger_types_retention_event_types_retention_event_type_item_request_builder.go
@@ -18,7 +18,7 @@ type TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilderGetQueryParameters read the properties and relationships of a retentionEventType object. This API is supported in the following national cloud deployments.
+// TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilderGetQueryParameters read the properties and relationships of a retentionEventType object. This API is available in the following national cloud deployments.
type TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -73,7 +73,7 @@ func (m *TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilder) De
}
return nil
}
-// Get read the properties and relationships of a retentionEventType object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a retentionEventType object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a retentionEventType object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a retentionEventType object. This API is available in the following national cloud deployments.
func (m *TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TriggerTypesRetentionEventTypesRetentionEventTypeItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/triggers_retention_events_request_builder.go b/security/triggers_retention_events_request_builder.go
index da7a4159c0f..9dcc32aac70 100644
--- a/security/triggers_retention_events_request_builder.go
+++ b/security/triggers_retention_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type TriggersRetentionEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TriggersRetentionEventsRequestBuilderGetQueryParameters get a list of the retentionEvent objects and their properties. This API is supported in the following national cloud deployments.
+// TriggersRetentionEventsRequestBuilderGetQueryParameters get a list of the retentionEvent objects and their properties. This API is available in the following national cloud deployments.
type TriggersRetentionEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTriggersRetentionEventsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *TriggersRetentionEventsRequestBuilder) Count()(*TriggersRetentionEventsCountRequestBuilder) {
return NewTriggersRetentionEventsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the retentionEvent objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the retentionEvent objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *TriggersRetentionEventsRequestBuilder) Get(ctx context.Context, request
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.RetentionEventCollectionResponseable), nil
}
-// Post create a new retentionEvent object. This API is supported in the following national cloud deployments.
+// Post create a new retentionEvent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TriggersRetentionEventsRequestBuilder) Post(ctx context.Context, body i
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.RetentionEventable), nil
}
-// ToGetRequestInformation get a list of the retentionEvent objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the retentionEvent objects and their properties. This API is available in the following national cloud deployments.
func (m *TriggersRetentionEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TriggersRetentionEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *TriggersRetentionEventsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new retentionEvent object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new retentionEvent object. This API is available in the following national cloud deployments.
func (m *TriggersRetentionEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.RetentionEventable, requestConfiguration *TriggersRetentionEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/security/triggers_retention_events_retention_event_item_request_builder.go b/security/triggers_retention_events_retention_event_item_request_builder.go
index 4dcc2ce217e..84492b4edb6 100644
--- a/security/triggers_retention_events_retention_event_item_request_builder.go
+++ b/security/triggers_retention_events_retention_event_item_request_builder.go
@@ -18,7 +18,7 @@ type TriggersRetentionEventsRetentionEventItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TriggersRetentionEventsRetentionEventItemRequestBuilderGetQueryParameters read the properties and relationships of a retentionEvent object. This API is supported in the following national cloud deployments.
+// TriggersRetentionEventsRetentionEventItemRequestBuilderGetQueryParameters read the properties and relationships of a retentionEvent object. This API is available in the following national cloud deployments.
type TriggersRetentionEventsRetentionEventItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewTriggersRetentionEventsRetentionEventItemRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewTriggersRetentionEventsRetentionEventItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a retentionEvent object. This API is supported in the following national cloud deployments.
+// Delete delete a retentionEvent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *TriggersRetentionEventsRetentionEventItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get read the properties and relationships of a retentionEvent object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a retentionEvent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *TriggersRetentionEventsRetentionEventItemRequestBuilder) Patch(ctx cont
func (m *TriggersRetentionEventsRetentionEventItemRequestBuilder) RetentionEventType()(*TriggersRetentionEventsItemRetentionEventTypeRequestBuilder) {
return NewTriggersRetentionEventsItemRetentionEventTypeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a retentionEvent object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a retentionEvent object. This API is available in the following national cloud deployments.
func (m *TriggersRetentionEventsRetentionEventItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *TriggersRetentionEventsRetentionEventItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *TriggersRetentionEventsRetentionEventItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a retentionEvent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a retentionEvent object. This API is available in the following national cloud deployments.
func (m *TriggersRetentionEventsRetentionEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TriggersRetentionEventsRetentionEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/get_available_extension_properties_post_request_body.go b/serviceprincipals/get_available_extension_properties_post_request_body.go
index 63f6ff25f9e..22f703bac2a 100644
--- a/serviceprincipals/get_available_extension_properties_post_request_body.go
+++ b/serviceprincipals/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/get_available_extension_properties_request_builder.go b/serviceprincipals/get_available_extension_properties_request_builder.go
index ca4df9d7449..583c0c9f8f5 100644
--- a/serviceprincipals/get_available_extension_properties_request_builder.go
+++ b/serviceprincipals/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/get_by_ids_post_request_body.go b/serviceprincipals/get_by_ids_post_request_body.go
index 313e05db6bc..29272bc57c8 100644
--- a/serviceprincipals/get_by_ids_post_request_body.go
+++ b/serviceprincipals/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/get_by_ids_request_builder.go b/serviceprincipals/get_by_ids_request_builder.go
index d4db28861e3..a83ea0c525a 100644
--- a/serviceprincipals/get_by_ids_request_builder.go
+++ b/serviceprincipals/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_add_key_post_request_body.go b/serviceprincipals/item_add_key_post_request_body.go
index c68df75a2a8..dce874b8095 100644
--- a/serviceprincipals/item_add_key_post_request_body.go
+++ b/serviceprincipals/item_add_key_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemAddKeyPostRequestBody()(*ItemAddKeyPostRequestBody) {
func CreateItemAddKeyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddKeyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddKeyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemAddKeyPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddKeyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemAddKeyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddKeyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddKeyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_add_key_request_builder.go b/serviceprincipals/item_add_key_request_builder.go
index 2e5448a034a..a69318cb67e 100644
--- a/serviceprincipals/item_add_key_request_builder.go
+++ b/serviceprincipals/item_add_key_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAddKeyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
urlParams["request-raw-url"] = rawUrl
return NewItemAddKeyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAddKeyRequestBuilder) Post(ctx context.Context, body ItemAddKeyPost
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAddKeyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAddKeyPostRequestBodyable, requestConfiguration *ItemAddKeyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_add_password_post_request_body.go b/serviceprincipals/item_add_password_post_request_body.go
index e4dce525168..4ebd487b1db 100644
--- a/serviceprincipals/item_add_password_post_request_body.go
+++ b/serviceprincipals/item_add_password_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemAddPasswordPostRequestBody()(*ItemAddPasswordPostRequestBody) {
func CreateItemAddPasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddPasswordPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddPasswordPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemAddPasswordPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddPasswordPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemAddPasswordPostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddPasswordPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddPasswordPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_add_password_request_builder.go b/serviceprincipals/item_add_password_request_builder.go
index 39c937eb9d5..d0abea32d48 100644
--- a/serviceprincipals/item_add_password_request_builder.go
+++ b/serviceprincipals/item_add_password_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAddPasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemAddPasswordRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post add a strong password or secret to a servicePrincipal object. This API is supported in the following national cloud deployments.
+// Post add a strong password or secret to a servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAddPasswordRequestBuilder) Post(ctx context.Context, body ItemAddPa
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable), nil
}
-// ToPostRequestInformation add a strong password or secret to a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a strong password or secret to a servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ItemAddPasswordRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAddPasswordPostRequestBodyable, requestConfiguration *ItemAddPasswordRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_add_token_signing_certificate_post_request_body.go b/serviceprincipals/item_add_token_signing_certificate_post_request_body.go
index 986465e66b2..86c51545065 100644
--- a/serviceprincipals/item_add_token_signing_certificate_post_request_body.go
+++ b/serviceprincipals/item_add_token_signing_certificate_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemAddTokenSigningCertificatePostRequestBody()(*ItemAddTokenSigningCert
func CreateItemAddTokenSigningCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddTokenSigningCertificatePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddTokenSigningCertificatePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemAddTokenSigningCertificatePostRequestBody) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAddTokenSigningCertificatePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemAddTokenSigningCertificatePostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAddTokenSigningCertificatePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAddTokenSigningCertificatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_add_token_signing_certificate_request_builder.go b/serviceprincipals/item_add_token_signing_certificate_request_builder.go
index 2494f8e5dd2..721a1bc6eef 100644
--- a/serviceprincipals/item_add_token_signing_certificate_request_builder.go
+++ b/serviceprincipals/item_add_token_signing_certificate_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAddTokenSigningCertificateRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemAddTokenSigningCertificateRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAddTokenSigningCertificateRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SelfSignedCertificateable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAddTokenSigningCertificateRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAddTokenSigningCertificatePostRequestBodyable, requestConfiguration *ItemAddTokenSigningCertificateRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_app_management_policies_app_management_policy_item_request_builder.go b/serviceprincipals/item_app_management_policies_app_management_policy_item_request_builder.go
index 36df023bc45..bdc5ab2fae5 100644
--- a/serviceprincipals/item_app_management_policies_app_management_policy_item_request_builder.go
+++ b/serviceprincipals/item_app_management_policies_app_management_policy_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppManagementPolicyable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_app_role_assigned_to_app_role_assignment_item_request_builder.go b/serviceprincipals/item_app_role_assigned_to_app_role_assignment_item_request_builder.go
index 0de67d5c89c..cca2b398909 100644
--- a/serviceprincipals/item_app_role_assigned_to_app_role_assignment_item_request_builder.go
+++ b/serviceprincipals/item_app_role_assigned_to_app_role_assignment_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) Patch(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_app_role_assigned_to_request_builder.go b/serviceprincipals/item_app_role_assigned_to_request_builder.go
index 806e99f4ebc..0befc323689 100644
--- a/serviceprincipals/item_app_role_assigned_to_request_builder.go
+++ b/serviceprincipals/item_app_role_assigned_to_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAppRoleAssignedToRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAppRoleAssignedToRequestBuilderGetQueryParameters 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.
+// ItemAppRoleAssignedToRequestBuilderGetQueryParameters 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.
type ItemAppRoleAssignedToRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAppRoleAssignedToRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemAppRoleAssignedToRequestBuilder) Count()(*ItemAppRoleAssignedToCountRequestBuilder) {
return NewItemAppRoleAssignedToCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemAppRoleAssignedToRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemAppRoleAssignedToRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAppRoleAssignedToRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAppRoleAssignedToRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemAppRoleAssignedToRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAppRoleAssignedToRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable, requestConfiguration *ItemAppRoleAssignedToRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_app_role_assignments_app_role_assignment_item_request_builder.go b/serviceprincipals/item_app_role_assignments_app_role_assignment_item_request_builder.go
index 7be785641c3..24035d0aa4e 100644
--- a/serviceprincipals/item_app_role_assignments_app_role_assignment_item_request_builder.go
+++ b/serviceprincipals/item_app_role_assignments_app_role_assignment_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_app_role_assignments_request_builder.go b/serviceprincipals/item_app_role_assignments_request_builder.go
index 11267ed1b18..980f098c3da 100644
--- a/serviceprincipals/item_app_role_assignments_request_builder.go
+++ b/serviceprincipals/item_app_role_assignments_request_builder.go
@@ -96,7 +96,7 @@ func (m *ItemAppRoleAssignmentsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemAppRoleAssignmentsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAppRoleAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable, requestConfiguration *ItemAppRoleAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_check_member_groups_post_request_body.go b/serviceprincipals/item_check_member_groups_post_request_body.go
index b2f5b626e8f..3097118f550 100644
--- a/serviceprincipals/item_check_member_groups_post_request_body.go
+++ b/serviceprincipals/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_check_member_groups_request_builder.go b/serviceprincipals/item_check_member_groups_request_builder.go
index 44d6d0e68b5..c65c648d72e 100644
--- a/serviceprincipals/item_check_member_groups_request_builder.go
+++ b/serviceprincipals/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_check_member_objects_post_request_body.go b/serviceprincipals/item_check_member_objects_post_request_body.go
index 5fef268d24a..19b821117de 100644
--- a/serviceprincipals/item_check_member_objects_post_request_body.go
+++ b/serviceprincipals/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_claims_mapping_policies_item_ref_request_builder.go b/serviceprincipals/item_claims_mapping_policies_item_ref_request_builder.go
index b6713f15fad..56835dd5f7a 100644
--- a/serviceprincipals/item_claims_mapping_policies_item_ref_request_builder.go
+++ b/serviceprincipals/item_claims_mapping_policies_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemClaimsMappingPoliciesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteQueryParameters remove a claimsMappingPolicy from a servicePrincipal. This API is supported in the following national cloud deployments.
+// ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteQueryParameters remove a claimsMappingPolicy from a servicePrincipal. This API is available in the following national cloud deployments.
type ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemClaimsMappingPoliciesItemRefRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemClaimsMappingPoliciesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a claimsMappingPolicy from a servicePrincipal. This API is supported in the following national cloud deployments.
+// Delete remove a claimsMappingPolicy from a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemClaimsMappingPoliciesItemRefRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// ToDeleteRequestInformation remove a claimsMappingPolicy from a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a claimsMappingPolicy from a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemClaimsMappingPoliciesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_claims_mapping_policies_ref_request_builder.go b/serviceprincipals/item_claims_mapping_policies_ref_request_builder.go
index a07e9668371..45fabd93aaf 100644
--- a/serviceprincipals/item_claims_mapping_policies_ref_request_builder.go
+++ b/serviceprincipals/item_claims_mapping_policies_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemClaimsMappingPoliciesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemClaimsMappingPoliciesRefRequestBuilderGetQueryParameters list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ItemClaimsMappingPoliciesRefRequestBuilderGetQueryParameters list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
type ItemClaimsMappingPoliciesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewItemClaimsMappingPoliciesRefRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemClaimsMappingPoliciesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// Get list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemClaimsMappingPoliciesRefRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post assign a claimsMappingPolicy to a servicePrincipal. This API is supported in the following national cloud deployments.
+// Post assign a claimsMappingPolicy to a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemClaimsMappingPoliciesRefRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToGetRequestInformation list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemClaimsMappingPoliciesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemClaimsMappingPoliciesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ItemClaimsMappingPoliciesRefRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation assign a claimsMappingPolicy to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation assign a claimsMappingPolicy to a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemClaimsMappingPoliciesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemClaimsMappingPoliciesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_claims_mapping_policies_request_builder.go b/serviceprincipals/item_claims_mapping_policies_request_builder.go
index b86f68f0c25..89896b75e7a 100644
--- a/serviceprincipals/item_claims_mapping_policies_request_builder.go
+++ b/serviceprincipals/item_claims_mapping_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemClaimsMappingPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemClaimsMappingPoliciesRequestBuilderGetQueryParameters list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ItemClaimsMappingPoliciesRequestBuilderGetQueryParameters list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
type ItemClaimsMappingPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemClaimsMappingPoliciesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemClaimsMappingPoliciesRequestBuilder) Count()(*ItemClaimsMappingPoliciesCountRequestBuilder) {
return NewItemClaimsMappingPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// Get list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemClaimsMappingPoliciesRequestBuilder) Get(ctx context.Context, reque
func (m *ItemClaimsMappingPoliciesRequestBuilder) Ref()(*ItemClaimsMappingPoliciesRefRequestBuilder) {
return NewItemClaimsMappingPoliciesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemClaimsMappingPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemClaimsMappingPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_delegated_permission_classifications_delegated_permission_classification_item_request_builder.go b/serviceprincipals/item_delegated_permission_classifications_delegated_permission_classification_item_request_builder.go
index bc984be5341..551882dc9d4 100644
--- a/serviceprincipals/item_delegated_permission_classifications_delegated_permission_classification_item_request_builder.go
+++ b/serviceprincipals/item_delegated_permission_classifications_delegated_permission_classification_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationI
urlParams["request-raw-url"] = rawUrl
return NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is supported in the following national cloud deployments.
+// Delete deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *ItemDelegatedPermissionClassificationsDelegatedPermissionClassification
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedPermissionClassificationable), nil
}
-// ToDeleteRequestInformation deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is available in the following national cloud deployments.
func (m *ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_delegated_permission_classifications_request_builder.go b/serviceprincipals/item_delegated_permission_classifications_request_builder.go
index 3ad7643a74b..c539d815395 100644
--- a/serviceprincipals/item_delegated_permission_classifications_request_builder.go
+++ b/serviceprincipals/item_delegated_permission_classifications_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemDelegatedPermissionClassificationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemDelegatedPermissionClassificationsRequestBuilderGetQueryParameters 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.
+// ItemDelegatedPermissionClassificationsRequestBuilderGetQueryParameters 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.
type ItemDelegatedPermissionClassificationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemDelegatedPermissionClassificationsRequestBuilder(rawUrl string, requ
func (m *ItemDelegatedPermissionClassificationsRequestBuilder) Count()(*ItemDelegatedPermissionClassificationsCountRequestBuilder) {
return NewItemDelegatedPermissionClassificationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemDelegatedPermissionClassificationsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedPermissionClassificationCollectionResponseable), nil
}
-// Post classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is supported in the following national cloud deployments.
+// Post classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemDelegatedPermissionClassificationsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedPermissionClassificationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemDelegatedPermissionClassificationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDelegatedPermissionClassificationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemDelegatedPermissionClassificationsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is available in the following national cloud deployments.
func (m *ItemDelegatedPermissionClassificationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedPermissionClassificationable, requestConfiguration *ItemDelegatedPermissionClassificationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_get_member_groups_post_request_body.go b/serviceprincipals/item_get_member_groups_post_request_body.go
index cfbe254eaf7..c55af41b6d2 100644
--- a/serviceprincipals/item_get_member_groups_post_request_body.go
+++ b/serviceprincipals/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_get_member_groups_request_builder.go b/serviceprincipals/item_get_member_groups_request_builder.go
index 469decf22ce..95ab11123b9 100644
--- a/serviceprincipals/item_get_member_groups_request_builder.go
+++ b/serviceprincipals/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_get_member_objects_post_request_body.go b/serviceprincipals/item_get_member_objects_post_request_body.go
index 25dae8ada16..047e6e40d8e 100644
--- a/serviceprincipals/item_get_member_objects_post_request_body.go
+++ b/serviceprincipals/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_get_member_objects_request_builder.go b/serviceprincipals/item_get_member_objects_request_builder.go
index 74b5f967006..70c38bdee1b 100644
--- a/serviceprincipals/item_get_member_objects_request_builder.go
+++ b/serviceprincipals/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_home_realm_discovery_policies_item_ref_request_builder.go b/serviceprincipals/item_home_realm_discovery_policies_item_ref_request_builder.go
index 301ee9dc75c..436b38c7259 100644
--- a/serviceprincipals/item_home_realm_discovery_policies_item_ref_request_builder.go
+++ b/serviceprincipals/item_home_realm_discovery_policies_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteQueryParameters remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is supported in the following national cloud deployments.
+// ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteQueryParameters remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is available in the following national cloud deployments.
type ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is supported in the following national cloud deployments.
+// Delete remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder) Delete(ctx context
}
return nil
}
-// ToDeleteRequestInformation remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_home_realm_discovery_policies_ref_request_builder.go b/serviceprincipals/item_home_realm_discovery_policies_ref_request_builder.go
index b381e140a93..cedc9c7914b 100644
--- a/serviceprincipals/item_home_realm_discovery_policies_ref_request_builder.go
+++ b/serviceprincipals/item_home_realm_discovery_policies_ref_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemHomeRealmDiscoveryPoliciesRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetQueryParameters list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetQueryParameters list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
type ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -55,7 +55,7 @@ func NewItemHomeRealmDiscoveryPoliciesRefRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemHomeRealmDiscoveryPoliciesRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// Get list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is supported in the following national cloud deployments.
+// Post assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToGetRequestInformation list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -112,7 +112,7 @@ func (m *ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemHomeRealmDiscoveryPoliciesRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_home_realm_discovery_policies_request_builder.go b/serviceprincipals/item_home_realm_discovery_policies_request_builder.go
index 84e438f25bc..32c947aeb63 100644
--- a/serviceprincipals/item_home_realm_discovery_policies_request_builder.go
+++ b/serviceprincipals/item_home_realm_discovery_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemHomeRealmDiscoveryPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemHomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ItemHomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
type ItemHomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemHomeRealmDiscoveryPoliciesRequestBuilder(rawUrl string, requestAdapt
func (m *ItemHomeRealmDiscoveryPoliciesRequestBuilder) Count()(*ItemHomeRealmDiscoveryPoliciesCountRequestBuilder) {
return NewItemHomeRealmDiscoveryPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// Get list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemHomeRealmDiscoveryPoliciesRequestBuilder) Get(ctx context.Context,
func (m *ItemHomeRealmDiscoveryPoliciesRequestBuilder) Ref()(*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) {
return NewItemHomeRealmDiscoveryPoliciesRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments.
func (m *ItemHomeRealmDiscoveryPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemHomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_oauth2_permission_grants_request_builder.go b/serviceprincipals/item_oauth2_permission_grants_request_builder.go
index 16d8125189d..a21da5518bf 100644
--- a/serviceprincipals/item_oauth2_permission_grants_request_builder.go
+++ b/serviceprincipals/item_oauth2_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOauth2PermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOauth2PermissionGrantsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemOauth2PermissionGrantsRequestBuilder) Count()(*ItemOauth2PermissionGrantsCountRequestBuilder) {
return NewItemOauth2PermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOauth2PermissionGrantsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOauth2PermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOauth2PermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_owners_item_ref_request_builder.go b/serviceprincipals/item_owners_item_ref_request_builder.go
index 2517d38de5a..a82ed1c53a1 100644
--- a/serviceprincipals/item_owners_item_ref_request_builder.go
+++ b/serviceprincipals/item_owners_item_ref_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemOwnersItemRefRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOwnersItemRefRequestBuilderDeleteQueryParameters 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.
+// ItemOwnersItemRefRequestBuilderDeleteQueryParameters 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.
type ItemOwnersItemRefRequestBuilderDeleteQueryParameters struct {
// Delete Uri
Id *string `uriparametername:"%40id"`
@@ -37,7 +37,7 @@ func NewItemOwnersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemOwnersItemRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0
@@ -56,7 +56,7 @@ func (m *ItemOwnersItemRefRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemOwnersItemRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOwnersItemRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_owners_ref_request_builder.go b/serviceprincipals/item_owners_ref_request_builder.go
index cb28bb0312f..2e8d6b79ed2 100644
--- a/serviceprincipals/item_owners_ref_request_builder.go
+++ b/serviceprincipals/item_owners_ref_request_builder.go
@@ -77,7 +77,7 @@ func (m *ItemOwnersRefRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemOwnersRefRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOwnersRefRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceCreateable, requestConfiguration *ItemOwnersRefRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_remove_key_post_request_body.go b/serviceprincipals/item_remove_key_post_request_body.go
index 6276ab4817f..e51d8aa1f69 100644
--- a/serviceprincipals/item_remove_key_post_request_body.go
+++ b/serviceprincipals/item_remove_key_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemRemoveKeyPostRequestBody()(*ItemRemoveKeyPostRequestBody) {
func CreateItemRemoveKeyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemoveKeyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveKeyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemRemoveKeyPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRemoveKeyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemRemoveKeyPostRequestBody) Serialize(writer i878a80d2330e89d26896388
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemoveKeyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRemoveKeyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_remove_key_request_builder.go b/serviceprincipals/item_remove_key_request_builder.go
index c2f4d44f11d..7405f6b89a1 100644
--- a/serviceprincipals/item_remove_key_request_builder.go
+++ b/serviceprincipals/item_remove_key_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRemoveKeyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemRemoveKeyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemRemoveKeyRequestBuilder) Post(ctx context.Context, body ItemRemoveK
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRemoveKeyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemRemoveKeyPostRequestBodyable, requestConfiguration *ItemRemoveKeyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_remove_password_post_request_body.go b/serviceprincipals/item_remove_password_post_request_body.go
index 0ca5da7807c..48fea9807bf 100644
--- a/serviceprincipals/item_remove_password_post_request_body.go
+++ b/serviceprincipals/item_remove_password_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemRemovePasswordPostRequestBody()(*ItemRemovePasswordPostRequestBody)
func CreateItemRemovePasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemovePasswordPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemovePasswordPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemRemovePasswordPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRemovePasswordPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemRemovePasswordPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRemovePasswordPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRemovePasswordPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_remove_password_request_builder.go b/serviceprincipals/item_remove_password_request_builder.go
index 6b4cd735560..6f0e4ff00af 100644
--- a/serviceprincipals/item_remove_password_request_builder.go
+++ b/serviceprincipals/item_remove_password_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRemovePasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemRemovePasswordRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post remove a password from a servicePrincipal object. This API is supported in the following national cloud deployments.
+// Post remove a password from a servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemRemovePasswordRequestBuilder) Post(ctx context.Context, body ItemRe
}
return nil
}
-// ToPostRequestInformation remove a password from a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation remove a password from a servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ItemRemovePasswordRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemRemovePasswordPostRequestBodyable, requestConfiguration *ItemRemovePasswordRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_restore_request_builder.go b/serviceprincipals/item_restore_request_builder.go
index 1d9cae4e9d6..49f38d0266e 100644
--- a/serviceprincipals/item_restore_request_builder.go
+++ b/serviceprincipals/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_acquire_access_token_post_request_body.go b/serviceprincipals/item_synchronization_acquire_access_token_post_request_body.go
index e18ce02f390..c56dd40bf1a 100644
--- a/serviceprincipals/item_synchronization_acquire_access_token_post_request_body.go
+++ b/serviceprincipals/item_synchronization_acquire_access_token_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationAcquireAccessTokenPostRequestBody()(*ItemSynchronizat
func CreateItemSynchronizationAcquireAccessTokenPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationAcquireAccessTokenPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationAcquireAccessTokenPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_acquire_access_token_request_builder.go b/serviceprincipals/item_synchronization_acquire_access_token_request_builder.go
index 77706c064d8..e362e70c1fe 100644
--- a/serviceprincipals/item_synchronization_acquire_access_token_request_builder.go
+++ b/serviceprincipals/item_synchronization_acquire_access_token_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationAcquireAccessTokenRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationAcquireAccessTokenRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationAcquireAccessTokenRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationAcquireAccessTokenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationAcquireAccessTokenPostRequestBodyable, requestConfiguration *ItemSynchronizationAcquireAccessTokenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_pause_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_pause_request_builder.go
index 2797e62cbd0..2c71fada717 100644
--- a/serviceprincipals/item_synchronization_jobs_item_pause_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_pause_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemPauseRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemPauseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemPauseRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemPauseRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemPauseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_post_request_body.go b/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_post_request_body.go
index fdcea194dde..f52c913c8dd 100644
--- a/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_post_request_body.go
+++ b/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemProvisionOnDemandPostRequestBody()(*ItemSynch
func CreateItemSynchronizationJobsItemProvisionOnDemandPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemProvisionOnDemandPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemProvisionOnDemandPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go
index 08ad395767d..294e13aeb69 100644
--- a/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringKeyStringValuePairable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemProvisionOnDemandPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_restart_post_request_body.go b/serviceprincipals/item_synchronization_jobs_item_restart_post_request_body.go
index 489327d2db7..3777f9111d1 100644
--- a/serviceprincipals/item_synchronization_jobs_item_restart_post_request_body.go
+++ b/serviceprincipals/item_synchronization_jobs_item_restart_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemRestartPostRequestBody()(*ItemSynchronization
func CreateItemSynchronizationJobsItemRestartPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemRestartPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationJobsItemRestartPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemSynchronizationJobsItemRestartPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemRestartPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_jobs_item_restart_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_restart_request_builder.go
index 36b6749776e..164e328cd89 100644
--- a/serviceprincipals/item_synchronization_jobs_item_restart_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_restart_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemRestartRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemRestartRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemRestartRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemRestartRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemRestartPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemRestartRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go
index 9d78b5a4e46..18b8c3edeaa 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_directories_item_discover_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// Post discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryDefinitionable), nil
}
-// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaDirectoriesItemDiscoverRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go b/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go
index a4c523d73ed..2193851ec4d 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody()(*ItemS
func CreateItemSynchronizationJobsItemSchemaParseExpressionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_request_builder.go
index 3cf35c748ae..1c117484076 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_parse_expression_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemSchemaParseExpressionRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemSchemaParseExpressionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationJobsItemSchemaParseExpressionRequestBuilder) Post(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseExpressionResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemSchemaParseExpressionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemSchemaParseExpressionPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemSchemaParseExpressionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_request_builder.go
index e29a38d881e..420dfdf6f76 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_request_builder.go
@@ -18,7 +18,7 @@ type ItemSynchronizationJobsItemSchemaRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSynchronizationJobsItemSchemaRequestBuilderGetQueryParameters retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments.
+// ItemSynchronizationJobsItemSchemaRequestBuilderGetQueryParameters retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments.
type ItemSynchronizationJobsItemSchemaRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) FilterOperators()(*Ite
func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) Functions()(*ItemSynchronizationJobsItemSchemaFunctionsRequestBuilder) {
return NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments.
+// Get retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsItemSchemaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_start_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_start_request_builder.go
index 29d0a3cfa0f..14f7f69ace1 100644
--- a/serviceprincipals/item_synchronization_jobs_item_start_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_start_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemStartRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemStartRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemStartRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsItemStartRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemStartRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_item_validate_credentials_post_request_body.go b/serviceprincipals/item_synchronization_jobs_item_validate_credentials_post_request_body.go
index 459ff0061d8..2cc7b20f237 100644
--- a/serviceprincipals/item_synchronization_jobs_item_validate_credentials_post_request_body.go
+++ b/serviceprincipals/item_synchronization_jobs_item_validate_credentials_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsItemValidateCredentialsPostRequestBody()(*ItemSyn
func CreateItemSynchronizationJobsItemValidateCredentialsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemValidateCredentialsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) GetAppli
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -174,7 +174,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -188,7 +188,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) SetAppli
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsItemValidateCredentialsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_jobs_item_validate_credentials_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_validate_credentials_request_builder.go
index 1b81d7efb0f..eee605dc118 100644
--- a/serviceprincipals/item_synchronization_jobs_item_validate_credentials_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_validate_credentials_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSynchronizationJobsItemValidateCredentialsRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemValidateCredentialsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments.
+// Post validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSynchronizationJobsItemValidateCredentialsRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsItemValidateCredentialsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemValidateCredentialsPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemValidateCredentialsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_request_builder.go b/serviceprincipals/item_synchronization_jobs_request_builder.go
index 4a670b43ce7..909f7b95823 100644
--- a/serviceprincipals/item_synchronization_jobs_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSynchronizationJobsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSynchronizationJobsRequestBuilderGetQueryParameters list existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments.
+// ItemSynchronizationJobsRequestBuilderGetQueryParameters list existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments.
type ItemSynchronizationJobsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSynchronizationJobsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemSynchronizationJobsRequestBuilder) Count()(*ItemSynchronizationJobsCountRequestBuilder) {
return NewItemSynchronizationJobsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments.
+// Get list existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemSynchronizationJobsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationJobCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemSynchronizationJobsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationJobable), nil
}
-// ToGetRequestInformation list existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemSynchronizationJobsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationJobsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationJobable, requestConfiguration *ItemSynchronizationJobsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_synchronization_job_item_request_builder.go b/serviceprincipals/item_synchronization_jobs_synchronization_job_item_request_builder.go
index f4867836933..bb34a70d1c0 100644
--- a/serviceprincipals/item_synchronization_jobs_synchronization_job_item_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_synchronization_job_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSynchronizationJobsSynchronizationJobItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetQueryParameters retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments.
+// ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetQueryParameters retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments.
type ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemSynchronizationJobsSynchronizationJobItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsSynchronizationJobItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments.
+// Get retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) Schema()(*
func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) Start()(*ItemSynchronizationJobsItemStartRequestBuilder) {
return NewItemSynchronizationJobsItemStartRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsSynchronizationJobItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationJobsSynchronizationJobItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationJobsSynchronizationJobItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_jobs_validate_credentials_post_request_body.go b/serviceprincipals/item_synchronization_jobs_validate_credentials_post_request_body.go
index e5974e0951b..44e47d928ed 100644
--- a/serviceprincipals/item_synchronization_jobs_validate_credentials_post_request_body.go
+++ b/serviceprincipals/item_synchronization_jobs_validate_credentials_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationJobsValidateCredentialsPostRequestBody()(*ItemSynchro
func CreateItemSynchronizationJobsValidateCredentialsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsValidateCredentialsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) GetApplicati
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -174,7 +174,7 @@ func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -188,7 +188,7 @@ func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) SetApplicati
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationJobsValidateCredentialsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go b/serviceprincipals/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go
index 206faad1228..a7fd2043c4f 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_directories_item_discover_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// Post discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryDefinitionable), nil
}
-// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaDirectoriesItemDiscoverRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_post_request_body.go b/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_post_request_body.go
index bfd9febedbe..7b705908fed 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_post_request_body.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody()(*
func CreateItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_request_builder.go b/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_request_builder.go
index 297c3888282..a05fba45fe6 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_request_builder.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_parse_expression_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilder) Po
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseExpressionResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationTemplatesItemSchemaParseExpressionPostRequestBodyable, requestConfiguration *ItemSynchronizationTemplatesItemSchemaParseExpressionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_templates_request_builder.go b/serviceprincipals/item_synchronization_templates_request_builder.go
index 77305735e91..a1e66c72a66 100644
--- a/serviceprincipals/item_synchronization_templates_request_builder.go
+++ b/serviceprincipals/item_synchronization_templates_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSynchronizationTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSynchronizationTemplatesRequestBuilderGetQueryParameters list the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments.
+// ItemSynchronizationTemplatesRequestBuilderGetQueryParameters list the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments.
type ItemSynchronizationTemplatesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemSynchronizationTemplatesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemSynchronizationTemplatesRequestBuilder) Count()(*ItemSynchronizationTemplatesCountRequestBuilder) {
return NewItemSynchronizationTemplatesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments.
+// Get list the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemSynchronizationTemplatesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationTemplateable), nil
}
-// ToGetRequestInformation list the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/item_synchronization_templates_synchronization_template_item_request_builder.go b/serviceprincipals/item_synchronization_templates_synchronization_template_item_request_builder.go
index 4c59017ac67..6c65aeea0aa 100644
--- a/serviceprincipals/item_synchronization_templates_synchronization_template_item_request_builder.go
+++ b/serviceprincipals/item_synchronization_templates_synchronization_template_item_request_builder.go
@@ -89,7 +89,7 @@ func (m *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationTemplateable), nil
}
-// Patch update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments.
+// Patch update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments.
func (m *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SynchronizationTemplateable, requestConfiguration *ItemSynchronizationTemplatesSynchronizationTemplateItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/service_principal_item_request_builder.go b/serviceprincipals/service_principal_item_request_builder.go
index 1bfda71e655..c54372e7b99 100644
--- a/serviceprincipals/service_principal_item_request_builder.go
+++ b/serviceprincipals/service_principal_item_request_builder.go
@@ -18,7 +18,7 @@ type ServicePrincipalItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServicePrincipalItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ServicePrincipalItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments.
type ServicePrincipalItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -98,7 +98,7 @@ func (m *ServicePrincipalItemRequestBuilder) CreatedObjects()(*ItemCreatedObject
func (m *ServicePrincipalItemRequestBuilder) DelegatedPermissionClassifications()(*ItemDelegatedPermissionClassificationsRequestBuilder) {
return NewItemDelegatedPermissionClassificationsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a servicePrincipal object. This API is supported in the following national cloud deployments.
+// Delete delete a servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *ServicePrincipalItemRequestBuilder) Endpoints()(*ItemEndpointsRequestBu
func (m *ServicePrincipalItemRequestBuilder) FederatedIdentityCredentials()(*ItemFederatedIdentityCredentialsRequestBuilder) {
return NewItemFederatedIdentityCredentialsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0
@@ -210,7 +210,7 @@ func (m *ServicePrincipalItemRequestBuilder) Restore()(*ItemRestoreRequestBuilde
func (m *ServicePrincipalItemRequestBuilder) Synchronization()(*ItemSynchronizationRequestBuilder) {
return NewItemSynchronizationRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ServicePrincipalItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -222,7 +222,7 @@ func (m *ServicePrincipalItemRequestBuilder) ToDeleteRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ServicePrincipalItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/service_principals_request_builder.go b/serviceprincipals/service_principals_request_builder.go
index ec6d54a1f18..926da1c59ab 100644
--- a/serviceprincipals/service_principals_request_builder.go
+++ b/serviceprincipals/service_principals_request_builder.go
@@ -11,7 +11,7 @@ import (
type ServicePrincipalsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ServicePrincipalsRequestBuilderGetQueryParameters retrieve a list of servicePrincipal objects. This API is supported in the following national cloud deployments.
+// ServicePrincipalsRequestBuilderGetQueryParameters retrieve a list of servicePrincipal objects. This API is available in the following national cloud deployments.
type ServicePrincipalsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ServicePrincipalsRequestBuilder) Count()(*CountRequestBuilder) {
func (m *ServicePrincipalsRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of servicePrincipal objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of servicePrincipal objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0
@@ -108,7 +108,7 @@ func (m *ServicePrincipalsRequestBuilder) GetAvailableExtensionProperties()(*Get
func (m *ServicePrincipalsRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
return NewGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new servicePrincipal object. This API is supported in the following national cloud deployments.
+// Post create a new servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ServicePrincipalsRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable), nil
}
-// ToGetRequestInformation retrieve a list of servicePrincipal objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of servicePrincipal objects. This API is available in the following national cloud deployments.
func (m *ServicePrincipalsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ServicePrincipalsRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ServicePrincipalsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable, requestConfiguration *ServicePrincipalsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipals/validate_properties_post_request_body.go b/serviceprincipals/validate_properties_post_request_body.go
index f622531718a..923d9b349fd 100644
--- a/serviceprincipals/validate_properties_post_request_body.go
+++ b/serviceprincipals/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/serviceprincipals/validate_properties_request_builder.go b/serviceprincipals/validate_properties_request_builder.go
index 1a5b1880026..70cca23b020 100644
--- a/serviceprincipals/validate_properties_request_builder.go
+++ b/serviceprincipals/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/serviceprincipalswithappid/service_principals_with_app_id_request_builder.go b/serviceprincipalswithappid/service_principals_with_app_id_request_builder.go
index 285d76e5f22..cc3d8e8b975 100644
--- a/serviceprincipalswithappid/service_principals_with_app_id_request_builder.go
+++ b/serviceprincipalswithappid/service_principals_with_app_id_request_builder.go
@@ -18,7 +18,7 @@ type ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments.
type ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -57,7 +57,7 @@ func NewServicePrincipalsWithAppIdRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewServicePrincipalsWithAppIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
-// Delete delete a servicePrincipal object. This API is supported in the following national cloud deployments.
+// Delete delete a servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0
@@ -76,7 +76,7 @@ func (m *ServicePrincipalsWithAppIdRequestBuilder) Delete(ctx context.Context, r
}
return nil
}
-// Get retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ServicePrincipalsWithAppIdRequestBuilder) Patch(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable), nil
}
-// ToDeleteRequestInformation delete a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ServicePrincipalsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ServicePrincipalsWithAppIdRequestBuilder) ToDeleteRequestInformation(ct
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments.
func (m *ServicePrincipalsWithAppIdRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_drive_item_request_builder.go b/shares/item_drive_item_request_builder.go
index 9f185d4101e..24e86cf9c44 100644
--- a/shares/item_drive_item_request_builder.go
+++ b/shares/item_drive_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemDriveItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemDriveItemRequestBuilderGetQueryParameters 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.
+// ItemDriveItemRequestBuilderGetQueryParameters 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.
type ItemDriveItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemDriveItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ItemDriveItemRequestBuilder) Content()(*ItemDriveItemContentRequestBuilder) {
return NewItemDriveItemContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemDriveItemRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemDriveItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDriveItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_columns_request_builder.go b/shares/item_list_columns_request_builder.go
index a83701108e7..fca6cba58fc 100644
--- a/shares/item_list_columns_request_builder.go
+++ b/shares/item_list_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ItemListColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
type ItemListColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListColumnsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemListColumnsRequestBuilder) Count()(*ItemListColumnsCountRequestBuilder) {
return NewItemListColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListColumnsRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListColumnsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
func (m *ItemListColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListColumnsRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go b/shares/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go
index d6c86c14778..e45cf3a9ebf 100644
--- a/shares/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go
+++ b/shares/item_list_content_types_add_copy_from_content_type_hub_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesAddCopyFromContentTypeHubPostRequestBody()(*ItemList
func CreateItemListContentTypesAddCopyFromContentTypeHubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesAddCopyFromContentTypeHubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyFromContentTypeHubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/shares/item_list_content_types_add_copy_from_content_type_hub_request_builder.go b/shares/item_list_content_types_add_copy_from_content_type_hub_request_builder.go
index 40e4c02c689..698d3599a26 100644
--- a/shares/item_list_content_types_add_copy_from_content_type_hub_request_builder.go
+++ b/shares/item_list_content_types_add_copy_from_content_type_hub_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListContentTypesAddCopyFromContentTypeHubRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemListContentTypesAddCopyFromContentTypeHubRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesAddCopyFromContentTypeHubRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesAddCopyFromContentTypeHubPostRequestBodyable, requestConfiguration *ItemListContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_add_copy_post_request_body.go b/shares/item_list_content_types_add_copy_post_request_body.go
index 43b00c0225c..7c38f83974e 100644
--- a/shares/item_list_content_types_add_copy_post_request_body.go
+++ b/shares/item_list_content_types_add_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesAddCopyPostRequestBody()(*ItemListContentTypesAddCop
func CreateItemListContentTypesAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesAddCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListContentTypesAddCopyPostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesAddCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesAddCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/shares/item_list_content_types_add_copy_request_builder.go b/shares/item_list_content_types_add_copy_request_builder.go
index 20d8b52b64d..750230b68c4 100644
--- a/shares/item_list_content_types_add_copy_request_builder.go
+++ b/shares/item_list_content_types_add_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListContentTypesAddCopyRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesAddCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemListContentTypesAddCopyRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesAddCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesAddCopyPostRequestBodyable, requestConfiguration *ItemListContentTypesAddCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_item_associate_with_hub_sites_post_request_body.go b/shares/item_list_content_types_item_associate_with_hub_sites_post_request_body.go
index 601a97a3d42..cebd035ac7c 100644
--- a/shares/item_list_content_types_item_associate_with_hub_sites_post_request_body.go
+++ b/shares/item_list_content_types_item_associate_with_hub_sites_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesItemAssociateWithHubSitesPostRequestBody()(*ItemList
func CreateItemListContentTypesItemAssociateWithHubSitesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemAssociateWithHubSitesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemAssociateWithHubSitesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/shares/item_list_content_types_item_associate_with_hub_sites_request_builder.go b/shares/item_list_content_types_item_associate_with_hub_sites_request_builder.go
index bd98bdb346b..b02ce5271f1 100644
--- a/shares/item_list_content_types_item_associate_with_hub_sites_request_builder.go
+++ b/shares/item_list_content_types_item_associate_with_hub_sites_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemAssociateWithHubSitesRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemAssociateWithHubSitesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemAssociateWithHubSitesRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesItemAssociateWithHubSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesItemAssociateWithHubSitesPostRequestBodyable, requestConfiguration *ItemListContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_item_columns_column_definition_item_request_builder.go b/shares/item_list_content_types_item_columns_column_definition_item_request_builder.go
index 0e3bb6cbeac..a52816e0f28 100644
--- a/shares/item_list_content_types_item_columns_column_definition_item_request_builder.go
+++ b/shares/item_list_content_types_item_columns_column_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
type ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Dele
}
return nil
}
-// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Patc
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn()(*ItemListContentTypesItemColumnsItemSourceColumnRequestBuilder) {
return NewItemListContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_item_columns_request_builder.go b/shares/item_list_content_types_item_columns_request_builder.go
index 21215a60992..c383f44597c 100644
--- a/shares/item_list_content_types_item_columns_request_builder.go
+++ b/shares/item_list_content_types_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListContentTypesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
+// ItemListContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
type ItemListContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListContentTypesItemColumnsRequestBuilder(rawUrl string, requestAdap
func (m *ItemListContentTypesItemColumnsRequestBuilder) Count()(*ItemListContentTypesItemColumnsCountRequestBuilder) {
return NewItemListContentTypesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListContentTypesItemColumnsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListContentTypesItemColumnsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListContentTypesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_item_copy_to_default_content_location_post_request_body.go b/shares/item_list_content_types_item_copy_to_default_content_location_post_request_body.go
index e40901ce661..836808a32eb 100644
--- a/shares/item_list_content_types_item_copy_to_default_content_location_post_request_body.go
+++ b/shares/item_list_content_types_item_copy_to_default_content_location_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody()(*I
func CreateItemListContentTypesItemCopyToDefaultContentLocationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/shares/item_list_content_types_item_copy_to_default_content_location_request_builder.go b/shares/item_list_content_types_item_copy_to_default_content_location_request_builder.go
index 810324f589c..da8863fdd90 100644
--- a/shares/item_list_content_types_item_copy_to_default_content_location_request_builder.go
+++ b/shares/item_list_content_types_item_copy_to_default_content_location_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListContentTypesItemCopyToDefaultContentLocationPostRequestBodyable, requestConfiguration *ItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_item_is_published_get_response.go b/shares/item_list_content_types_item_is_published_get_response.go
index 4b861838eec..359a6e425b6 100644
--- a/shares/item_list_content_types_item_is_published_get_response.go
+++ b/shares/item_list_content_types_item_is_published_get_response.go
@@ -22,7 +22,7 @@ func NewItemListContentTypesItemIsPublishedGetResponse()(*ItemListContentTypesIt
func CreateItemListContentTypesItemIsPublishedGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemIsPublishedGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemIsPublishedGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListContentTypesItemIsPublishedGetResponse) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListContentTypesItemIsPublishedGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListContentTypesItemIsPublishedGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/shares/item_list_content_types_item_publish_request_builder.go b/shares/item_list_content_types_item_publish_request_builder.go
index 46905ce11a3..bd1926f5798 100644
--- a/shares/item_list_content_types_item_publish_request_builder.go
+++ b/shares/item_list_content_types_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemPublishRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// Post publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemPublishRequestBuilder) Post(ctx context.Context
}
return nil
}
-// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_item_unpublish_request_builder.go b/shares/item_list_content_types_item_unpublish_request_builder.go
index dbb9abe5fbf..e0c3391dfb3 100644
--- a/shares/item_list_content_types_item_unpublish_request_builder.go
+++ b/shares/item_list_content_types_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListContentTypesItemUnpublishRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemListContentTypesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// Post unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListContentTypesItemUnpublishRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_content_types_request_builder.go b/shares/item_list_content_types_request_builder.go
index dcbbb9a8df5..c9ab09a9672 100644
--- a/shares/item_list_content_types_request_builder.go
+++ b/shares/item_list_content_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListContentTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
type ItemListContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemListContentTypesRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemListContentTypesRequestBuilder) Count()(*ItemListContentTypesCountRequestBuilder) {
return NewItemListContentTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemListContentTypesRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListContentTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_drive_request_builder.go b/shares/item_list_drive_request_builder.go
index 19699f364e3..7716d532e4f 100644
--- a/shares/item_list_drive_request_builder.go
+++ b/shares/item_list_drive_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListDriveRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListDriveRequestBuilderGetQueryParameters only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ItemListDriveRequestBuilderGetQueryParameters allows access to the list as a drive resource with driveItems. Only present on document libraries.
type ItemListDriveRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemListDriveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemListDriveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// Get allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemListDriveRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListDriveRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -59,7 +59,7 @@ func (m *ItemListDriveRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable), nil
}
-// ToGetRequestInformation only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ToGetRequestInformation allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemListDriveRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListDriveRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go b/shares/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go
index 7ce217a58a1..2293366bae2 100644
--- a/shares/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go
+++ b/shares/item_list_items_item_document_set_versions_document_set_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
type ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// Delete delete a version of a document set in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilde
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Fields()(*ItemListItemsItemDocumentSetVersionsItemFieldsRequestBuilder) {
return NewItemListItemsItemDocumentSetVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilde
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore()(*ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) {
return NewItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a version of a document set in a list. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_document_set_versions_item_restore_request_builder.go b/shares/item_list_items_item_document_set_versions_item_restore_request_builder.go
index 845443902f8..f971a0c2a71 100644
--- a/shares/item_list_items_item_document_set_versions_item_restore_request_builder.go
+++ b/shares/item_list_items_item_document_set_versions_item_restore_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post restore a document set version. This API is supported in the following national cloud deployments.
+// Post restore a document set version. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation restore a document set version. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation restore a document set version. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_document_set_versions_request_builder.go b/shares/item_list_items_item_document_set_versions_request_builder.go
index 891b4cf27c6..ca3a287ae2c 100644
--- a/shares/item_list_items_item_document_set_versions_request_builder.go
+++ b/shares/item_list_items_item_document_set_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListItemsItemDocumentSetVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
type ItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListItemsItemDocumentSetVersionsRequestBuilder(rawUrl string, reques
func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) Count()(*ItemListItemsItemDocumentSetVersionsCountRequestBuilder) {
return NewItemListItemsItemDocumentSetVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionCollectionResponseable), nil
}
-// Post create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// Post create a new version of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable), nil
}
-// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new version of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemDocumentSetVersionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, requestConfiguration *ItemListItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_fields_request_builder.go b/shares/item_list_items_item_fields_request_builder.go
index 80ce9626cbc..ba40d3a3da2 100644
--- a/shares/item_list_items_item_fields_request_builder.go
+++ b/shares/item_list_items_item_fields_request_builder.go
@@ -89,7 +89,7 @@ func (m *ItemListItemsItemFieldsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable), nil
}
-// Patch update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// Patch update the properties on a listItem][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemListItemsItemFieldsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update the properties on a listItem][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsItemFieldsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable, requestConfiguration *ItemListItemsItemFieldsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_versions_item_restore_version_request_builder.go b/shares/item_list_items_item_versions_item_restore_version_request_builder.go
index 6d49368f61f..649f525a139 100644
--- a/shares/item_list_items_item_versions_item_restore_version_request_builder.go
+++ b/shares/item_list_items_item_versions_item_restore_version_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListItemsItemVersionsItemRestoreVersionRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsItemVersionsItemRestoreVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListItemsItemVersionsItemRestoreVersionRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListItemsItemVersionsItemRestoreVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_versions_list_item_version_item_request_builder.go b/shares/item_list_items_item_versions_list_item_version_item_request_builder.go
index b58e8d9b21c..eb32bff9e62 100644
--- a/shares/item_list_items_item_versions_list_item_version_item_request_builder.go
+++ b/shares/item_list_items_item_versions_list_item_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListItemsItemVersionsListItemVersionItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
type ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) Delete(ctx
func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) Fields()(*ItemListItemsItemVersionsItemFieldsRequestBuilder) {
return NewItemListItemsItemVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// Get retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
func (m *ItemListItemsItemVersionsListItemVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_item_versions_request_builder.go b/shares/item_list_items_item_versions_request_builder.go
index f22a1fe8120..d58568b8136 100644
--- a/shares/item_list_items_item_versions_request_builder.go
+++ b/shares/item_list_items_item_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListItemsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListItemsItemVersionsRequestBuilderGetQueryParameters 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.
+// ItemListItemsItemVersionsRequestBuilderGetQueryParameters 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.
type ItemListItemsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListItemsItemVersionsRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemListItemsItemVersionsRequestBuilder) Count()(*ItemListItemsItemVersionsCountRequestBuilder) {
return NewItemListItemsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemListItemsItemVersionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemVersionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListItemsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_list_item_item_request_builder.go b/shares/item_list_items_list_item_item_request_builder.go
index 352eb70e77b..c3f9957db2c 100644
--- a/shares/item_list_items_list_item_item_request_builder.go
+++ b/shares/item_list_items_list_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
type ItemListItemsListItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemListItemsListItemItemRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemListItemsListItemItemRequestBuilder) CreatedByUser()(*ItemListItemsItemCreatedByUserRequestBuilder) {
return NewItemListItemsItemCreatedByUserRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// Delete removes an item from a list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemListItemsListItemItemRequestBuilder) DriveItem()(*ItemListItemsItem
func (m *ItemListItemsListItemItemRequestBuilder) Fields()(*ItemListItemsItemFieldsRequestBuilder) {
return NewItemListItemsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0
@@ -146,7 +146,7 @@ func (m *ItemListItemsListItemItemRequestBuilder) Patch(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToDeleteRequestInformation removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation removes an item from a list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsListItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemListItemsListItemItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsListItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsListItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_items_request_builder.go b/shares/item_list_items_request_builder.go
index 3644cd0f3a9..52bd8118f91 100644
--- a/shares/item_list_items_request_builder.go
+++ b/shares/item_list_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
type ItemListItemsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -68,7 +68,7 @@ func NewItemListItemsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemListItemsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemListItemsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemCollectionResponseable), nil
}
-// Post create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Post create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemListItemsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -128,7 +128,7 @@ func (m *ItemListItemsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListItemsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable, requestConfiguration *ItemListItemsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_list_subscriptions_item_reauthorize_request_builder.go b/shares/item_list_subscriptions_item_reauthorize_request_builder.go
index 718455acfe7..10cba0887ef 100644
--- a/shares/item_list_subscriptions_item_reauthorize_request_builder.go
+++ b/shares/item_list_subscriptions_item_reauthorize_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemListSubscriptionsItemReauthorizeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListSubscriptionsItemReauthorizeRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
func (m *ItemListSubscriptionsItemReauthorizeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/item_permission_grant_post_request_body.go b/shares/item_permission_grant_post_request_body.go
index 1fe83e22f67..a6e472b9f3b 100644
--- a/shares/item_permission_grant_post_request_body.go
+++ b/shares/item_permission_grant_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemPermissionGrantPostRequestBody()(*ItemPermissionGrantPostRequestBody
func CreateItemPermissionGrantPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPermissionGrantPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPermissionGrantPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemPermissionGrantPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPermissionGrantPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -126,14 +126,14 @@ func (m *ItemPermissionGrantPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPermissionGrantPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPermissionGrantPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/shares/item_permission_grant_request_builder.go b/shares/item_permission_grant_request_builder.go
index 887f23b1c76..85f485f68c1 100644
--- a/shares/item_permission_grant_request_builder.go
+++ b/shares/item_permission_grant_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPermissionGrantRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemPermissionGrantRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// Post grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemPermissionGrantRequestBuilder) Post(ctx context.Context, body ItemP
}
return res.(ItemPermissionGrantResponseable), nil
}
-// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemPermissionGrantRequestBuilder) PostAsGrantPostResponse(ctx context.
}
return res.(ItemPermissionGrantPostResponseable), nil
}
-// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
func (m *ItemPermissionGrantRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantPostRequestBodyable, requestConfiguration *ItemPermissionGrantRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/shared_drive_item_item_request_builder.go b/shares/shared_drive_item_item_request_builder.go
index d46ad6a1af7..ce73eeba487 100644
--- a/shares/shared_drive_item_item_request_builder.go
+++ b/shares/shared_drive_item_item_request_builder.go
@@ -18,7 +18,7 @@ type SharedDriveItemItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SharedDriveItemItemRequestBuilderGetQueryParameters 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.
+// SharedDriveItemItemRequestBuilderGetQueryParameters 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.
type SharedDriveItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *SharedDriveItemItemRequestBuilder) Delete(ctx context.Context, requestC
func (m *SharedDriveItemItemRequestBuilder) DriveItem()(*ItemDriveItemRequestBuilder) {
return NewItemDriveItemRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0
@@ -159,7 +159,7 @@ func (m *SharedDriveItemItemRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SharedDriveItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharedDriveItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/shares/shares_request_builder.go b/shares/shares_request_builder.go
index b343440a6da..ad993e61736 100644
--- a/shares/shares_request_builder.go
+++ b/shares/shares_request_builder.go
@@ -11,7 +11,7 @@ import (
type SharesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SharesRequestBuilderGetQueryParameters 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.
+// SharesRequestBuilderGetQueryParameters 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.
type SharesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewSharesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c
func (m *SharesRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *SharesRequestBuilder) Get(ctx context.Context, requestConfiguration *SharesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedDriveItemCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *SharesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedDriveItemable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SharesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SharesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/add_post_request_body.go b/sites/add_post_request_body.go
index da1d7784168..1254e2f8311 100644
--- a/sites/add_post_request_body.go
+++ b/sites/add_post_request_body.go
@@ -23,7 +23,7 @@ func NewAddPostRequestBody()(*AddPostRequestBody) {
func CreateAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *AddPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *AddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *AddPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *AddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *AddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_analytics_all_time_request_builder.go b/sites/item_analytics_all_time_request_builder.go
index 11e1268e1d5..5fa7cd7edb7 100644
--- a/sites/item_analytics_all_time_request_builder.go
+++ b/sites/item_analytics_all_time_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAnalyticsAllTimeRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAnalyticsAllTimeRequestBuilderGetQueryParameters 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.
+// ItemAnalyticsAllTimeRequestBuilderGetQueryParameters 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.
type ItemAnalyticsAllTimeRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemAnalyticsAllTimeRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemAnalyticsAllTimeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemAnalyticsAllTimeRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemActivityStatable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAnalyticsAllTimeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAnalyticsAllTimeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_columns_request_builder.go b/sites/item_columns_request_builder.go
index 638e8050944..c2a14fa56fc 100644
--- a/sites/item_columns_request_builder.go
+++ b/sites/item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments.
+// ItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments.
type ItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemColumnsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *ItemColumnsRequestBuilder) Count()(*ItemColumnsCountRequestBuilder) {
return NewItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemColumnsRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemColumnsRequestBuilder) Post(ctx context.Context, body iadcd81124412
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments.
func (m *ItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_add_copy_from_content_type_hub_post_request_body.go b/sites/item_content_types_add_copy_from_content_type_hub_post_request_body.go
index cb566107e86..c072c84cbf0 100644
--- a/sites/item_content_types_add_copy_from_content_type_hub_post_request_body.go
+++ b/sites/item_content_types_add_copy_from_content_type_hub_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemContentTypesAddCopyFromContentTypeHubPostRequestBody()(*ItemContentT
func CreateItemContentTypesAddCopyFromContentTypeHubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesAddCopyFromContentTypeHubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemContentTypesAddCopyFromContentTypeHubPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_content_types_add_copy_from_content_type_hub_request_builder.go b/sites/item_content_types_add_copy_from_content_type_hub_request_builder.go
index 4e79737803d..61cb7221e52 100644
--- a/sites/item_content_types_add_copy_from_content_type_hub_request_builder.go
+++ b/sites/item_content_types_add_copy_from_content_type_hub_request_builder.go
@@ -31,7 +31,7 @@ func NewItemContentTypesAddCopyFromContentTypeHubRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemContentTypesAddCopyFromContentTypeHubRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContentTypesAddCopyFromContentTypeHubRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemContentTypesAddCopyFromContentTypeHubPostRequestBodyable, requestConfiguration *ItemContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_add_copy_post_request_body.go b/sites/item_content_types_add_copy_post_request_body.go
index b27e6687bcf..52865ec5c95 100644
--- a/sites/item_content_types_add_copy_post_request_body.go
+++ b/sites/item_content_types_add_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemContentTypesAddCopyPostRequestBody()(*ItemContentTypesAddCopyPostReq
func CreateItemContentTypesAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesAddCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemContentTypesAddCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemContentTypesAddCopyPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesAddCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemContentTypesAddCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_content_types_add_copy_request_builder.go b/sites/item_content_types_add_copy_request_builder.go
index 2767fc1d44e..426ee80891d 100644
--- a/sites/item_content_types_add_copy_request_builder.go
+++ b/sites/item_content_types_add_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemContentTypesAddCopyRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesAddCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemContentTypesAddCopyRequestBuilder) Post(ctx context.Context, body I
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContentTypesAddCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemContentTypesAddCopyPostRequestBodyable, requestConfiguration *ItemContentTypesAddCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_content_type_item_request_builder.go b/sites/item_content_types_content_type_item_request_builder.go
index 18f83f002a8..5ff624f3742 100644
--- a/sites/item_content_types_content_type_item_request_builder.go
+++ b/sites/item_content_types_content_type_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemContentTypesContentTypeItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemContentTypesContentTypeItemRequestBuilderGetQueryParameters retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments.
+// ItemContentTypesContentTypeItemRequestBuilderGetQueryParameters retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments.
type ItemContentTypesContentTypeItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func NewItemContentTypesContentTypeItemRequestBuilder(rawUrl string, requestAdap
func (m *ItemContentTypesContentTypeItemRequestBuilder) CopyToDefaultContentLocation()(*ItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) {
return NewItemContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments.
+// Delete remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0
@@ -101,7 +101,7 @@ func (m *ItemContentTypesContentTypeItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemContentTypesContentTypeItemRequestBuilder) Get(ctx context.Context,
func (m *ItemContentTypesContentTypeItemRequestBuilder) IsPublished()(*ItemContentTypesItemIsPublishedRequestBuilder) {
return NewItemContentTypesItemIsPublishedRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update a content type][contentType]. This API is supported in the following [national cloud deployments.
+// Patch update a content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *ItemContentTypesContentTypeItemRequestBuilder) Patch(ctx context.Contex
func (m *ItemContentTypesContentTypeItemRequestBuilder) Publish()(*ItemContentTypesItemPublishRequestBuilder) {
return NewItemContentTypesItemPublishRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesContentTypeItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesContentTypeItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemContentTypesContentTypeItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesContentTypeItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesContentTypeItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *ItemContentTypesContentTypeItemRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesContentTypeItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, requestConfiguration *ItemContentTypesContentTypeItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_item_associate_with_hub_sites_post_request_body.go b/sites/item_content_types_item_associate_with_hub_sites_post_request_body.go
index b01e505c864..5677176d0f0 100644
--- a/sites/item_content_types_item_associate_with_hub_sites_post_request_body.go
+++ b/sites/item_content_types_item_associate_with_hub_sites_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemContentTypesItemAssociateWithHubSitesPostRequestBody()(*ItemContentT
func CreateItemContentTypesItemAssociateWithHubSitesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesItemAssociateWithHubSitesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ItemContentTypesItemAssociateWithHubSitesPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_content_types_item_associate_with_hub_sites_request_builder.go b/sites/item_content_types_item_associate_with_hub_sites_request_builder.go
index 219a453336f..1f3d9488618 100644
--- a/sites/item_content_types_item_associate_with_hub_sites_request_builder.go
+++ b/sites/item_content_types_item_associate_with_hub_sites_request_builder.go
@@ -30,7 +30,7 @@ func NewItemContentTypesItemAssociateWithHubSitesRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesItemAssociateWithHubSitesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemContentTypesItemAssociateWithHubSitesRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContentTypesItemAssociateWithHubSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemContentTypesItemAssociateWithHubSitesPostRequestBodyable, requestConfiguration *ItemContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_item_columns_column_definition_item_request_builder.go b/sites/item_content_types_item_columns_column_definition_item_request_builder.go
index 04c9b6027a3..ca16f09f0a9 100644
--- a/sites/item_content_types_item_columns_column_definition_item_request_builder.go
+++ b/sites/item_content_types_item_columns_column_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
type ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Patch(ct
func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn()(*ItemContentTypesItemColumnsItemSourceColumnRequestBuilder) {
return NewItemContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_item_columns_request_builder.go b/sites/item_content_types_item_columns_request_builder.go
index 6eeef781789..2d4252b14fe 100644
--- a/sites/item_content_types_item_columns_request_builder.go
+++ b/sites/item_content_types_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContentTypesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
+// ItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
type ItemContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemContentTypesItemColumnsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemContentTypesItemColumnsRequestBuilder) Count()(*ItemContentTypesItemColumnsCountRequestBuilder) {
return NewItemContentTypesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemContentTypesItemColumnsRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemContentTypesItemColumnsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContentTypesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemContentTypesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_item_copy_to_default_content_location_post_request_body.go b/sites/item_content_types_item_copy_to_default_content_location_post_request_body.go
index 18350573d60..937bc3860cd 100644
--- a/sites/item_content_types_item_copy_to_default_content_location_post_request_body.go
+++ b/sites/item_content_types_item_copy_to_default_content_location_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemContentTypesItemCopyToDefaultContentLocationPostRequestBody()(*ItemC
func CreateItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesItemCopyToDefaultContentLocationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_content_types_item_copy_to_default_content_location_request_builder.go b/sites/item_content_types_item_copy_to_default_content_location_request_builder.go
index c2f8261fbf0..aba07bc70b4 100644
--- a/sites/item_content_types_item_copy_to_default_content_location_request_builder.go
+++ b/sites/item_content_types_item_copy_to_default_content_location_request_builder.go
@@ -30,7 +30,7 @@ func NewItemContentTypesItemCopyToDefaultContentLocationRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyable, requestConfiguration *ItemContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_item_is_published_get_response.go b/sites/item_content_types_item_is_published_get_response.go
index 976444b2840..47021458587 100644
--- a/sites/item_content_types_item_is_published_get_response.go
+++ b/sites/item_content_types_item_is_published_get_response.go
@@ -22,7 +22,7 @@ func NewItemContentTypesItemIsPublishedGetResponse()(*ItemContentTypesItemIsPubl
func CreateItemContentTypesItemIsPublishedGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesItemIsPublishedGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemContentTypesItemIsPublishedGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemContentTypesItemIsPublishedGetResponse) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemContentTypesItemIsPublishedGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemContentTypesItemIsPublishedGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_content_types_item_publish_request_builder.go b/sites/item_content_types_item_publish_request_builder.go
index 156eb86f96b..7f24c734773 100644
--- a/sites/item_content_types_item_publish_request_builder.go
+++ b/sites/item_content_types_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemContentTypesItemPublishRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// Post publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemContentTypesItemPublishRequestBuilder) Post(ctx context.Context, re
}
return nil
}
-// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_item_unpublish_request_builder.go b/sites/item_content_types_item_unpublish_request_builder.go
index de295374227..99fbb184325 100644
--- a/sites/item_content_types_item_unpublish_request_builder.go
+++ b/sites/item_content_types_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemContentTypesItemUnpublishRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemContentTypesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// Post unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemContentTypesItemUnpublishRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_content_types_request_builder.go b/sites/item_content_types_request_builder.go
index b8ca512b2cb..b72e21692a8 100644
--- a/sites/item_content_types_request_builder.go
+++ b/sites/item_content_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContentTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments.
+// ItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments.
type ItemContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemContentTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemContentTypesRequestBuilder) Count()(*ItemContentTypesCountRequestBuilder) {
return NewItemContentTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0
@@ -108,7 +108,7 @@ func (m *ItemContentTypesRequestBuilder) Get(ctx context.Context, requestConfigu
func (m *ItemContentTypesRequestBuilder) GetCompatibleHubContentTypes()(*ItemContentTypesGetCompatibleHubContentTypesRequestBuilder) {
return NewItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments.
+// Post create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemContentTypesRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToGetRequestInformation get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContentTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemContentTypesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, requestConfiguration *ItemContentTypesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_columns_request_builder.go b/sites/item_lists_item_columns_request_builder.go
index d37a4002aee..2e3bbf25b04 100644
--- a/sites/item_lists_item_columns_request_builder.go
+++ b/sites/item_lists_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ItemListsItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
type ItemListsItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListsItemColumnsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemListsItemColumnsRequestBuilder) Count()(*ItemListsItemColumnsCountRequestBuilder) {
return NewItemListsItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListsItemColumnsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListsItemColumnsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListsItemColumnsRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListsItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go b/sites/item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go
index ea7d76ba8de..6674ddd17f2 100644
--- a/sites/item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go
+++ b/sites/item_lists_item_content_types_add_copy_from_content_type_hub_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody()(*Ite
func CreateItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go b/sites/item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go
index 8f01674f2a3..3a47b9bd7e7 100644
--- a/sites/item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go
+++ b/sites/item_lists_item_content_types_add_copy_from_content_type_hub_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListsItemContentTypesAddCopyFromContentTypeHubPostRequestBodyable, requestConfiguration *ItemListsItemContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_add_copy_post_request_body.go b/sites/item_lists_item_content_types_add_copy_post_request_body.go
index 8784f69a950..0a881c9d806 100644
--- a/sites/item_lists_item_content_types_add_copy_post_request_body.go
+++ b/sites/item_lists_item_content_types_add_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListsItemContentTypesAddCopyPostRequestBody()(*ItemListsItemContentT
func CreateItemListsItemContentTypesAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesAddCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListsItemContentTypesAddCopyPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesAddCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListsItemContentTypesAddCopyPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesAddCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesAddCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_lists_item_content_types_add_copy_request_builder.go b/sites/item_lists_item_content_types_add_copy_request_builder.go
index 7ed8ea7ee7f..df7accd4920 100644
--- a/sites/item_lists_item_content_types_add_copy_request_builder.go
+++ b/sites/item_lists_item_content_types_add_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListsItemContentTypesAddCopyRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesAddCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemListsItemContentTypesAddCopyRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemContentTypesAddCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListsItemContentTypesAddCopyPostRequestBodyable, requestConfiguration *ItemListsItemContentTypesAddCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go b/sites/item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go
index 7cc2699ec2a..96726cefe77 100644
--- a/sites/item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go
+++ b/sites/item_lists_item_content_types_item_associate_with_hub_sites_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody()(*Ite
func CreateItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -113,14 +113,14 @@ func (m *ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go b/sites/item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go
index a87cfd47323..e1eefafc36f 100644
--- a/sites/item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go
+++ b/sites/item_lists_item_content_types_item_associate_with_hub_sites_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListsItemContentTypesItemAssociateWithHubSitesPostRequestBodyable, requestConfiguration *ItemListsItemContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_item_columns_column_definition_item_request_builder.go b/sites/item_lists_item_content_types_item_columns_column_definition_item_request_builder.go
index ce18fa8c260..827673b8bf5 100644
--- a/sites/item_lists_item_content_types_item_columns_column_definition_item_request_builder.go
+++ b/sites/item_lists_item_content_types_item_columns_column_definition_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
type ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// Delete remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return nil
}
-// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Get retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// Patch update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn()(*ItemListsItemContentTypesItemColumnsItemSourceColumnRequestBuilder) {
return NewItemListsItemContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListsItemContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_item_columns_request_builder.go b/sites/item_lists_item_content_types_item_columns_request_builder.go
index 70f9e744ed5..e60c2bab73a 100644
--- a/sites/item_lists_item_content_types_item_columns_request_builder.go
+++ b/sites/item_lists_item_content_types_item_columns_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemContentTypesItemColumnsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
+// ItemListsItemContentTypesItemColumnsRequestBuilderGetQueryParameters 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.
type ItemListsItemContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListsItemContentTypesItemColumnsRequestBuilder(rawUrl string, reques
func (m *ItemListsItemContentTypesItemColumnsRequestBuilder) Count()(*ItemListsItemContentTypesItemColumnsCountRequestBuilder) {
return NewItemListsItemContentTypesItemColumnsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListsItemContentTypesItemColumnsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListsItemContentTypesItemColumnsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListsItemContentTypesItemColumnsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemColumnsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListsItemContentTypesItemColumnsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemContentTypesItemColumnsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ColumnDefinitionable, requestConfiguration *ItemListsItemContentTypesItemColumnsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go b/sites/item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go
index 4da760ee472..1a7c33d4730 100644
--- a/sites/item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go
+++ b/sites/item_lists_item_content_types_item_copy_to_default_content_location_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody
func CreateItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBod
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -108,14 +108,14 @@ func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go b/sites/item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go
index d42a13a8e8f..775ebdef080 100644
--- a/sites/item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go
+++ b/sites/item_lists_item_content_types_item_copy_to_default_content_location_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemListsItemContentTypesItemCopyToDefaultContentLocationPostRequestBodyable, requestConfiguration *ItemListsItemContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_item_is_published_get_response.go b/sites/item_lists_item_content_types_item_is_published_get_response.go
index ee27167c79d..41e9221c049 100644
--- a/sites/item_lists_item_content_types_item_is_published_get_response.go
+++ b/sites/item_lists_item_content_types_item_is_published_get_response.go
@@ -22,7 +22,7 @@ func NewItemListsItemContentTypesItemIsPublishedGetResponse()(*ItemListsItemCont
func CreateItemListsItemContentTypesItemIsPublishedGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesItemIsPublishedGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesItemIsPublishedGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemListsItemContentTypesItemIsPublishedGetResponse) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesItemIsPublishedGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemListsItemContentTypesItemIsPublishedGetResponse) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemListsItemContentTypesItemIsPublishedGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemListsItemContentTypesItemIsPublishedGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_lists_item_content_types_item_publish_request_builder.go b/sites/item_lists_item_content_types_item_publish_request_builder.go
index cfd7d43a096..3d8bb422c8f 100644
--- a/sites/item_lists_item_content_types_item_publish_request_builder.go
+++ b/sites/item_lists_item_content_types_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemContentTypesItemPublishRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// Post publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemContentTypesItemPublishRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemListsItemContentTypesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_item_unpublish_request_builder.go b/sites/item_lists_item_content_types_item_unpublish_request_builder.go
index c38859f4bd1..c129ab35a82 100644
--- a/sites/item_lists_item_content_types_item_unpublish_request_builder.go
+++ b/sites/item_lists_item_content_types_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemContentTypesItemUnpublishRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemContentTypesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// Post unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemContentTypesItemUnpublishRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments.
func (m *ItemListsItemContentTypesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_content_types_request_builder.go b/sites/item_lists_item_content_types_request_builder.go
index 27c57eb9e43..787a62c99c2 100644
--- a/sites/item_lists_item_content_types_request_builder.go
+++ b/sites/item_lists_item_content_types_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemContentTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListsItemContentTypesRequestBuilderGetQueryParameters get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
type ItemListsItemContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -82,7 +82,7 @@ func NewItemListsItemContentTypesRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemListsItemContentTypesRequestBuilder) Count()(*ItemListsItemContentTypesCountRequestBuilder) {
return NewItemListsItemContentTypesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemListsItemContentTypesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable), nil
}
-// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemContentTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemContentTypesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_drive_request_builder.go b/sites/item_lists_item_drive_request_builder.go
index 0dc2f37a9e1..286caf16934 100644
--- a/sites/item_lists_item_drive_request_builder.go
+++ b/sites/item_lists_item_drive_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemDriveRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemDriveRequestBuilderGetQueryParameters only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ItemListsItemDriveRequestBuilderGetQueryParameters allows access to the list as a drive resource with driveItems. Only present on document libraries.
type ItemListsItemDriveRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemListsItemDriveRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemDriveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// Get allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemListsItemDriveRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemDriveRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -59,7 +59,7 @@ func (m *ItemListsItemDriveRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable), nil
}
-// ToGetRequestInformation only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
+// ToGetRequestInformation allows access to the list as a drive resource with driveItems. Only present on document libraries.
func (m *ItemListsItemDriveRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemDriveRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go b/sites/item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go
index 1afe988ec4c..2f7d46dfa30 100644
--- a/sites/item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go
+++ b/sites/item_lists_item_items_item_document_set_versions_document_set_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
type ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// Delete delete a version of a document set in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestB
func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Fields()(*ItemListsItemItemsItemDocumentSetVersionsItemFieldsRequestBuilder) {
return NewItemListsItemItemsItemDocumentSetVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestB
func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore()(*ItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilder) {
return NewItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a version of a document set in a list. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a version of a document set in a list. This API is available in the following national cloud deployments.
func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments.
func (m *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_document_set_versions_item_restore_request_builder.go b/sites/item_lists_item_items_item_document_set_versions_item_restore_request_builder.go
index f5115af2932..53573afa455 100644
--- a/sites/item_lists_item_items_item_document_set_versions_item_restore_request_builder.go
+++ b/sites/item_lists_item_items_item_document_set_versions_item_restore_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post restore a document set version. This API is supported in the following national cloud deployments.
+// Post restore a document set version. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation restore a document set version. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation restore a document set version. This API is available in the following national cloud deployments.
func (m *ItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_document_set_versions_request_builder.go b/sites/item_lists_item_items_item_document_set_versions_request_builder.go
index 42bbdcc3a0e..a37292cdef2 100644
--- a/sites/item_lists_item_items_item_document_set_versions_request_builder.go
+++ b/sites/item_lists_item_items_item_document_set_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemItemsItemDocumentSetVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
type ItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListsItemItemsItemDocumentSetVersionsRequestBuilder(rawUrl string, r
func (m *ItemListsItemItemsItemDocumentSetVersionsRequestBuilder) Count()(*ItemListsItemItemsItemDocumentSetVersionsCountRequestBuilder) {
return NewItemListsItemItemsItemDocumentSetVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionCollectionResponseable), nil
}
-// Post create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// Post create a new version of a document set item in a list. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable), nil
}
-// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemListsItemItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListsItemItemsItemDocumentSetVersionsRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new version of a document set item in a list. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new version of a document set item in a list. This API is available in the following national cloud deployments.
func (m *ItemListsItemItemsItemDocumentSetVersionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, requestConfiguration *ItemListsItemItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_fields_request_builder.go b/sites/item_lists_item_items_item_fields_request_builder.go
index bf833e1d723..f871ad0c70e 100644
--- a/sites/item_lists_item_items_item_fields_request_builder.go
+++ b/sites/item_lists_item_items_item_fields_request_builder.go
@@ -89,7 +89,7 @@ func (m *ItemListsItemItemsItemFieldsRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable), nil
}
-// Patch update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// Patch update the properties on a listItem][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemListsItemItemsItemFieldsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties on a listItem][]. This API is supported in the following [national cloud deployments.
+// ToPatchRequestInformation update the properties on a listItem][]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemItemsItemFieldsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FieldValueSetable, requestConfiguration *ItemListsItemItemsItemFieldsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_versions_item_restore_version_request_builder.go b/sites/item_lists_item_items_item_versions_item_restore_version_request_builder.go
index 73836b2cd4c..b516b564394 100644
--- a/sites/item_lists_item_items_item_versions_item_restore_version_request_builder.go
+++ b/sites/item_lists_item_items_item_versions_item_restore_version_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_versions_list_item_version_item_request_builder.go b/sites/item_lists_item_items_item_versions_list_item_version_item_request_builder.go
index 0c2da9a087c..7ee09b159bb 100644
--- a/sites/item_lists_item_items_item_versions_list_item_version_item_request_builder.go
+++ b/sites/item_lists_item_items_item_versions_list_item_version_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
type ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilder) Delete
func (m *ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilder) Fields()(*ItemListsItemItemsItemVersionsItemFieldsRequestBuilder) {
return NewItemListsItemItemsItemVersionsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// Get retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments.
func (m *ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_item_versions_request_builder.go b/sites/item_lists_item_items_item_versions_request_builder.go
index a6baa690347..b9827b139fa 100644
--- a/sites/item_lists_item_items_item_versions_request_builder.go
+++ b/sites/item_lists_item_items_item_versions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemItemsItemVersionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemItemsItemVersionsRequestBuilderGetQueryParameters 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.
+// ItemListsItemItemsItemVersionsRequestBuilderGetQueryParameters 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.
type ItemListsItemItemsItemVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListsItemItemsItemVersionsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemListsItemItemsItemVersionsRequestBuilder) Count()(*ItemListsItemItemsItemVersionsCountRequestBuilder) {
return NewItemListsItemItemsItemVersionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemListsItemItemsItemVersionsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemVersionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListsItemItemsItemVersionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsItemVersionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_list_item_item_request_builder.go b/sites/item_lists_item_items_list_item_item_request_builder.go
index 90712aaaeb4..baee4a20805 100644
--- a/sites/item_lists_item_items_list_item_item_request_builder.go
+++ b/sites/item_lists_item_items_list_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListsItemItemsListItemItemRequestBuilderDeleteRequestConfiguration stru
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListsItemItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListsItemItemsListItemItemRequestBuilderGetQueryParameters returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
type ItemListsItemItemsListItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemListsItemItemsListItemItemRequestBuilder(rawUrl string, requestAdapt
func (m *ItemListsItemItemsListItemItemRequestBuilder) CreatedByUser()(*ItemListsItemItemsItemCreatedByUserRequestBuilder) {
return NewItemListsItemItemsItemCreatedByUserRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// Delete removes an item from a list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemListsItemItemsListItemItemRequestBuilder) DriveItem()(*ItemListsIte
func (m *ItemListsItemItemsListItemItemRequestBuilder) Fields()(*ItemListsItemItemsItemFieldsRequestBuilder) {
return NewItemListsItemItemsItemFieldsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0
@@ -146,7 +146,7 @@ func (m *ItemListsItemItemsListItemItemRequestBuilder) Patch(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToDeleteRequestInformation removes an item from a list][]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation removes an item from a list][]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemItemsListItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsListItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemListsItemItemsListItemItemRequestBuilder) ToDeleteRequestInformatio
}
return requestInfo, nil
}
-// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemItemsListItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsListItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_items_request_builder.go b/sites/item_lists_item_items_request_builder.go
index a06d5912c6e..9896e07d223 100644
--- a/sites/item_lists_item_items_request_builder.go
+++ b/sites/item_lists_item_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsItemItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsItemItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ItemListsItemItemsRequestBuilderGetQueryParameters get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
type ItemListsItemItemsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -68,7 +68,7 @@ func NewItemListsItemItemsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemItemsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// Get get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemListsItemItemsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemCollectionResponseable), nil
}
-// Post create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// Post create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemListsItemItemsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable), nil
}
-// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -128,7 +128,7 @@ func (m *ItemListsItemItemsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments.
func (m *ItemListsItemItemsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListItemable, requestConfiguration *ItemListsItemItemsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_item_subscriptions_item_reauthorize_request_builder.go b/sites/item_lists_item_subscriptions_item_reauthorize_request_builder.go
index b46667ccd80..146adc08f14 100644
--- a/sites/item_lists_item_subscriptions_item_reauthorize_request_builder.go
+++ b/sites/item_lists_item_subscriptions_item_reauthorize_request_builder.go
@@ -30,7 +30,7 @@ func NewItemListsItemSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemListsItemSubscriptionsItemReauthorizeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemListsItemSubscriptionsItemReauthorizeRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
func (m *ItemListsItemSubscriptionsItemReauthorizeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemListsItemSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_list_item_request_builder.go b/sites/item_lists_list_item_request_builder.go
index ac63a1d4913..5f33844fc98 100644
--- a/sites/item_lists_list_item_request_builder.go
+++ b/sites/item_lists_list_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListsListItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListsListItemRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments.
+// ItemListsListItemRequestBuilderGetQueryParameters returns the metadata for a list][]. This API is available in the following [national cloud deployments.
type ItemListsListItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -86,10 +86,10 @@ func (m *ItemListsListItemRequestBuilder) Delete(ctx context.Context, requestCon
func (m *ItemListsListItemRequestBuilder) Drive()(*ItemListsItemDriveRequestBuilder) {
return NewItemListsItemDriveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments.
+// Get returns the metadata for a list][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0
func (m *ItemListsListItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsListItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -155,7 +155,7 @@ func (m *ItemListsListItemRequestBuilder) ToDeleteRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToGetRequestInformation get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation returns the metadata for a list][]. This API is available in the following [national cloud deployments.
func (m *ItemListsListItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsListItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_lists_request_builder.go b/sites/item_lists_request_builder.go
index c9a89d71134..0df3b642644 100644
--- a/sites/item_lists_request_builder.go
+++ b/sites/item_lists_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemListsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemListsRequestBuilderGetQueryParameters 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.
+// ItemListsRequestBuilderGetQueryParameters 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.
type ItemListsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemListsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *ItemListsRequestBuilder) Count()(*ItemListsCountRequestBuilder) {
return NewItemListsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemListsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ListCollectionResponseable), nil
}
-// Post create a new list][] in a [site][]. This API is supported in the following [national cloud deployments.
+// Post create a new list][] in a [site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemListsRequestBuilder) Post(ctx context.Context, body iadcd81124412c6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemListsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemListsRequestBuilder) ToGetRequestInformation(ctx context.Context, r
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new list][] in a [site][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation create a new list][] in a [site][]. This API is available in the following [national cloud deployments.
func (m *ItemListsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable, requestConfiguration *ItemListsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go b/sites/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
index 60ebb4d31e5..ad2d1f90601 100644
--- a/sites/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
+++ b/sites/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody()(*ItemOnenoteN
func CreateItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go b/sites/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
index da4efa357f4..65c60838e45 100644
--- a/sites/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
+++ b/sites/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CopyNotebookModelable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_copy_notebook_post_request_body.go b/sites/item_onenote_notebooks_item_copy_notebook_post_request_body.go
index 1e37794448d..2bb2e542e06 100644
--- a/sites/item_onenote_notebooks_item_copy_notebook_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_copy_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemCopyNotebookPostRequestBody()(*ItemOnenoteNotebo
func CreateItemOnenoteNotebooksItemCopyNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemCopyNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_copy_notebook_request_builder.go b/sites/item_onenote_notebooks_item_copy_notebook_request_builder.go
index 7124cd53c41..ea6871e5b9b 100644
--- a/sites/item_onenote_notebooks_item_copy_notebook_request_builder.go
+++ b/sites/item_onenote_notebooks_item_copy_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemCopyNotebookRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemCopyNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemCopyNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemCopyNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemCopyNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
index 102e4a24d95..d04364d9421 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder(raw
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) G
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index ac2bb6c2eef..e7df943edf5 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostR
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index 8374a2883ef..82605f5f5b4 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookReque
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 9aa1e483e1d..939dd85f663 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupP
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index 7888a8800c1..31c5fbc17e2 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupR
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 9885be75aba..40de7ca7e20 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSect
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index 9c71ec4acaf..d9a61db2bee 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSect
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 16f41cdef34..c69639e93b1 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePat
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePa
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
index 3f950364a7c..0f6e4292901 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
index 89febf410fb..62b0e4b4a27 100644
--- a/sites/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder(rawUrl s
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_section_groups_request_builder.go b/sites/item_onenote_notebooks_item_section_groups_request_builder.go
index e4398b41abb..068e1d11a3f 100644
--- a/sites/item_onenote_notebooks_item_section_groups_request_builder.go
+++ b/sites/item_onenote_notebooks_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsRequestBuilder(rawUrl string, reque
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// Post create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new section group in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new section group in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go b/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
index bf3f6f9d7b9..2008b4c60e7 100644
--- a/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody()(*Ite
func CreateItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go b/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
index 80bd71ecba8..e40c0cf45a0 100644
--- a/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
+++ b/sites/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go b/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
index 93827b3c009..3af0fbbcec3 100644
--- a/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody()(
func CreateItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go b/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
index a68ef9ba3c3..d252365fa9a 100644
--- a/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
+++ b/sites/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go b/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 313959b09b2..879ef8d0f07 100644
--- a/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBod
func CreateItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go b/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
index 42b788889e9..b8822968db4 100644
--- a/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/sites/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/sites/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 1aeda48ec10..ffcd6551b73 100644
--- a/sites/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/sites/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequ
func CreateItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_notebooks_item_sections_item_pages_request_builder.go b/sites/item_onenote_notebooks_item_sections_item_pages_request_builder.go
index 5ade158ba91..b866735aa89 100644
--- a/sites/item_onenote_notebooks_item_sections_item_pages_request_builder.go
+++ b/sites/item_onenote_notebooks_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder(rawUrl string, r
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_item_sections_request_builder.go b/sites/item_onenote_notebooks_item_sections_request_builder.go
index 14e7beeeb8d..b0321e3eef0 100644
--- a/sites/item_onenote_notebooks_item_sections_request_builder.go
+++ b/sites/item_onenote_notebooks_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionsRequestBuilder(rawUrl string, requestAda
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteNotebooksItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_notebook_item_request_builder.go b/sites/item_onenote_notebooks_notebook_item_request_builder.go
index 4a992917862..21ac18b46d9 100644
--- a/sites/item_onenote_notebooks_notebook_item_request_builder.go
+++ b/sites/item_onenote_notebooks_notebook_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteNotebooksNotebookItemRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksNotebookItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_notebooks_request_builder.go b/sites/item_onenote_notebooks_request_builder.go
index 300b2441c5c..2a008f32dc0 100644
--- a/sites/item_onenote_notebooks_request_builder.go
+++ b/sites/item_onenote_notebooks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemOnenoteNotebooksRequestBuilder) Count()(*ItemOnenoteNotebooksCountRequestBuilder) {
return NewItemOnenoteNotebooksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of notebook objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) GetNotebookFromWebUrl()(*ItemOnenot
func (m *ItemOnenoteNotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool)(*ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) {
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, includePersonalNotebooks)
}
-// Post create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// Post create a new OneNote notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable), nil
}
-// ToGetRequestInformation retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of notebook objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new OneNote notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, requestConfiguration *ItemOnenoteNotebooksRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_operations_onenote_operation_item_request_builder.go b/sites/item_onenote_operations_onenote_operation_item_request_builder.go
index 38c66de7b6b..c7f12bd56cb 100644
--- a/sites/item_onenote_operations_onenote_operation_item_request_builder.go
+++ b/sites/item_onenote_operations_onenote_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteOperationsOnenoteOperationItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
+// ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
type ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_operations_request_builder.go b/sites/item_onenote_operations_request_builder.go
index 1c60b7bde6f..0d5245e5718 100644
--- a/sites/item_onenote_operations_request_builder.go
+++ b/sites/item_onenote_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
+// ItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
type ItemOnenoteOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteOperationsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemOnenoteOperationsRequestBuilder) Count()(*ItemOnenoteOperationsCountRequestBuilder) {
return NewItemOnenoteOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
func (m *ItemOnenoteOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemOnenoteOperationsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenoteOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_pages_item_copy_to_section_post_request_body.go b/sites/item_onenote_pages_item_copy_to_section_post_request_body.go
index b720be7cf73..365e74f3bc3 100644
--- a/sites/item_onenote_pages_item_copy_to_section_post_request_body.go
+++ b/sites/item_onenote_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenotePagesItemCopyToSectionPostRequestBody()(*ItemOnenotePagesItem
func CreateItemOnenotePagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenotePagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_pages_item_copy_to_section_request_builder.go b/sites/item_onenote_pages_item_copy_to_section_request_builder.go
index c135df0f0a5..3c94a988220 100644
--- a/sites/item_onenote_pages_item_copy_to_section_request_builder.go
+++ b/sites/item_onenote_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenotePagesItemCopyToSectionRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemOnenotePagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenotePagesItemCopyToSectionRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenotePagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenotePagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenotePagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_pages_item_onenote_patch_content_post_request_body.go b/sites/item_onenote_pages_item_onenote_patch_content_post_request_body.go
index 210a121c3ee..3a980dad51e 100644
--- a/sites/item_onenote_pages_item_onenote_patch_content_post_request_body.go
+++ b/sites/item_onenote_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenotePagesItemOnenotePatchContentPostRequestBody()(*ItemOnenotePag
func CreateItemOnenotePagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenotePagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_pages_onenote_page_item_request_builder.go b/sites/item_onenote_pages_onenote_page_item_request_builder.go
index 502701c049a..18cbfa1c4d4 100644
--- a/sites/item_onenote_pages_onenote_page_item_request_builder.go
+++ b/sites/item_onenote_pages_onenote_page_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
+// ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
type ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Content()(*ItemOnenotePa
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) CopyToSection()(*ItemOnenotePagesItemCopyToSectionRequestBuilder) {
return NewItemOnenotePagesItemCopyToSectionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a OneNote page. This API is supported in the following national cloud deployments.
+// Delete delete a OneNote page. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Patch(ctx context.Contex
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Preview()(*ItemOnenotePagesItemPreviewRequestBuilder) {
return NewItemOnenotePagesItemPreviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a OneNote page. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a OneNote page. This API is available in the following national cloud deployments.
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesOnenotePageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_pages_request_builder.go b/sites/item_onenote_pages_request_builder.go
index 2d7e750f026..26d4ed7bbc8 100644
--- a/sites/item_onenote_pages_request_builder.go
+++ b/sites/item_onenote_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenotePagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is available in the following national cloud deployments.
type ItemOnenotePagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenotePagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemOnenotePagesRequestBuilder) Count()(*ItemOnenotePagesCountRequestBuilder) {
return NewItemOnenotePagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenotePagesRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenotePagesRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects. This API is available in the following national cloud deployments.
func (m *ItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenotePagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenotePagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_item_section_groups_request_builder.go b/sites/item_onenote_section_groups_item_section_groups_request_builder.go
index fe5b5ef03f7..8fb51f25220 100644
--- a/sites/item_onenote_section_groups_item_section_groups_request_builder.go
+++ b/sites/item_onenote_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder(rawUrl string, r
func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 6c8faacaf72..9987a192a1e 100644
--- a/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody()(
func CreateItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index b2509ee7e5e..4c40237182e 100644
--- a/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/sites/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index f3df6f9ee1f..e5bd30a3d13 100644
--- a/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBod
func CreateItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index a789a7b9553..d2de2dcf0e1 100644
--- a/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/sites/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index d22262a871a..7ea02be661a 100644
--- a/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReques
func CreateItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index 3a293cc56c3..c9b6414cc51 100644
--- a/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/sites/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/sites/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 8de46079243..3a598d2866c 100644
--- a/sites/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/sites/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPost
func CreateItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_section_groups_item_sections_item_pages_request_builder.go b/sites/item_onenote_section_groups_item_sections_item_pages_request_builder.go
index b7235736589..937365e827d 100644
--- a/sites/item_onenote_section_groups_item_sections_item_pages_request_builder.go
+++ b/sites/item_onenote_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder(rawUrl strin
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_item_sections_request_builder.go b/sites/item_onenote_section_groups_item_sections_request_builder.go
index c85cc2e5a15..ea1416d7348 100644
--- a/sites/item_onenote_section_groups_item_sections_request_builder.go
+++ b/sites/item_onenote_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsItemSectionsRequestBuilder(rawUrl string, reques
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_request_builder.go b/sites/item_onenote_section_groups_request_builder.go
index c097a3c436c..74888774fb6 100644
--- a/sites/item_onenote_section_groups_request_builder.go
+++ b/sites/item_onenote_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemOnenoteSectionGroupsRequestBuilder) Count()(*ItemOnenoteSectionGroupsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnenoteSectionGroupsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_section_groups_section_group_item_request_builder.go b/sites/item_onenote_section_groups_section_group_item_request_builder.go
index 17a2185fd9d..c970610dc3c 100644
--- a/sites/item_onenote_section_groups_section_group_item_request_builder.go
+++ b/sites/item_onenote_section_groups_section_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderDeleteRequestConfigur
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) Delete(ctx cont
}
return nil
}
-// Get retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToDeleteRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_sections_item_copy_to_notebook_post_request_body.go b/sites/item_onenote_sections_item_copy_to_notebook_post_request_body.go
index fc6b4abd2bb..b090272ea1c 100644
--- a/sites/item_onenote_sections_item_copy_to_notebook_post_request_body.go
+++ b/sites/item_onenote_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemCopyToNotebookPostRequestBody()(*ItemOnenoteSecti
func CreateItemOnenoteSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_sections_item_copy_to_notebook_request_builder.go b/sites/item_onenote_sections_item_copy_to_notebook_request_builder.go
index f771ecd41dd..0446a76d7da 100644
--- a/sites/item_onenote_sections_item_copy_to_notebook_request_builder.go
+++ b/sites/item_onenote_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemCopyToNotebookRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_sections_item_copy_to_section_group_post_request_body.go b/sites/item_onenote_sections_item_copy_to_section_group_post_request_body.go
index c89a21f4d16..6703ba1f53b 100644
--- a/sites/item_onenote_sections_item_copy_to_section_group_post_request_body.go
+++ b/sites/item_onenote_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody()(*ItemOnenoteS
func CreateItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_sections_item_copy_to_section_group_request_builder.go b/sites/item_onenote_sections_item_copy_to_section_group_request_builder.go
index 7cd6b09e826..f60eaab6427 100644
--- a/sites/item_onenote_sections_item_copy_to_section_group_request_builder.go
+++ b/sites/item_onenote_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go b/sites/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
index f794d9fcf58..d7410f131c5 100644
--- a/sites/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/sites/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody()(*ItemOnen
func CreateItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go b/sites/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
index 6f43ff30e87..e0267a09c07 100644
--- a/sites/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/sites/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go b/sites/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
index c6fc6d70c61..483bb53285c 100644
--- a/sites/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/sites/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody()(*It
func CreateItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_onenote_sections_item_pages_request_builder.go b/sites/item_onenote_sections_item_pages_request_builder.go
index 7579b25a222..a46c383a971 100644
--- a/sites/item_onenote_sections_item_pages_request_builder.go
+++ b/sites/item_onenote_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionsItemPagesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_sections_onenote_section_item_request_builder.go b/sites/item_onenote_sections_onenote_section_item_request_builder.go
index bf82a62e9b3..613a683bc16 100644
--- a/sites/item_onenote_sections_onenote_section_item_request_builder.go
+++ b/sites/item_onenote_sections_onenote_section_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteSectionsOnenoteSectionItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_onenote_sections_request_builder.go b/sites/item_onenote_sections_request_builder.go
index 842b9bc6533..3667775174d 100644
--- a/sites/item_onenote_sections_request_builder.go
+++ b/sites/item_onenote_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemOnenoteSectionsRequestBuilder) Count()(*ItemOnenoteSectionsCountRequestBuilder) {
return NewItemOnenoteSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnenoteSectionsRequestBuilder) Post(ctx context.Context, body iadcd
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_operations_request_builder.go b/sites/item_operations_request_builder.go
index 2b9009f4e26..518ae128df7 100644
--- a/sites/item_operations_request_builder.go
+++ b/sites/item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOperationsRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments.
+// ItemOperationsRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments.
type ItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOperationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
func (m *ItemOperationsRequestBuilder) Count()(*ItemOperationsCountRequestBuilder) {
return NewItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments.
+// Get get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOperationsRequestBuilder) Post(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RichLongRunningOperationable), nil
}
-// ToGetRequestInformation get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments.
func (m *ItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_operations_rich_long_running_operation_item_request_builder.go b/sites/item_operations_rich_long_running_operation_item_request_builder.go
index b149c7057c5..10d3cc989c6 100644
--- a/sites/item_operations_rich_long_running_operation_item_request_builder.go
+++ b/sites/item_operations_rich_long_running_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOperationsRichLongRunningOperationItemRequestBuilderDeleteRequestConfig
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters 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.
+// ItemOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters 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.
type ItemOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOperationsRichLongRunningOperationItemRequestBuilder) Delete(ctx co
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemOperationsRichLongRunningOperationItemRequestBuilder) ToDeleteReque
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOperationsRichLongRunningOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOperationsRichLongRunningOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_permissions_item_grant_post_request_body.go b/sites/item_permissions_item_grant_post_request_body.go
index bee8c37baf7..626317753d3 100644
--- a/sites/item_permissions_item_grant_post_request_body.go
+++ b/sites/item_permissions_item_grant_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemPermissionsItemGrantPostRequestBody()(*ItemPermissionsItemGrantPostR
func CreateItemPermissionsItemGrantPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPermissionsItemGrantPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPermissionsItemGrantPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemPermissionsItemGrantPostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPermissionsItemGrantPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -126,14 +126,14 @@ func (m *ItemPermissionsItemGrantPostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPermissionsItemGrantPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPermissionsItemGrantPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/item_permissions_item_grant_request_builder.go b/sites/item_permissions_item_grant_request_builder.go
index 23906325a6f..4cf17b40990 100644
--- a/sites/item_permissions_item_grant_request_builder.go
+++ b/sites/item_permissions_item_grant_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// Post grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemPermissionsItemGrantRequestBuilder) Post(ctx context.Context, body
}
return res.(ItemPermissionsItemGrantResponseable), nil
}
-// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// PostAsGrantPostResponse grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemPermissionsItemGrantRequestBuilder) PostAsGrantPostResponse(ctx con
}
return res.(ItemPermissionsItemGrantPostResponseable), nil
}
-// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments.
+// ToPostRequestInformation grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments.
func (m *ItemPermissionsItemGrantRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionsItemGrantPostRequestBodyable, requestConfiguration *ItemPermissionsItemGrantRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_permissions_permission_item_request_builder.go b/sites/item_permissions_permission_item_request_builder.go
index 04ae28ae40d..10cdaea7c85 100644
--- a/sites/item_permissions_permission_item_request_builder.go
+++ b/sites/item_permissions_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPermissionsPermissionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments.
+// ItemPermissionsPermissionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments.
type ItemPermissionsPermissionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemPermissionsPermissionItemRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemPermissionsPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a permission object on a site. This API is supported in the following national cloud deployments.
+// Delete delete a permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemPermissionsPermissionItemRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// Get retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemPermissionsPermissionItemRequestBuilder) Get(ctx context.Context, r
func (m *ItemPermissionsPermissionItemRequestBuilder) Grant()(*ItemPermissionsItemGrantRequestBuilder) {
return NewItemPermissionsItemGrantRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update an application permission object on a site. This API is supported in the following national cloud deployments.
+// Patch update an application permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemPermissionsPermissionItemRequestBuilder) Patch(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToDeleteRequestInformation delete a permission object on a site. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemPermissionsPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemPermissionsPermissionItemRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemPermissionsPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionsPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemPermissionsPermissionItemRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an application permission object on a site. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an application permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemPermissionsPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable, requestConfiguration *ItemPermissionsPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_permissions_request_builder.go b/sites/item_permissions_request_builder.go
index dd7d2ba395d..d3a49934bd5 100644
--- a/sites/item_permissions_request_builder.go
+++ b/sites/item_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionsRequestBuilderGetQueryParameters get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments.
+// ItemPermissionsRequestBuilderGetQueryParameters get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments.
type ItemPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPermissionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemPermissionsRequestBuilder) Count()(*ItemPermissionsCountRequestBuilder) {
return NewItemPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments.
+// Get get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemPermissionsRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionCollectionResponseable), nil
}
-// Post create a new permission object on a site. This API is supported in the following national cloud deployments.
+// Post create a new permission object on a site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemPermissionsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable), nil
}
-// ToGetRequestInformation get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments.
func (m *ItemPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new permission object on a site. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new permission object on a site. This API is available in the following national cloud deployments.
func (m *ItemPermissionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable, requestConfiguration *ItemPermissionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_sites_request_builder.go b/sites/item_sites_request_builder.go
index db35df7b559..da9df66f58e 100644
--- a/sites/item_sites_request_builder.go
+++ b/sites/item_sites_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemSitesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemSitesRequestBuilderGetQueryParameters get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments.
+// ItemSitesRequestBuilderGetQueryParameters get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments.
type ItemSitesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *ItemSitesRequestBuilder) Count()(*ItemSitesCountRequestBuilder) {
return NewItemSitesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments.
+// Get get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemSitesRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SiteCollectionResponseable), nil
}
-// ToGetRequestInformation get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments.
func (m *ItemSitesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_group_item_request_builder.go b/sites/item_term_store_groups_group_item_request_builder.go
index acafb2c64e4..e9e795b2d3a 100644
--- a/sites/item_term_store_groups_group_item_request_builder.go
+++ b/sites/item_term_store_groups_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoreGroupsGroupItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoreGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ItemTermStoreGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
type ItemTermStoreGroupsGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTermStoreGroupsGroupItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoreGroupsGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// Delete delete a group object in a term store]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTermStoreGroupsGroupItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoreGroupsGroupItemRequestBuilder) Patch(ctx context.Context,
func (m *ItemTermStoreGroupsGroupItemRequestBuilder) Sets()(*ItemTermStoreGroupsItemSetsRequestBuilder) {
return NewItemTermStoreGroupsItemSetsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation delete a group object in a term store]. This API is available in the following [national cloud deployments.
func (m *ItemTermStoreGroupsGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemTermStoreGroupsGroupItemRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_item_sets_item_children_request_builder.go b/sites/item_term_store_groups_item_sets_item_children_request_builder.go
index af50f52fb8b..5fe182526c7 100644
--- a/sites/item_term_store_groups_item_sets_item_children_request_builder.go
+++ b/sites/item_term_store_groups_item_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreGroupsItemSetsItemChildrenRequestBuilder(rawUrl string, req
func (m *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) Count()(*ItemTermStoreGroupsItemSetsItemChildrenCountRequestBuilder) {
return NewItemTermStoreGroupsItemSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) Get(ctx context.
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) Post(ctx context
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoreGroupsItemSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_item_sets_item_relations_request_builder.go b/sites/item_term_store_groups_item_sets_item_relations_request_builder.go
index c891557e9fc..e19b3812a5d 100644
--- a/sites/item_term_store_groups_item_sets_item_relations_request_builder.go
+++ b/sites/item_term_store_groups_item_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreGroupsItemSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreGroupsItemSetsItemRelationsRequestBuilder(rawUrl string, re
func (m *ItemTermStoreGroupsItemSetsItemRelationsRequestBuilder) Count()(*ItemTermStoreGroupsItemSetsItemRelationsCountRequestBuilder) {
return NewItemTermStoreGroupsItemSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoreGroupsItemSetsItemRelationsRequestBuilder) Post(ctx contex
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_item_sets_item_terms_request_builder.go b/sites/item_term_store_groups_item_sets_item_terms_request_builder.go
index f92f3444dcd..3a76c0952a7 100644
--- a/sites/item_term_store_groups_item_sets_item_terms_request_builder.go
+++ b/sites/item_term_store_groups_item_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreGroupsItemSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreGroupsItemSetsItemTermsRequestBuilder(rawUrl string, reques
func (m *ItemTermStoreGroupsItemSetsItemTermsRequestBuilder) Count()(*ItemTermStoreGroupsItemSetsItemTermsCountRequestBuilder) {
return NewItemTermStoreGroupsItemSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemTermStoreGroupsItemSetsItemTermsRequestBuilder) Post(ctx context.Co
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_item_sets_item_terms_term_item_request_builder.go b/sites/item_term_store_groups_item_sets_item_terms_term_item_request_builder.go
index d3f48874c20..d1030064326 100644
--- a/sites/item_term_store_groups_item_sets_item_terms_term_item_request_builder.go
+++ b/sites/item_term_store_groups_item_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Get(ctx con
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Relations()
func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) Set()(*ItemTermStoreGroupsItemSetsItemTermsItemSetRequestBuilder) {
return NewItemTermStoreGroupsItemSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoreGroupsItemSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_item_sets_request_builder.go b/sites/item_term_store_groups_item_sets_request_builder.go
index c80fcbefdb6..73b611681be 100644
--- a/sites/item_term_store_groups_item_sets_request_builder.go
+++ b/sites/item_term_store_groups_item_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreGroupsItemSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTermStoreGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemTermStoreGroupsItemSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreGroupsItemSetsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemTermStoreGroupsItemSetsRequestBuilder) Count()(*ItemTermStoreGroupsItemSetsCountRequestBuilder) {
return NewItemTermStoreGroupsItemSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoreGroupsItemSetsRequestBuilder) Post(ctx context.Context, bo
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsItemSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsItemSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_groups_request_builder.go b/sites/item_term_store_groups_request_builder.go
index cde213d2484..a502318388c 100644
--- a/sites/item_term_store_groups_request_builder.go
+++ b/sites/item_term_store_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ItemTermStoreGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is available in the following national cloud deployments.
type ItemTermStoreGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemTermStoreGroupsRequestBuilder) Count()(*ItemTermStoreGroupsCountRequestBuilder) {
return NewItemTermStoreGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// Get get a list of group objects in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoreGroupsRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.GroupCollectionResponseable), nil
}
-// Post create a new group object in a term store. This API is supported in the following national cloud deployments.
+// Post create a new group object in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoreGroupsRequestBuilder) Post(ctx context.Context, body ia3c2
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable), nil
}
-// ToGetRequestInformation get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of group objects in a term store. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoreGroupsRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new group object in a term store. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new group object in a term store. This API is available in the following national cloud deployments.
func (m *ItemTermStoreGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable, requestConfiguration *ItemTermStoreGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_request_builder.go b/sites/item_term_store_request_builder.go
index be4a483d51d..ad047abbce3 100644
--- a/sites/item_term_store_request_builder.go
+++ b/sites/item_term_store_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoreRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoreRequestBuilderGetQueryParameters read the properties and relationships of a store object. This API is supported in the following national cloud deployments.
+// ItemTermStoreRequestBuilderGetQueryParameters read the properties and relationships of a store object. This API is available in the following national cloud deployments.
type ItemTermStoreRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemTermStoreRequestBuilder) Delete(ctx context.Context, requestConfigu
}
return nil
}
-// Get read the properties and relationships of a store object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a store object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoreRequestBuilder) Get(ctx context.Context, requestConfigurat
func (m *ItemTermStoreRequestBuilder) Groups()(*ItemTermStoreGroupsRequestBuilder) {
return NewItemTermStoreGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a store object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a store object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemTermStoreRequestBuilder) ToDeleteRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a store object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a store object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemTermStoreRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a store object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a store object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, requestConfiguration *ItemTermStoreRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_children_request_builder.go b/sites/item_term_store_sets_item_children_request_builder.go
index 8327f7119e6..d6a85221e7e 100644
--- a/sites/item_term_store_sets_item_children_request_builder.go
+++ b/sites/item_term_store_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemTermStoreSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemTermStoreSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemChildrenRequestBuilder(rawUrl string, requestAdapte
func (m *ItemTermStoreSetsItemChildrenRequestBuilder) Count()(*ItemTermStoreSetsItemChildrenCountRequestBuilder) {
return NewItemTermStoreSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoreSetsItemChildrenRequestBuilder) Get(ctx context.Context, r
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoreSetsItemChildrenRequestBuilder) Post(ctx context.Context,
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTermStoreSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoreSetsItemChildrenRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoreSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_parent_group_sets_item_children_request_builder.go b/sites/item_term_store_sets_item_parent_group_sets_item_children_request_builder.go
index 0cefe045195..e6396e1c567 100644
--- a/sites/item_term_store_sets_item_parent_group_sets_item_children_request_builder.go
+++ b/sites/item_term_store_sets_item_parent_group_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder(rawUrl st
func (m *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) Count()(*ItemTermStoreSetsItemParentGroupSetsItemChildrenCountRequestBuilder) {
return NewItemTermStoreSetsItemParentGroupSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) Get(ctx
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) Post(ct
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go b/sites/item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go
index ee90805fa14..c25986d64fc 100644
--- a/sites/item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go
+++ b/sites/item_term_store_sets_item_parent_group_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder(rawUrl s
func (m *ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder) Count()(*ItemTermStoreSetsItemParentGroupSetsItemRelationsCountRequestBuilder) {
return NewItemTermStoreSetsItemParentGroupSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder) Post(c
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go b/sites/item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go
index 272a6ac7506..d7f7dc1f50a 100644
--- a/sites/item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go
+++ b/sites/item_term_store_sets_item_parent_group_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder(rawUrl strin
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) Count()(*ItemTermStoreSetsItemParentGroupSetsItemTermsCountRequestBuilder) {
return NewItemTermStoreSetsItemParentGroupSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) Post(ctx c
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go b/sites/item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
index a27cafb4c39..40b5f43b075 100644
--- a/sites/item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
+++ b/sites/item_term_store_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) De
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) Ge
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) Re
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) Set()(*ItemTermStoreSetsItemParentGroupSetsItemTermsItemSetRequestBuilder) {
return NewItemTermStoreSetsItemParentGroupSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_parent_group_sets_request_builder.go b/sites/item_term_store_sets_item_parent_group_sets_request_builder.go
index c89e06bf51d..2257f025ccb 100644
--- a/sites/item_term_store_sets_item_parent_group_sets_request_builder.go
+++ b/sites/item_term_store_sets_item_parent_group_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemParentGroupSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemTermStoreSetsItemParentGroupSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemParentGroupSetsRequestBuilder(rawUrl string, reques
func (m *ItemTermStoreSetsItemParentGroupSetsRequestBuilder) Count()(*ItemTermStoreSetsItemParentGroupSetsCountRequestBuilder) {
return NewItemTermStoreSetsItemParentGroupSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoreSetsItemParentGroupSetsRequestBuilder) Post(ctx context.Co
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemParentGroupSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemParentGroupSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_relations_request_builder.go b/sites/item_term_store_sets_item_relations_request_builder.go
index 6f4c0ce08b7..22d18f0e33a 100644
--- a/sites/item_term_store_sets_item_relations_request_builder.go
+++ b/sites/item_term_store_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemTermStoreSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemTermStoreSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemRelationsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemTermStoreSetsItemRelationsRequestBuilder) Count()(*ItemTermStoreSetsItemRelationsCountRequestBuilder) {
return NewItemTermStoreSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoreSetsItemRelationsRequestBuilder) Post(ctx context.Context,
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemTermStoreSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_terms_request_builder.go b/sites/item_term_store_sets_item_terms_request_builder.go
index 6263738bae9..ed85c022fd9 100644
--- a/sites/item_term_store_sets_item_terms_request_builder.go
+++ b/sites/item_term_store_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoreSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsItemTermsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemTermStoreSetsItemTermsRequestBuilder) Count()(*ItemTermStoreSetsItemTermsCountRequestBuilder) {
return NewItemTermStoreSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemTermStoreSetsItemTermsRequestBuilder) Post(ctx context.Context, bod
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_item_terms_term_item_request_builder.go b/sites/item_term_store_sets_item_terms_term_item_request_builder.go
index b09393979c3..3a9120bf744 100644
--- a/sites/item_term_store_sets_item_terms_term_item_request_builder.go
+++ b/sites/item_term_store_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoreSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoreSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoreSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoreSetsItemTermsTermItemRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoreSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) Delete(ctx context.Co
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) Get(ctx context.Conte
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) Relations()(*ItemTerm
func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) Set()(*ItemTermStoreSetsItemTermsItemSetRequestBuilder) {
return NewItemTermStoreSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInform
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoreSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_request_builder.go b/sites/item_term_store_sets_request_builder.go
index 9e9da8ecdbc..17a250e23db 100644
--- a/sites/item_term_store_sets_request_builder.go
+++ b/sites/item_term_store_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoreSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoreSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemTermStoreSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoreSetsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemTermStoreSetsRequestBuilder) Count()(*ItemTermStoreSetsCountRequestBuilder) {
return NewItemTermStoreSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoreSetsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ItemTermStoreSetsRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable), nil
}
-// Post create a new set object. This API is supported in the following national cloud deployments.
+// Post create a new set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoreSetsRequestBuilder) Post(ctx context.Context, body ia3c27b
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemTermStoreSetsRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new set object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemTermStoreSetsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_store_sets_set_item_request_builder.go b/sites/item_term_store_sets_set_item_request_builder.go
index 0b2d49e4e87..fcdc6405673 100644
--- a/sites/item_term_store_sets_set_item_request_builder.go
+++ b/sites/item_term_store_sets_set_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoreSetsSetItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoreSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemTermStoreSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemTermStoreSetsSetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoreSetsSetItemRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoreSetsSetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a set object. This API is supported in the following national cloud deployments.
+// Delete delete a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoreSetsSetItemRequestBuilder) Delete(ctx context.Context, req
}
return nil
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemTermStoreSetsSetItemRequestBuilder) Get(ctx context.Context, reques
func (m *ItemTermStoreSetsSetItemRequestBuilder) ParentGroup()(*ItemTermStoreSetsItemParentGroupRequestBuilder) {
return NewItemTermStoreSetsItemParentGroupRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a set object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ItemTermStoreSetsSetItemRequestBuilder) Relations()(*ItemTermStoreSetsI
func (m *ItemTermStoreSetsSetItemRequestBuilder) Terms()(*ItemTermStoreSetsItemTermsRequestBuilder) {
return NewItemTermStoreSetsItemTermsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a set object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsSetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsSetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTermStoreSetsSetItemRequestBuilder) ToDeleteRequestInformation(ctx
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsSetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoreSetsSetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemTermStoreSetsSetItemRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a set object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoreSetsSetItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemTermStoreSetsSetItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_group_item_request_builder.go b/sites/item_term_stores_item_groups_group_item_request_builder.go
index 8ccf68fcd30..90993bd4418 100644
--- a/sites/item_term_stores_item_groups_group_item_request_builder.go
+++ b/sites/item_term_stores_item_groups_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoresItemGroupsGroupItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoresItemGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemGroupsGroupItemRequestBuilderGetQueryParameters read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
type ItemTermStoresItemGroupsGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTermStoresItemGroupsGroupItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoresItemGroupsGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// Delete delete a group object in a term store]. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTermStoresItemGroupsGroupItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoresItemGroupsGroupItemRequestBuilder) Patch(ctx context.Cont
func (m *ItemTermStoresItemGroupsGroupItemRequestBuilder) Sets()(*ItemTermStoresItemGroupsItemSetsRequestBuilder) {
return NewItemTermStoresItemGroupsItemSetsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a group object in a term store]. This API is supported in the following [national cloud deployments.
+// ToDeleteRequestInformation delete a group object in a term store]. This API is available in the following [national cloud deployments.
func (m *ItemTermStoresItemGroupsGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemTermStoresItemGroupsGroupItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term store group object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_item_sets_item_children_request_builder.go b/sites/item_term_stores_item_groups_item_sets_item_children_request_builder.go
index a88d9f86b14..c097d0fffcc 100644
--- a/sites/item_term_stores_item_groups_item_sets_item_children_request_builder.go
+++ b/sites/item_term_stores_item_groups_item_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder(rawUrl string
func (m *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) Count()(*ItemTermStoresItemGroupsItemSetsItemChildrenCountRequestBuilder) {
return NewItemTermStoresItemGroupsItemSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) Get(ctx con
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) Post(ctx co
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_item_sets_item_relations_request_builder.go b/sites/item_term_stores_item_groups_item_sets_item_relations_request_builder.go
index 4233336522b..fb277de2945 100644
--- a/sites/item_term_stores_item_groups_item_sets_item_relations_request_builder.go
+++ b/sites/item_term_stores_item_groups_item_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder(rawUrl strin
func (m *ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder) Count()(*ItemTermStoresItemGroupsItemSetsItemRelationsCountRequestBuilder) {
return NewItemTermStoresItemGroupsItemSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder) Post(ctx c
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_item_sets_item_terms_request_builder.go b/sites/item_term_stores_item_groups_item_sets_item_terms_request_builder.go
index d7f5ca87ab3..62f550405a4 100644
--- a/sites/item_term_stores_item_groups_item_sets_item_terms_request_builder.go
+++ b/sites/item_term_stores_item_groups_item_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder(rawUrl string, r
func (m *ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) Count()(*ItemTermStoresItemGroupsItemSetsItemTermsCountRequestBuilder) {
return NewItemTermStoresItemGroupsItemSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) Post(ctx conte
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go b/sites/item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go
index 5d138c38b64..1f0047273a0 100644
--- a/sites/item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go
+++ b/sites/item_term_stores_item_groups_item_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) Delete
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) Get(ct
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) Relati
func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) Set()(*ItemTermStoresItemGroupsItemSetsItemTermsItemSetRequestBuilder) {
return NewItemTermStoresItemGroupsItemSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoresItemGroupsItemSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_item_sets_request_builder.go b/sites/item_term_stores_item_groups_item_sets_request_builder.go
index 0f7849d9681..e9f0d1e2629 100644
--- a/sites/item_term_stores_item_groups_item_sets_request_builder.go
+++ b/sites/item_term_stores_item_groups_item_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemGroupsItemSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemGroupsItemSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemTermStoresItemGroupsItemSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemGroupsItemSetsRequestBuilder(rawUrl string, requestAda
func (m *ItemTermStoresItemGroupsItemSetsRequestBuilder) Count()(*ItemTermStoresItemGroupsItemSetsCountRequestBuilder) {
return NewItemTermStoresItemGroupsItemSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoresItemGroupsItemSetsRequestBuilder) Post(ctx context.Contex
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsItemSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsItemSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_groups_request_builder.go b/sites/item_term_stores_item_groups_request_builder.go
index 3aa2a1117ce..3d66656d2f6 100644
--- a/sites/item_term_stores_item_groups_request_builder.go
+++ b/sites/item_term_stores_item_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemGroupsRequestBuilderGetQueryParameters get a list of group objects in a term store. This API is available in the following national cloud deployments.
type ItemTermStoresItemGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemGroupsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemTermStoresItemGroupsRequestBuilder) Count()(*ItemTermStoresItemGroupsCountRequestBuilder) {
return NewItemTermStoresItemGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// Get get a list of group objects in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoresItemGroupsRequestBuilder) Get(ctx context.Context, reques
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.GroupCollectionResponseable), nil
}
-// Post create a new group object in a term store. This API is supported in the following national cloud deployments.
+// Post create a new group object in a term store. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoresItemGroupsRequestBuilder) Post(ctx context.Context, body
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable), nil
}
-// ToGetRequestInformation get a list of group objects in a term store. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of group objects in a term store. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoresItemGroupsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new group object in a term store. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new group object in a term store. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Groupable, requestConfiguration *ItemTermStoresItemGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_children_request_builder.go b/sites/item_term_stores_item_sets_item_children_request_builder.go
index 25f36e2f2e3..3c2c5c33679 100644
--- a/sites/item_term_stores_item_sets_item_children_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemTermStoresItemSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemTermStoresItemSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemChildrenRequestBuilder(rawUrl string, requestA
func (m *ItemTermStoresItemSetsItemChildrenRequestBuilder) Count()(*ItemTermStoresItemSetsItemChildrenCountRequestBuilder) {
return NewItemTermStoresItemSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoresItemSetsItemChildrenRequestBuilder) Get(ctx context.Conte
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoresItemSetsItemChildrenRequestBuilder) Post(ctx context.Cont
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTermStoresItemSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoresItemSetsItemChildrenRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoresItemSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go b/sites/item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go
index e47f0b18d3b..3304a63b768 100644
--- a/sites/item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_parent_group_sets_item_children_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
+// ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters 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.
type ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder(rawU
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) Count()(*ItemTermStoresItemSetsItemParentGroupSetsItemChildrenCountRequestBuilder) {
return NewItemTermStoresItemSetsItemParentGroupSetsItemChildrenCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) Ge
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable), nil
}
-// Post create a new term object. This API is supported in the following national cloud deployments.
+// Post create a new term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) Po
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) To
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new term object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemChildrenRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go b/sites/item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go
index d8e5494dc2a..de2f68044e4 100644
--- a/sites/item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_parent_group_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder(raw
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder) Count()(*ItemTermStoresItemSetsItemParentGroupSetsItemRelationsCountRequestBuilder) {
return NewItemTermStoresItemSetsItemParentGroupSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder) P
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go b/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go
index 4b13730e624..a038d610931 100644
--- a/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder(rawUrl
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) Count()(*ItemTermStoresItemSetsItemParentGroupSetsItemTermsCountRequestBuilder) {
return NewItemTermStoresItemSetsItemParentGroupSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) Post(
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go b/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
index 4393ab23916..383a6eb05ef 100644
--- a/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_parent_group_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilde
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilde
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilde
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) Set()(*ItemTermStoresItemSetsItemParentGroupSetsItemTermsItemSetRequestBuilder) {
return NewItemTermStoresItemSetsItemParentGroupSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilde
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_parent_group_sets_request_builder.go b/sites/item_term_stores_item_sets_item_parent_group_sets_request_builder.go
index b8f44ee077e..cd53c90e1db 100644
--- a/sites/item_term_stores_item_sets_item_parent_group_sets_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_parent_group_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemParentGroupSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetQueryParameters get a list of the set objects and their properties. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemParentGroupSetsRequestBuilder(rawUrl string, r
func (m *ItemTermStoresItemSetsItemParentGroupSetsRequestBuilder) Count()(*ItemTermStoresItemSetsItemParentGroupSetsCountRequestBuilder) {
return NewItemTermStoresItemSetsItemParentGroupSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the set objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoresItemSetsItemParentGroupSetsRequestBuilder) Post(ctx conte
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation get a list of the set objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the set objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemParentGroupSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemParentGroupSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_relations_request_builder.go b/sites/item_term_stores_item_sets_item_relations_request_builder.go
index 4f0740f3eda..18b9ff76e55 100644
--- a/sites/item_term_stores_item_sets_item_relations_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_relations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemRelationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ItemTermStoresItemSetsItemRelationsRequestBuilderGetQueryParameters get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
type ItemTermStoresItemSetsItemRelationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemRelationsRequestBuilder(rawUrl string, request
func (m *ItemTermStoresItemSetsItemRelationsRequestBuilder) Count()(*ItemTermStoresItemSetsItemRelationsCountRequestBuilder) {
return NewItemTermStoresItemSetsItemRelationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoresItemSetsItemRelationsRequestBuilder) Post(ctx context.Con
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Relationable), nil
}
-// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments.
+// ToGetRequestInformation get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments.
func (m *ItemTermStoresItemSetsItemRelationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemRelationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_terms_request_builder.go b/sites/item_term_stores_item_sets_item_terms_request_builder.go
index db582c17be1..ccaae52629d 100644
--- a/sites/item_term_stores_item_sets_item_terms_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_terms_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsItemTermsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsItemTermsRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsItemTermsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsItemTermsRequestBuilder(rawUrl string, requestAdap
func (m *ItemTermStoresItemSetsItemTermsRequestBuilder) Count()(*ItemTermStoresItemSetsItemTermsCountRequestBuilder) {
return NewItemTermStoresItemSetsItemTermsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemTermsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemTermsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.TermCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemTermStoresItemSetsItemTermsRequestBuilder) Post(ctx context.Context
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemTermsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemTermsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_item_terms_term_item_request_builder.go b/sites/item_term_stores_item_sets_item_terms_term_item_request_builder.go
index 041e3d8747e..48a47120f55 100644
--- a/sites/item_term_stores_item_sets_item_terms_term_item_request_builder.go
+++ b/sites/item_term_stores_item_sets_item_terms_term_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoresItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetQueryParameters read the properties and relationships of a term object. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoresItemSetsItemTermsTermItemRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoresItemSetsItemTermsTermItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a term object. This API is supported in the following national cloud deployments.
+// Delete delete a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Delete(ctx conte
}
return nil
}
-// Get read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Get(ctx context.
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable), nil
}
-// Patch update the properties of a term object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a term object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Relations()(*Ite
func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) Set()(*ItemTermStoresItemSetsItemTermsItemSetRequestBuilder) {
return NewItemTermStoresItemSetsItemTermsItemSetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a term object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemTermsTermItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a term object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsItemTermsTermItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a term object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a term object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsItemTermsTermItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Termable, requestConfiguration *ItemTermStoresItemSetsItemTermsTermItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_request_builder.go b/sites/item_term_stores_item_sets_request_builder.go
index 14c094d8843..2e5f05215e2 100644
--- a/sites/item_term_stores_item_sets_request_builder.go
+++ b/sites/item_term_stores_item_sets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTermStoresItemSetsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTermStoresItemSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTermStoresItemSetsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *ItemTermStoresItemSetsRequestBuilder) Count()(*ItemTermStoresItemSetsCountRequestBuilder) {
return NewItemTermStoresItemSetsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsRequestBuilderGetRequestConfiguration)(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -93,7 +93,7 @@ func (m *ItemTermStoresItemSetsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.SetCollectionResponseable), nil
}
-// Post create a new set object. This API is supported in the following national cloud deployments.
+// Post create a new set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTermStoresItemSetsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable), nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemTermStoresItemSetsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new set object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemTermStoresItemSetsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/item_term_stores_item_sets_set_item_request_builder.go b/sites/item_term_stores_item_sets_set_item_request_builder.go
index aad9940a3d8..d52e1113a4a 100644
--- a/sites/item_term_stores_item_sets_set_item_request_builder.go
+++ b/sites/item_term_stores_item_sets_set_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTermStoresItemSetsSetItemRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTermStoresItemSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ItemTermStoresItemSetsSetItemRequestBuilderGetQueryParameters read the properties and relationships of a set object. This API is available in the following national cloud deployments.
type ItemTermStoresItemSetsSetItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTermStoresItemSetsSetItemRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemTermStoresItemSetsSetItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a set object. This API is supported in the following national cloud deployments.
+// Delete delete a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTermStoresItemSetsSetItemRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// Get read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemTermStoresItemSetsSetItemRequestBuilder) Get(ctx context.Context, r
func (m *ItemTermStoresItemSetsSetItemRequestBuilder) ParentGroup()(*ItemTermStoresItemSetsItemParentGroupRequestBuilder) {
return NewItemTermStoresItemSetsItemParentGroupRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a set object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a set object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0
@@ -133,7 +133,7 @@ func (m *ItemTermStoresItemSetsSetItemRequestBuilder) Relations()(*ItemTermStore
func (m *ItemTermStoresItemSetsSetItemRequestBuilder) Terms()(*ItemTermStoresItemSetsItemTermsRequestBuilder) {
return NewItemTermStoresItemSetsItemTermsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a set object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsSetItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsSetItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTermStoresItemSetsSetItemRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a set object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsSetItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTermStoresItemSetsSetItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *ItemTermStoresItemSetsSetItemRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a set object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a set object. This API is available in the following national cloud deployments.
func (m *ItemTermStoresItemSetsSetItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Setable, requestConfiguration *ItemTermStoresItemSetsSetItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/sites/remove_post_request_body.go b/sites/remove_post_request_body.go
index 3338f91df3b..33e296ee075 100644
--- a/sites/remove_post_request_body.go
+++ b/sites/remove_post_request_body.go
@@ -23,7 +23,7 @@ func NewRemovePostRequestBody()(*RemovePostRequestBody) {
func CreateRemovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRemovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RemovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *RemovePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *RemovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *RemovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *RemovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *RemovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/sites/sites_request_builder.go b/sites/sites_request_builder.go
index 70b15a21ae7..966bab4d1ae 100644
--- a/sites/sites_request_builder.go
+++ b/sites/sites_request_builder.go
@@ -11,7 +11,7 @@ import (
type SitesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SitesRequestBuilderGetQueryParameters 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.
+// SitesRequestBuilderGetQueryParameters 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.
type SitesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -71,7 +71,7 @@ func NewSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
func (m *SitesRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0
@@ -101,7 +101,7 @@ func (m *SitesRequestBuilder) GetAllSites()(*GetAllSitesRequestBuilder) {
func (m *SitesRequestBuilder) Remove()(*RemoveRequestBuilder) {
return NewRemoveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SitesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SitesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_booking_business_item_request_builder.go b/solutions/booking_businesses_booking_business_item_request_builder.go
index c206cfef63d..b51bd39d560 100644
--- a/solutions/booking_businesses_booking_business_item_request_builder.go
+++ b/solutions/booking_businesses_booking_business_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingBusinessesBookingBusinessItemRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingBusiness object. This API is supported in the following national cloud deployments.
+// BookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingBusiness object. This API is available in the following national cloud deployments.
type BookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *BookingBusinessesBookingBusinessItemRequestBuilder) Customers()(*Bookin
func (m *BookingBusinessesBookingBusinessItemRequestBuilder) CustomQuestions()(*BookingBusinessesItemCustomQuestionsRequestBuilder) {
return NewBookingBusinessesItemCustomQuestionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a bookingBusiness object. This API is supported in the following national cloud deployments.
+// Delete delete a bookingBusiness object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *BookingBusinessesBookingBusinessItemRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get get the properties and relationships of a bookingBusiness object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a bookingBusiness object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *BookingBusinessesBookingBusinessItemRequestBuilder) Get(ctx context.Con
func (m *BookingBusinessesBookingBusinessItemRequestBuilder) GetStaffAvailability()(*BookingBusinessesItemGetStaffAvailabilityRequestBuilder) {
return NewBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a bookingBusiness object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a bookingBusiness object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0
@@ -149,7 +149,7 @@ func (m *BookingBusinessesBookingBusinessItemRequestBuilder) Services()(*Booking
func (m *BookingBusinessesBookingBusinessItemRequestBuilder) StaffMembers()(*BookingBusinessesItemStaffMembersRequestBuilder) {
return NewBookingBusinessesItemStaffMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a bookingBusiness object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a bookingBusiness object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesBookingBusinessItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesBookingBusinessItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -161,7 +161,7 @@ func (m *BookingBusinessesBookingBusinessItemRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a bookingBusiness object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a bookingBusiness object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesBookingBusinessItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesBookingBusinessItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -177,7 +177,7 @@ func (m *BookingBusinessesBookingBusinessItemRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a bookingBusiness object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a bookingBusiness object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesBookingBusinessItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingBusinessable, requestConfiguration *BookingBusinessesBookingBusinessItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_appointments_booking_appointment_item_request_builder.go b/solutions/booking_businesses_item_appointments_booking_appointment_item_request_builder.go
index b6f280bfaa8..6690fd56e79 100644
--- a/solutions/booking_businesses_item_appointments_booking_appointment_item_request_builder.go
+++ b/solutions/booking_businesses_item_appointments_booking_appointment_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters 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.
+// BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters 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.
type BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a bookingAppointment in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Delete delete a bookingAppointment in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder)
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingAppointmentable), nil
}
-// Patch update the properties of a bookingAppointment object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Patch update the properties of a bookingAppointment object in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingAppointmentable), nil
}
-// ToDeleteRequestInformation delete a bookingAppointment in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a bookingAppointment in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a bookingAppointment object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a bookingAppointment object in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingAppointmentable, requestConfiguration *BookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_appointments_item_cancel_post_request_body.go b/solutions/booking_businesses_item_appointments_item_cancel_post_request_body.go
index cdd2eca670c..c35d18c4e3e 100644
--- a/solutions/booking_businesses_item_appointments_item_cancel_post_request_body.go
+++ b/solutions/booking_businesses_item_appointments_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewBookingBusinessesItemAppointmentsItemCancelPostRequestBody()(*BookingBus
func CreateBookingBusinessesItemAppointmentsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingBusinessesItemAppointmentsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingBusinessesItemAppointmentsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BookingBusinessesItemAppointmentsItemCancelPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingBusinessesItemAppointmentsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *BookingBusinessesItemAppointmentsItemCancelPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingBusinessesItemAppointmentsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingBusinessesItemAppointmentsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/solutions/booking_businesses_item_appointments_item_cancel_request_builder.go b/solutions/booking_businesses_item_appointments_item_cancel_request_builder.go
index 01065543055..174aedccc13 100644
--- a/solutions/booking_businesses_item_appointments_item_cancel_request_builder.go
+++ b/solutions/booking_businesses_item_appointments_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewBookingBusinessesItemAppointmentsItemCancelRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemAppointmentsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *BookingBusinessesItemAppointmentsItemCancelRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *BookingBusinessesItemAppointmentsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body BookingBusinessesItemAppointmentsItemCancelPostRequestBodyable, requestConfiguration *BookingBusinessesItemAppointmentsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_appointments_request_builder.go b/solutions/booking_businesses_item_appointments_request_builder.go
index ddbab2cc882..d012e85ea38 100644
--- a/solutions/booking_businesses_item_appointments_request_builder.go
+++ b/solutions/booking_businesses_item_appointments_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingBusinessesItemAppointmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters get a list of bookingAppointment objects for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters get a list of bookingAppointment objects for the specified bookingBusiness. This API is available in the following national cloud deployments.
type BookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingBusinessesItemAppointmentsRequestBuilder(rawUrl string, requestAd
func (m *BookingBusinessesItemAppointmentsRequestBuilder) Count()(*BookingBusinessesItemAppointmentsCountRequestBuilder) {
return NewBookingBusinessesItemAppointmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of bookingAppointment objects for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Get get a list of bookingAppointment objects for the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BookingBusinessesItemAppointmentsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingAppointmentCollectionResponseable), nil
}
-// Post create a new bookingAppointment for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Post create a new bookingAppointment for the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BookingBusinessesItemAppointmentsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingAppointmentable), nil
}
-// ToGetRequestInformation get a list of bookingAppointment objects for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of bookingAppointment objects for the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemAppointmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemAppointmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BookingBusinessesItemAppointmentsRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new bookingAppointment for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new bookingAppointment for the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemAppointmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingAppointmentable, requestConfiguration *BookingBusinessesItemAppointmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_calendar_view_item_cancel_post_request_body.go b/solutions/booking_businesses_item_calendar_view_item_cancel_post_request_body.go
index 5b414a94f84..10d622957f6 100644
--- a/solutions/booking_businesses_item_calendar_view_item_cancel_post_request_body.go
+++ b/solutions/booking_businesses_item_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewBookingBusinessesItemCalendarViewItemCancelPostRequestBody()(*BookingBus
func CreateBookingBusinessesItemCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingBusinessesItemCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingBusinessesItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *BookingBusinessesItemCalendarViewItemCancelPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingBusinessesItemCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *BookingBusinessesItemCalendarViewItemCancelPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingBusinessesItemCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingBusinessesItemCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/solutions/booking_businesses_item_calendar_view_item_cancel_request_builder.go b/solutions/booking_businesses_item_calendar_view_item_cancel_request_builder.go
index 94b123a455e..dd5616cc0f3 100644
--- a/solutions/booking_businesses_item_calendar_view_item_cancel_request_builder.go
+++ b/solutions/booking_businesses_item_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewBookingBusinessesItemCalendarViewItemCancelRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *BookingBusinessesItemCalendarViewItemCancelRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *BookingBusinessesItemCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body BookingBusinessesItemCalendarViewItemCancelPostRequestBodyable, requestConfiguration *BookingBusinessesItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_custom_questions_booking_custom_question_item_request_builder.go b/solutions/booking_businesses_item_custom_questions_booking_custom_question_item_request_builder.go
index f06dde6be69..c7a1561e9c4 100644
--- a/solutions/booking_businesses_item_custom_questions_booking_custom_question_item_request_builder.go
+++ b/solutions/booking_businesses_item_custom_questions_booking_custom_question_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters read the properties and relationships of a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters read the properties and relationships of a bookingCustomQuestion object. This API is available in the following national cloud deployments.
type BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// Delete delete a bookingCustomQuestion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBui
}
return nil
}
-// Get read the properties and relationships of a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a bookingCustomQuestion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomQuestionable), nil
}
-// Patch update the properties of a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a bookingCustomQuestion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomQuestionable), nil
}
-// ToDeleteRequestInformation delete a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a bookingCustomQuestion object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a bookingCustomQuestion object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBui
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a bookingCustomQuestion object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomQuestionable, requestConfiguration *BookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_custom_questions_request_builder.go b/solutions/booking_businesses_item_custom_questions_request_builder.go
index ea10f5b8d2e..48f897c2455 100644
--- a/solutions/booking_businesses_item_custom_questions_request_builder.go
+++ b/solutions/booking_businesses_item_custom_questions_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingBusinessesItemCustomQuestionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters get the bookingCustomQuestion resources associated with a bookingBusiness. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters get the bookingCustomQuestion resources associated with a bookingBusiness. This API is available in the following national cloud deployments.
type BookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingBusinessesItemCustomQuestionsRequestBuilder(rawUrl string, reques
func (m *BookingBusinessesItemCustomQuestionsRequestBuilder) Count()(*BookingBusinessesItemCustomQuestionsCountRequestBuilder) {
return NewBookingBusinessesItemCustomQuestionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the bookingCustomQuestion resources associated with a bookingBusiness. This API is supported in the following national cloud deployments.
+// Get get the bookingCustomQuestion resources associated with a bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BookingBusinessesItemCustomQuestionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomQuestionCollectionResponseable), nil
}
-// Post create a new bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// Post create a new bookingCustomQuestion object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BookingBusinessesItemCustomQuestionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomQuestionable), nil
}
-// ToGetRequestInformation get the bookingCustomQuestion resources associated with a bookingBusiness. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the bookingCustomQuestion resources associated with a bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomQuestionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemCustomQuestionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BookingBusinessesItemCustomQuestionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new bookingCustomQuestion object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new bookingCustomQuestion object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomQuestionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomQuestionable, requestConfiguration *BookingBusinessesItemCustomQuestionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_customers_booking_customer_base_item_request_builder.go b/solutions/booking_businesses_item_customers_booking_customer_base_item_request_builder.go
index 424cc1ff157..879eec8d4c7 100644
--- a/solutions/booking_businesses_item_customers_booking_customer_base_item_request_builder.go
+++ b/solutions/booking_businesses_item_customers_booking_customer_base_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingCustomer object. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingCustomer object. This API is available in the following national cloud deployments.
type BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the specified bookingCustomer object. This API is supported in the following national cloud deployments.
+// Delete delete the specified bookingCustomer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) De
}
return nil
}
-// Get get the properties and relationships of a bookingCustomer object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a bookingCustomer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomerBaseable), nil
}
-// Patch update the properties of a bookingCustomer object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a bookingCustomer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) Pa
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomerBaseable), nil
}
-// ToDeleteRequestInformation delete the specified bookingCustomer object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the specified bookingCustomer object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a bookingCustomer object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a bookingCustomer object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a bookingCustomer object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a bookingCustomer object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomerBaseable, requestConfiguration *BookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_customers_request_builder.go b/solutions/booking_businesses_item_customers_request_builder.go
index 96a29095803..f1ea01b55fd 100644
--- a/solutions/booking_businesses_item_customers_request_builder.go
+++ b/solutions/booking_businesses_item_customers_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingBusinessesItemCustomersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingBusinessesItemCustomersRequestBuilderGetQueryParameters get a list of bookingCustomer objects of a business. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemCustomersRequestBuilderGetQueryParameters get a list of bookingCustomer objects of a business. This API is available in the following national cloud deployments.
type BookingBusinessesItemCustomersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingBusinessesItemCustomersRequestBuilder(rawUrl string, requestAdapt
func (m *BookingBusinessesItemCustomersRequestBuilder) Count()(*BookingBusinessesItemCustomersCountRequestBuilder) {
return NewBookingBusinessesItemCustomersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of bookingCustomer objects of a business. This API is supported in the following national cloud deployments.
+// Get get a list of bookingCustomer objects of a business. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BookingBusinessesItemCustomersRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomerBaseCollectionResponseable), nil
}
-// Post create a new bookingCustomer object. This API is supported in the following national cloud deployments.
+// Post create a new bookingCustomer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BookingBusinessesItemCustomersRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomerBaseable), nil
}
-// ToGetRequestInformation get a list of bookingCustomer objects of a business. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of bookingCustomer objects of a business. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemCustomersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BookingBusinessesItemCustomersRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new bookingCustomer object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new bookingCustomer object. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemCustomersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCustomerBaseable, requestConfiguration *BookingBusinessesItemCustomersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_get_staff_availability_post_request_body.go b/solutions/booking_businesses_item_get_staff_availability_post_request_body.go
index ff67971a57e..1d70cc4c7ea 100644
--- a/solutions/booking_businesses_item_get_staff_availability_post_request_body.go
+++ b/solutions/booking_businesses_item_get_staff_availability_post_request_body.go
@@ -23,7 +23,7 @@ func NewBookingBusinessesItemGetStaffAvailabilityPostRequestBody()(*BookingBusin
func CreateBookingBusinessesItemGetStaffAvailabilityPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingBusinessesItemGetStaffAvailabilityPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingBusinessesItemGetStaffAvailabilityPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *BookingBusinessesItemGetStaffAvailabilityPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *BookingBusinessesItemGetStaffAvailabilityPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,14 +141,14 @@ func (m *BookingBusinessesItemGetStaffAvailabilityPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *BookingBusinessesItemGetStaffAvailabilityPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *BookingBusinessesItemGetStaffAvailabilityPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/solutions/booking_businesses_item_get_staff_availability_request_builder.go b/solutions/booking_businesses_item_get_staff_availability_request_builder.go
index 4a23b289628..cc10f82019b 100644
--- a/solutions/booking_businesses_item_get_staff_availability_request_builder.go
+++ b/solutions/booking_businesses_item_get_staff_availability_request_builder.go
@@ -30,7 +30,7 @@ func NewBookingBusinessesItemGetStaffAvailabilityRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post get the availability information of staff members of a Microsoft Bookings calendar. This API is supported in the following national cloud deployments.
+// Post get the availability information of staff members of a Microsoft Bookings calendar. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsGetStaffAvailabilityPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *BookingBusinessesItemGetStaffAvailabilityRequestBuilder) Post(ctx conte
}
return res.(BookingBusinessesItemGetStaffAvailabilityResponseable), nil
}
-// PostAsGetStaffAvailabilityPostResponse get the availability information of staff members of a Microsoft Bookings calendar. This API is supported in the following national cloud deployments.
+// PostAsGetStaffAvailabilityPostResponse get the availability information of staff members of a Microsoft Bookings calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *BookingBusinessesItemGetStaffAvailabilityRequestBuilder) PostAsGetStaff
}
return res.(BookingBusinessesItemGetStaffAvailabilityPostResponseable), nil
}
-// ToPostRequestInformation get the availability information of staff members of a Microsoft Bookings calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation get the availability information of staff members of a Microsoft Bookings calendar. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemGetStaffAvailabilityRequestBuilder) ToPostRequestInformation(ctx context.Context, body BookingBusinessesItemGetStaffAvailabilityPostRequestBodyable, requestConfiguration *BookingBusinessesItemGetStaffAvailabilityRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_publish_request_builder.go b/solutions/booking_businesses_item_publish_request_builder.go
index 99cefd14238..f69a51a1cf8 100644
--- a/solutions/booking_businesses_item_publish_request_builder.go
+++ b/solutions/booking_businesses_item_publish_request_builder.go
@@ -30,7 +30,7 @@ func NewBookingBusinessesItemPublishRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *BookingBusinessesItemPublishRequestBuilder) Post(ctx context.Context, r
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *BookingBusinessesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_services_booking_service_item_request_builder.go b/solutions/booking_businesses_item_services_booking_service_item_request_builder.go
index 449ceaeae5f..b70498f4fa0 100644
--- a/solutions/booking_businesses_item_services_booking_service_item_request_builder.go
+++ b/solutions/booking_businesses_item_services_booking_service_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingBusinessesItemServicesBookingServiceItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments.
type BookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewBookingBusinessesItemServicesBookingServiceItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemServicesBookingServiceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Delete delete a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) Delete(c
}
return nil
}
-// Get get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingServiceable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) Patch(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingServiceable), nil
}
-// ToDeleteRequestInformation delete a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemServicesBookingServiceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemServicesBookingServiceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *BookingBusinessesItemServicesBookingServiceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingServiceable, requestConfiguration *BookingBusinessesItemServicesBookingServiceItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_services_request_builder.go b/solutions/booking_businesses_item_services_request_builder.go
index e1cf84639bd..2e9576985b6 100644
--- a/solutions/booking_businesses_item_services_request_builder.go
+++ b/solutions/booking_businesses_item_services_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingBusinessesItemServicesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingBusinessesItemServicesRequestBuilderGetQueryParameters get a list of bookingService objects in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemServicesRequestBuilderGetQueryParameters get a list of bookingService objects in the specified bookingBusiness. This API is available in the following national cloud deployments.
type BookingBusinessesItemServicesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingBusinessesItemServicesRequestBuilder(rawUrl string, requestAdapte
func (m *BookingBusinessesItemServicesRequestBuilder) Count()(*BookingBusinessesItemServicesCountRequestBuilder) {
return NewBookingBusinessesItemServicesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of bookingService objects in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Get get a list of bookingService objects in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BookingBusinessesItemServicesRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingServiceCollectionResponseable), nil
}
-// Post create a new bookingService for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Post create a new bookingService for the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BookingBusinessesItemServicesRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingServiceable), nil
}
-// ToGetRequestInformation get a list of bookingService objects in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of bookingService objects in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemServicesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemServicesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BookingBusinessesItemServicesRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new bookingService for the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new bookingService for the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemServicesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingServiceable, requestConfiguration *BookingBusinessesItemServicesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_staff_members_booking_staff_member_base_item_request_builder.go b/solutions/booking_businesses_item_staff_members_booking_staff_member_base_item_request_builder.go
index 1119f33bd18..a76222e902c 100644
--- a/solutions/booking_businesses_item_staff_members_booking_staff_member_base_item_request_builder.go
+++ b/solutions/booking_businesses_item_staff_members_booking_staff_member_base_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
type BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Delete delete a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuild
}
return nil
}
-// Get get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingStaffMemberBaseable), nil
}
-// Patch update the properties of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Patch update the properties of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingStaffMemberBaseable), nil
}
-// ToDeleteRequestInformation delete a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuild
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingStaffMemberBaseable, requestConfiguration *BookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_staff_members_request_builder.go b/solutions/booking_businesses_item_staff_members_request_builder.go
index ff2a9528963..2be8f7f504a 100644
--- a/solutions/booking_businesses_item_staff_members_request_builder.go
+++ b/solutions/booking_businesses_item_staff_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingBusinessesItemStaffMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters get a list of bookingStaffMember objects in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// BookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters get a list of bookingStaffMember objects in the specified bookingBusiness. This API is available in the following national cloud deployments.
type BookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingBusinessesItemStaffMembersRequestBuilder(rawUrl string, requestAd
func (m *BookingBusinessesItemStaffMembersRequestBuilder) Count()(*BookingBusinessesItemStaffMembersCountRequestBuilder) {
return NewBookingBusinessesItemStaffMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of bookingStaffMember objects in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Get get a list of bookingStaffMember objects in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BookingBusinessesItemStaffMembersRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingStaffMemberBaseCollectionResponseable), nil
}
-// Post create a new bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// Post create a new bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BookingBusinessesItemStaffMembersRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingStaffMemberBaseable), nil
}
-// ToGetRequestInformation get a list of bookingStaffMember objects in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of bookingStaffMember objects in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemStaffMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemStaffMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BookingBusinessesItemStaffMembersRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments.
func (m *BookingBusinessesItemStaffMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingStaffMemberBaseable, requestConfiguration *BookingBusinessesItemStaffMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_item_unpublish_request_builder.go b/solutions/booking_businesses_item_unpublish_request_builder.go
index 442013053f8..c7546c1ba7a 100644
--- a/solutions/booking_businesses_item_unpublish_request_builder.go
+++ b/solutions/booking_businesses_item_unpublish_request_builder.go
@@ -30,7 +30,7 @@ func NewBookingBusinessesItemUnpublishRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewBookingBusinessesItemUnpublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *BookingBusinessesItemUnpublishRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *BookingBusinessesItemUnpublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesItemUnpublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_businesses_request_builder.go b/solutions/booking_businesses_request_builder.go
index 29f8f63f3cc..1cb6b0b5de4 100644
--- a/solutions/booking_businesses_request_builder.go
+++ b/solutions/booking_businesses_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingBusinessesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingBusinessesRequestBuilderGetQueryParameters 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.
+// BookingBusinessesRequestBuilderGetQueryParameters 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.
type BookingBusinessesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingBusinessesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *BookingBusinessesRequestBuilder) Count()(*BookingBusinessesCountRequestBuilder) {
return NewBookingBusinessesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *BookingBusinessesRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingBusinessCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *BookingBusinessesRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingBusinessable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *BookingBusinessesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingBusinessesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *BookingBusinessesRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *BookingBusinessesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingBusinessable, requestConfiguration *BookingBusinessesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_currencies_booking_currency_item_request_builder.go b/solutions/booking_currencies_booking_currency_item_request_builder.go
index 656941ec5e4..4f45a3ebc32 100644
--- a/solutions/booking_currencies_booking_currency_item_request_builder.go
+++ b/solutions/booking_currencies_booking_currency_item_request_builder.go
@@ -18,7 +18,7 @@ type BookingCurrenciesBookingCurrencyItemRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// BookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters 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.
+// BookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters 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.
type BookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *BookingCurrenciesBookingCurrencyItemRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *BookingCurrenciesBookingCurrencyItemRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *BookingCurrenciesBookingCurrencyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingCurrenciesBookingCurrencyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/solutions/booking_currencies_request_builder.go b/solutions/booking_currencies_request_builder.go
index cbbdefcc988..5f096cccc2d 100644
--- a/solutions/booking_currencies_request_builder.go
+++ b/solutions/booking_currencies_request_builder.go
@@ -11,7 +11,7 @@ import (
type BookingCurrenciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// BookingCurrenciesRequestBuilderGetQueryParameters get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is supported in the following national cloud deployments.
+// BookingCurrenciesRequestBuilderGetQueryParameters get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is available in the following national cloud deployments.
type BookingCurrenciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewBookingCurrenciesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *BookingCurrenciesRequestBuilder) Count()(*BookingCurrenciesCountRequestBuilder) {
return NewBookingCurrenciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is supported in the following national cloud deployments.
+// Get get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *BookingCurrenciesRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable), nil
}
-// ToGetRequestInformation get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is available in the following national cloud deployments.
func (m *BookingCurrenciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *BookingCurrenciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/subscribedskus/subscribed_sku_item_request_builder.go b/subscribedskus/subscribed_sku_item_request_builder.go
index b68340cd361..07939bdab09 100644
--- a/subscribedskus/subscribed_sku_item_request_builder.go
+++ b/subscribedskus/subscribed_sku_item_request_builder.go
@@ -18,7 +18,7 @@ type SubscribedSkuItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SubscribedSkuItemRequestBuilderGetQueryParameters get a specific commercial subscription that an organization has acquired. This API is supported in the following national cloud deployments.
+// SubscribedSkuItemRequestBuilderGetQueryParameters get a specific commercial subscription that an organization has acquired. This API is available in the following national cloud deployments.
type SubscribedSkuItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -68,7 +68,7 @@ func (m *SubscribedSkuItemRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// Get get a specific commercial subscription that an organization has acquired. This API is supported in the following national cloud deployments.
+// Get get a specific commercial subscription that an organization has acquired. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *SubscribedSkuItemRequestBuilder) ToDeleteRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToGetRequestInformation get a specific commercial subscription that an organization has acquired. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a specific commercial subscription that an organization has acquired. This API is available in the following national cloud deployments.
func (m *SubscribedSkuItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubscribedSkuItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/subscribedskus/subscribed_skus_request_builder.go b/subscribedskus/subscribed_skus_request_builder.go
index 03a2f1c6d11..8dfaac88d3b 100644
--- a/subscribedskus/subscribed_skus_request_builder.go
+++ b/subscribedskus/subscribed_skus_request_builder.go
@@ -11,7 +11,7 @@ import (
type SubscribedSkusRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SubscribedSkusRequestBuilderGetQueryParameters 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.
+// SubscribedSkusRequestBuilderGetQueryParameters 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.
type SubscribedSkusRequestBuilderGetQueryParameters struct {
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
@@ -60,7 +60,7 @@ func NewSubscribedSkusRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
urlParams["request-raw-url"] = rawUrl
return NewSubscribedSkusRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0
@@ -101,7 +101,7 @@ func (m *SubscribedSkusRequestBuilder) Post(ctx context.Context, body iadcd81124
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscribedSkuable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SubscribedSkusRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubscribedSkusRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/subscriptions/item_reauthorize_request_builder.go b/subscriptions/item_reauthorize_request_builder.go
index 618a9d8e95f..bbd06a2203f 100644
--- a/subscriptions/item_reauthorize_request_builder.go
+++ b/subscriptions/item_reauthorize_request_builder.go
@@ -30,7 +30,7 @@ func NewItemReauthorizeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemReauthorizeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// Post reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemReauthorizeRequestBuilder) Post(ctx context.Context, requestConfigu
}
return nil
}
-// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
func (m *ItemReauthorizeRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemReauthorizeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/subscriptions/subscription_item_request_builder.go b/subscriptions/subscription_item_request_builder.go
index b8f7706f953..04902be0965 100644
--- a/subscriptions/subscription_item_request_builder.go
+++ b/subscriptions/subscription_item_request_builder.go
@@ -18,7 +18,7 @@ type SubscriptionItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// SubscriptionItemRequestBuilderGetQueryParameters 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.
+// SubscriptionItemRequestBuilderGetQueryParameters 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.
type SubscriptionItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewSubscriptionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
urlParams["request-raw-url"] = rawUrl
return NewSubscriptionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *SubscriptionItemRequestBuilder) Delete(ctx context.Context, requestConf
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *SubscriptionItemRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Subscriptionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *SubscriptionItemRequestBuilder) Patch(ctx context.Context, body iadcd81
func (m *SubscriptionItemRequestBuilder) Reauthorize()(*ItemReauthorizeRequestBuilder) {
return NewItemReauthorizeRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *SubscriptionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *SubscriptionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *SubscriptionItemRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SubscriptionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubscriptionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -147,7 +147,7 @@ func (m *SubscriptionItemRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *SubscriptionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Subscriptionable, requestConfiguration *SubscriptionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/subscriptions/subscriptions_request_builder.go b/subscriptions/subscriptions_request_builder.go
index 96a2bde2ec4..817b5468202 100644
--- a/subscriptions/subscriptions_request_builder.go
+++ b/subscriptions/subscriptions_request_builder.go
@@ -11,7 +11,7 @@ import (
type SubscriptionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SubscriptionsRequestBuilderGetQueryParameters 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.
+// SubscriptionsRequestBuilderGetQueryParameters 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.
type SubscriptionsRequestBuilderGetQueryParameters struct {
// Search items by search phrases
Search *string `uriparametername:"%24search"`
@@ -58,7 +58,7 @@ func NewSubscriptionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewSubscriptionsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
@@ -80,7 +80,7 @@ func (m *SubscriptionsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SubscriptionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
@@ -102,7 +102,7 @@ func (m *SubscriptionsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Subscriptionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *SubscriptionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SubscriptionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -118,7 +118,7 @@ func (m *SubscriptionsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SubscriptionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Subscriptionable, requestConfiguration *SubscriptionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_all_channels_request_builder.go b/teams/item_all_channels_request_builder.go
index b6600ad2a5a..de8d53cc990 100644
--- a/teams/item_all_channels_request_builder.go
+++ b/teams/item_all_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAllChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAllChannelsRequestBuilderGetQueryParameters 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.
+// ItemAllChannelsRequestBuilderGetQueryParameters 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.
type ItemAllChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemAllChannelsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemAllChannelsRequestBuilder) Count()(*ItemAllChannelsCountRequestBuilder) {
return NewItemAllChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAllChannelsRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChannelCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAllChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAllChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_archive_post_request_body.go b/teams/item_archive_post_request_body.go
index 25a2f17ceda..5dad17cee94 100644
--- a/teams/item_archive_post_request_body.go
+++ b/teams/item_archive_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemArchivePostRequestBody()(*ItemArchivePostRequestBody) {
func CreateItemArchivePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemArchivePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemArchivePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemArchivePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemArchivePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemArchivePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemArchivePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemArchivePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_archive_request_builder.go b/teams/item_archive_request_builder.go
index bc8fa8a997f..b14bc4bfa2c 100644
--- a/teams/item_archive_request_builder.go
+++ b/teams/item_archive_request_builder.go
@@ -30,7 +30,7 @@ func NewItemArchiveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemArchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemArchiveRequestBuilder) Post(ctx context.Context, body ItemArchivePo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemArchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemArchivePostRequestBodyable, requestConfiguration *ItemArchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_channel_item_request_builder.go b/teams/item_channels_channel_item_request_builder.go
index 905141a148c..dbae79555c9 100644
--- a/teams/item_channels_channel_item_request_builder.go
+++ b/teams/item_channels_channel_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsChannelItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsChannelItemRequestBuilderGetQueryParameters 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.
+// ItemChannelsChannelItemRequestBuilderGetQueryParameters 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.
type ItemChannelsChannelItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemChannelsChannelItemRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsChannelItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the channel. This API is supported in the following national cloud deployments.
+// Delete delete the channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemChannelsChannelItemRequestBuilder) DoesUserHaveAccessuserIdUserIdTe
func (m *ItemChannelsChannelItemRequestBuilder) FilesFolder()(*ItemChannelsItemFilesFolderRequestBuilder) {
return NewItemChannelsItemFilesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChannelsChannelItemRequestBuilder) Members()(*ItemChannelsItemMembe
func (m *ItemChannelsChannelItemRequestBuilder) Messages()(*ItemChannelsItemMessagesRequestBuilder) {
return NewItemChannelsItemMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of the specified channel. This API is supported in the following national cloud deployments.
+// Patch update the properties of the specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *ItemChannelsChannelItemRequestBuilder) SharedWithTeams()(*ItemChannelsI
func (m *ItemChannelsChannelItemRequestBuilder) Tabs()(*ItemChannelsItemTabsRequestBuilder) {
return NewItemChannelsItemTabsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete the channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the channel. This API is available in the following national cloud deployments.
func (m *ItemChannelsChannelItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsChannelItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemChannelsChannelItemRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsChannelItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsChannelItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *ItemChannelsChannelItemRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of the specified channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of the specified channel. This API is available in the following national cloud deployments.
func (m *ItemChannelsChannelItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable, requestConfiguration *ItemChannelsChannelItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_complete_migration_request_builder.go b/teams/item_channels_item_complete_migration_request_builder.go
index 2bf1ca1f7af..dee8a9b13ef 100644
--- a/teams/item_channels_item_complete_migration_request_builder.go
+++ b/teams/item_channels_item_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemCompleteMigrationRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChannelsItemCompleteMigrationRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index c2a30f9114a..1f4b6ba58fd 100644
--- a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinci
func CreateItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinc
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinc
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_channels_item_files_folder_request_builder.go b/teams/item_channels_item_files_folder_request_builder.go
index 33f5982475d..8ba1e53a600 100644
--- a/teams/item_channels_item_files_folder_request_builder.go
+++ b/teams/item_channels_item_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ItemChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type ItemChannelsItemFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemChannelsItemFilesFolderRequestBuilder(rawUrl string, requestAdapter
func (m *ItemChannelsItemFilesFolderRequestBuilder) Content()(*ItemChannelsItemFilesFolderContentRequestBuilder) {
return NewItemChannelsItemFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemChannelsItemFilesFolderRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_members_add_post_request_body.go b/teams/item_channels_item_members_add_post_request_body.go
index 3849ee82594..dad3d7b31c2 100644
--- a/teams/item_channels_item_members_add_post_request_body.go
+++ b/teams/item_channels_item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemChannelsItemMembersAddPostRequestBody()(*ItemChannelsItemMembersAddP
func CreateItemChannelsItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemChannelsItemMembersAddPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemChannelsItemMembersAddPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_channels_item_members_add_request_builder.go b/teams/item_channels_item_members_add_request_builder.go
index 67d506e0d49..cc128d417bc 100644
--- a/teams/item_channels_item_members_add_request_builder.go
+++ b/teams/item_channels_item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemMembersAddRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemChannelsItemMembersAddRequestBuilder) Post(ctx context.Context, bod
}
return res.(ItemChannelsItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemChannelsItemMembersAddRequestBuilder) PostAsAddPostResponse(ctx con
}
return res.(ItemChannelsItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChannelsItemMembersAddPostRequestBodyable, requestConfiguration *ItemChannelsItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_members_conversation_member_item_request_builder.go b/teams/item_channels_item_members_conversation_member_item_request_builder.go
index 947de223ed6..57b78f2bfd1 100644
--- a/teams/item_channels_item_members_conversation_member_item_request_builder.go
+++ b/teams/item_channels_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemMembersConversationMemberItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type ItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemChannelsItemMembersConversationMemberItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *ItemChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_members_request_builder.go b/teams/item_channels_item_members_request_builder.go
index 02793f2c4ab..f246e609cfa 100644
--- a/teams/item_channels_item_members_request_builder.go
+++ b/teams/item_channels_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemMembersRequestBuilderGetQueryParameters 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.
type ItemChannelsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemChannelsItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemChannelsItemMembersRequestBuilder) Count()(*ItemChannelsItemMembersCountRequestBuilder) {
return NewItemChannelsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemChannelsItemMembersRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_chat_message_item_request_builder.go b/teams/item_channels_item_messages_chat_message_item_request_builder.go
index 5484cf5f60c..f5c8d46f26f 100644
--- a/teams/item_channels_item_messages_chat_message_item_request_builder.go
+++ b/teams/item_channels_item_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemMessagesChatMessageItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) Delete(ctx conte
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) Get(ctx context.
func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) HostedContents()(*ItemChannelsItemMessagesItemHostedContentsRequestBuilder) {
return NewItemChannelsItemMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemChannelsItemMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChannelsItemMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/teams/item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 314e0fed44a..ce338460087 100644
--- a/teams/item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/teams/item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemR
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemR
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_hosted_contents_request_builder.go b/teams/item_channels_item_messages_item_hosted_contents_request_builder.go
index c403decf2fc..b83feacb1c5 100644
--- a/teams/item_channels_item_messages_item_hosted_contents_request_builder.go
+++ b/teams/item_channels_item_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChannelsItemMessagesItemHostedContentsRequestBuilder(rawUrl string,
func (m *ItemChannelsItemMessagesItemHostedContentsRequestBuilder) Count()(*ItemChannelsItemMessagesItemHostedContentsCountRequestBuilder) {
return NewItemChannelsItemMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChannelsItemMessagesItemHostedContentsRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_replies_chat_message_item_request_builder.go b/teams/item_channels_item_messages_item_replies_chat_message_item_request_builder.go
index 0ed161604ff..ff20e89336b 100644
--- a/teams/item_channels_item_messages_item_replies_chat_message_item_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) Delet
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/teams/item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 71716c157da..9e50dd50bd6 100644
--- a/teams/item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedConte
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedC
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedC
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go b/teams/item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
index d8125f13364..2fecf24e324 100644
--- a/teams/item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder(rawU
func (m *ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Po
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go b/teams/item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
index 7dec0e8c98f..44514ce9c55 100644
--- a/teams/item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/teams/item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody()(*Ite
func CreateItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_channels_item_messages_item_replies_item_soft_delete_request_builder.go b/teams/item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
index a8aa596adff..7d4e263bb61 100644
--- a/teams/item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go b/teams/item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
index fa65af13800..2e8bd16c8cb 100644
--- a/teams/item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go b/teams/item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
index 3da7306e01e..b671cc95e68 100644
--- a/teams/item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/teams/item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody()(*I
func CreateItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_channels_item_messages_item_replies_request_builder.go b/teams/item_channels_item_messages_item_replies_request_builder.go
index bbd9438c983..53656c63f20 100644
--- a/teams/item_channels_item_messages_item_replies_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Count()(*ItemChannel
func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Delta()(*ItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) {
return NewItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_set_reaction_post_request_body.go b/teams/item_channels_item_messages_item_set_reaction_post_request_body.go
index 2999c67a886..43bb24de430 100644
--- a/teams/item_channels_item_messages_item_set_reaction_post_request_body.go
+++ b/teams/item_channels_item_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChannelsItemMessagesItemSetReactionPostRequestBody()(*ItemChannelsIt
func CreateItemChannelsItemMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChannelsItemMessagesItemSetReactionPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChannelsItemMessagesItemSetReactionPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_channels_item_messages_item_soft_delete_request_builder.go b/teams/item_channels_item_messages_item_soft_delete_request_builder.go
index 89cacc87795..f79e011e53a 100644
--- a/teams/item_channels_item_messages_item_soft_delete_request_builder.go
+++ b/teams/item_channels_item_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemMessagesItemSoftDeleteRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChannelsItemMessagesItemSoftDeleteRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_undo_soft_delete_request_builder.go b/teams/item_channels_item_messages_item_undo_soft_delete_request_builder.go
index 7b85444ec05..3c73bbdfdc1 100644
--- a/teams/item_channels_item_messages_item_undo_soft_delete_request_builder.go
+++ b/teams/item_channels_item_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_messages_item_unset_reaction_post_request_body.go b/teams/item_channels_item_messages_item_unset_reaction_post_request_body.go
index c8e9dedc90b..d2986610026 100644
--- a/teams/item_channels_item_messages_item_unset_reaction_post_request_body.go
+++ b/teams/item_channels_item_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChannelsItemMessagesItemUnsetReactionPostRequestBody()(*ItemChannels
func CreateItemChannelsItemMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChannelsItemMessagesItemUnsetReactionPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChannelsItemMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChannelsItemMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_channels_item_messages_request_builder.go b/teams/item_channels_item_messages_request_builder.go
index a605dd1d941..94d19379cc1 100644
--- a/teams/item_channels_item_messages_request_builder.go
+++ b/teams/item_channels_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemMessagesRequestBuilderGetQueryParameters 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.
type ItemChannelsItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemChannelsItemMessagesRequestBuilder) Count()(*ItemChannelsItemMessag
func (m *ItemChannelsItemMessagesRequestBuilder) Delta()(*ItemChannelsItemMessagesDeltaRequestBuilder) {
return NewItemChannelsItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemChannelsItemMessagesRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemChannelsItemMessagesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChannelsItemMessagesRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChannelsItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_provision_email_request_builder.go b/teams/item_channels_item_provision_email_request_builder.go
index 90517fd8f36..da905c72270 100644
--- a/teams/item_channels_item_provision_email_request_builder.go
+++ b/teams/item_channels_item_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewItemChannelsItemProvisionEmailRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemChannelsItemProvisionEmailRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_remove_email_request_builder.go b/teams/item_channels_item_remove_email_request_builder.go
index b6c30937247..dc14fb5a2e1 100644
--- a/teams/item_channels_item_remove_email_request_builder.go
+++ b/teams/item_channels_item_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChannelsItemRemoveEmailRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChannelsItemRemoveEmailRequestBuilder) Post(ctx context.Context, re
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_shared_with_teams_item_allowed_members_request_builder.go b/teams/item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
index 2c3e951bc04..9c26ac285f0 100644
--- a/teams/item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
+++ b/teams/item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder(rawUrl s
func (m *ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*ItemChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewItemChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_shared_with_teams_request_builder.go b/teams/item_channels_item_shared_with_teams_request_builder.go
index cedaa9e55da..8bf4a8dee00 100644
--- a/teams/item_channels_item_shared_with_teams_request_builder.go
+++ b/teams/item_channels_item_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
type ItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChannelsItemSharedWithTeamsRequestBuilder(rawUrl string, requestAdap
func (m *ItemChannelsItemSharedWithTeamsRequestBuilder) Count()(*ItemChannelsItemSharedWithTeamsCountRequestBuilder) {
return NewItemChannelsItemSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChannelsItemSharedWithTeamsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/teams/item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index 89ab9f13629..cb935e02e49 100644
--- a/teams/item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/teams/item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderD
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuil
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuil
func (m *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*ItemChannelsItemSharedWithTeamsItemTeamRequestBuilder) {
return NewItemChannelsItemSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuil
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_tabs_request_builder.go b/teams/item_channels_item_tabs_request_builder.go
index 35022e2d187..54f5512f04e 100644
--- a/teams/item_channels_item_tabs_request_builder.go
+++ b/teams/item_channels_item_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsItemTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ItemChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type ItemChannelsItemTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChannelsItemTabsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemChannelsItemTabsRequestBuilder) Count()(*ItemChannelsItemTabsCountRequestBuilder) {
return NewItemChannelsItemTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemChannelsItemTabsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemChannelsItemTabsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemChannelsItemTabsRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsItemTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemChannelsItemTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_item_tabs_teams_tab_item_request_builder.go b/teams/item_channels_item_tabs_teams_tab_item_request_builder.go
index f558f58d7fa..da189616f46 100644
--- a/teams/item_channels_item_tabs_teams_tab_item_request_builder.go
+++ b/teams/item_channels_item_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// ItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type ItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemChannelsItemTabsTeamsTabItemRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemChannelsItemTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) Patch(ctx context.Conte
func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemChannelsItemTabsItemTeamsAppRequestBuilder) {
return NewItemChannelsItemTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsItemTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemChannelsItemTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemChannelsItemTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_channels_request_builder.go b/teams/item_channels_request_builder.go
index 3b8add105bc..852a7060715 100644
--- a/teams/item_channels_request_builder.go
+++ b/teams/item_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChannelsRequestBuilderGetQueryParameters retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// ItemChannelsRequestBuilderGetQueryParameters retrieve the list of channels in this team. This API is available in the following national cloud deployments.
type ItemChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChannelsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *ItemChannelsRequestBuilder) Count()(*ItemChannelsCountRequestBuilder) {
return NewItemChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of channels in this team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemChannelsRequestBuilder) Get(ctx context.Context, requestConfigurati
func (m *ItemChannelsRequestBuilder) GetAllMessages()(*ItemChannelsGetAllMessagesRequestBuilder) {
return NewItemChannelsGetAllMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemChannelsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable), nil
}
-// ToGetRequestInformation retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of channels in this team. This API is available in the following national cloud deployments.
func (m *ItemChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChannelsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable, requestConfiguration *ItemChannelsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_clone_post_request_body.go b/teams/item_clone_post_request_body.go
index d396af85859..71b4d843cf6 100644
--- a/teams/item_clone_post_request_body.go
+++ b/teams/item_clone_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemClonePostRequestBody()(*ItemClonePostRequestBody) {
func CreateItemClonePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemClonePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemClonePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemClonePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemClonePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -218,14 +218,14 @@ func (m *ItemClonePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemClonePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemClonePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_clone_request_builder.go b/teams/item_clone_request_builder.go
index 7b9bf30a594..585bee9a086 100644
--- a/teams/item_clone_request_builder.go
+++ b/teams/item_clone_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCloneRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
urlParams["request-raw-url"] = rawUrl
return NewItemCloneRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCloneRequestBuilder) Post(ctx context.Context, body ItemClonePostRe
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCloneRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemClonePostRequestBodyable, requestConfiguration *ItemCloneRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_complete_migration_request_builder.go b/teams/item_complete_migration_request_builder.go
index 2497e7a2104..85559555f31 100644
--- a/teams/item_complete_migration_request_builder.go
+++ b/teams/item_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCompleteMigrationRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCompleteMigrationRequestBuilder) Post(ctx context.Context, requestC
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_incoming_channels_request_builder.go b/teams/item_incoming_channels_request_builder.go
index 93bf5562279..42e74eb48d7 100644
--- a/teams/item_incoming_channels_request_builder.go
+++ b/teams/item_incoming_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemIncomingChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemIncomingChannelsRequestBuilderGetQueryParameters get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// ItemIncomingChannelsRequestBuilderGetQueryParameters get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
type ItemIncomingChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemIncomingChannelsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemIncomingChannelsRequestBuilder) Count()(*ItemIncomingChannelsCountRequestBuilder) {
return NewItemIncomingChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// Get get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemIncomingChannelsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChannelCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
func (m *ItemIncomingChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemIncomingChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_installed_apps_item_upgrade_post_request_body.go b/teams/item_installed_apps_item_upgrade_post_request_body.go
index 1b77e7b44bd..c87b48cf1d4 100644
--- a/teams/item_installed_apps_item_upgrade_post_request_body.go
+++ b/teams/item_installed_apps_item_upgrade_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemInstalledAppsItemUpgradePostRequestBody()(*ItemInstalledAppsItemUpgr
func CreateItemInstalledAppsItemUpgradePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemInstalledAppsItemUpgradePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemInstalledAppsItemUpgradePostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemInstalledAppsItemUpgradePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_installed_apps_item_upgrade_request_builder.go b/teams/item_installed_apps_item_upgrade_request_builder.go
index 9186aafe761..5f2aa3ee4d7 100644
--- a/teams/item_installed_apps_item_upgrade_request_builder.go
+++ b/teams/item_installed_apps_item_upgrade_request_builder.go
@@ -30,7 +30,7 @@ func NewItemInstalledAppsItemUpgradeRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemInstalledAppsItemUpgradeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// Post upgrade an app installation within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemInstalledAppsItemUpgradeRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation upgrade an app installation within a chat. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsItemUpgradeRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemInstalledAppsItemUpgradePostRequestBodyable, requestConfiguration *ItemInstalledAppsItemUpgradeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_installed_apps_request_builder.go b/teams/item_installed_apps_request_builder.go
index 676964044c8..119ba8f8a61 100644
--- a/teams/item_installed_apps_request_builder.go
+++ b/teams/item_installed_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemInstalledAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemInstalledAppsRequestBuilderGetQueryParameters retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// ItemInstalledAppsRequestBuilderGetQueryParameters retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
type ItemInstalledAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemInstalledAppsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemInstalledAppsRequestBuilder) Count()(*ItemInstalledAppsCountRequestBuilder) {
return NewItemInstalledAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemInstalledAppsRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationCollectionResponseable), nil
}
-// Post install an app to the specified team. This API is supported in the following national cloud deployments.
+// Post install an app to the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemInstalledAppsRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable), nil
}
-// ToGetRequestInformation retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInstalledAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation install an app to the specified team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation install an app to the specified team. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable, requestConfiguration *ItemInstalledAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_installed_apps_teams_app_installation_item_request_builder.go b/teams/item_installed_apps_teams_app_installation_item_request_builder.go
index 9ea673b5ddb..44a570057c7 100644
--- a/teams/item_installed_apps_teams_app_installation_item_request_builder.go
+++ b/teams/item_installed_apps_teams_app_installation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
type ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemInstalledAppsTeamsAppInstallationItemRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemInstalledAppsTeamsAppInstallationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete uninstalls an app from the specified team. This API is supported in the following national cloud deployments.
+// Delete uninstalls an app from the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsApp()(*It
func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsAppDefinition()(*ItemInstalledAppsItemTeamsAppDefinitionRequestBuilder) {
return NewItemInstalledAppsItemTeamsAppDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation uninstalls an app from the specified team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation uninstalls an app from the specified team. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
func (m *ItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_members_add_post_request_body.go b/teams/item_members_add_post_request_body.go
index c8f480c40e0..1db47273bf0 100644
--- a/teams/item_members_add_post_request_body.go
+++ b/teams/item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMembersAddPostRequestBody()(*ItemMembersAddPostRequestBody) {
func CreateItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemMembersAddPostRequestBody) Serialize(writer i878a80d2330e89d2689638
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_members_add_request_builder.go b/teams/item_members_add_request_builder.go
index d54ecc44beb..6183f5136e7 100644
--- a/teams/item_members_add_request_builder.go
+++ b/teams/item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
urlParams["request-raw-url"] = rawUrl
return NewItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemMembersAddRequestBuilder) Post(ctx context.Context, body ItemMember
}
return res.(ItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemMembersAddRequestBuilder) PostAsAddPostResponse(ctx context.Context
}
return res.(ItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMembersAddPostRequestBodyable, requestConfiguration *ItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_members_conversation_member_item_request_builder.go b/teams/item_members_conversation_member_item_request_builder.go
index 45683c2f696..88f80302faf 100644
--- a/teams/item_members_conversation_member_item_request_builder.go
+++ b/teams/item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a team. This API is available in the following national cloud deployments.
type ItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemMembersConversationMemberItemRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a conversationMember from a team. This API is supported in the following national cloud deployments.
+// Delete remove a conversationMember from a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team. This API is supported in the following national cloud deployments.
+// Patch update the role of a conversationMember in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation remove a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a conversationMember from a team. This API is available in the following national cloud deployments.
func (m *ItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a team. This API is available in the following national cloud deployments.
func (m *ItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the role of a conversationMember in a team. This API is available in the following national cloud deployments.
func (m *ItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_members_request_builder.go b/teams/item_members_request_builder.go
index 38b1e173fed..afda35c1a16 100644
--- a/teams/item_members_request_builder.go
+++ b/teams/item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMembersRequestBuilderGetQueryParameters 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.
+// ItemMembersRequestBuilderGetQueryParameters 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.
type ItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
func (m *ItemMembersRequestBuilder) Count()(*ItemMembersCountRequestBuilder) {
return NewItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemMembersRequestBuilder) Get(ctx context.Context, requestConfiguratio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a new conversationMember to a team. This API is supported in the following national cloud deployments.
+// Post add a new conversationMember to a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation add a new conversationMember to a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a new conversationMember to a team. This API is available in the following national cloud deployments.
func (m *ItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_permission_grants_delta_get_response.go b/teams/item_permission_grants_delta_get_response.go
deleted file mode 100644
index 0cbc3c0782c..00000000000
--- a/teams/item_permission_grants_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsDeltaGetResponse
-type ItemPermissionGrantsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewItemPermissionGrantsDeltaGetResponse instantiates a new ItemPermissionGrantsDeltaGetResponse and sets the default values.
-func NewItemPermissionGrantsDeltaGetResponse()(*ItemPermissionGrantsDeltaGetResponse) {
- m := &ItemPermissionGrantsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsDeltaGetResponseable
-type ItemPermissionGrantsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/teams/item_permission_grants_delta_request_builder.go b/teams/item_permission_grants_delta_request_builder.go
deleted file mode 100644
index 6d0ca5da8d1..00000000000
--- a/teams/item_permission_grants_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package teams
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsDeltaRequestBuilder provides operations to call the delta method.
-type ItemPermissionGrantsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters invoke function delta
-type ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *ItemPermissionGrantsDeltaRequestBuilderGetQueryParameters
-}
-// NewItemPermissionGrantsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemPermissionGrantsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsDeltaRequestBuilder) {
- m := &ItemPermissionGrantsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemPermissionGrantsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *ItemPermissionGrantsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemPermissionGrantsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *ItemPermissionGrantsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemPermissionGrantsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *ItemPermissionGrantsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsDeltaRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemPermissionGrantsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/teams/item_permission_grants_delta_response.go b/teams/item_permission_grants_delta_response.go
deleted file mode 100644
index a469ee238be..00000000000
--- a/teams/item_permission_grants_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemPermissionGrantsDeltaResponse struct {
- ItemPermissionGrantsDeltaGetResponse
-}
-// NewItemPermissionGrantsDeltaResponse instantiates a new ItemPermissionGrantsDeltaResponse and sets the default values.
-func NewItemPermissionGrantsDeltaResponse()(*ItemPermissionGrantsDeltaResponse) {
- m := &ItemPermissionGrantsDeltaResponse{
- ItemPermissionGrantsDeltaGetResponse: *NewItemPermissionGrantsDeltaGetResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsDeltaResponse(), nil
-}
-// ItemPermissionGrantsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemPermissionGrantsDeltaResponseable interface {
- ItemPermissionGrantsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_get_available_extension_properties_post_request_body.go b/teams/item_permission_grants_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 438309d6905..00000000000
--- a/teams/item_permission_grants_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody()(*ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/teams/item_permission_grants_get_available_extension_properties_post_response.go b/teams/item_permission_grants_get_available_extension_properties_post_response.go
deleted file mode 100644
index a3ce2e74d14..00000000000
--- a/teams/item_permission_grants_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse()(*ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
-type ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/teams/item_permission_grants_get_available_extension_properties_request_builder.go b/teams/item_permission_grants_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 19a597923d1..00000000000
--- a/teams/item_permission_grants_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package teams
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/teams/item_permission_grants_get_available_extension_properties_response.go b/teams/item_permission_grants_get_available_extension_properties_response.go
deleted file mode 100644
index 9a2ebde72b5..00000000000
--- a/teams/item_permission_grants_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesResponse struct {
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-}
-// NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse instantiates a new ItemPermissionGrantsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse()(*ItemPermissionGrantsGetAvailableExtensionPropertiesResponse) {
- m := &ItemPermissionGrantsGetAvailableExtensionPropertiesResponse{
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse: *NewItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesResponse(), nil
-}
-// ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemPermissionGrantsGetAvailableExtensionPropertiesResponseable interface {
- ItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_get_by_ids_post_request_body.go b/teams/item_permission_grants_get_by_ids_post_request_body.go
deleted file mode 100644
index a84f2da2306..00000000000
--- a/teams/item_permission_grants_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsGetByIdsPostRequestBody
-type ItemPermissionGrantsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsGetByIdsPostRequestBody instantiates a new ItemPermissionGrantsGetByIdsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsGetByIdsPostRequestBody()(*ItemPermissionGrantsGetByIdsPostRequestBody) {
- m := &ItemPermissionGrantsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *ItemPermissionGrantsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsGetByIdsPostRequestBodyable
-type ItemPermissionGrantsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/teams/item_permission_grants_get_by_ids_response.go b/teams/item_permission_grants_get_by_ids_response.go
deleted file mode 100644
index 637e84b9157..00000000000
--- a/teams/item_permission_grants_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemPermissionGrantsGetByIdsResponse struct {
- ItemPermissionGrantsGetByIdsPostResponse
-}
-// NewItemPermissionGrantsGetByIdsResponse instantiates a new ItemPermissionGrantsGetByIdsResponse and sets the default values.
-func NewItemPermissionGrantsGetByIdsResponse()(*ItemPermissionGrantsGetByIdsResponse) {
- m := &ItemPermissionGrantsGetByIdsResponse{
- ItemPermissionGrantsGetByIdsPostResponse: *NewItemPermissionGrantsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsGetByIdsResponse(), nil
-}
-// ItemPermissionGrantsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemPermissionGrantsGetByIdsResponseable interface {
- ItemPermissionGrantsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_item_check_member_groups_post_request_body.go b/teams/item_permission_grants_item_check_member_groups_post_request_body.go
deleted file mode 100644
index debd4e57692..00000000000
--- a/teams/item_permission_grants_item_check_member_groups_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody
-type ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody instantiates a new ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody()(*ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["groupIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetGroupIds(res)
- }
- return nil
- }
- return res
-}
-// GetGroupIds gets the groupIds property value. The groupIds property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
- val, err := m.GetBackingStore().Get("groupIds")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetGroupIds() != nil {
- err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetGroupIds sets the groupIds property value. The groupIds property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
- err := m.GetBackingStore().Set("groupIds", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable
-type ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetGroupIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetGroupIds(value []string)()
-}
diff --git a/teams/item_permission_grants_item_check_member_groups_post_response.go b/teams/item_permission_grants_item_check_member_groups_post_response.go
deleted file mode 100644
index 4a167dc36b7..00000000000
--- a/teams/item_permission_grants_item_check_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsPostResponse
-type ItemPermissionGrantsItemCheckMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsPostResponse instantiates a new ItemPermissionGrantsItemCheckMemberGroupsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsPostResponse()(*ItemPermissionGrantsItemCheckMemberGroupsPostResponse) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberGroupsPostResponseable
-type ItemPermissionGrantsItemCheckMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/teams/item_permission_grants_item_check_member_groups_request_builder.go b/teams/item_permission_grants_item_check_member_groups_request_builder.go
deleted file mode 100644
index b762f18bd0c..00000000000
--- a/teams/item_permission_grants_item_check_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package teams
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
-type ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberGroupsResponseable), nil
-}
-// PostAsCheckMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/teams/item_permission_grants_item_check_member_groups_response.go b/teams/item_permission_grants_item_check_member_groups_response.go
deleted file mode 100644
index f7a1c38f98b..00000000000
--- a/teams/item_permission_grants_item_check_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemCheckMemberGroupsResponse
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberGroupsResponse struct {
- ItemPermissionGrantsItemCheckMemberGroupsPostResponse
-}
-// NewItemPermissionGrantsItemCheckMemberGroupsResponse instantiates a new ItemPermissionGrantsItemCheckMemberGroupsResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberGroupsResponse()(*ItemPermissionGrantsItemCheckMemberGroupsResponse) {
- m := &ItemPermissionGrantsItemCheckMemberGroupsResponse{
- ItemPermissionGrantsItemCheckMemberGroupsPostResponse: *NewItemPermissionGrantsItemCheckMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberGroupsResponse(), nil
-}
-// ItemPermissionGrantsItemCheckMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberGroupsResponseable interface {
- ItemPermissionGrantsItemCheckMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_item_check_member_objects_post_response.go b/teams/item_permission_grants_item_check_member_objects_post_response.go
deleted file mode 100644
index 09e2192412e..00000000000
--- a/teams/item_permission_grants_item_check_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsPostResponse
-type ItemPermissionGrantsItemCheckMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsPostResponse instantiates a new ItemPermissionGrantsItemCheckMemberObjectsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsPostResponse()(*ItemPermissionGrantsItemCheckMemberObjectsPostResponse) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemCheckMemberObjectsPostResponseable
-type ItemPermissionGrantsItemCheckMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/teams/item_permission_grants_item_check_member_objects_request_builder.go b/teams/item_permission_grants_item_check_member_objects_request_builder.go
deleted file mode 100644
index 36298e32f5d..00000000000
--- a/teams/item_permission_grants_item_check_member_objects_request_builder.go
+++ /dev/null
@@ -1,92 +0,0 @@
-package teams
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
-type ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberObjectsResponseable), nil
-}
-// PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemPermissionGrantsItemCheckMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemPermissionGrantsItemCheckMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation invoke action checkMemberObjects
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/teams/item_permission_grants_item_check_member_objects_response.go b/teams/item_permission_grants_item_check_member_objects_response.go
deleted file mode 100644
index ff484a088fa..00000000000
--- a/teams/item_permission_grants_item_check_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemCheckMemberObjectsResponse
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberObjectsResponse struct {
- ItemPermissionGrantsItemCheckMemberObjectsPostResponse
-}
-// NewItemPermissionGrantsItemCheckMemberObjectsResponse instantiates a new ItemPermissionGrantsItemCheckMemberObjectsResponse and sets the default values.
-func NewItemPermissionGrantsItemCheckMemberObjectsResponse()(*ItemPermissionGrantsItemCheckMemberObjectsResponse) {
- m := &ItemPermissionGrantsItemCheckMemberObjectsResponse{
- ItemPermissionGrantsItemCheckMemberObjectsPostResponse: *NewItemPermissionGrantsItemCheckMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemCheckMemberObjectsResponse(), nil
-}
-// ItemPermissionGrantsItemCheckMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemCheckMemberObjectsResponseable interface {
- ItemPermissionGrantsItemCheckMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_item_get_member_groups_response.go b/teams/item_permission_grants_item_get_member_groups_response.go
deleted file mode 100644
index 90cdf46c10b..00000000000
--- a/teams/item_permission_grants_item_get_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemGetMemberGroupsResponse
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberGroupsResponse struct {
- ItemPermissionGrantsItemGetMemberGroupsPostResponse
-}
-// NewItemPermissionGrantsItemGetMemberGroupsResponse instantiates a new ItemPermissionGrantsItemGetMemberGroupsResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberGroupsResponse()(*ItemPermissionGrantsItemGetMemberGroupsResponse) {
- m := &ItemPermissionGrantsItemGetMemberGroupsResponse{
- ItemPermissionGrantsItemGetMemberGroupsPostResponse: *NewItemPermissionGrantsItemGetMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberGroupsResponse(), nil
-}
-// ItemPermissionGrantsItemGetMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberGroupsResponseable interface {
- ItemPermissionGrantsItemGetMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_item_get_member_objects_post_request_body.go b/teams/item_permission_grants_item_get_member_objects_post_request_body.go
deleted file mode 100644
index 12847750391..00000000000
--- a/teams/item_permission_grants_item_get_member_objects_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsPostRequestBody
-type ItemPermissionGrantsItemGetMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody instantiates a new ItemPermissionGrantsItemGetMemberObjectsPostRequestBody and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody()(*ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) {
- m := &ItemPermissionGrantsItemGetMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable
-type ItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/teams/item_permission_grants_item_get_member_objects_post_response.go b/teams/item_permission_grants_item_get_member_objects_post_response.go
deleted file mode 100644
index 40511435ea2..00000000000
--- a/teams/item_permission_grants_item_get_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsPostResponse
-type ItemPermissionGrantsItemGetMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemPermissionGrantsItemGetMemberObjectsPostResponse instantiates a new ItemPermissionGrantsItemGetMemberObjectsPostResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsPostResponse()(*ItemPermissionGrantsItemGetMemberObjectsPostResponse) {
- m := &ItemPermissionGrantsItemGetMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemPermissionGrantsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsItemGetMemberObjectsPostResponseable
-type ItemPermissionGrantsItemGetMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/teams/item_permission_grants_item_get_member_objects_response.go b/teams/item_permission_grants_item_get_member_objects_response.go
deleted file mode 100644
index 32ac6751138..00000000000
--- a/teams/item_permission_grants_item_get_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package teams
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemPermissionGrantsItemGetMemberObjectsResponse
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberObjectsResponse struct {
- ItemPermissionGrantsItemGetMemberObjectsPostResponse
-}
-// NewItemPermissionGrantsItemGetMemberObjectsResponse instantiates a new ItemPermissionGrantsItemGetMemberObjectsResponse and sets the default values.
-func NewItemPermissionGrantsItemGetMemberObjectsResponse()(*ItemPermissionGrantsItemGetMemberObjectsResponse) {
- m := &ItemPermissionGrantsItemGetMemberObjectsResponse{
- ItemPermissionGrantsItemGetMemberObjectsPostResponse: *NewItemPermissionGrantsItemGetMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsItemGetMemberObjectsResponse(), nil
-}
-// ItemPermissionGrantsItemGetMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemPermissionGrantsItemGetMemberObjectsResponseable interface {
- ItemPermissionGrantsItemGetMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/teams/item_permission_grants_request_builder.go b/teams/item_permission_grants_request_builder.go
index a070d33c417..ea345d39164 100644
--- a/teams/item_permission_grants_request_builder.go
+++ b/teams/item_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemPermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemPermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,11 +74,7 @@ func NewItemPermissionGrantsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemPermissionGrantsRequestBuilder) Count()(*ItemPermissionGrantsCountRequestBuilder) {
return NewItemPermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *ItemPermissionGrantsRequestBuilder) Delta()(*ItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemPermissionGrantsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0
@@ -100,14 +96,6 @@ func (m *ItemPermissionGrantsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *ItemPermissionGrantsRequestBuilder) GetAvailableExtensionProperties()(*ItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *ItemPermissionGrantsRequestBuilder) GetByIds()(*ItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemPermissionGrantsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Post create new navigation property to permissionGrants for teams
func (m *ItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemPermissionGrantsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
@@ -127,7 +115,7 @@ func (m *ItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -160,10 +148,6 @@ func (m *ItemPermissionGrantsRequestBuilder) ToPostRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *ItemPermissionGrantsRequestBuilder) ValidateProperties()(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *ItemPermissionGrantsRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsRequestBuilder) {
return NewItemPermissionGrantsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/teams/item_permission_grants_resource_specific_permission_grant_item_request_builder.go b/teams/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
index 4888e9f2b27..09efa1b33ad 100644
--- a/teams/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
+++ b/teams/item_permission_grants_resource_specific_permission_grant_item_request_builder.go
@@ -41,14 +41,6 @@ type ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CheckMemberGroups provides operations to call the checkMemberGroups method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberGroups()(*ItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// CheckMemberObjects provides operations to call the checkMemberObjects method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberObjects()(*ItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// NewItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values.
func NewItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) {
m := &ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder{
@@ -97,14 +89,6 @@ func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// GetMemberGroups provides operations to call the getMemberGroups method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberGroups()(*ItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetMemberObjects provides operations to call the getMemberObjects method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberObjects()(*ItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Patch update the navigation property permissionGrants in teams
func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
@@ -124,10 +108,6 @@ func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// Restore provides operations to call the restore method.
-func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Restore()(*ItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemPermissionGrantsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// ToDeleteRequestInformation delete navigation property permissionGrants for teams
func (m *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/teams/item_permission_grants_validate_properties_post_request_body.go b/teams/item_permission_grants_validate_properties_post_request_body.go
deleted file mode 100644
index a959724f01c..00000000000
--- a/teams/item_permission_grants_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package teams
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemPermissionGrantsValidatePropertiesPostRequestBody
-type ItemPermissionGrantsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemPermissionGrantsValidatePropertiesPostRequestBody instantiates a new ItemPermissionGrantsValidatePropertiesPostRequestBody and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesPostRequestBody()(*ItemPermissionGrantsValidatePropertiesPostRequestBody) {
- m := &ItemPermissionGrantsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemPermissionGrantsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemPermissionGrantsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemPermissionGrantsValidatePropertiesPostRequestBodyable
-type ItemPermissionGrantsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/teams/item_permission_grants_validate_properties_request_builder.go b/teams/item_permission_grants_validate_properties_request_builder.go
deleted file mode 100644
index 273679325d8..00000000000
--- a/teams/item_permission_grants_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package teams
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemPermissionGrantsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type ItemPermissionGrantsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- m := &ItemPermissionGrantsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/teams/{team%2Did}/permissionGrants/validateProperties", pathParameters),
- }
- return m
-}
-// NewItemPermissionGrantsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemPermissionGrantsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.Context, body ItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemPermissionGrantsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/teams/item_photo_request_builder.go b/teams/item_photo_request_builder.go
index 4f61ad084b2..09c38c205c8 100644
--- a/teams/item_photo_request_builder.go
+++ b/teams/item_photo_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPhotoRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPhotoRequestBuilderGetQueryParameters 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.
+// ItemPhotoRequestBuilderGetQueryParameters 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.
type ItemPhotoRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -51,7 +51,7 @@ func NewItemPhotoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *ItemPhotoRequestBuilder) Content()(*ItemPhotoValueContentRequestBuilder) {
return NewItemPhotoValueContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemPhotoRequestBuilder) Patch(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProfilePhotoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPhotoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPhotoRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_complete_migration_request_builder.go b/teams/item_primary_channel_complete_migration_request_builder.go
index 7f4bd628095..ca24c6a873b 100644
--- a/teams/item_primary_channel_complete_migration_request_builder.go
+++ b/teams/item_primary_channel_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelCompleteMigrationRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPrimaryChannelCompleteMigrationRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index 25a6df69e4c..836b461461e 100644
--- a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrin
func CreateItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_primary_channel_files_folder_request_builder.go b/teams/item_primary_channel_files_folder_request_builder.go
index 9fac7e32d05..48179b8ce73 100644
--- a/teams/item_primary_channel_files_folder_request_builder.go
+++ b/teams/item_primary_channel_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type ItemPrimaryChannelFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemPrimaryChannelFilesFolderRequestBuilder(rawUrl string, requestAdapte
func (m *ItemPrimaryChannelFilesFolderRequestBuilder) Content()(*ItemPrimaryChannelFilesFolderContentRequestBuilder) {
return NewItemPrimaryChannelFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemPrimaryChannelFilesFolderRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_members_add_post_request_body.go b/teams/item_primary_channel_members_add_post_request_body.go
index 19029d1464b..84f91537179 100644
--- a/teams/item_primary_channel_members_add_post_request_body.go
+++ b/teams/item_primary_channel_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemPrimaryChannelMembersAddPostRequestBody()(*ItemPrimaryChannelMembers
func CreateItemPrimaryChannelMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemPrimaryChannelMembersAddPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemPrimaryChannelMembersAddPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_primary_channel_members_add_request_builder.go b/teams/item_primary_channel_members_add_request_builder.go
index 6d78fb4b270..ddd141116a3 100644
--- a/teams/item_primary_channel_members_add_request_builder.go
+++ b/teams/item_primary_channel_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelMembersAddRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemPrimaryChannelMembersAddRequestBuilder) Post(ctx context.Context, b
}
return res.(ItemPrimaryChannelMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemPrimaryChannelMembersAddRequestBuilder) PostAsAddPostResponse(ctx c
}
return res.(ItemPrimaryChannelMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPrimaryChannelMembersAddPostRequestBodyable, requestConfiguration *ItemPrimaryChannelMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_members_conversation_member_item_request_builder.go b/teams/item_primary_channel_members_conversation_member_item_request_builder.go
index f386e0eef19..13917b63377 100644
--- a/teams/item_primary_channel_members_conversation_member_item_request_builder.go
+++ b/teams/item_primary_channel_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelMembersConversationMemberItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type ItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemPrimaryChannelMembersConversationMemberItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) Delete(c
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) Patch(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *ItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_members_request_builder.go b/teams/item_primary_channel_members_request_builder.go
index 655c27d70e4..78c90931191 100644
--- a/teams/item_primary_channel_members_request_builder.go
+++ b/teams/item_primary_channel_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelMembersRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelMembersRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemPrimaryChannelMembersRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemPrimaryChannelMembersRequestBuilder) Count()(*ItemPrimaryChannelMembersCountRequestBuilder) {
return NewItemPrimaryChannelMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemPrimaryChannelMembersRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_chat_message_item_request_builder.go b/teams/item_primary_channel_messages_chat_message_item_request_builder.go
index dce566268a5..ea2f4103062 100644
--- a/teams/item_primary_channel_messages_chat_message_item_request_builder.go
+++ b/teams/item_primary_channel_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelMessagesChatMessageItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) Get(ctx contex
func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) HostedContents()(*ItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) {
return NewItemPrimaryChannelMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemPrimaryChannelMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemPrimaryChannelMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/teams/item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 48469442a21..c747a115f91 100644
--- a/teams/item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/teams/item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentIte
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentIte
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_hosted_contents_request_builder.go b/teams/item_primary_channel_messages_item_hosted_contents_request_builder.go
index 48526e07996..86946941206 100644
--- a/teams/item_primary_channel_messages_item_hosted_contents_request_builder.go
+++ b/teams/item_primary_channel_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPrimaryChannelMessagesItemHostedContentsRequestBuilder(rawUrl string
func (m *ItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) Count()(*ItemPrimaryChannelMessagesItemHostedContentsCountRequestBuilder) {
return NewItemPrimaryChannelMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_replies_chat_message_item_request_builder.go b/teams/item_primary_channel_messages_item_replies_chat_message_item_request_builder.go
index da02ca92112..034c32d2274 100644
--- a/teams/item_primary_channel_messages_item_replies_chat_message_item_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder) Del
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/teams/item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index ae519b53c8d..aeed86d2a9e 100644
--- a/teams/item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHoste
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHoste
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go b/teams/item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
index 3489b9d967f..8f1f31f088b 100644
--- a/teams/item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder(ra
func (m *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemPrimaryChannelMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemPrimaryChannelMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go b/teams/item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
index a47f20ac879..7098d90a7aa 100644
--- a/teams/item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/teams/item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody()(*I
func CreateItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go b/teams/item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
index cddf0fdec2e..18785cfe821 100644
--- a/teams/item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder) Post
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go b/teams/item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
index afe0a146424..7815b129220 100644
--- a/teams/item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go b/teams/item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
index a7f6445297e..736ac334c28 100644
--- a/teams/item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/teams/item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody()(
func CreateItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_primary_channel_messages_item_replies_request_builder.go b/teams/item_primary_channel_messages_item_replies_request_builder.go
index 35fe5c01e17..9469ca85150 100644
--- a/teams/item_primary_channel_messages_item_replies_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Count()(*ItemPrima
func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Delta()(*ItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) {
return NewItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_set_reaction_post_request_body.go b/teams/item_primary_channel_messages_item_set_reaction_post_request_body.go
index ef91c713ec4..7ec7ae8d243 100644
--- a/teams/item_primary_channel_messages_item_set_reaction_post_request_body.go
+++ b/teams/item_primary_channel_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemPrimaryChannelMessagesItemSetReactionPostRequestBody()(*ItemPrimaryC
func CreateItemPrimaryChannelMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPrimaryChannelMessagesItemSetReactionPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPrimaryChannelMessagesItemSetReactionPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_primary_channel_messages_item_soft_delete_request_builder.go b/teams/item_primary_channel_messages_item_soft_delete_request_builder.go
index 8f92056e752..ab70dad3c71 100644
--- a/teams/item_primary_channel_messages_item_soft_delete_request_builder.go
+++ b/teams/item_primary_channel_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelMessagesItemSoftDeleteRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPrimaryChannelMessagesItemSoftDeleteRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_undo_soft_delete_request_builder.go b/teams/item_primary_channel_messages_item_undo_soft_delete_request_builder.go
index 2717080687d..50caa6b943d 100644
--- a/teams/item_primary_channel_messages_item_undo_soft_delete_request_builder.go
+++ b/teams/item_primary_channel_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder) Post(ctx co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_messages_item_unset_reaction_post_request_body.go b/teams/item_primary_channel_messages_item_unset_reaction_post_request_body.go
index 8c10f7f7862..ff14bc87b11 100644
--- a/teams/item_primary_channel_messages_item_unset_reaction_post_request_body.go
+++ b/teams/item_primary_channel_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody()(*ItemPrimar
func CreateItemPrimaryChannelMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_primary_channel_messages_request_builder.go b/teams/item_primary_channel_messages_request_builder.go
index 288891f92f1..b15d1c08526 100644
--- a/teams/item_primary_channel_messages_request_builder.go
+++ b/teams/item_primary_channel_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelMessagesRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelMessagesRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemPrimaryChannelMessagesRequestBuilder) Count()(*ItemPrimaryChannelMe
func (m *ItemPrimaryChannelMessagesRequestBuilder) Delta()(*ItemPrimaryChannelMessagesDeltaRequestBuilder) {
return NewItemPrimaryChannelMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemPrimaryChannelMessagesRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemPrimaryChannelMessagesRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemPrimaryChannelMessagesRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemPrimaryChannelMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_provision_email_request_builder.go b/teams/item_primary_channel_provision_email_request_builder.go
index d9c601e6916..377b8120b67 100644
--- a/teams/item_primary_channel_provision_email_request_builder.go
+++ b/teams/item_primary_channel_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewItemPrimaryChannelProvisionEmailRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemPrimaryChannelProvisionEmailRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_remove_email_request_builder.go b/teams/item_primary_channel_remove_email_request_builder.go
index 54c008c4263..5df43ed2528 100644
--- a/teams/item_primary_channel_remove_email_request_builder.go
+++ b/teams/item_primary_channel_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPrimaryChannelRemoveEmailRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPrimaryChannelRemoveEmailRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_request_builder.go b/teams/item_primary_channel_request_builder.go
index 3e21d438135..6e9f6004d64 100644
--- a/teams/item_primary_channel_request_builder.go
+++ b/teams/item_primary_channel_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelRequestBuilderGetQueryParameters get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelRequestBuilderGetQueryParameters get the default channel, General, of a team. This API is available in the following national cloud deployments.
type ItemPrimaryChannelRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *ItemPrimaryChannelRequestBuilder) DoesUserHaveAccessuserIdUserIdTenantI
func (m *ItemPrimaryChannelRequestBuilder) FilesFolder()(*ItemPrimaryChannelFilesFolderRequestBuilder) {
return NewItemPrimaryChannelFilesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// Get get the default channel, General, of a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0
@@ -159,7 +159,7 @@ func (m *ItemPrimaryChannelRequestBuilder) ToDeleteRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToGetRequestInformation get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the default channel, General, of a team. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go b/teams/item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
index cb7226edb37..51e8abda8e1 100644
--- a/teams/item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
+++ b/teams/item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder(rawUrl
func (m *ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*ItemPrimaryChannelSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewItemPrimaryChannelSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_shared_with_teams_request_builder.go b/teams/item_primary_channel_shared_with_teams_request_builder.go
index 12457e5592a..3b6679ba4fd 100644
--- a/teams/item_primary_channel_shared_with_teams_request_builder.go
+++ b/teams/item_primary_channel_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPrimaryChannelSharedWithTeamsRequestBuilder(rawUrl string, requestAd
func (m *ItemPrimaryChannelSharedWithTeamsRequestBuilder) Count()(*ItemPrimaryChannelSharedWithTeamsCountRequestBuilder) {
return NewItemPrimaryChannelSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPrimaryChannelSharedWithTeamsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/teams/item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index 23f1d98ee7b..f875a6712ec 100644
--- a/teams/item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/teams/item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBu
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBu
func (m *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*ItemPrimaryChannelSharedWithTeamsItemTeamRequestBuilder) {
return NewItemPrimaryChannelSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_tabs_request_builder.go b/teams/item_primary_channel_tabs_request_builder.go
index ab48046378f..c0559c3687e 100644
--- a/teams/item_primary_channel_tabs_request_builder.go
+++ b/teams/item_primary_channel_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPrimaryChannelTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPrimaryChannelTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ItemPrimaryChannelTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type ItemPrimaryChannelTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPrimaryChannelTabsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *ItemPrimaryChannelTabsRequestBuilder) Count()(*ItemPrimaryChannelTabsCountRequestBuilder) {
return NewItemPrimaryChannelTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemPrimaryChannelTabsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemPrimaryChannelTabsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemPrimaryChannelTabsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPrimaryChannelTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemPrimaryChannelTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_primary_channel_tabs_teams_tab_item_request_builder.go b/teams/item_primary_channel_tabs_teams_tab_item_request_builder.go
index 52f834adeb0..5213c7a6c6f 100644
--- a/teams/item_primary_channel_tabs_teams_tab_item_request_builder.go
+++ b/teams/item_primary_channel_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemPrimaryChannelTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// ItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type ItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemPrimaryChannelTabsTeamsTabItemRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemPrimaryChannelTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) Delete(ctx context.Co
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) Patch(ctx context.Con
func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemPrimaryChannelTabsItemTeamsAppRequestBuilder) {
return NewItemPrimaryChannelTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToDeleteRequestInform
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemPrimaryChannelTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go b/teams/item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
index a76e1a16dc7..6c0632e5842 100644
--- a/teams/item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
+++ b/teams/item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
type ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder) Dele
}
return nil
}
-// Get retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_offer_shift_requests_request_builder.go b/teams/item_schedule_offer_shift_requests_request_builder.go
index f78c055b92f..6f9bf39e86e 100644
--- a/teams/item_schedule_offer_shift_requests_request_builder.go
+++ b/teams/item_schedule_offer_shift_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleOfferShiftRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleOfferShiftRequestsRequestBuilderGetQueryParameters retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// ItemScheduleOfferShiftRequestsRequestBuilderGetQueryParameters retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
type ItemScheduleOfferShiftRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemScheduleOfferShiftRequestsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemScheduleOfferShiftRequestsRequestBuilder) Count()(*ItemScheduleOfferShiftRequestsCountRequestBuilder) {
return NewItemScheduleOfferShiftRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemScheduleOfferShiftRequestsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestCollectionResponseable), nil
}
-// Post create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments.
+// Post create an instance of an offerShiftRequest. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemScheduleOfferShiftRequestsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
func (m *ItemScheduleOfferShiftRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOfferShiftRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemScheduleOfferShiftRequestsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of an offerShiftRequest. This API is available in the following national cloud deployments.
func (m *ItemScheduleOfferShiftRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestable, requestConfiguration *ItemScheduleOfferShiftRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go b/teams/item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
index aced2de0bae..1419490f3e5 100644
--- a/teams/item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
+++ b/teams/item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
type ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBui
}
return nil
}
-// Get retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_open_shift_change_requests_request_builder.go b/teams/item_schedule_open_shift_change_requests_request_builder.go
index b10a84cf7fa..ea39a3a6458 100644
--- a/teams/item_schedule_open_shift_change_requests_request_builder.go
+++ b/teams/item_schedule_open_shift_change_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleOpenShiftChangeRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// ItemScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
type ItemScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemScheduleOpenShiftChangeRequestsRequestBuilder(rawUrl string, request
func (m *ItemScheduleOpenShiftChangeRequestsRequestBuilder) Count()(*ItemScheduleOpenShiftChangeRequestsCountRequestBuilder) {
return NewItemScheduleOpenShiftChangeRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemScheduleOpenShiftChangeRequestsRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestCollectionResponseable), nil
}
-// Post create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// Post create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemScheduleOpenShiftChangeRequestsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestable), nil
}
-// ToGetRequestInformation retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftChangeRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOpenShiftChangeRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemScheduleOpenShiftChangeRequestsRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftChangeRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestable, requestConfiguration *ItemScheduleOpenShiftChangeRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_open_shifts_open_shift_item_request_builder.go b/teams/item_schedule_open_shifts_open_shift_item_request_builder.go
index 36135dc3760..99416904b86 100644
--- a/teams/item_schedule_open_shifts_open_shift_item_request_builder.go
+++ b/teams/item_schedule_open_shifts_open_shift_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleOpenShiftsOpenShiftItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// ItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
type ItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemScheduleOpenShiftsOpenShiftItemRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleOpenShiftsOpenShiftItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an openShift object. This API is supported in the following national cloud deployments.
+// Delete delete an openShift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemScheduleOpenShiftsOpenShiftItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemScheduleOpenShiftsOpenShiftItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable), nil
}
-// ToDeleteRequestInformation delete an openShift object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an openShift object. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftsOpenShiftItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOpenShiftsOpenShiftItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemScheduleOpenShiftsOpenShiftItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftsOpenShiftItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_open_shifts_request_builder.go b/teams/item_schedule_open_shifts_request_builder.go
index 92d02a0cac7..3ae81f44ebb 100644
--- a/teams/item_schedule_open_shifts_request_builder.go
+++ b/teams/item_schedule_open_shifts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleOpenShiftsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleOpenShiftsRequestBuilderGetQueryParameters list openShift objects in a team. This API is supported in the following national cloud deployments.
+// ItemScheduleOpenShiftsRequestBuilderGetQueryParameters list openShift objects in a team. This API is available in the following national cloud deployments.
type ItemScheduleOpenShiftsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemScheduleOpenShiftsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *ItemScheduleOpenShiftsRequestBuilder) Count()(*ItemScheduleOpenShiftsCountRequestBuilder) {
return NewItemScheduleOpenShiftsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list openShift objects in a team. This API is supported in the following national cloud deployments.
+// Get list openShift objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemScheduleOpenShiftsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftCollectionResponseable), nil
}
-// Post create an instance of an openShift object. This API is supported in the following national cloud deployments.
+// Post create an instance of an openShift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemScheduleOpenShiftsRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable), nil
}
-// ToGetRequestInformation list openShift objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list openShift objects in a team. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleOpenShiftsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemScheduleOpenShiftsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of an openShift object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of an openShift object. This API is available in the following national cloud deployments.
func (m *ItemScheduleOpenShiftsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable, requestConfiguration *ItemScheduleOpenShiftsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_request_builder.go b/teams/item_schedule_request_builder.go
index 2474f414c49..b75db650cc3 100644
--- a/teams/item_schedule_request_builder.go
+++ b/teams/item_schedule_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleRequestBuilderGetQueryParameters 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.
+// ItemScheduleRequestBuilderGetQueryParameters 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.
type ItemScheduleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemScheduleRequestBuilder) Delete(ctx context.Context, requestConfigur
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0
@@ -163,7 +163,7 @@ func (m *ItemScheduleRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemScheduleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_scheduling_groups_request_builder.go b/teams/item_schedule_scheduling_groups_request_builder.go
index 6b14e34ccc1..242707a6637 100644
--- a/teams/item_schedule_scheduling_groups_request_builder.go
+++ b/teams/item_schedule_scheduling_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleSchedulingGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleSchedulingGroupsRequestBuilderGetQueryParameters get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// ItemScheduleSchedulingGroupsRequestBuilderGetQueryParameters get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
type ItemScheduleSchedulingGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemScheduleSchedulingGroupsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemScheduleSchedulingGroupsRequestBuilder) Count()(*ItemScheduleSchedulingGroupsCountRequestBuilder) {
return NewItemScheduleSchedulingGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// Get get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemScheduleSchedulingGroupsRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupCollectionResponseable), nil
}
-// Post create a new schedulingGroup. This API is supported in the following national cloud deployments.
+// Post create a new schedulingGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemScheduleSchedulingGroupsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable), nil
}
-// ToGetRequestInformation get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleSchedulingGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleSchedulingGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemScheduleSchedulingGroupsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new schedulingGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new schedulingGroup. This API is available in the following national cloud deployments.
func (m *ItemScheduleSchedulingGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable, requestConfiguration *ItemScheduleSchedulingGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_scheduling_groups_scheduling_group_item_request_builder.go b/teams/item_schedule_scheduling_groups_scheduling_group_item_request_builder.go
index 8d7713b975f..a570cdac974 100644
--- a/teams/item_schedule_scheduling_groups_scheduling_group_item_request_builder.go
+++ b/teams/item_schedule_scheduling_groups_scheduling_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
type ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) Patch(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
func (m *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_share_post_request_body.go b/teams/item_schedule_share_post_request_body.go
index 57a4cf44568..22fd5a2543f 100644
--- a/teams/item_schedule_share_post_request_body.go
+++ b/teams/item_schedule_share_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemScheduleSharePostRequestBody()(*ItemScheduleSharePostRequestBody) {
func CreateItemScheduleSharePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemScheduleSharePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemScheduleSharePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemScheduleSharePostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemScheduleSharePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemScheduleSharePostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemScheduleSharePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemScheduleSharePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_schedule_share_request_builder.go b/teams/item_schedule_share_request_builder.go
index 99b9eb4d58f..dfb88312ade 100644
--- a/teams/item_schedule_share_request_builder.go
+++ b/teams/item_schedule_share_request_builder.go
@@ -30,7 +30,7 @@ func NewItemScheduleShareRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleShareRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemScheduleShareRequestBuilder) Post(ctx context.Context, body ItemSch
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemScheduleShareRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemScheduleSharePostRequestBodyable, requestConfiguration *ItemScheduleShareRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_shifts_request_builder.go b/teams/item_schedule_shifts_request_builder.go
index 615e5f099af..120e9d389f4 100644
--- a/teams/item_schedule_shifts_request_builder.go
+++ b/teams/item_schedule_shifts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleShiftsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleShiftsRequestBuilderGetQueryParameters get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// ItemScheduleShiftsRequestBuilderGetQueryParameters get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
type ItemScheduleShiftsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemScheduleShiftsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemScheduleShiftsRequestBuilder) Count()(*ItemScheduleShiftsCountRequestBuilder) {
return NewItemScheduleShiftsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemScheduleShiftsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ShiftCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemScheduleShiftsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable), nil
}
-// ToGetRequestInformation get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleShiftsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleShiftsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemScheduleShiftsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemScheduleShiftsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable, requestConfiguration *ItemScheduleShiftsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_shifts_shift_item_request_builder.go b/teams/item_schedule_shifts_shift_item_request_builder.go
index 96aa7192210..273c5e5ebab 100644
--- a/teams/item_schedule_shifts_shift_item_request_builder.go
+++ b/teams/item_schedule_shifts_shift_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleShiftsShiftItemRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleShiftsShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// ItemScheduleShiftsShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
type ItemScheduleShiftsShiftItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemScheduleShiftsShiftItemRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleShiftsShiftItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a shift from the schedule. This API is supported in the following national cloud deployments.
+// Delete delete a shift from the schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemScheduleShiftsShiftItemRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemScheduleShiftsShiftItemRequestBuilder) Patch(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable), nil
}
-// ToDeleteRequestInformation delete a shift from the schedule. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a shift from the schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleShiftsShiftItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleShiftsShiftItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemScheduleShiftsShiftItemRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
func (m *ItemScheduleShiftsShiftItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleShiftsShiftItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_swap_shifts_change_requests_request_builder.go b/teams/item_schedule_swap_shifts_change_requests_request_builder.go
index 85ae1930701..5c5c98b5656 100644
--- a/teams/item_schedule_swap_shifts_change_requests_request_builder.go
+++ b/teams/item_schedule_swap_shifts_change_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleSwapShiftsChangeRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// ItemScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
type ItemScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemScheduleSwapShiftsChangeRequestsRequestBuilder(rawUrl string, reques
func (m *ItemScheduleSwapShiftsChangeRequestsRequestBuilder) Count()(*ItemScheduleSwapShiftsChangeRequestsCountRequestBuilder) {
return NewItemScheduleSwapShiftsChangeRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemScheduleSwapShiftsChangeRequestsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestCollectionResponseable), nil
}
-// Post create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// Post create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemScheduleSwapShiftsChangeRequestsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestable), nil
}
-// ToGetRequestInformation retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
func (m *ItemScheduleSwapShiftsChangeRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleSwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemScheduleSwapShiftsChangeRequestsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleSwapShiftsChangeRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestable, requestConfiguration *ItemScheduleSwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go b/teams/item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
index 91ea0570844..79aaccebb91 100644
--- a/teams/item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
+++ b/teams/item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
type ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestB
}
return nil
}
-// Get retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_time_off_reasons_request_builder.go b/teams/item_schedule_time_off_reasons_request_builder.go
index 72f0022f6f5..598e36bc81c 100644
--- a/teams/item_schedule_time_off_reasons_request_builder.go
+++ b/teams/item_schedule_time_off_reasons_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleTimeOffReasonsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleTimeOffReasonsRequestBuilderGetQueryParameters get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// ItemScheduleTimeOffReasonsRequestBuilderGetQueryParameters get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
type ItemScheduleTimeOffReasonsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemScheduleTimeOffReasonsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemScheduleTimeOffReasonsRequestBuilder) Count()(*ItemScheduleTimeOffReasonsCountRequestBuilder) {
return NewItemScheduleTimeOffReasonsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemScheduleTimeOffReasonsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonCollectionResponseable), nil
}
-// Post create a new timeOffReason. This API is supported in the following national cloud deployments.
+// Post create a new timeOffReason. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemScheduleTimeOffReasonsRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable), nil
}
-// ToGetRequestInformation get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimeOffReasonsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimeOffReasonsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemScheduleTimeOffReasonsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new timeOffReason. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new timeOffReason. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimeOffReasonsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable, requestConfiguration *ItemScheduleTimeOffReasonsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_time_off_reasons_time_off_reason_item_request_builder.go b/teams/item_schedule_time_off_reasons_time_off_reason_item_request_builder.go
index 7fbbd891993..9990bba4a40 100644
--- a/teams/item_schedule_time_off_reasons_time_off_reason_item_request_builder.go
+++ b/teams/item_schedule_time_off_reasons_time_off_reason_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
type ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) Delete(ctx c
}
return nil
}
-// Get retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_time_off_requests_request_builder.go b/teams/item_schedule_time_off_requests_request_builder.go
index e4a5e8ce1e4..75c967d8b17 100644
--- a/teams/item_schedule_time_off_requests_request_builder.go
+++ b/teams/item_schedule_time_off_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleTimeOffRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleTimeOffRequestsRequestBuilderGetQueryParameters retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// ItemScheduleTimeOffRequestsRequestBuilderGetQueryParameters retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
type ItemScheduleTimeOffRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemScheduleTimeOffRequestsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemScheduleTimeOffRequestsRequestBuilder) Count()(*ItemScheduleTimeOffRequestsCountRequestBuilder) {
return NewItemScheduleTimeOffRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemScheduleTimeOffRequestsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffRequestable), nil
}
-// ToGetRequestInformation retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimeOffRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimeOffRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_time_off_requests_time_off_request_item_request_builder.go b/teams/item_schedule_time_off_requests_time_off_request_item_request_builder.go
index 0f203a6b47e..096ef4dcd0a 100644
--- a/teams/item_schedule_time_off_requests_time_off_request_item_request_builder.go
+++ b/teams/item_schedule_time_off_requests_time_off_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
type ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a timeOffRequest object. This API is supported in the following national cloud deployments.
+// Delete delete a timeOffRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffRequestable), nil
}
-// ToDeleteRequestInformation delete a timeOffRequest object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a timeOffRequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -124,7 +124,7 @@ func (m *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_times_off_request_builder.go b/teams/item_schedule_times_off_request_builder.go
index ac79c308ca8..dc298141a8e 100644
--- a/teams/item_schedule_times_off_request_builder.go
+++ b/teams/item_schedule_times_off_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemScheduleTimesOffRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemScheduleTimesOffRequestBuilderGetQueryParameters get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// ItemScheduleTimesOffRequestBuilderGetQueryParameters get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
type ItemScheduleTimesOffRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemScheduleTimesOffRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemScheduleTimesOffRequestBuilder) Count()(*ItemScheduleTimesOffCountRequestBuilder) {
return NewItemScheduleTimesOffCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemScheduleTimesOffRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffCollectionResponseable), nil
}
-// Post create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments.
+// Post create a new timeOff instance in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemScheduleTimesOffRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable), nil
}
-// ToGetRequestInformation get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimesOffRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimesOffRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemScheduleTimesOffRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new timeOff instance in a schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimesOffRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable, requestConfiguration *ItemScheduleTimesOffRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_schedule_times_off_time_off_item_request_builder.go b/teams/item_schedule_times_off_time_off_item_request_builder.go
index 782047c2da1..1128449b5ed 100644
--- a/teams/item_schedule_times_off_time_off_item_request_builder.go
+++ b/teams/item_schedule_times_off_time_off_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemScheduleTimesOffTimeOffItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// ItemScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
type ItemScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemScheduleTimesOffTimeOffItemRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemScheduleTimesOffTimeOffItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments.
+// Delete delete a timeOff instance from a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemScheduleTimesOffTimeOffItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemScheduleTimesOffTimeOffItemRequestBuilder) Patch(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable), nil
}
-// ToDeleteRequestInformation delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a timeOff instance from a schedule. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimesOffTimeOffItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimesOffTimeOffItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemScheduleTimesOffTimeOffItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
func (m *ItemScheduleTimesOffTimeOffItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemScheduleTimesOffTimeOffItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_send_activity_notification_post_request_body.go b/teams/item_send_activity_notification_post_request_body.go
index 7a9c5df6d6b..f6d591cfefd 100644
--- a/teams/item_send_activity_notification_post_request_body.go
+++ b/teams/item_send_activity_notification_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemSendActivityNotificationPostRequestBody) GetActivityType()(*string)
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSendActivityNotificationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemSendActivityNotificationPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSendActivityNotificationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -235,14 +235,14 @@ func (m *ItemSendActivityNotificationPostRequestBody) SetActivityType(value *str
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSendActivityNotificationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSendActivityNotificationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teams/item_send_activity_notification_request_builder.go b/teams/item_send_activity_notification_request_builder.go
index 1a62d0048e1..626e6efd93f 100644
--- a/teams/item_send_activity_notification_request_builder.go
+++ b/teams/item_send_activity_notification_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSendActivityNotificationRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemSendActivityNotificationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSendActivityNotificationRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSendActivityNotificationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSendActivityNotificationPostRequestBodyable, requestConfiguration *ItemSendActivityNotificationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_tags_item_members_request_builder.go b/teams/item_tags_item_members_request_builder.go
index e549960c887..4e308def0f5 100644
--- a/teams/item_tags_item_members_request_builder.go
+++ b/teams/item_tags_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTagsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTagsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemTagsItemMembersRequestBuilderGetQueryParameters 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.
type ItemTagsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTagsItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemTagsItemMembersRequestBuilder) Count()(*ItemTagsItemMembersCountRequestBuilder) {
return NewItemTagsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTagsItemMembersRequestBuilder) Get(ctx context.Context, requestConf
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberCollectionResponseable), nil
}
-// Post create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments.
+// Post create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTagsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTagsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTagsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTagsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments.
func (m *ItemTagsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable, requestConfiguration *ItemTagsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_tags_item_members_teamwork_tag_member_item_request_builder.go b/teams/item_tags_item_members_teamwork_tag_member_item_request_builder.go
index 5e4248b9718..5d0ee1641d9 100644
--- a/teams/item_tags_item_members_teamwork_tag_member_item_request_builder.go
+++ b/teams/item_tags_item_members_teamwork_tag_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTagsItemMembersTeamworkTagMemberItemRequestBuilderDeleteRequestConfigur
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters 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.
+// ItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters 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.
type ItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTagsItemMembersTeamworkTagMemberItemRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemTagsItemMembersTeamworkTagMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a member from a standard tag in a team. This API is supported in the following national cloud deployments.
+// Delete delete a member from a standard tag in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) Delete(ctx cont
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) Patch(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable), nil
}
-// ToDeleteRequestInformation delete a member from a standard tag in a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a member from a standard tag in a team. This API is available in the following national cloud deployments.
func (m *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToDeleteRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_tags_request_builder.go b/teams/item_tags_request_builder.go
index 2b5caa4c3f1..e3e03042f2a 100644
--- a/teams/item_tags_request_builder.go
+++ b/teams/item_tags_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTagsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTagsRequestBuilderGetQueryParameters get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTagsRequestBuilderGetQueryParameters get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
type ItemTagsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTagsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
func (m *ItemTagsRequestBuilder) Count()(*ItemTagsCountRequestBuilder) {
return NewItemTagsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTagsRequestBuilder) Get(ctx context.Context, requestConfiguration *
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagCollectionResponseable), nil
}
-// Post create a standard tag for members in a team. This API is supported in the following national cloud deployments.
+// Post create a standard tag for members in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTagsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable), nil
}
-// ToGetRequestInformation get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTagsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTagsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTagsRequestBuilder) ToGetRequestInformation(ctx context.Context, re
}
return requestInfo, nil
}
-// ToPostRequestInformation create a standard tag for members in a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a standard tag for members in a team. This API is available in the following national cloud deployments.
func (m *ItemTagsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable, requestConfiguration *ItemTagsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_tags_teamwork_tag_item_request_builder.go b/teams/item_tags_teamwork_tag_item_request_builder.go
index e69d7f58b2c..00c81fdeaaf 100644
--- a/teams/item_tags_teamwork_tag_item_request_builder.go
+++ b/teams/item_tags_teamwork_tag_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTagsTeamworkTagItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTagsTeamworkTagItemRequestBuilderGetQueryParameters read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// ItemTagsTeamworkTagItemRequestBuilderGetQueryParameters read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
type ItemTagsTeamworkTagItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTagsTeamworkTagItemRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemTagsTeamworkTagItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a tag object permanently. This API is supported in the following national cloud deployments.
+// Delete delete a tag object permanently. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTagsTeamworkTagItemRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTagsTeamworkTagItemRequestBuilder) Get(ctx context.Context, request
func (m *ItemTagsTeamworkTagItemRequestBuilder) Members()(*ItemTagsItemMembersRequestBuilder) {
return NewItemTagsItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a tag object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a tag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemTagsTeamworkTagItemRequestBuilder) Patch(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable), nil
}
-// ToDeleteRequestInformation delete a tag object permanently. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a tag object permanently. This API is available in the following national cloud deployments.
func (m *ItemTagsTeamworkTagItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTagsTeamworkTagItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemTagsTeamworkTagItemRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
func (m *ItemTagsTeamworkTagItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTagsTeamworkTagItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemTagsTeamworkTagItemRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a tag object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a tag object. This API is available in the following national cloud deployments.
func (m *ItemTagsTeamworkTagItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable, requestConfiguration *ItemTagsTeamworkTagItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/item_unarchive_request_builder.go b/teams/item_unarchive_request_builder.go
index fbf8d02ce51..82afbbb779d 100644
--- a/teams/item_unarchive_request_builder.go
+++ b/teams/item_unarchive_request_builder.go
@@ -30,7 +30,7 @@ func NewItemUnarchiveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
urlParams["request-raw-url"] = rawUrl
return NewItemUnarchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemUnarchiveRequestBuilder) Post(ctx context.Context, requestConfigura
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemUnarchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemUnarchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/team_item_request_builder.go b/teams/team_item_request_builder.go
index 53860961389..221197f9ab3 100644
--- a/teams/team_item_request_builder.go
+++ b/teams/team_item_request_builder.go
@@ -18,7 +18,7 @@ type TeamItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TeamItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified team. This API is supported in the following national cloud deployments.
+// TeamItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified team. This API is available in the following national cloud deployments.
type TeamItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -90,7 +90,7 @@ func (m *TeamItemRequestBuilder) Delete(ctx context.Context, requestConfiguratio
}
return nil
}
-// Get retrieve the properties and relationships of the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0
@@ -132,7 +132,7 @@ func (m *TeamItemRequestBuilder) Members()(*ItemMembersRequestBuilder) {
func (m *TeamItemRequestBuilder) Operations()(*ItemOperationsRequestBuilder) {
return NewItemOperationsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of the specified team. This API is supported in the following national cloud deployments.
+// Patch update the properties of the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0
@@ -194,7 +194,7 @@ func (m *TeamItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of the specified team. This API is available in the following national cloud deployments.
func (m *TeamItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TeamItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -210,7 +210,7 @@ func (m *TeamItemRequestBuilder) ToGetRequestInformation(ctx context.Context, re
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of the specified team. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of the specified team. This API is available in the following national cloud deployments.
func (m *TeamItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, requestConfiguration *TeamItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teams/teams_request_builder.go b/teams/teams_request_builder.go
index 05112d2c247..09bb756df23 100644
--- a/teams/teams_request_builder.go
+++ b/teams/teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type TeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// TeamsRequestBuilderGetQueryParameters list all teams in an organization. This API is supported in the following national cloud deployments.
+// TeamsRequestBuilderGetQueryParameters list all teams in an organization. This API is available in the following national cloud deployments.
type TeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewTeamsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
func (m *TeamsRequestBuilder) Count()(*CountRequestBuilder) {
return NewCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all teams in an organization. This API is supported in the following national cloud deployments.
+// Get list all teams in an organization. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *TeamsRequestBuilder) Get(ctx context.Context, requestConfiguration *Tea
func (m *TeamsRequestBuilder) GetAllMessages()(*GetAllMessagesRequestBuilder) {
return NewGetAllMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new team. This API is supported in the following national cloud deployments.
+// Post create a new team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *TeamsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable), nil
}
-// ToGetRequestInformation list all teams in an organization. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list all teams in an organization. This API is available in the following national cloud deployments.
func (m *TeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *TeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new team. This API is available in the following national cloud deployments.
func (m *TeamsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, requestConfiguration *TeamsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_complete_migration_request_builder.go b/teamwork/deleted_teams_item_channels_item_complete_migration_request_builder.go
index fd4e72d38a6..11fa201cbc3 100644
--- a/teamwork/deleted_teams_item_channels_item_complete_migration_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemCompleteMigrationRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DeletedTeamsItemChannelsItemCompleteMigrationRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index 734fea54241..8d770b0cfa1 100644
--- a/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenant
func CreateDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenan
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenan
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/deleted_teams_item_channels_item_files_folder_request_builder.go b/teamwork/deleted_teams_item_channels_item_files_folder_request_builder.go
index 55cb51c0fea..30b4da0f545 100644
--- a/teamwork/deleted_teams_item_channels_item_files_folder_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewDeletedTeamsItemChannelsItemFilesFolderRequestBuilder(rawUrl string, req
func (m *DeletedTeamsItemChannelsItemFilesFolderRequestBuilder) Content()(*DeletedTeamsItemChannelsItemFilesFolderContentRequestBuilder) {
return NewDeletedTeamsItemChannelsItemFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *DeletedTeamsItemChannelsItemFilesFolderRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_members_add_post_request_body.go b/teamwork/deleted_teams_item_channels_item_members_add_post_request_body.go
index 9a833cae546..1b2c4638e50 100644
--- a/teamwork/deleted_teams_item_channels_item_members_add_post_request_body.go
+++ b/teamwork/deleted_teams_item_channels_item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewDeletedTeamsItemChannelsItemMembersAddPostRequestBody()(*DeletedTeamsIte
func CreateDeletedTeamsItemChannelsItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *DeletedTeamsItemChannelsItemMembersAddPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *DeletedTeamsItemChannelsItemMembersAddPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go b/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go
index dc86c25f373..53f595a25fc 100644
--- a/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemMembersAddRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *DeletedTeamsItemChannelsItemMembersAddRequestBuilder) Post(ctx context.
}
return res.(DeletedTeamsItemChannelsItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *DeletedTeamsItemChannelsItemMembersAddRequestBuilder) PostAsAddPostResp
}
return res.(DeletedTeamsItemChannelsItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body DeletedTeamsItemChannelsItemMembersAddPostRequestBodyable, requestConfiguration *DeletedTeamsItemChannelsItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_members_conversation_member_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_members_conversation_member_item_request_builder.go
index 5a0733e7fed..c18c37ae054 100644
--- a/teamwork/deleted_teams_item_channels_item_members_conversation_member_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewDeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_members_request_builder.go b/teamwork/deleted_teams_item_channels_item_members_request_builder.go
index 6cfeca4a4f7..c82d1517bef 100644
--- a/teamwork/deleted_teams_item_channels_item_members_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemMembersRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemMembersRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewDeletedTeamsItemChannelsItemMembersRequestBuilder(rawUrl string, request
func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) Count()(*DeletedTeamsItemChannelsItemMembersCountRequestBuilder) {
return NewDeletedTeamsItemChannelsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_chat_message_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_chat_message_item_request_builder.go
index 4f123f51906..1229fa85fde 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_chat_message_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) Dele
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) Get(
func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) HostedContents()(*DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) {
return NewDeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *DeletedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 13f74618b9c..94b098c2f56 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedCont
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHosted
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHosted
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_request_builder.go
index 838f0f283b3..91a68f8af94 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder(raw
func (m *DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) Count()(*DeletedTeamsItemChannelsItemMessagesItemHostedContentsCountRequestBuilder) {
return NewDeletedTeamsItemChannelsItemMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go
index 18109ca23e0..4bd7c582cb7 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBu
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 2a60d4f984c..59e742fc2e7 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessag
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMe
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
index 6627ee1f766..764986a7e85 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequest
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsReques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
index 6f6a48f9c31..79ea6a18b6a 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostReques
func CreateDeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
index 4b4d9a3a433..241a9550712 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBui
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
index 7045a7cbdb1..25d3f96a72a 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequest
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteReques
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
index 2e172873d16..845b0b81cc8 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequ
func CreateDeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go
index 2e7ff5aed9d..264e4243296 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Count()(
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Delta()(*DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) {
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_set_reaction_post_request_body.go b/teamwork/deleted_teams_item_channels_item_messages_item_set_reaction_post_request_body.go
index e5470e009e0..f48c33e117b 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_set_reaction_post_request_body.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody()(*De
func CreateDeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_soft_delete_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_soft_delete_request_builder.go
index ade80af85fb..20e18d40879 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_soft_delete_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go
index d2503a9863a..59cadfcbdc8 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) P
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go b/teamwork/deleted_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go
index 7227018cf0f..219c8f72a08 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody()(*
func CreateDeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *DeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *DeletedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/deleted_teams_item_channels_item_messages_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_request_builder.go
index 5448c9b7022..f7c9539d800 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemMessagesRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemMessagesRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) Count()(*DeletedTea
func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) Delta()(*DeletedTeamsItemChannelsItemMessagesDeltaRequestBuilder) {
return NewDeletedTeamsItemChannelsItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *DeletedTeamsItemChannelsItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_provision_email_request_builder.go b/teamwork/deleted_teams_item_channels_item_provision_email_request_builder.go
index 0162d172935..3e4ed39b5c1 100644
--- a/teamwork/deleted_teams_item_channels_item_provision_email_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedTeamsItemChannelsItemProvisionEmailRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *DeletedTeamsItemChannelsItemProvisionEmailRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_remove_email_request_builder.go b/teamwork/deleted_teams_item_channels_item_remove_email_request_builder.go
index 81621ab4f48..aac751a5ac6 100644
--- a/teamwork/deleted_teams_item_channels_item_remove_email_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewDeletedTeamsItemChannelsItemRemoveEmailRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *DeletedTeamsItemChannelsItemRemoveEmailRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go b/teamwork/deleted_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
index 5b1e212da77..0017df74ed7 100644
--- a/teamwork/deleted_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewDeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuil
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewDeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_shared_with_teams_request_builder.go b/teamwork/deleted_teams_item_channels_item_shared_with_teams_request_builder.go
index ea50bdd0561..4e8138589a9 100644
--- a/teamwork/deleted_teams_item_channels_item_shared_with_teams_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilder(rawUrl string,
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilder) Count()(*DeletedTeamsItemChannelsItemSharedWithTeamsCountRequestBuilder) {
return NewDeletedTeamsItemChannelsItemSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index d7f9c89bbf7..4f891c4ec00 100644
--- a/teamwork/deleted_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewDeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItem
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoIte
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoIte
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*DeletedTeamsItemChannelsItemSharedWithTeamsItemTeamRequestBuilder) {
return NewDeletedTeamsItemChannelsItemSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoIte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_tabs_request_builder.go b/teamwork/deleted_teams_item_channels_item_tabs_request_builder.go
index 7a70e19432d..7c2dc50cdfb 100644
--- a/teamwork/deleted_teams_item_channels_item_tabs_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsItemChannelsItemTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsItemChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// DeletedTeamsItemChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type DeletedTeamsItemChannelsItemTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDeletedTeamsItemChannelsItemTabsRequestBuilder(rawUrl string, requestAda
func (m *DeletedTeamsItemChannelsItemTabsRequestBuilder) Count()(*DeletedTeamsItemChannelsItemTabsCountRequestBuilder) {
return NewDeletedTeamsItemChannelsItemTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DeletedTeamsItemChannelsItemTabsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DeletedTeamsItemChannelsItemTabsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DeletedTeamsItemChannelsItemTabsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *DeletedTeamsItemChannelsItemTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_item_channels_item_tabs_teams_tab_item_request_builder.go b/teamwork/deleted_teams_item_channels_item_tabs_teams_tab_item_request_builder.go
index 17384459499..7cd25c1eaf9 100644
--- a/teamwork/deleted_teams_item_channels_item_tabs_teams_tab_item_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConf
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewDeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewDeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) Patch(ctx c
func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) TeamsApp()(*DeletedTeamsItemChannelsItemTabsItemTeamsAppRequestBuilder) {
return NewDeletedTeamsItemChannelsItemTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteReq
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *DeletedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/deleted_teams_request_builder.go b/teamwork/deleted_teams_request_builder.go
index 4ef8d9a2a35..a7763f94493 100644
--- a/teamwork/deleted_teams_request_builder.go
+++ b/teamwork/deleted_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeletedTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeletedTeamsRequestBuilderGetQueryParameters get a list of the deletedTeam objects and their properties. This API is supported in the following national cloud deployments.
+// DeletedTeamsRequestBuilderGetQueryParameters get a list of the deletedTeam objects and their properties. This API is available in the following national cloud deployments.
type DeletedTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDeletedTeamsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *DeletedTeamsRequestBuilder) Count()(*DeletedTeamsCountRequestBuilder) {
return NewDeletedTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the deletedTeam objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the deletedTeam objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *DeletedTeamsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeletedTeamable), nil
}
-// ToGetRequestInformation get a list of the deletedTeam objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the deletedTeam objects and their properties. This API is available in the following national cloud deployments.
func (m *DeletedTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/send_activity_notification_to_recipients_post_request_body.go b/teamwork/send_activity_notification_to_recipients_post_request_body.go
index 4f9662a470d..db08f12387d 100644
--- a/teamwork/send_activity_notification_to_recipients_post_request_body.go
+++ b/teamwork/send_activity_notification_to_recipients_post_request_body.go
@@ -34,7 +34,7 @@ func (m *SendActivityNotificationToRecipientsPostRequestBody) GetActivityType()(
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SendActivityNotificationToRecipientsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *SendActivityNotificationToRecipientsPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *SendActivityNotificationToRecipientsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -274,14 +274,14 @@ func (m *SendActivityNotificationToRecipientsPostRequestBody) SetActivityType(va
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *SendActivityNotificationToRecipientsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *SendActivityNotificationToRecipientsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/teamwork/send_activity_notification_to_recipients_request_builder.go b/teamwork/send_activity_notification_to_recipients_request_builder.go
index 4914ae53d6a..2f472c81c61 100644
--- a/teamwork/send_activity_notification_to_recipients_request_builder.go
+++ b/teamwork/send_activity_notification_to_recipients_request_builder.go
@@ -30,7 +30,7 @@ func NewSendActivityNotificationToRecipientsRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewSendActivityNotificationToRecipientsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *SendActivityNotificationToRecipientsRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *SendActivityNotificationToRecipientsRequestBuilder) ToPostRequestInformation(ctx context.Context, body SendActivityNotificationToRecipientsPostRequestBodyable, requestConfiguration *SendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/teams_app_settings_request_builder.go b/teamwork/teams_app_settings_request_builder.go
index c572a2b47e9..73cdc306f9a 100644
--- a/teamwork/teams_app_settings_request_builder.go
+++ b/teamwork/teams_app_settings_request_builder.go
@@ -18,7 +18,7 @@ type TeamsAppSettingsRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// TeamsAppSettingsRequestBuilderGetQueryParameters get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments.
+// TeamsAppSettingsRequestBuilderGetQueryParameters get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments.
type TeamsAppSettingsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *TeamsAppSettingsRequestBuilder) Delete(ctx context.Context, requestConf
}
return nil
}
-// Get get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments.
+// Get get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *TeamsAppSettingsRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppSettingsable), nil
}
-// Patch update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments.
+// Patch update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *TeamsAppSettingsRequestBuilder) ToDeleteRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToGetRequestInformation get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments.
func (m *TeamsAppSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *TeamsAppSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *TeamsAppSettingsRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments.
func (m *TeamsAppSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppSettingsable, requestConfiguration *TeamsAppSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/workforce_integrations_request_builder.go b/teamwork/workforce_integrations_request_builder.go
index e3142655c1d..5567bfebd5d 100644
--- a/teamwork/workforce_integrations_request_builder.go
+++ b/teamwork/workforce_integrations_request_builder.go
@@ -11,7 +11,7 @@ import (
type WorkforceIntegrationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// WorkforceIntegrationsRequestBuilderGetQueryParameters retrieve a list of workforceIntegration objects. This API is supported in the following national cloud deployments.
+// WorkforceIntegrationsRequestBuilderGetQueryParameters retrieve a list of workforceIntegration objects. This API is available in the following national cloud deployments.
type WorkforceIntegrationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewWorkforceIntegrationsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *WorkforceIntegrationsRequestBuilder) Count()(*WorkforceIntegrationsCountRequestBuilder) {
return NewWorkforceIntegrationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of workforceIntegration objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of workforceIntegration objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *WorkforceIntegrationsRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *WorkforceIntegrationsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable), nil
}
-// ToGetRequestInformation retrieve a list of workforceIntegration objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of workforceIntegration objects. This API is available in the following national cloud deployments.
func (m *WorkforceIntegrationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *WorkforceIntegrationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *WorkforceIntegrationsRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *WorkforceIntegrationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *WorkforceIntegrationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/teamwork/workforce_integrations_workforce_integration_item_request_builder.go b/teamwork/workforce_integrations_workforce_integration_item_request_builder.go
index 992b44b5f04..efac538062d 100644
--- a/teamwork/workforce_integrations_workforce_integration_item_request_builder.go
+++ b/teamwork/workforce_integrations_workforce_integration_item_request_builder.go
@@ -18,7 +18,7 @@ type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a workforceIntegration object. This API is supported in the following national cloud deployments.
+// WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a workforceIntegration object. This API is available in the following national cloud deployments.
type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an instance of a workforceIntegration. This API is supported in the following national cloud deployments.
+// Delete delete an instance of a workforceIntegration. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a workforceIntegration object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a workforceIntegration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable), nil
}
-// Patch update the properties of a workforceIntegration object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a workforceIntegration object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable), nil
}
-// ToDeleteRequestInformation delete an instance of a workforceIntegration. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an instance of a workforceIntegration. This API is available in the following national cloud deployments.
func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a workforceIntegration object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a workforceIntegration object. This API is available in the following national cloud deployments.
func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a workforceIntegration object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a workforceIntegration object. This API is available in the following national cloud deployments.
func (m *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_customers_delegated_admin_customer_item_request_builder.go b/tenantrelationships/delegated_admin_customers_delegated_admin_customer_item_request_builder.go
index 5b6292bb099..16482ac07c7 100644
--- a/tenantrelationships/delegated_admin_customers_delegated_admin_customer_item_request_builder.go
+++ b/tenantrelationships/delegated_admin_customers_delegated_admin_customer_item_request_builder.go
@@ -18,7 +18,7 @@ type DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminCustomer object. This API is supported in the following national cloud deployments.
+// DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminCustomer object. This API is available in the following national cloud deployments.
type DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilder) Delete
}
return nil
}
-// Get read the properties of a delegatedAdminCustomer object. This API is supported in the following national cloud deployments.
+// Get read the properties of a delegatedAdminCustomer object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of a delegatedAdminCustomer object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of a delegatedAdminCustomer object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminCustomersDelegatedAdminCustomerItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_customers_item_service_management_details_request_builder.go b/tenantrelationships/delegated_admin_customers_item_service_management_details_request_builder.go
index af6dab52030..b9f1cdcb99e 100644
--- a/tenantrelationships/delegated_admin_customers_item_service_management_details_request_builder.go
+++ b/tenantrelationships/delegated_admin_customers_item_service_management_details_request_builder.go
@@ -11,7 +11,7 @@ import (
type DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilderGetQueryParameters get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is supported in the following national cloud deployments.
+// DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilderGetQueryParameters get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is available in the following national cloud deployments.
type DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDelegatedAdminCustomersItemServiceManagementDetailsRequestBuilder(rawUrl
func (m *DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilder) Count()(*DelegatedAdminCustomersItemServiceManagementDetailsCountRequestBuilder) {
return NewDelegatedAdminCustomersItemServiceManagementDetailsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminServiceManagementDetailable), nil
}
-// ToGetRequestInformation get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is available in the following national cloud deployments.
func (m *DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminCustomersItemServiceManagementDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_customers_request_builder.go b/tenantrelationships/delegated_admin_customers_request_builder.go
index 149c7198c09..637d94d421e 100644
--- a/tenantrelationships/delegated_admin_customers_request_builder.go
+++ b/tenantrelationships/delegated_admin_customers_request_builder.go
@@ -11,7 +11,7 @@ import (
type DelegatedAdminCustomersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DelegatedAdminCustomersRequestBuilderGetQueryParameters get a list of the delegatedAdminCustomer objects and their properties. This API is supported in the following national cloud deployments.
+// DelegatedAdminCustomersRequestBuilderGetQueryParameters get a list of the delegatedAdminCustomer objects and their properties. This API is available in the following national cloud deployments.
type DelegatedAdminCustomersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDelegatedAdminCustomersRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *DelegatedAdminCustomersRequestBuilder) Count()(*DelegatedAdminCustomersCountRequestBuilder) {
return NewDelegatedAdminCustomersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the delegatedAdminCustomer objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the delegatedAdminCustomer objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DelegatedAdminCustomersRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminCustomerable), nil
}
-// ToGetRequestInformation get a list of the delegatedAdminCustomer objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the delegatedAdminCustomer objects and their properties. This API is available in the following national cloud deployments.
func (m *DelegatedAdminCustomersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminCustomersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_delegated_admin_relationship_item_request_builder.go b/tenantrelationships/delegated_admin_relationships_delegated_admin_relationship_item_request_builder.go
index b2463f6c05c..022b01e4fda 100644
--- a/tenantrelationships/delegated_admin_relationships_delegated_admin_relationship_item_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_delegated_admin_relationship_item_request_builder.go
@@ -18,7 +18,7 @@ type DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminRelationship object. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminRelationship object. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewDelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewDelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder
}
return nil
}
-// Get read the properties of a delegatedAdminRelationship object. This API is supported in the following national cloud deployments.
+// Get read the properties of a delegatedAdminRelationship object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder
func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder) Operations()(*DelegatedAdminRelationshipsItemOperationsRequestBuilder) {
return NewDelegatedAdminRelationshipsItemOperationsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder
func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder) Requests()(*DelegatedAdminRelationshipsItemRequestsRequestBuilder) {
return NewDelegatedAdminRelationshipsItemRequestsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of a delegatedAdminRelationship object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of a delegatedAdminRelationship object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipable, requestConfiguration *DelegatedAdminRelationshipsDelegatedAdminRelationshipItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_item_access_assignments_delegated_admin_access_assignment_item_request_builder.go b/tenantrelationships/delegated_admin_relationships_item_access_assignments_delegated_admin_access_assignment_item_request_builder.go
index 0f026efe987..8f151e12c43 100644
--- a/tenantrelationships/delegated_admin_relationships_item_access_assignments_delegated_admin_access_assignment_item_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_item_access_assignments_delegated_admin_access_assignment_item_request_builder.go
@@ -18,7 +18,7 @@ type DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignm
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewDelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssi
urlParams["request-raw-url"] = rawUrl
return NewDelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// Delete delete a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAss
}
return nil
}
-// Get read the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// Get read the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAss
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminAccessAssignmentable), nil
}
-// Patch update the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAss
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminAccessAssignmentable), nil
}
-// ToDeleteRequestInformation delete a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAss
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAss
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminAccessAssignmentable, requestConfiguration *DelegatedAdminRelationshipsItemAccessAssignmentsDelegatedAdminAccessAssignmentItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_item_access_assignments_request_builder.go b/tenantrelationships/delegated_admin_relationships_item_access_assignments_request_builder.go
index 8cbd1c6c91a..33cb6c6d3fc 100644
--- a/tenantrelationships/delegated_admin_relationships_item_access_assignments_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_item_access_assignments_request_builder.go
@@ -11,7 +11,7 @@ import (
type DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilderGetQueryParameters get a list of the delegatedAdminAccessAssignment objects and their properties. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilderGetQueryParameters get a list of the delegatedAdminAccessAssignment objects and their properties. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder(rawUrl st
func (m *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder) Count()(*DelegatedAdminRelationshipsItemAccessAssignmentsCountRequestBuilder) {
return NewDelegatedAdminRelationshipsItemAccessAssignmentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the delegatedAdminAccessAssignment objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the delegatedAdminAccessAssignment objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminAccessAssignmentCollectionResponseable), nil
}
-// Post create a new delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// Post create a new delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder) Post(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminAccessAssignmentable), nil
}
-// ToGetRequestInformation get a list of the delegatedAdminAccessAssignment objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the delegatedAdminAccessAssignment objects and their properties. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminAccessAssignmentable, requestConfiguration *DelegatedAdminRelationshipsItemAccessAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_item_operations_delegated_admin_relationship_operation_item_request_builder.go b/tenantrelationships/delegated_admin_relationships_item_operations_delegated_admin_relationship_operation_item_request_builder.go
index e5ce3523ade..b4d8a3f94c5 100644
--- a/tenantrelationships/delegated_admin_relationships_item_operations_delegated_admin_relationship_operation_item_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_item_operations_delegated_admin_relationship_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOperatio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminRelationshipOperation object. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminRelationshipOperation object. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOper
}
return nil
}
-// Get read the properties of a delegatedAdminRelationshipOperation object. This API is supported in the following national cloud deployments.
+// Get read the properties of a delegatedAdminRelationshipOperation object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOper
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties of a delegatedAdminRelationshipOperation object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties of a delegatedAdminRelationshipOperation object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_item_operations_request_builder.go b/tenantrelationships/delegated_admin_relationships_item_operations_request_builder.go
index fb1c778c46f..17c2064b7ed 100644
--- a/tenantrelationships/delegated_admin_relationships_item_operations_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_item_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type DelegatedAdminRelationshipsItemOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DelegatedAdminRelationshipsItemOperationsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsItemOperationsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsItemOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDelegatedAdminRelationshipsItemOperationsRequestBuilder(rawUrl string, r
func (m *DelegatedAdminRelationshipsItemOperationsRequestBuilder) Count()(*DelegatedAdminRelationshipsItemOperationsCountRequestBuilder) {
return NewDelegatedAdminRelationshipsItemOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *DelegatedAdminRelationshipsItemOperationsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipOperationable), nil
}
-// ToGetRequestInformation get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_item_requests_delegated_admin_relationship_request_item_request_builder.go b/tenantrelationships/delegated_admin_relationships_item_requests_delegated_admin_relationship_request_item_request_builder.go
index bd04933954a..1a88bf4ffd2 100644
--- a/tenantrelationships/delegated_admin_relationships_item_requests_delegated_admin_relationship_request_item_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_item_requests_delegated_admin_relationship_request_item_request_builder.go
@@ -18,7 +18,7 @@ type DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipRequestIte
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipReques
}
return nil
}
-// Get read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipReques
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_item_requests_request_builder.go b/tenantrelationships/delegated_admin_relationships_item_requests_request_builder.go
index acf63529cf4..be05e30f364 100644
--- a/tenantrelationships/delegated_admin_relationships_item_requests_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_item_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type DelegatedAdminRelationshipsItemRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DelegatedAdminRelationshipsItemRequestsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsItemRequestsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsItemRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDelegatedAdminRelationshipsItemRequestsRequestBuilder(rawUrl string, req
func (m *DelegatedAdminRelationshipsItemRequestsRequestBuilder) Count()(*DelegatedAdminRelationshipsItemRequestsCountRequestBuilder) {
return NewDelegatedAdminRelationshipsItemRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DelegatedAdminRelationshipsItemRequestsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipRequestCollectionResponseable), nil
}
-// Post create a new delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments.
+// Post create a new delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DelegatedAdminRelationshipsItemRequestsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipRequestable), nil
}
-// ToGetRequestInformation get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsItemRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DelegatedAdminRelationshipsItemRequestsRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsItemRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipRequestable, requestConfiguration *DelegatedAdminRelationshipsItemRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/tenantrelationships/delegated_admin_relationships_request_builder.go b/tenantrelationships/delegated_admin_relationships_request_builder.go
index ecb1c2cc386..658c49e9d3a 100644
--- a/tenantrelationships/delegated_admin_relationships_request_builder.go
+++ b/tenantrelationships/delegated_admin_relationships_request_builder.go
@@ -11,7 +11,7 @@ import (
type DelegatedAdminRelationshipsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DelegatedAdminRelationshipsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationship objects and their properties. This API is supported in the following national cloud deployments.
+// DelegatedAdminRelationshipsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationship objects and their properties. This API is available in the following national cloud deployments.
type DelegatedAdminRelationshipsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewDelegatedAdminRelationshipsRequestBuilder(rawUrl string, requestAdapter
func (m *DelegatedAdminRelationshipsRequestBuilder) Count()(*DelegatedAdminRelationshipsCountRequestBuilder) {
return NewDelegatedAdminRelationshipsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the delegatedAdminRelationship objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the delegatedAdminRelationship objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *DelegatedAdminRelationshipsRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipCollectionResponseable), nil
}
-// Post create a new delegatedAdminRelationship object. This API is supported in the following national cloud deployments.
+// Post create a new delegatedAdminRelationship object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *DelegatedAdminRelationshipsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipable), nil
}
-// ToGetRequestInformation get a list of the delegatedAdminRelationship objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the delegatedAdminRelationship objects and their properties. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DelegatedAdminRelationshipsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *DelegatedAdminRelationshipsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new delegatedAdminRelationship object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new delegatedAdminRelationship object. This API is available in the following national cloud deployments.
func (m *DelegatedAdminRelationshipsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DelegatedAdminRelationshipable, requestConfiguration *DelegatedAdminRelationshipsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/get_available_extension_properties_post_request_body.go b/users/get_available_extension_properties_post_request_body.go
index 6caf71822f9..2a4079568a9 100644
--- a/users/get_available_extension_properties_post_request_body.go
+++ b/users/get_available_extension_properties_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetAvailableExtensionPropertiesPostRequestBody()(*GetAvailableExtensionP
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/get_available_extension_properties_request_builder.go b/users/get_available_extension_properties_request_builder.go
index 20ad11d5f89..9826eb2d0f1 100644
--- a/users/get_available_extension_properties_request_builder.go
+++ b/users/get_available_extension_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context
}
return res.(GetAvailableExtensionPropertiesResponseable), nil
}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
+// PostAsGetAvailableExtensionPropertiesPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtens
}
return res.(GetAvailableExtensionPropertiesPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/get_by_ids_post_request_body.go b/users/get_by_ids_post_request_body.go
index 63b59120e83..328930099e8 100644
--- a/users/get_by_ids_post_request_body.go
+++ b/users/get_by_ids_post_request_body.go
@@ -22,7 +22,7 @@ func NewGetByIdsPostRequestBody()(*GetByIdsPostRequestBody) {
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *GetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -119,14 +119,14 @@ func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/get_by_ids_request_builder.go b/users/get_by_ids_request_builder.go
index 3494ef53a3e..c3592de7251 100644
--- a/users/get_by_ids_request_builder.go
+++ b/users/get_by_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
urlParams["request-raw-url"] = rawUrl
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequ
}
return res.(GetByIdsResponseable), nil
}
-// PostAsGetByIdsPostResponse 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.
+// PostAsGetByIdsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *GetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context,
}
return res.(GetByIdsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_activities_item_history_items_activity_history_item_item_request_builder.go b/users/item_activities_item_history_items_activity_history_item_item_request_builder.go
index 00280457ca7..2c017f03e7a 100644
--- a/users/item_activities_item_history_items_activity_history_item_item_request_builder.go
+++ b/users/item_activities_item_history_items_activity_history_item_item_request_builder.go
@@ -93,7 +93,7 @@ func (m *ItemActivitiesItemHistoryItemsActivityHistoryItemItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityHistoryItemable), nil
}
-// Patch delete an existing history item for an existing user activity. This API is supported in the following national cloud deployments.
+// Patch delete an existing history item for an existing user activity. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemActivitiesItemHistoryItemsActivityHistoryItemItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation delete an existing history item for an existing user activity. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation delete an existing history item for an existing user activity. This API is available in the following national cloud deployments.
func (m *ItemActivitiesItemHistoryItemsActivityHistoryItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ActivityHistoryItemable, requestConfiguration *ItemActivitiesItemHistoryItemsActivityHistoryItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_activities_recent_request_builder.go b/users/item_activities_recent_request_builder.go
index 3951d2d1673..0c14fe0150b 100644
--- a/users/item_activities_recent_request_builder.go
+++ b/users/item_activities_recent_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemActivitiesRecentRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemActivitiesRecentRequestBuilderGetQueryParameters 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.
+// ItemActivitiesRecentRequestBuilderGetQueryParameters 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.
type ItemActivitiesRecentRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemActivitiesRecentRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemActivitiesRecentRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsRecentGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemActivitiesRecentRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(ItemActivitiesRecentResponseable), nil
}
-// GetAsRecentGetResponse 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.
+// GetAsRecentGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemActivitiesRecentRequestBuilder) GetAsRecentGetResponse(ctx context.
}
return res.(ItemActivitiesRecentGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemActivitiesRecentRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemActivitiesRecentRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_activities_request_builder.go b/users/item_activities_request_builder.go
index 5f1f0c0a5d0..d630f8907c2 100644
--- a/users/item_activities_request_builder.go
+++ b/users/item_activities_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemActivitiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemActivitiesRequestBuilderGetQueryParameters 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.
+// ItemActivitiesRequestBuilderGetQueryParameters 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.
type ItemActivitiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemActivitiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
func (m *ItemActivitiesRequestBuilder) Count()(*ItemActivitiesCountRequestBuilder) {
return NewItemActivitiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/projectrome-get-activities?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ItemActivitiesRequestBuilder) Post(ctx context.Context, body iadcd81124
func (m *ItemActivitiesRequestBuilder) Recent()(*ItemActivitiesRecentRequestBuilder) {
return NewItemActivitiesRecentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemActivitiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemActivitiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_activities_user_activity_item_request_builder.go b/users/item_activities_user_activity_item_request_builder.go
index e0801faf8b6..5b676069887 100644
--- a/users/item_activities_user_activity_item_request_builder.go
+++ b/users/item_activities_user_activity_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemActivitiesUserActivityItemRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemActivitiesUserActivityItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an existing user activity for your app. This API is supported in the following national cloud deployments.
+// Delete delete an existing user activity for your app. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemActivitiesUserActivityItemRequestBuilder) Patch(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable), nil
}
-// ToDeleteRequestInformation delete an existing user activity for your app. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an existing user activity for your app. This API is available in the following national cloud deployments.
func (m *ItemActivitiesUserActivityItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemActivitiesUserActivityItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_agreement_acceptances_request_builder.go b/users/item_agreement_acceptances_request_builder.go
index 419c72d9703..79938240cc1 100644
--- a/users/item_agreement_acceptances_request_builder.go
+++ b/users/item_agreement_acceptances_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAgreementAcceptancesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAgreementAcceptancesRequestBuilderGetQueryParameters retrieve the signed-in user's agreementAcceptance objects. This API is supported in the following national cloud deployments.
+// ItemAgreementAcceptancesRequestBuilderGetQueryParameters retrieve the signed-in user's agreementAcceptance objects. This API is available in the following national cloud deployments.
type ItemAgreementAcceptancesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemAgreementAcceptancesRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemAgreementAcceptancesRequestBuilder) Count()(*ItemAgreementAcceptancesCountRequestBuilder) {
return NewItemAgreementAcceptancesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the signed-in user's agreementAcceptance objects. This API is supported in the following national cloud deployments.
+// Get retrieve the signed-in user's agreementAcceptance objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAgreementAcceptancesRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve the signed-in user's agreementAcceptance objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the signed-in user's agreementAcceptance objects. This API is available in the following national cloud deployments.
func (m *ItemAgreementAcceptancesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAgreementAcceptancesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_app_role_assignments_app_role_assignment_item_request_builder.go b/users/item_app_role_assignments_app_role_assignment_item_request_builder.go
index dd267880c69..d4ccf25e42c 100644
--- a/users/item_app_role_assignments_app_role_assignment_item_request_builder.go
+++ b/users/item_app_role_assignments_app_role_assignment_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an appRoleAssignment that has been granted to a user. This API is supported in the following national cloud deployments.
+// Delete delete an appRoleAssignment that has been granted to a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0
@@ -111,7 +111,7 @@ func (m *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable), nil
}
-// ToDeleteRequestInformation delete an appRoleAssignment that has been granted to a user. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an appRoleAssignment that has been granted to a user. This API is available in the following national cloud deployments.
func (m *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_app_role_assignments_request_builder.go b/users/item_app_role_assignments_request_builder.go
index aa83ad27cfe..4c1ce0d0ce9 100644
--- a/users/item_app_role_assignments_request_builder.go
+++ b/users/item_app_role_assignments_request_builder.go
@@ -96,7 +96,7 @@ func (m *ItemAppRoleAssignmentsRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0
@@ -134,7 +134,7 @@ func (m *ItemAppRoleAssignmentsRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAppRoleAssignmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable, requestConfiguration *ItemAppRoleAssignmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_assign_license_post_request_body.go b/users/item_assign_license_post_request_body.go
index 2a194b6b520..5f792128186 100644
--- a/users/item_assign_license_post_request_body.go
+++ b/users/item_assign_license_post_request_body.go
@@ -24,7 +24,7 @@ func NewItemAssignLicensePostRequestBody()(*ItemAssignLicensePostRequestBody) {
func CreateItemAssignLicensePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAssignLicensePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAssignLicensePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -47,7 +47,7 @@ func (m *ItemAssignLicensePostRequestBody) GetAddLicenses()([]iadcd81124412c61e6
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAssignLicensePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -127,7 +127,7 @@ func (m *ItemAssignLicensePostRequestBody) Serialize(writer i878a80d2330e89d2689
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAssignLicensePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemAssignLicensePostRequestBody) SetAddLicenses(value []iadcd81124412c
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAssignLicensePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_assign_license_request_builder.go b/users/item_assign_license_request_builder.go
index 9ffe97595a7..42c0b36b05e 100644
--- a/users/item_assign_license_request_builder.go
+++ b/users/item_assign_license_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAssignLicenseRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemAssignLicenseRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAssignLicenseRequestBuilder) Post(ctx context.Context, body ItemAss
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAssignLicenseRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAssignLicensePostRequestBodyable, requestConfiguration *ItemAssignLicenseRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_email_methods_email_authentication_method_item_request_builder.go b/users/item_authentication_email_methods_email_authentication_method_item_request_builder.go
index c3adf90ef2f..6ce3131ca16 100644
--- a/users/item_authentication_email_methods_email_authentication_method_item_request_builder.go
+++ b/users/item_authentication_email_methods_email_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single email authentication method object. This API is supported in the following national cloud deployments.
+// ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single email authentication method object. This API is available in the following national cloud deployments.
type ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a user's emailAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Delete deletes a user's emailAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuild
}
return nil
}
-// Get retrieve a user's single email authentication method object. This API is supported in the following national cloud deployments.
+// Get retrieve a user's single email authentication method object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable), nil
}
-// Patch update a user's email address represented by an emailAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Patch update a user's email address represented by an emailAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable), nil
}
-// ToDeleteRequestInformation deletes a user's emailAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a user's emailAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a user's single email authentication method object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a user's single email authentication method object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuild
}
return requestInfo, nil
}
-// ToPatchRequestInformation update a user's email address represented by an emailAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update a user's email address represented by an emailAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable, requestConfiguration *ItemAuthenticationEmailMethodsEmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_email_methods_request_builder.go b/users/item_authentication_email_methods_request_builder.go
index 2344f743bd5..de339ebc4b9 100644
--- a/users/item_authentication_email_methods_request_builder.go
+++ b/users/item_authentication_email_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationEmailMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationEmailMethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationEmailMethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationEmailMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAuthenticationEmailMethodsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemAuthenticationEmailMethodsRequestBuilder) Count()(*ItemAuthenticationEmailMethodsCountRequestBuilder) {
return NewItemAuthenticationEmailMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemAuthenticationEmailMethodsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemAuthenticationEmailMethodsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationEmailMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationEmailMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemAuthenticationEmailMethodsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAuthenticationEmailMethodsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable, requestConfiguration *ItemAuthenticationEmailMethodsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_fido2_methods_fido2_authentication_method_item_request_builder.go b/users/item_authentication_fido2_methods_fido2_authentication_method_item_request_builder.go
index bdc5c7ea309..fbdff8eadb5 100644
--- a/users/item_authentication_fido2_methods_fido2_authentication_method_item_request_builder.go
+++ b/users/item_authentication_fido2_methods_fido2_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments.
+// ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments.
type ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a user's FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments.
+// Delete deletes a user's FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuild
}
return nil
}
-// Get retrieve a user's single FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments.
+// Get retrieve a user's single FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0
@@ -88,7 +88,7 @@ func (m *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable), nil
}
-// ToDeleteRequestInformation deletes a user's FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a user's FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -100,7 +100,7 @@ func (m *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a user's single FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a user's single FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationFido2MethodsFido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_fido2_methods_request_builder.go b/users/item_authentication_fido2_methods_request_builder.go
index 8be46ed28e0..05294425cbc 100644
--- a/users/item_authentication_fido2_methods_request_builder.go
+++ b/users/item_authentication_fido2_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationFido2MethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationFido2MethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationFido2MethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationFido2MethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemAuthenticationFido2MethodsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemAuthenticationFido2MethodsRequestBuilder) Count()(*ItemAuthenticationFido2MethodsCountRequestBuilder) {
return NewItemAuthenticationFido2MethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAuthenticationFido2MethodsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationFido2MethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationFido2MethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_methods_authentication_method_item_request_builder.go b/users/item_authentication_methods_authentication_method_item_request_builder.go
index 0d7dda6bef9..f4c0c676c0c 100644
--- a/users/item_authentication_methods_authentication_method_item_request_builder.go
+++ b/users/item_authentication_methods_authentication_method_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an authenticationMethod object. This API is supported in the following national cloud deployments.
+// ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an authenticationMethod object. This API is available in the following national cloud deployments.
type ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemAuthenticationMethodsAuthenticationMethodItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationMethodsAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties and relationships of an authenticationMethod object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an authenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilder) Patch(
func (m *ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilder) ResetPassword()(*ItemAuthenticationMethodsItemResetPasswordRequestBuilder) {
return NewItemAuthenticationMethodsItemResetPasswordRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation retrieve the properties and relationships of an authenticationMethod object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an authenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationMethodsAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_methods_item_reset_password_post_request_body.go b/users/item_authentication_methods_item_reset_password_post_request_body.go
index 15a6f76b39d..5b4efd734b7 100644
--- a/users/item_authentication_methods_item_reset_password_post_request_body.go
+++ b/users/item_authentication_methods_item_reset_password_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemAuthenticationMethodsItemResetPasswordPostRequestBody()(*ItemAuthent
func CreateItemAuthenticationMethodsItemResetPasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAuthenticationMethodsItemResetPasswordPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAuthenticationMethodsItemResetPasswordPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemAuthenticationMethodsItemResetPasswordPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemAuthenticationMethodsItemResetPasswordPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemAuthenticationMethodsItemResetPasswordPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemAuthenticationMethodsItemResetPasswordPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemAuthenticationMethodsItemResetPasswordPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_authentication_methods_item_reset_password_request_builder.go b/users/item_authentication_methods_item_reset_password_request_builder.go
index 66fdca1e326..7d19a9099cf 100644
--- a/users/item_authentication_methods_item_reset_password_request_builder.go
+++ b/users/item_authentication_methods_item_reset_password_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAuthenticationMethodsItemResetPasswordRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationMethodsItemResetPasswordRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemAuthenticationMethodsItemResetPasswordRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordResetResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAuthenticationMethodsItemResetPasswordRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemAuthenticationMethodsItemResetPasswordPostRequestBodyable, requestConfiguration *ItemAuthenticationMethodsItemResetPasswordRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_methods_request_builder.go b/users/item_authentication_methods_request_builder.go
index 9ab7a856faf..49991a79003 100644
--- a/users/item_authentication_methods_request_builder.go
+++ b/users/item_authentication_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationMethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationMethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAuthenticationMethodsRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemAuthenticationMethodsRequestBuilder) Count()(*ItemAuthenticationMethodsCountRequestBuilder) {
return NewItemAuthenticationMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemAuthenticationMethodsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_microsoft_authenticator_methods_microsoft_authenticator_authentication_method_item_request_builder.go b/users/item_authentication_microsoft_authenticator_methods_microsoft_authenticator_authentication_method_item_request_builder.go
index 75e6470ac27..eb2b18aae96 100644
--- a/users/item_authentication_microsoft_authenticator_methods_microsoft_authenticator_authentication_method_item_request_builder.go
+++ b/users/item_authentication_microsoft_authenticator_methods_microsoft_authenticator_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthen
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments.
type ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAut
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Delete deletes a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0
@@ -70,7 +70,7 @@ func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAu
func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) Device()(*ItemAuthenticationMicrosoftAuthenticatorMethodsItemDeviceRequestBuilder) {
return NewItemAuthenticationMicrosoftAuthenticatorMethodsItemDeviceRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MicrosoftAuthenticatorAuthenticationMethodable), nil
}
-// ToDeleteRequestInformation deletes a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -104,7 +104,7 @@ func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAu
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationMicrosoftAuthenticatorMethodsMicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_microsoft_authenticator_methods_request_builder.go b/users/item_authentication_microsoft_authenticator_methods_request_builder.go
index 5e3bcdbd42a..0a71d3f1004 100644
--- a/users/item_authentication_microsoft_authenticator_methods_request_builder.go
+++ b/users/item_authentication_microsoft_authenticator_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments.
+// ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments.
type ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilder(rawUrl str
func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilder) Count()(*ItemAuthenticationMicrosoftAuthenticatorMethodsCountRequestBuilder) {
return NewItemAuthenticationMicrosoftAuthenticatorMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MicrosoftAuthenticatorAuthenticationMethodCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationMicrosoftAuthenticatorMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_operations_long_running_operation_item_request_builder.go b/users/item_authentication_operations_long_running_operation_item_request_builder.go
index 9a7f5221f5d..262a3af800e 100644
--- a/users/item_authentication_operations_long_running_operation_item_request_builder.go
+++ b/users/item_authentication_operations_long_running_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationOperationsLongRunningOperationItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationOperationsLongRunningOperationItemRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationOperationsLongRunningOperationItemRequestBuilderGetQueryParameters 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.
type ItemAuthenticationOperationsLongRunningOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemAuthenticationOperationsLongRunningOperationItemRequestBuilder) Del
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemAuthenticationOperationsLongRunningOperationItemRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationOperationsLongRunningOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationOperationsLongRunningOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_operations_request_builder.go b/users/item_authentication_operations_request_builder.go
index 843fce561f3..51c422c441e 100644
--- a/users/item_authentication_operations_request_builder.go
+++ b/users/item_authentication_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationOperationsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationOperationsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAuthenticationOperationsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemAuthenticationOperationsRequestBuilder) Count()(*ItemAuthenticationOperationsCountRequestBuilder) {
return NewItemAuthenticationOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
func (m *ItemAuthenticationOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemAuthenticationOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemAuthenticationOperationsRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_password_methods_password_authentication_method_item_request_builder.go b/users/item_authentication_password_methods_password_authentication_method_item_request_builder.go
index d1132c3138d..5d3b54ebe48 100644
--- a/users/item_authentication_password_methods_password_authentication_method_item_request_builder.go
+++ b/users/item_authentication_password_methods_password_authentication_method_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilderGetQueryParameters 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.
type ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequest
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemReques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPasswordMethodsPasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_password_methods_request_builder.go b/users/item_authentication_password_methods_request_builder.go
index ee1c84c2014..d96724c6ac5 100644
--- a/users/item_authentication_password_methods_request_builder.go
+++ b/users/item_authentication_password_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationPasswordMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationPasswordMethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationPasswordMethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationPasswordMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAuthenticationPasswordMethodsRequestBuilder(rawUrl string, requestAd
func (m *ItemAuthenticationPasswordMethodsRequestBuilder) Count()(*ItemAuthenticationPasswordMethodsCountRequestBuilder) {
return NewItemAuthenticationPasswordMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemAuthenticationPasswordMethodsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationPasswordMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPasswordMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_phone_methods_item_disable_sms_sign_in_request_builder.go b/users/item_authentication_phone_methods_item_disable_sms_sign_in_request_builder.go
index 7cd671c7951..cc959972357 100644
--- a/users/item_authentication_phone_methods_item_disable_sms_sign_in_request_builder.go
+++ b/users/item_authentication_phone_methods_item_disable_sms_sign_in_request_builder.go
@@ -30,7 +30,7 @@ func NewItemAuthenticationPhoneMethodsItemDisableSmsSignInRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationPhoneMethodsItemDisableSmsSignInRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemAuthenticationPhoneMethodsItemDisableSmsSignInRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsItemDisableSmsSignInRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPhoneMethodsItemDisableSmsSignInRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_phone_methods_item_enable_sms_sign_in_request_builder.go b/users/item_authentication_phone_methods_item_enable_sms_sign_in_request_builder.go
index f116a832dff..e9b9918692a 100644
--- a/users/item_authentication_phone_methods_item_enable_sms_sign_in_request_builder.go
+++ b/users/item_authentication_phone_methods_item_enable_sms_sign_in_request_builder.go
@@ -30,7 +30,7 @@ func NewItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_phone_methods_phone_authentication_method_item_request_builder.go b/users/item_authentication_phone_methods_phone_authentication_method_item_request_builder.go
index e52704cc6a2..cb998f1189d 100644
--- a/users/item_authentication_phone_methods_phone_authentication_method_item_request_builder.go
+++ b/users/item_authentication_phone_methods_phone_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderGetQueryParameters 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.
type ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuild
func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilder) EnableSmsSignIn()(*ItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilder) {
return NewItemAuthenticationPhoneMethodsItemEnableSmsSignInRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuild
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, requestConfiguration *ItemAuthenticationPhoneMethodsPhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_phone_methods_request_builder.go b/users/item_authentication_phone_methods_request_builder.go
index 1bb37b6dbf4..2b925e80827 100644
--- a/users/item_authentication_phone_methods_request_builder.go
+++ b/users/item_authentication_phone_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationPhoneMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationPhoneMethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationPhoneMethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationPhoneMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAuthenticationPhoneMethodsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemAuthenticationPhoneMethodsRequestBuilder) Count()(*ItemAuthenticationPhoneMethodsCountRequestBuilder) {
return NewItemAuthenticationPhoneMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemAuthenticationPhoneMethodsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemAuthenticationPhoneMethodsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationPhoneMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemAuthenticationPhoneMethodsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAuthenticationPhoneMethodsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, requestConfiguration *ItemAuthenticationPhoneMethodsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_software_oath_methods_request_builder.go b/users/item_authentication_software_oath_methods_request_builder.go
index 33b1f8ccd02..2eaf31c64f8 100644
--- a/users/item_authentication_software_oath_methods_request_builder.go
+++ b/users/item_authentication_software_oath_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationSoftwareOathMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationSoftwareOathMethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationSoftwareOathMethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationSoftwareOathMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemAuthenticationSoftwareOathMethodsRequestBuilder(rawUrl string, reque
func (m *ItemAuthenticationSoftwareOathMethodsRequestBuilder) Count()(*ItemAuthenticationSoftwareOathMethodsCountRequestBuilder) {
return NewItemAuthenticationSoftwareOathMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAuthenticationSoftwareOathMethodsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SoftwareOathAuthenticationMethodCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationSoftwareOathMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationSoftwareOathMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_software_oath_methods_software_oath_authentication_method_item_request_builder.go b/users/item_authentication_software_oath_methods_software_oath_authentication_method_item_request_builder.go
index 39e4b016664..b493a149a59 100644
--- a/users/item_authentication_software_oath_methods_software_oath_authentication_method_item_request_builder.go
+++ b/users/item_authentication_software_oath_methods_software_oath_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single Software OATH token authentication method object and its properties. This API is supported in the following national cloud deployments.
+// ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single Software OATH token authentication method object and its properties. This API is available in the following national cloud deployments.
type ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodIte
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a user's Software OATH token authentication method object. This API is supported in the following national cloud deployments.
+// Delete delete a user's Software OATH token authentication method object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodIt
}
return nil
}
-// Get retrieve a user's single Software OATH token authentication method object and its properties. This API is supported in the following national cloud deployments.
+// Get retrieve a user's single Software OATH token authentication method object and its properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0
@@ -88,7 +88,7 @@ func (m *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodIt
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SoftwareOathAuthenticationMethodable), nil
}
-// ToDeleteRequestInformation delete a user's Software OATH token authentication method object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a user's Software OATH token authentication method object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -100,7 +100,7 @@ func (m *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodIt
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a user's single Software OATH token authentication method object and its properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a user's single Software OATH token authentication method object and its properties. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationSoftwareOathMethodsSoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_temporary_access_pass_methods_request_builder.go b/users/item_authentication_temporary_access_pass_methods_request_builder.go
index c8abd414d3e..8f87aa6cabd 100644
--- a/users/item_authentication_temporary_access_pass_methods_request_builder.go
+++ b/users/item_authentication_temporary_access_pass_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationTemporaryAccessPassMethodsRequestBuilderGetQueryParameters 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.
+// ItemAuthenticationTemporaryAccessPassMethodsRequestBuilderGetQueryParameters 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.
type ItemAuthenticationTemporaryAccessPassMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemAuthenticationTemporaryAccessPassMethodsRequestBuilder(rawUrl string
func (m *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder) Count()(*ItemAuthenticationTemporaryAccessPassMethodsCountRequestBuilder) {
return NewItemAuthenticationTemporaryAccessPassMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TemporaryAccessPassAuthenticationMethodCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TemporaryAccessPassAuthenticationMethodable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TemporaryAccessPassAuthenticationMethodable, requestConfiguration *ItemAuthenticationTemporaryAccessPassMethodsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_temporary_access_pass_methods_temporary_access_pass_authentication_method_item_request_builder.go b/users/item_authentication_temporary_access_pass_methods_temporary_access_pass_authentication_method_item_request_builder.go
index d8284a5a99e..9b47a210229 100644
--- a/users/item_authentication_temporary_access_pass_methods_temporary_access_pass_authentication_method_item_request_builder.go
+++ b/users/item_authentication_temporary_access_pass_methods_temporary_access_pass_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments.
type ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthentic
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a users's temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Delete delete a users's temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenti
}
return nil
}
-// Get retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Get retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0
@@ -88,7 +88,7 @@ func (m *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenti
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TemporaryAccessPassAuthenticationMethodable), nil
}
-// ToDeleteRequestInformation delete a users's temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a users's temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -100,7 +100,7 @@ func (m *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenti
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationTemporaryAccessPassMethodsTemporaryAccessPassAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_windows_hello_for_business_methods_request_builder.go b/users/item_authentication_windows_hello_for_business_methods_request_builder.go
index 4891e4d3846..bbca9729f2e 100644
--- a/users/item_authentication_windows_hello_for_business_methods_request_builder.go
+++ b/users/item_authentication_windows_hello_for_business_methods_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments.
+// ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments.
type ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilder(rawUrl st
func (m *ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilder) Count()(*ItemAuthenticationWindowsHelloForBusinessMethodsCountRequestBuilder) {
return NewItemAuthenticationWindowsHelloForBusinessMethodsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsHelloForBusinessAuthenticationMethodCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationWindowsHelloForBusinessMethodsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_authentication_windows_hello_for_business_methods_windows_hello_for_business_authentication_method_item_request_builder.go b/users/item_authentication_windows_hello_for_business_methods_windows_hello_for_business_authentication_method_item_request_builder.go
index 2224392222b..c2400aaea82 100644
--- a/users/item_authentication_windows_hello_for_business_methods_windows_hello_for_business_authentication_method_item_request_builder.go
+++ b/users/item_authentication_windows_hello_for_business_methods_windows_hello_for_business_authentication_method_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuth
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments.
type ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessA
urlParams["request-raw-url"] = rawUrl
return NewItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Delete deletes a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0
@@ -70,7 +70,7 @@ func (m *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusiness
func (m *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Device()(*ItemAuthenticationWindowsHelloForBusinessMethodsItemDeviceRequestBuilder) {
return NewItemAuthenticationWindowsHelloForBusinessMethodsItemDeviceRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusiness
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsHelloForBusinessAuthenticationMethodable), nil
}
-// ToDeleteRequestInformation deletes a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -104,7 +104,7 @@ func (m *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusiness
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments.
func (m *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemAuthenticationWindowsHelloForBusinessMethodsWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go b/users/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go
index 855a793570e..4735ff4ccc8 100644
--- a/users/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go
+++ b/users/item_calendar_calendar_permissions_calendar_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderDeleteRe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete calendarPermission. This API is supported in the following national cloud deployments.
+// Delete delete calendarPermission. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) De
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) Pa
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToDeleteRequestInformation delete calendarPermission. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete calendarPermission. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) To
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarCalendarPermissionsCalendarPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_permissions_request_builder.go b/users/item_calendar_calendar_permissions_request_builder.go
index 12196042975..3d56535f790 100644
--- a/users/item_calendar_calendar_permissions_request_builder.go
+++ b/users/item_calendar_calendar_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarPermissionsRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarPermissionsRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemCalendarCalendarPermissionsRequestBuilder(rawUrl string, requestAdap
func (m *ItemCalendarCalendarPermissionsRequestBuilder) Count()(*ItemCalendarCalendarPermissionsCountRequestBuilder) {
return NewItemCalendarCalendarPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemCalendarCalendarPermissionsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemCalendarCalendarPermissionsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemCalendarCalendarPermissionsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarPermissionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarCalendarPermissionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_delta_request_builder.go b/users/item_calendar_calendar_view_delta_request_builder.go
index 64a1fcb60c6..d5a7671e881 100644
--- a/users/item_calendar_calendar_view_delta_request_builder.go
+++ b/users/item_calendar_calendar_view_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarCalendarViewDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarViewDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewDeltaRequestBuilder) Get(ctx context.Context, r
}
return res.(ItemCalendarCalendarViewDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarCalendarViewDeltaRequestBuilder) GetAsDeltaGetResponse(ctx
}
return res.(ItemCalendarCalendarViewDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_accept_post_request_body.go b/users/item_calendar_calendar_view_item_accept_post_request_body.go
index cb4e5f1d6b1..f1891b7250d 100644
--- a/users/item_calendar_calendar_view_item_accept_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemAcceptPostRequestBody()(*ItemCalendarCalenda
func CreateItemCalendarCalendarViewItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetFieldDeserializer
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*b
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_accept_request_builder.go b/users/item_calendar_calendar_view_item_accept_request_builder.go
index b3f31b0b1a0..0b33b4ab3e1 100644
--- a/users/item_calendar_calendar_view_item_accept_request_builder.go
+++ b/users/item_calendar_calendar_view_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemAcceptRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemAcceptRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go b/users/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go
index b6e911580d1..e49eec2de03 100644
--- a/users/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_calendar_view_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilder) Ge
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go
index e210be966c8..e7361594424 100644
--- a/users/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBod
func CreateItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go
index 1cd4c7f63b8..bbb90e04004 100644
--- a/users/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_calendar_view_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_attachments_request_builder.go b/users/item_calendar_calendar_view_item_attachments_request_builder.go
index f129ec7b720..54cd71f3ac3 100644
--- a/users/item_calendar_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendar_calendar_view_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Count()(*ItemCal
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_cancel_post_request_body.go b/users/item_calendar_calendar_view_item_cancel_post_request_body.go
index 1ae07cafa15..318e1e73b78 100644
--- a/users/item_calendar_calendar_view_item_cancel_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemCancelPostRequestBody()(*ItemCalendarCalenda
func CreateItemCalendarCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) GetFieldDeserializer
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_cancel_request_builder.go b/users/item_calendar_calendar_view_item_cancel_request_builder.go
index 10483c7323c..1c66b76c258 100644
--- a/users/item_calendar_calendar_view_item_cancel_request_builder.go
+++ b/users/item_calendar_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemCancelRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemCancelRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_decline_post_request_body.go b/users/item_calendar_calendar_view_item_decline_post_request_body.go
index 47a509e97be..8167000d53b 100644
--- a/users/item_calendar_calendar_view_item_decline_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemDeclinePostRequestBody()(*ItemCalendarCalend
func CreateItemCalendarCalendarViewItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetComment()(*strin
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserialize
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserialize
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetFieldDeserialize
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetProposedNewTime(
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_decline_request_builder.go b/users/item_calendar_calendar_view_item_decline_request_builder.go
index ca0a31e27d4..9716ad32a2d 100644
--- a/users/item_calendar_calendar_view_item_decline_request_builder.go
+++ b/users/item_calendar_calendar_view_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemDeclineRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemDeclineRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go b/users/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go
index 74292e9f54e..d0530927f1e 100644
--- a/users/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_calendar_view_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemDismissReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemDismissReminderRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go b/users/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go
index fcd9a4e4c40..0033da724dd 100644
--- a/users/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_calendar_view_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilder) Dele
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_extensions_request_builder.go b/users/item_calendar_calendar_view_item_extensions_request_builder.go
index 1a9dfc86eb9..046dbfd8ec4 100644
--- a/users/item_calendar_calendar_view_item_extensions_request_builder.go
+++ b/users/item_calendar_calendar_view_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarCalendarViewItemExtensionsRequestBuilder(rawUrl string, requ
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Count()(*ItemCalendarCalendarViewItemExtensionsCountRequestBuilder) {
return NewItemCalendarCalendarViewItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarCalendarViewItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_forward_post_request_body.go b/users/item_calendar_calendar_view_item_forward_post_request_body.go
index a993575d8c0..3ef30be2e91 100644
--- a/users/item_calendar_calendar_view_item_forward_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemForwardPostRequestBody()(*ItemCalendarCalend
func CreateItemCalendarCalendarViewItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetComment()(*strin
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetFieldDeserialize
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetFieldDeserialize
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) GetToRecipients()([
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) Serialize(writer i8
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_forward_request_builder.go
index 2761b8a1211..f24759b24ec 100644
--- a/users/item_calendar_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendar_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemForwardRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_delta_request_builder.go b/users/item_calendar_calendar_view_item_instances_delta_request_builder.go
index 70f166e5022..75d2dfaf31e 100644
--- a/users/item_calendar_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) Get(ctx conte
}
return res.(ItemCalendarCalendarViewItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGet
}
return res.(ItemCalendarCalendarViewItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go
index dbe2eed959f..e4be7a1a543 100644
--- a/users/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody()(*ItemCa
func CreateItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetComm
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetFiel
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetFiel
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) GetSend
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_instances_item_accept_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_accept_request_builder.go
index 7e7ae440fb1..3587ed99782 100644
--- a/users/item_calendar_calendar_view_item_instances_item_accept_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
index 100fc7eee59..888b719080b 100644
--- a/users/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemReques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
index 52833d42d23..05b415b0248 100644
--- a/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionP
func CreateItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
index 1845cd11a08..d849faa4529 100644
--- a/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSession
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
index 35fd9019ae7..bbbfaa59a2c 100644
--- a/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Cou
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go
index 22e7361a136..3ec95eb9e0b 100644
--- a/users/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody()(*ItemCa
func CreateItemCalendarCalendarViewItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetComm
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) GetFiel
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go
index 908f27b3e61..4adcb86748b 100644
--- a/users/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemCancelRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemCancelRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go
index 65188041486..45e920fea8c 100644
--- a/users/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody()(*ItemC
func CreateItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetCom
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFie
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFie
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetFie
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetPro
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) GetSen
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_instances_item_decline_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_decline_request_builder.go
index f0b8b774c0c..a550baec8ea 100644
--- a/users/item_calendar_calendar_view_item_instances_item_decline_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
index 06d7701e44e..337de858046 100644
--- a/users/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilder)
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
index 2dd185c99fc..8e2caa857ba 100644
--- a/users/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequest
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go
index f818d1642f2..0604bf1e6be 100644
--- a/users/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder(rawUrl
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarCalendarViewItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarCalendarViewItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go
index cbedaacc93c..d29e674d0d9 100644
--- a/users/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody()(*ItemC
func CreateItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetCom
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetFie
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetFie
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) GetToR
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) Serial
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
index 450e6acf84b..bf2b04d057a 100644
--- a/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
index 06dcdc4f545..29ec57f7258 100644
--- a/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody()
func CreateItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go
index 6941702b2fc..25604e8dd39 100644
--- a/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilder)
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
index baa0411fc6c..37c46703275 100644
--- a/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBod
func CreateItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go
index 91fcf5a82ea..c4a17c98d99 100644
--- a/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilde
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go b/users/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go
index e19d73a1490..2ab00d39b96 100644
--- a/users/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemSnoozeReminderPostRequestBody()(*ItemCalenda
func CreateItemCalendarCalendarViewItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDese
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) GetNewRemind
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarCalendarViewItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_snooze_reminder_request_builder.go b/users/item_calendar_calendar_view_item_snooze_reminder_request_builder.go
index 56ae3072c40..49446265437 100644
--- a/users/item_calendar_calendar_view_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_calendar_view_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemSnoozeReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemSnoozeReminderRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarCalendarViewItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go b/users/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go
index 769bf599b65..37534b5f6b9 100644
--- a/users/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_calendar_view_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody()(*ItemCale
func CreateItemCalendarCalendarViewItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetCommen
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldD
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldD
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldD
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetPropos
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) GetSendRe
// Serialize serializes information the current object
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_calendar_view_item_tentatively_accept_request_builder.go b/users/item_calendar_calendar_view_item_tentatively_accept_request_builder.go
index b195f9c92f6..6ce72696c7c 100644
--- a/users/item_calendar_calendar_view_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_calendar_view_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemTentativelyAcceptRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemTentativelyAcceptRequestBuilder) Post(ctx c
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarCalendarViewItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_delta_request_builder.go b/users/item_calendar_events_delta_request_builder.go
index e2a91ef1436..d11b12c0542 100644
--- a/users/item_calendar_events_delta_request_builder.go
+++ b/users/item_calendar_events_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarEventsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarEventsDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarEventsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsDeltaRequestBuilder) Get(ctx context.Context, request
}
return res.(ItemCalendarEventsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarEventsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx contex
}
return res.(ItemCalendarEventsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_event_item_request_builder.go b/users/item_calendar_events_event_item_request_builder.go
index 0b439d14315..1653cff9ea3 100644
--- a/users/item_calendar_events_event_item_request_builder.go
+++ b/users/item_calendar_events_event_item_request_builder.go
@@ -125,7 +125,7 @@ func (m *ItemCalendarEventsEventItemRequestBuilder) Get(ctx context.Context, req
func (m *ItemCalendarEventsEventItemRequestBuilder) Instances()(*ItemCalendarEventsItemInstancesRequestBuilder) {
return NewItemCalendarEventsItemInstancesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update an event object. This API is supported in the following national cloud deployments.
+// Patch update an event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0
@@ -183,7 +183,7 @@ func (m *ItemCalendarEventsEventItemRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an event object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an event object. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsEventItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarEventsEventItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_accept_post_request_body.go b/users/item_calendar_events_item_accept_post_request_body.go
index b31ae9eb0fd..5d024033007 100644
--- a/users/item_calendar_events_item_accept_post_request_body.go
+++ b/users/item_calendar_events_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemAcceptPostRequestBody()(*ItemCalendarEventsItemAcc
func CreateItemCalendarEventsItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetFieldDeserializers()(ma
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetFieldDeserializers()(ma
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_events_item_accept_request_builder.go b/users/item_calendar_events_item_accept_request_builder.go
index 250527b3e4a..31c81675e69 100644
--- a/users/item_calendar_events_item_accept_request_builder.go
+++ b/users/item_calendar_events_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemAcceptRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemAcceptRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_attachments_attachment_item_request_builder.go b/users/item_calendar_events_item_attachments_attachment_item_request_builder.go
index 1cbea81e726..1e541c4fa06 100644
--- a/users/item_calendar_events_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_events_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_events_item_attachments_create_upload_session_post_request_body.go
index 43a8f50ed2b..19e55c39439 100644
--- a/users/item_calendar_events_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_events_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody()(*I
func CreateItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Ge
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_events_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_events_item_attachments_create_upload_session_request_builder.go
index cc56d40fc66..c860fb33527 100644
--- a/users/item_calendar_events_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_events_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_attachments_request_builder.go b/users/item_calendar_events_item_attachments_request_builder.go
index 39e452fc7c7..89762d3aa98 100644
--- a/users/item_calendar_events_item_attachments_request_builder.go
+++ b/users/item_calendar_events_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarEventsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Count()(*ItemCalendarE
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_cancel_post_request_body.go b/users/item_calendar_events_item_cancel_post_request_body.go
index 14b68c2b69d..64ef3ad7cec 100644
--- a/users/item_calendar_events_item_cancel_post_request_body.go
+++ b/users/item_calendar_events_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemCancelPostRequestBody()(*ItemCalendarEventsItemCan
func CreateItemCalendarEventsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) GetFieldDeserializers()(ma
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarEventsItemCancelPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_events_item_cancel_request_builder.go b/users/item_calendar_events_item_cancel_request_builder.go
index de9bf2b1c07..9fedddecb2e 100644
--- a/users/item_calendar_events_item_cancel_request_builder.go
+++ b/users/item_calendar_events_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemCancelRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemCancelRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_decline_post_request_body.go b/users/item_calendar_events_item_decline_post_request_body.go
index 64c3a7853bd..659a4bc9f4e 100644
--- a/users/item_calendar_events_item_decline_post_request_body.go
+++ b/users/item_calendar_events_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemDeclinePostRequestBody()(*ItemCalendarEventsItemDe
func CreateItemCalendarEventsItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetFieldDeserializers()(m
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadc
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) GetSendResponse()(*bool)
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemDeclinePostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_events_item_decline_request_builder.go b/users/item_calendar_events_item_decline_request_builder.go
index 3091d176d0b..ee5cce18f72 100644
--- a/users/item_calendar_events_item_decline_request_builder.go
+++ b/users/item_calendar_events_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemDeclineRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemDeclineRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarEventsItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_dismiss_reminder_request_builder.go b/users/item_calendar_events_item_dismiss_reminder_request_builder.go
index 2f2943794c4..07a36e42c26 100644
--- a/users/item_calendar_events_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_events_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemDismissReminderRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemDismissReminderRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_extensions_extension_item_request_builder.go b/users/item_calendar_events_item_extensions_extension_item_request_builder.go
index c7cd71f9300..50421420daf 100644
--- a/users/item_calendar_events_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_events_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilder) Delete(ctx
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_extensions_request_builder.go b/users/item_calendar_events_item_extensions_request_builder.go
index 64640a032bc..e94ef4b5e2c 100644
--- a/users/item_calendar_events_item_extensions_request_builder.go
+++ b/users/item_calendar_events_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarEventsItemExtensionsRequestBuilder(rawUrl string, requestAda
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Count()(*ItemCalendarEventsItemExtensionsCountRequestBuilder) {
return NewItemCalendarEventsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarEventsItemExtensionsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarEventsItemExtensionsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarEventsItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_forward_post_request_body.go b/users/item_calendar_events_item_forward_post_request_body.go
index 104f36e5cf7..995bcaeb141 100644
--- a/users/item_calendar_events_item_forward_post_request_body.go
+++ b/users/item_calendar_events_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemForwardPostRequestBody()(*ItemCalendarEventsItemFo
func CreateItemCalendarEventsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetFieldDeserializers()(m
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) Serialize(writer i878a80d
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarEventsItemForwardPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_events_item_forward_request_builder.go b/users/item_calendar_events_item_forward_request_builder.go
index 92e4db10a8a..30ad79e85d0 100644
--- a/users/item_calendar_events_item_forward_request_builder.go
+++ b/users/item_calendar_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemForwardRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemForwardRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_delta_request_builder.go b/users/item_calendar_events_item_instances_delta_request_builder.go
index 5c49b7b72b5..bf112f99c96 100644
--- a/users/item_calendar_events_item_instances_delta_request_builder.go
+++ b/users/item_calendar_events_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarEventsItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarEventsItemInstancesDeltaRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) Get(ctx context.Con
}
return res.(ItemCalendarEventsItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetRespon
}
return res.(ItemCalendarEventsItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_accept_post_request_body.go b/users/item_calendar_events_item_instances_item_accept_post_request_body.go
index 61b30edb934..43d6b952af6 100644
--- a/users/item_calendar_events_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemInstancesItemAcceptPostRequestBody()(*ItemCalendar
func CreateItemCalendarEventsItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetComment()(
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeser
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeser
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) GetSendRespon
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_events_item_instances_item_accept_request_builder.go b/users/item_calendar_events_item_instances_item_accept_request_builder.go
index 640bba90fce..0c8ced9e347 100644
--- a/users/item_calendar_events_item_instances_item_accept_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemAcceptRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemAcceptRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go
index 8e01f83af46..f9ade582afc 100644
--- a/users/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go
index 88f5c3f7b83..29ff418fca5 100644
--- a/users/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostReq
func CreateItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go
index 7ee83f7fe7f..e4916e2a6c4 100644
--- a/users/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionReques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_attachments_request_builder.go b/users/item_calendar_events_item_instances_item_attachments_request_builder.go
index f682765ebfc..4b62d5d1e84 100644
--- a/users/item_calendar_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Count()(*
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_cancel_post_request_body.go b/users/item_calendar_events_item_instances_item_cancel_post_request_body.go
index 69dc7331944..bd7e7ad59c5 100644
--- a/users/item_calendar_events_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarEventsItemInstancesItemCancelPostRequestBody()(*ItemCalendar
func CreateItemCalendarEventsItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetComment()(
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) GetFieldDeser
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_events_item_instances_item_cancel_request_builder.go b/users/item_calendar_events_item_instances_item_cancel_request_builder.go
index dded6360ca4..dc45fbe89e8 100644
--- a/users/item_calendar_events_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemCancelRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemCancelRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_decline_post_request_body.go b/users/item_calendar_events_item_instances_item_decline_post_request_body.go
index e842689e806..5f3408b3344 100644
--- a/users/item_calendar_events_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemDeclinePostRequestBody()(*ItemCalenda
func CreateItemCalendarEventsItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetComment()
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDese
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDese
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetFieldDese
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetProposedN
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) GetSendRespo
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_events_item_instances_item_decline_request_builder.go b/users/item_calendar_events_item_instances_item_decline_request_builder.go
index 6a83c94cb8a..d4d820b17e1 100644
--- a/users/item_calendar_events_item_instances_item_decline_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemDeclineRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemDeclineRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go
index 12bbed21991..7de705ebe46 100644
--- a/users/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemDismissReminderRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemDismissReminderRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go
index f5b4344d9f1..1d339313fe6 100644
--- a/users/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilde
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_extensions_request_builder.go b/users/item_calendar_events_item_instances_item_extensions_request_builder.go
index a0e5dfaae3d..d29ded1262a 100644
--- a/users/item_calendar_events_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarEventsItemInstancesItemExtensionsRequestBuilder(rawUrl strin
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarEventsItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarEventsItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarEventsItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_forward_post_request_body.go b/users/item_calendar_events_item_instances_item_forward_post_request_body.go
index 94a51df226d..e21a4c95de7 100644
--- a/users/item_calendar_events_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemForwardPostRequestBody()(*ItemCalenda
func CreateItemCalendarEventsItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetComment()
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetFieldDese
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetFieldDese
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) GetToRecipie
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) Serialize(wr
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarEventsItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_events_item_instances_item_forward_request_builder.go b/users/item_calendar_events_item_instances_item_forward_request_builder.go
index b1fd388b719..d9847457cf6 100644
--- a/users/item_calendar_events_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemForwardRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go
index dc4c7c02a31..2534efb9a3f 100644
--- a/users/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody()(*Item
func CreateItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFi
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNe
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go
index 5eb317f26cd..0c60f72b53f 100644
--- a/users/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilder) Post(c
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go
index 40d0a209dcd..c8066b8c8dc 100644
--- a/users/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_events_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody()(*I
func CreateItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go
index 1cf09187318..729802a07c2 100644
--- a/users/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_snooze_reminder_post_request_body.go b/users/item_calendar_events_item_snooze_reminder_post_request_body.go
index 00ce0e4b4c2..f4c56c674af 100644
--- a/users/item_calendar_events_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_events_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemSnoozeReminderPostRequestBody()(*ItemCalendarEvent
func CreateItemCalendarEventsItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializ
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarEventsItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_events_item_snooze_reminder_request_builder.go b/users/item_calendar_events_item_snooze_reminder_request_builder.go
index ab383d2c438..295c28906e1 100644
--- a/users/item_calendar_events_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_events_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemSnoozeReminderRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemSnoozeReminderRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarEventsItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_item_tentatively_accept_post_request_body.go b/users/item_calendar_events_item_tentatively_accept_post_request_body.go
index ffe5c611cd6..c4960ca62b8 100644
--- a/users/item_calendar_events_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_events_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarEventsItemTentativelyAcceptPostRequestBody()(*ItemCalendarEv
func CreateItemCalendarEventsItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetFieldDeseria
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetProposedNewT
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) GetSendResponse
// Serialize serializes information the current object
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarEventsItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_events_item_tentatively_accept_request_builder.go b/users/item_calendar_events_item_tentatively_accept_request_builder.go
index f69c5162d3f..a29a036024b 100644
--- a/users/item_calendar_events_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_events_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemTentativelyAcceptRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemTentativelyAcceptRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_events_request_builder.go b/users/item_calendar_events_request_builder.go
index ffe6a584fc2..79ea235a575 100644
--- a/users/item_calendar_events_request_builder.go
+++ b/users/item_calendar_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsRequestBuilderGetQueryParameters 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.
+// ItemCalendarEventsRequestBuilderGetQueryParameters 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.
type ItemCalendarEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarEventsRequestBuilder) Count()(*ItemCalendarEventsCountReque
func (m *ItemCalendarEventsRequestBuilder) Delta()(*ItemCalendarEventsDeltaRequestBuilder) {
return NewItemCalendarEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarEventsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemCalendarEventsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_get_schedule_post_request_body.go b/users/item_calendar_get_schedule_post_request_body.go
index 2ee12244f8c..6596409ddf4 100644
--- a/users/item_calendar_get_schedule_post_request_body.go
+++ b/users/item_calendar_get_schedule_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGetSchedulePostRequestBody()(*ItemCalendarGetSchedulePostReq
func CreateItemCalendarGetSchedulePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGetSchedulePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGetSchedulePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetAvailabilityViewInterval gets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// GetAvailabilityViewInterval gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarGetSchedulePostRequestBody) GetAvailabilityViewInterval()(*int32) {
val, err := m.GetBackingStore().Get("availabilityViewInterval")
if err != nil {
@@ -46,11 +46,11 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetAvailabilityViewInterval()(*
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGetSchedulePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetEndTime gets the endTime property value. The EndTime property
+// GetEndTime gets the EndTime property value. The EndTime property
func (m *ItemCalendarGetSchedulePostRequestBody) GetEndTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("endTime")
if err != nil {
@@ -64,7 +64,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetEndTime()(iadcd81124412c61e6
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["availabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AvailabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetInt32Value()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["endTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["EndTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -84,7 +84,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
if err != nil {
return err
@@ -100,7 +100,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["startTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["StartTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -112,7 +112,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetFieldDeserializers()(map[str
}
return res
}
-// GetSchedules gets the schedules property value. The Schedules property
+// GetSchedules gets the Schedules property value. The Schedules property
func (m *ItemCalendarGetSchedulePostRequestBody) GetSchedules()([]string) {
val, err := m.GetBackingStore().Get("schedules")
if err != nil {
@@ -123,7 +123,7 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetSchedules()([]string) {
}
return nil
}
-// GetStartTime gets the startTime property value. The StartTime property
+// GetStartTime gets the StartTime property value. The StartTime property
func (m *ItemCalendarGetSchedulePostRequestBody) GetStartTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("startTime")
if err != nil {
@@ -137,25 +137,25 @@ func (m *ItemCalendarGetSchedulePostRequestBody) GetStartTime()(iadcd81124412c61
// Serialize serializes information the current object
func (m *ItemCalendarGetSchedulePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteInt32Value("availabilityViewInterval", m.GetAvailabilityViewInterval())
+ err := writer.WriteInt32Value("AvailabilityViewInterval", m.GetAvailabilityViewInterval())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("endTime", m.GetEndTime())
+ err := writer.WriteObjectValue("EndTime", m.GetEndTime())
if err != nil {
return err
}
}
if m.GetSchedules() != nil {
- err := writer.WriteCollectionOfStringValues("schedules", m.GetSchedules())
+ err := writer.WriteCollectionOfStringValues("Schedules", m.GetSchedules())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("startTime", m.GetStartTime())
+ err := writer.WriteObjectValue("StartTime", m.GetStartTime())
if err != nil {
return err
}
@@ -168,39 +168,39 @@ func (m *ItemCalendarGetSchedulePostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGetSchedulePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAvailabilityViewInterval sets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// SetAvailabilityViewInterval sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarGetSchedulePostRequestBody) SetAvailabilityViewInterval(value *int32)() {
err := m.GetBackingStore().Set("availabilityViewInterval", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGetSchedulePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetEndTime sets the endTime property value. The EndTime property
+// SetEndTime sets the EndTime property value. The EndTime property
func (m *ItemCalendarGetSchedulePostRequestBody) SetEndTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("endTime", value)
if err != nil {
panic(err)
}
}
-// SetSchedules sets the schedules property value. The Schedules property
+// SetSchedules sets the Schedules property value. The Schedules property
func (m *ItemCalendarGetSchedulePostRequestBody) SetSchedules(value []string)() {
err := m.GetBackingStore().Set("schedules", value)
if err != nil {
panic(err)
}
}
-// SetStartTime sets the startTime property value. The StartTime property
+// SetStartTime sets the StartTime property value. The StartTime property
func (m *ItemCalendarGetSchedulePostRequestBody) SetStartTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("startTime", value)
if err != nil {
diff --git a/users/item_calendar_get_schedule_request_builder.go b/users/item_calendar_get_schedule_request_builder.go
index 8f57d758610..000a5a27750 100644
--- a/users/item_calendar_get_schedule_request_builder.go
+++ b/users/item_calendar_get_schedule_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGetScheduleRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCalendarGetScheduleRequestBuilder) Post(ctx context.Context, body I
}
return res.(ItemCalendarGetScheduleResponseable), nil
}
-// PostAsGetSchedulePostResponse 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.
+// PostAsGetSchedulePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCalendarGetScheduleRequestBuilder) PostAsGetSchedulePostResponse(ct
}
return res.(ItemCalendarGetSchedulePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGetScheduleRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGetSchedulePostRequestBodyable, requestConfiguration *ItemCalendarGetScheduleRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_calendar_group_item_request_builder.go b/users/item_calendar_groups_calendar_group_item_request_builder.go
index 3905a2ebac6..2fb0253090b 100644
--- a/users/item_calendar_groups_calendar_group_item_request_builder.go
+++ b/users/item_calendar_groups_calendar_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarGroupsCalendarGroupItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarGroupsCalendarGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a calendar group object. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsCalendarGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a calendar group object. This API is available in the following national cloud deployments.
type ItemCalendarGroupsCalendarGroupItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -56,7 +56,7 @@ func NewItemCalendarGroupsCalendarGroupItemRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsCalendarGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a calendar group other than the default calendar group. This API is supported in the following national cloud deployments.
+// Delete delete a calendar group other than the default calendar group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get retrieve the properties and relationships of a calendar group object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a calendar group object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0
@@ -97,7 +97,7 @@ func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable), nil
}
-// Patch update the properties of calendargroup object. This API is supported in the following national cloud deployments.
+// Patch update the properties of calendargroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendargroup-update?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable), nil
}
-// ToDeleteRequestInformation delete a calendar group other than the default calendar group. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a calendar group other than the default calendar group. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsCalendarGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -131,7 +131,7 @@ func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a calendar group object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a calendar group object. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsCalendarGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -147,7 +147,7 @@ func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of calendargroup object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of calendargroup object. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsCalendarGroupItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable, requestConfiguration *ItemCalendarGroupsCalendarGroupItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go
index 7a96f384133..4a360d1ba12 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionIte
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermission
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete calendarPermission. This API is supported in the following national cloud deployments.
+// Delete delete calendarPermission. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissio
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissio
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToDeleteRequestInformation delete calendarPermission. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete calendarPermission. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissio
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissio
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_permissions_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_permissions_request_builder.go
index 6326a21ec92..a931b45913e 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_permissions_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder(raw
func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder) Count()(*ItemCalendarGroupsItemCalendarsItemCalendarPermissionsCountRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemCalendarPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder) G
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder) T
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarPermissionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go
index 769ab500474..39451ba95de 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) Get
}
return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) Get
}
return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_post_request_body.go
index 971af96e122..e1923ab9f96 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBod
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBod
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBod
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBod
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBod
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_request_builder.go
index 6a0a74a057d..12b40317713 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptRequestBuilder
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go
index 70e9a9d695c..db25475112d 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsAttachment
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsAttachmen
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go
index b445cc5bcdc..dcb9bb501b7 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUplo
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUpl
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUpl
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUpl
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUpl
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go
index e3d209e2933..9b5ac2c3dc9 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUplo
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUpl
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go
index 9f0f7a584d8..1cd4d104307 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBu
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBu
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_post_request_body.go
index a39ee139760..0548d3a212f 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBod
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBod
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBod
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_request_builder.go
index 2fc545e9625..aaa78e25a38 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_post_request_body.go
index 65545e13d16..70069b00012 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBod
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_request_builder.go
index 7fea9dc6d54..26e117d29ad 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclineRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclineRequestBuilde
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go
index 5c5c4012779..5c78fab2e43 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemDismissReminderReques
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDismissReminderReque
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go
index df7d766b04b..3831b1a039e 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionItemR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionI
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionI
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_request_builder.go
index 0c86cd3f056..cffdfed4fa1 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuil
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) Count()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsCountRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBui
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_post_request_body.go
index 748b97a224e..5d5913243ea 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBod
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go
index 0d5f0841506..f6e35918a41 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilde
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go
index 0da9da1ecc2..ffc2601868d 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaReques
}
return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaReques
}
return res.(ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go
index 2b4351598bd..26fe017d6a9 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPo
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptP
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptP
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptP
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptP
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptP
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptP
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go
index 76d2b690224..1e669788f8b 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptRe
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptR
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
index eb95f58fa48..91cb1f82e8d 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachme
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
index 5482b3c7b17..eff7a3de4f2 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachme
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
index 5a27e77ea34..984999bee48 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachme
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
index 7b11ef6e0e1..a50617a55f2 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go
index 88da1e4ca6f..70cc8ff05f2 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPo
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelP
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelP
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelP
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelP
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go
index bd8b1b6fcc5..b5327a21040 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelRe
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelR
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go
index 49d6533a1f8..e16dafdc47d 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclineP
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go
index 91188b3264d..395fbe5501f 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclineR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDecline
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
index f1885ce93d1..5a195a14a83 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDismissR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDismiss
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
index 0369ccd6478..1c7a049f5bd 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsE
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensi
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensi
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go
index 278685f8608..ad7cacf72a9 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensio
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensi
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go
index 68ba5c06346..85bc937e125 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardP
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
index 51047b6a413..3fd40386a17 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
index 344198c9932..4df216404f6 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeRe
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeR
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeR
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeR
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeR
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
index dc1451f6b2a..e5d05444a27 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeRe
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeR
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
index 1cbfcf36795..aaf0881a22e 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativ
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
index 0fccc0eeb21..94a355073ac 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativ
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentati
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go
index eb1f077f6ce..464931b8c6c 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostReq
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRe
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRe
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go
index 3444bf87507..05cdbbe7217 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderReques
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go
index 6246aaa3c8e..8218e82b336 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPost
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go
index e9aa075a52c..ee52e8cac4d 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptRequ
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptReq
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_request_builder.go
index 5c53237749b..a0134436f58 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilder) Count()(
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go
index e8d037923e9..044f4b5a9ac 100644
--- a/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) Get(ctx c
}
return res.(ItemCalendarGroupsItemCalendarsItemEventsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) GetAsDelt
}
return res.(ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_event_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_event_item_request_builder.go
index f6393267630..7d120b2b49f 100644
--- a/users/item_calendar_groups_item_calendars_item_events_event_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_event_item_request_builder.go
@@ -125,7 +125,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsEventItemRequestBuilder) Get(c
func (m *ItemCalendarGroupsItemCalendarsItemEventsEventItemRequestBuilder) Instances()(*ItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update an event object. This API is supported in the following national cloud deployments.
+// Patch update an event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0
@@ -183,7 +183,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsEventItemRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an event object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an event object. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsEventItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsEventItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_accept_post_request_body.go
index 41c95879634..bebc93183df 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody()(*It
func CreateItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Get
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Get
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Get
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Get
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_accept_request_builder.go
index 8a73c9010d2..d25c143069f 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemAcceptRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptRequestBuilder) Post
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_attachments_attachment_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_attachments_attachment_item_request_builder.go
index 323a409f809..15dfef977aa 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsAttachmentItemRe
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsAttachmentItemR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go
index 6ce0dbfb4cc..382a5416204 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSess
func CreateItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSes
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSes
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSes
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSes
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_request_builder.go
index 1651b967422..eabc3ea3154 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSess
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSes
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go
index 2038376d408..26ebfdacfe3 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder)
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder)
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_cancel_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_cancel_post_request_body.go
index e7ca2e707b4..315885c78c9 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_cancel_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody()(*It
func CreateItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) Get
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) Get
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_cancel_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_cancel_request_builder.go
index 9a456d686bd..4da37b074c8 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_cancel_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemCancelRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelRequestBuilder) Post
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_decline_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_decline_post_request_body.go
index 023102700b8..b0466aa9244 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_decline_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody()(*I
func CreateItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_decline_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_decline_request_builder.go
index 9dbfec0ba0e..a0faf134667 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_decline_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemDeclineRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclineRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_dismiss_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_dismiss_reminder_request_builder.go
index 9c195f2bd52..773d3db37b4 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemDismissReminderRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDismissReminderRequestBuil
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_extensions_extension_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_extensions_extension_item_request_builder.go
index 95fe7fa0716..aa8395a8998 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemReq
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemReq
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_extensions_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_extensions_request_builder.go
index f919f6848bb..3f03a2cd4db 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_extensions_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder(ra
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder) Count()(*ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsCountRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder)
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_forward_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_forward_post_request_body.go
index b1f4a53a62f..bd9d7f7a9cd 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_forward_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody()(*I
func CreateItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Ge
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Ge
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Se
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go
index e6b684b0bd7..55dfbd2e1ba 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go
index 0f0719fb3c5..60d591933b7 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuild
}
return res.(ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuild
}
return res.(ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_post_request_body.go
index 451228cf336..18854b61652 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequ
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostReq
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostReq
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostReq
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostReq
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_request_builder.go
index a466880db25..77c1b5bceaf 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptRequestB
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptRequest
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go
index 5197a30e7b7..f0adf54a365 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsAtt
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsAt
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
index 9f988aac65d..49829e3d224 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCre
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCr
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCr
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCr
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go
index 4486a3f1902..0ed726ad655 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCre
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCr
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go
index cb0abada3a0..f9a8faadf54 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRe
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRe
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_post_request_body.go
index 4f586b2aeb3..8a42de1833b 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequ
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostReq
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostReq
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_request_builder.go
index cf8656a07da..07a87aeb5aa 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelRequestB
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelRequest
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_post_request_body.go
index cc7c23562df..6328d410285 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostReq
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_request_builder.go
index 1c229e10859..29e4ea7a1f8 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclineRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclineReques
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go
index 207575fe4e6..aa8a9269e55 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDismissReminde
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDismissRemind
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go
index 85fe2511d62..50bc15e545d 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExtensi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExt
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExt
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_request_builder.go
index e3352e5ebfb..d4b85113f59 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequ
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsReq
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_post_request_body.go
index 84d15062010..1fff681d4a5 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostReq
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go
index 1bb25f6d97f..3cf12ad5732 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardReques
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go
index 5effdf57dd7..bdaaf1a4d5d 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminder
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminde
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminde
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminde
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminde
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go
index 745ff9c4644..22e7cbe5fdc 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminde
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go
index c44471566a6..e98e7dee861 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcc
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go
index 0cb306033c5..4e7a399af76 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcc
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAc
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_post_request_body.go
index ebd018ff280..c14f448061f 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBo
func CreateItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestB
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestB
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestB
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestB
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_request_builder.go
index 87a0e72fbcb..1143ad99808 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderRequestBuild
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_post_request_body.go b/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_post_request_body.go
index 7b9c2e4de6f..937bfc085bf 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReques
func CreateItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_request_builder.go
index a3e734b202d..f44da4cb883 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptRequestBu
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_events_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_request_builder.go
index 6adfbb22630..ff0a6b3a065 100644
--- a/users/item_calendar_groups_item_calendars_item_events_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetQueryParameters 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.
+// ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetQueryParameters 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.
type ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Count()(*ItemC
func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_item_get_schedule_post_request_body.go b/users/item_calendar_groups_item_calendars_item_get_schedule_post_request_body.go
index 746b097f711..2922e89e218 100644
--- a/users/item_calendar_groups_item_calendars_item_get_schedule_post_request_body.go
+++ b/users/item_calendar_groups_item_calendars_item_get_schedule_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody()(*ItemCal
func CreateItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetAvailabilityViewInterval gets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// GetAvailabilityViewInterval gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetAvailabilityViewInterval()(*int32) {
val, err := m.GetBackingStore().Get("availabilityViewInterval")
if err != nil {
@@ -46,11 +46,11 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetAvail
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetEndTime gets the endTime property value. The EndTime property
+// GetEndTime gets the EndTime property value. The EndTime property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetEndTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("endTime")
if err != nil {
@@ -64,7 +64,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetEndTi
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["availabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AvailabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetInt32Value()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetField
}
return nil
}
- res["endTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["EndTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -84,7 +84,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetField
}
return nil
}
- res["schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
if err != nil {
return err
@@ -100,7 +100,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetField
}
return nil
}
- res["startTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["StartTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -112,7 +112,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetField
}
return res
}
-// GetSchedules gets the schedules property value. The Schedules property
+// GetSchedules gets the Schedules property value. The Schedules property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetSchedules()([]string) {
val, err := m.GetBackingStore().Get("schedules")
if err != nil {
@@ -123,7 +123,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetSched
}
return nil
}
-// GetStartTime gets the startTime property value. The StartTime property
+// GetStartTime gets the StartTime property value. The StartTime property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetStartTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("startTime")
if err != nil {
@@ -137,25 +137,25 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) GetStart
// Serialize serializes information the current object
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteInt32Value("availabilityViewInterval", m.GetAvailabilityViewInterval())
+ err := writer.WriteInt32Value("AvailabilityViewInterval", m.GetAvailabilityViewInterval())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("endTime", m.GetEndTime())
+ err := writer.WriteObjectValue("EndTime", m.GetEndTime())
if err != nil {
return err
}
}
if m.GetSchedules() != nil {
- err := writer.WriteCollectionOfStringValues("schedules", m.GetSchedules())
+ err := writer.WriteCollectionOfStringValues("Schedules", m.GetSchedules())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("startTime", m.GetStartTime())
+ err := writer.WriteObjectValue("StartTime", m.GetStartTime())
if err != nil {
return err
}
@@ -168,39 +168,39 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAvailabilityViewInterval sets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// SetAvailabilityViewInterval sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) SetAvailabilityViewInterval(value *int32)() {
err := m.GetBackingStore().Set("availabilityViewInterval", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetEndTime sets the endTime property value. The EndTime property
+// SetEndTime sets the EndTime property value. The EndTime property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) SetEndTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("endTime", value)
if err != nil {
panic(err)
}
}
-// SetSchedules sets the schedules property value. The Schedules property
+// SetSchedules sets the Schedules property value. The Schedules property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) SetSchedules(value []string)() {
err := m.GetBackingStore().Set("schedules", value)
if err != nil {
panic(err)
}
}
-// SetStartTime sets the startTime property value. The StartTime property
+// SetStartTime sets the StartTime property value. The StartTime property
func (m *ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBody) SetStartTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("startTime", value)
if err != nil {
diff --git a/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go b/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go
index c2883732bcb..34b492883ed 100644
--- a/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilder) Post(ctx
}
return res.(ItemCalendarGroupsItemCalendarsItemGetScheduleResponseable), nil
}
-// PostAsGetSchedulePostResponse 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.
+// PostAsGetSchedulePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilder) PostAsGet
}
return res.(ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemGetSchedulePostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_item_calendars_request_builder.go b/users/item_calendar_groups_item_calendars_request_builder.go
index 1492df8707c..348e7a529e1 100644
--- a/users/item_calendar_groups_item_calendars_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsRequestBuilderGetQueryParameters retrieve a list of calendars belonging to a calendar group. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsItemCalendarsRequestBuilderGetQueryParameters retrieve a list of calendars belonging to a calendar group. This API is available in the following national cloud deployments.
type ItemCalendarGroupsItemCalendarsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemCalendarGroupsItemCalendarsRequestBuilder(rawUrl string, requestAdap
func (m *ItemCalendarGroupsItemCalendarsRequestBuilder) Count()(*ItemCalendarGroupsItemCalendarsCountRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of calendars belonging to a calendar group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of calendars belonging to a calendar group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemCalendarGroupsItemCalendarsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemCalendarGroupsItemCalendarsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable), nil
}
-// ToGetRequestInformation retrieve a list of calendars belonging to a calendar group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of calendars belonging to a calendar group. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsItemCalendarsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemCalendarGroupsItemCalendarsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarGroupsItemCalendarsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, requestConfiguration *ItemCalendarGroupsItemCalendarsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_groups_request_builder.go b/users/item_calendar_groups_request_builder.go
index 0e03b5a0060..5dfc8659049 100644
--- a/users/item_calendar_groups_request_builder.go
+++ b/users/item_calendar_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsRequestBuilderGetQueryParameters get the user's calendar groups. This API is supported in the following national cloud deployments.
+// ItemCalendarGroupsRequestBuilderGetQueryParameters get the user's calendar groups. This API is available in the following national cloud deployments.
type ItemCalendarGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemCalendarGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemCalendarGroupsRequestBuilder) Count()(*ItemCalendarGroupsCountRequestBuilder) {
return NewItemCalendarGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the user's calendar groups. This API is supported in the following national cloud deployments.
+// Get get the user's calendar groups. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemCalendarGroupsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupCollectionResponseable), nil
}
-// Post use this API to create a new CalendarGroup. This API is supported in the following national cloud deployments.
+// Post use this API to create a new CalendarGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemCalendarGroupsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable), nil
}
-// ToGetRequestInformation get the user's calendar groups. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the user's calendar groups. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemCalendarGroupsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new CalendarGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new CalendarGroup. This API is available in the following national cloud deployments.
func (m *ItemCalendarGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable, requestConfiguration *ItemCalendarGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_request_builder.go b/users/item_calendar_request_builder.go
index f045c7cf841..9c4cedd901c 100644
--- a/users/item_calendar_request_builder.go
+++ b/users/item_calendar_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarRequestBuilderGetQueryParameters 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.
+// ItemCalendarRequestBuilderGetQueryParameters 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.
type ItemCalendarRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -61,7 +61,7 @@ func NewItemCalendarRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
func (m *ItemCalendarRequestBuilder) Events()(*ItemCalendarEventsRequestBuilder) {
return NewItemCalendarEventsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0
@@ -87,7 +87,7 @@ func (m *ItemCalendarRequestBuilder) Get(ctx context.Context, requestConfigurati
func (m *ItemCalendarRequestBuilder) GetSchedule()(*ItemCalendarGetScheduleRequestBuilder) {
return NewItemCalendarGetScheduleRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0
@@ -109,7 +109,7 @@ func (m *ItemCalendarRequestBuilder) Patch(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -125,7 +125,7 @@ func (m *ItemCalendarRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemCalendarRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, requestConfiguration *ItemCalendarRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_delta_request_builder.go b/users/item_calendar_view_delta_request_builder.go
index 0e21664eba0..dff9fe78a6d 100644
--- a/users/item_calendar_view_delta_request_builder.go
+++ b/users/item_calendar_view_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarViewDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarViewDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewDeltaRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(ItemCalendarViewDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarViewDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.
}
return res.(ItemCalendarViewDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_accept_post_request_body.go b/users/item_calendar_view_item_accept_post_request_body.go
index 62ee48308dd..101794e3f03 100644
--- a/users/item_calendar_view_item_accept_post_request_body.go
+++ b/users/item_calendar_view_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemAcceptPostRequestBody()(*ItemCalendarViewItemAcceptP
func CreateItemCalendarViewItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_view_item_accept_request_builder.go b/users/item_calendar_view_item_accept_request_builder.go
index 9923c21739a..6fcca984d52 100644
--- a/users/item_calendar_view_item_accept_request_builder.go
+++ b/users/item_calendar_view_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemAcceptRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemAcceptRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_attachments_attachment_item_request_builder.go b/users/item_calendar_view_item_attachments_attachment_item_request_builder.go
index a7513ca6132..82333b3b596 100644
--- a/users/item_calendar_view_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_view_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_view_item_attachments_create_upload_session_post_request_body.go
index 8d40dd81c6b..c6c242ea4ff 100644
--- a/users/item_calendar_view_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_view_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody()(*Ite
func CreateItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetA
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetF
// Serialize serializes information the current object
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_view_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_view_item_attachments_create_upload_session_request_builder.go
index 14830798825..3016910250e 100644
--- a/users/item_calendar_view_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_view_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_attachments_request_builder.go b/users/item_calendar_view_item_attachments_request_builder.go
index a9634eb3d36..a746f4275a6 100644
--- a/users/item_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendar_view_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Count()(*ItemCalendarVie
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_cancel_post_request_body.go b/users/item_calendar_view_item_cancel_post_request_body.go
index b74b87220a7..44c24fa823f 100644
--- a/users/item_calendar_view_item_cancel_post_request_body.go
+++ b/users/item_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemCancelPostRequestBody()(*ItemCalendarViewItemCancelP
func CreateItemCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[
// Serialize serializes information the current object
func (m *ItemCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_view_item_cancel_request_builder.go b/users/item_calendar_view_item_cancel_request_builder.go
index 1fc5755babf..598ab7060f3 100644
--- a/users/item_calendar_view_item_cancel_request_builder.go
+++ b/users/item_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemCancelRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemCancelRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_decline_post_request_body.go b/users/item_calendar_view_item_decline_post_request_body.go
index c6cddf3ca9a..8ea12d14fab 100644
--- a/users/item_calendar_view_item_decline_post_request_body.go
+++ b/users/item_calendar_view_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemDeclinePostRequestBody()(*ItemCalendarViewItemDeclin
func CreateItemCalendarViewItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd8
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_view_item_decline_request_builder.go b/users/item_calendar_view_item_decline_request_builder.go
index 0d4bc2e0398..713efe86c7f 100644
--- a/users/item_calendar_view_item_decline_request_builder.go
+++ b/users/item_calendar_view_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemDeclineRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemDeclineRequestBuilder) Post(ctx context.Context, bo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarViewItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_dismiss_reminder_request_builder.go b/users/item_calendar_view_item_dismiss_reminder_request_builder.go
index 823c5f5a218..f5b97fba8cd 100644
--- a/users/item_calendar_view_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_view_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemDismissReminderRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemDismissReminderRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_extensions_extension_item_request_builder.go b/users/item_calendar_view_item_extensions_extension_item_request_builder.go
index 26921b38b98..b15d3871520 100644
--- a/users/item_calendar_view_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_view_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarViewItemExtensionsExtensionItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarViewItemExtensionsExtensionItemRequestBuilder) Delete(ctx c
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarViewItemExtensionsExtensionItemRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_extensions_request_builder.go b/users/item_calendar_view_item_extensions_request_builder.go
index eea3b4781b8..a20fd677afe 100644
--- a/users/item_calendar_view_item_extensions_request_builder.go
+++ b/users/item_calendar_view_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarViewItemExtensionsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemCalendarViewItemExtensionsRequestBuilder) Count()(*ItemCalendarViewItemExtensionsCountRequestBuilder) {
return NewItemCalendarViewItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarViewItemExtensionsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarViewItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_forward_post_request_body.go b/users/item_calendar_view_item_forward_post_request_body.go
index b7f768857bf..ed083832a50 100644
--- a/users/item_calendar_view_item_forward_post_request_body.go
+++ b/users/item_calendar_view_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemForwardPostRequestBody()(*ItemCalendarViewItemForwar
func CreateItemCalendarViewItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81
// Serialize serializes information the current object
func (m *ItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d23
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_view_item_forward_request_builder.go b/users/item_calendar_view_item_forward_request_builder.go
index 1b51dfe5b63..3e14aa5949f 100644
--- a/users/item_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemForwardRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemForwardRequestBuilder) Post(ctx context.Context, bo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_delta_request_builder.go b/users/item_calendar_view_item_instances_delta_request_builder.go
index a6cc64c5ba8..2de2b100617 100644
--- a/users/item_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendar_view_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarViewItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) Get(ctx context.Conte
}
return res.(ItemCalendarViewItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) GetAsDeltaGetResponse
}
return res.(ItemCalendarViewItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_accept_post_request_body.go b/users/item_calendar_view_item_instances_item_accept_post_request_body.go
index 492f419f515..fbcefead7bd 100644
--- a/users/item_calendar_view_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemInstancesItemAcceptPostRequestBody()(*ItemCalendarVi
func CreateItemCalendarViewItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeseria
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_view_item_instances_item_accept_request_builder.go b/users/item_calendar_view_item_instances_item_accept_request_builder.go
index 6a9018d2bbe..4505170342f 100644
--- a/users/item_calendar_view_item_instances_item_accept_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemAcceptRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemAcceptRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
index 92803faaf55..0b115c56d52 100644
--- a/users/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
index 8d541361970..b6256accf06 100644
--- a/users/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostReque
func CreateItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
index d2da96c5a80..a7dd34b86ae 100644
--- a/users/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendar_view_item_instances_item_attachments_request_builder.go
index 7fd5ded4344..66419640635 100644
--- a/users/item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Count()(*It
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_cancel_post_request_body.go b/users/item_calendar_view_item_instances_item_cancel_post_request_body.go
index 8081e604897..a03a83e2380 100644
--- a/users/item_calendar_view_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarViewItemInstancesItemCancelPostRequestBody()(*ItemCalendarVi
func CreateItemCalendarViewItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeseria
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendar_view_item_instances_item_cancel_request_builder.go b/users/item_calendar_view_item_instances_item_cancel_request_builder.go
index d7533771774..75d997495ee 100644
--- a/users/item_calendar_view_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemCancelRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemCancelRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_decline_post_request_body.go b/users/item_calendar_view_item_instances_item_decline_post_request_body.go
index 81954f5a3b6..517aeb6e6f1 100644
--- a/users/item_calendar_view_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemDeclinePostRequestBody()(*ItemCalendarV
func CreateItemCalendarViewItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeseri
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeseri
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeseri
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNew
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendRespons
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_view_item_instances_item_decline_request_builder.go b/users/item_calendar_view_item_instances_item_decline_request_builder.go
index a96385e3cdc..f7d4822b0d5 100644
--- a/users/item_calendar_view_item_instances_item_decline_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemDeclineRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemDeclineRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
index 310c54f88e0..853ae897abd 100644
--- a/users/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemDismissReminderRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemDismissReminderRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
index bbe6d82f430..7e2c9218c3f 100644
--- a/users/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder)
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_extensions_request_builder.go b/users/item_calendar_view_item_instances_item_extensions_request_builder.go
index 321a7728e28..19a7b7c8749 100644
--- a/users/item_calendar_view_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarViewItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarViewItemInstancesItemExtensionsRequestBuilder(rawUrl string,
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarViewItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarViewItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarViewItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_forward_post_request_body.go b/users/item_calendar_view_item_instances_item_forward_post_request_body.go
index 000bee9eb5e..0243cbe4a17 100644
--- a/users/item_calendar_view_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemForwardPostRequestBody()(*ItemCalendarV
func CreateItemCalendarViewItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeseri
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeseri
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipient
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writ
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarViewItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendar_view_item_instances_item_forward_request_builder.go
index d53caaacbe9..dde58eb2d13 100644
--- a/users/item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
index 4147d342324..03da4b75b6d 100644
--- a/users/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody()(*ItemCa
func CreateItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFiel
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewR
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
index e12d35a3062..ab1e6ddce0c 100644
--- a/users/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
index 69a8516e707..023c7fb0ba2 100644
--- a/users/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody()(*Ite
func CreateItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetC
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetF
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetF
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetF
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetP
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetS
// Serialize serializes information the current object
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
index eb7b97e54c6..228061d28e2 100644
--- a/users/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_snooze_reminder_post_request_body.go b/users/item_calendar_view_item_snooze_reminder_post_request_body.go
index 2b91c63d51f..cf77487d7e4 100644
--- a/users/item_calendar_view_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendar_view_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemSnoozeReminderPostRequestBody()(*ItemCalendarViewIte
func CreateItemCalendarViewItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()
// Serialize serializes information the current object
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarViewItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendar_view_item_snooze_reminder_request_builder.go b/users/item_calendar_view_item_snooze_reminder_request_builder.go
index ae07b205a58..89233b8a6ef 100644
--- a/users/item_calendar_view_item_snooze_reminder_request_builder.go
+++ b/users/item_calendar_view_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemSnoozeReminderRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemSnoozeReminderRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarViewItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarViewItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendar_view_item_tentatively_accept_post_request_body.go b/users/item_calendar_view_item_tentatively_accept_post_request_body.go
index 90a2940348f..e75be8abaf3 100644
--- a/users/item_calendar_view_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendar_view_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarViewItemTentativelyAcceptPostRequestBody()(*ItemCalendarView
func CreateItemCalendarViewItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*str
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeseriali
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeseriali
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeseriali
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTim
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()
// Serialize serializes information the current object
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarViewItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendar_view_item_tentatively_accept_request_builder.go b/users/item_calendar_view_item_tentatively_accept_request_builder.go
index 8e6dbf4452f..720fb7a42c2 100644
--- a/users/item_calendar_view_item_tentatively_accept_request_builder.go
+++ b/users/item_calendar_view_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemTentativelyAcceptRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemTentativelyAcceptRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarViewItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarViewItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go b/users/item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go
index 7978196fa69..068caea5f58 100644
--- a/users/item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go
+++ b/users/item_calendars_item_calendar_permissions_calendar_permission_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete calendarPermission. This API is supported in the following national cloud deployments.
+// Delete delete calendarPermission. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilde
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToDeleteRequestInformation delete calendarPermission. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete calendarPermission. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilde
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarsItemCalendarPermissionsCalendarPermissionItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_permissions_request_builder.go b/users/item_calendars_item_calendar_permissions_request_builder.go
index 8a634c73965..e1b750933a1 100644
--- a/users/item_calendars_item_calendar_permissions_request_builder.go
+++ b/users/item_calendars_item_calendar_permissions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemCalendarPermissionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarPermissionsRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemCalendarPermissionsRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemCalendarPermissionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemCalendarsItemCalendarPermissionsRequestBuilder(rawUrl string, reques
func (m *ItemCalendarsItemCalendarPermissionsRequestBuilder) Count()(*ItemCalendarsItemCalendarPermissionsCountRequestBuilder) {
return NewItemCalendarsItemCalendarPermissionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemCalendarsItemCalendarPermissionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemCalendarsItemCalendarPermissionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemCalendarPermissionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarPermissionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemCalendarsItemCalendarPermissionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarPermissionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarPermissionable, requestConfiguration *ItemCalendarsItemCalendarPermissionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_delta_request_builder.go b/users/item_calendars_item_calendar_view_delta_request_builder.go
index 32df9c80f07..dd87299673b 100644
--- a/users/item_calendars_item_calendar_view_delta_request_builder.go
+++ b/users/item_calendars_item_calendar_view_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarsItemCalendarViewDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemCalendarViewDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarsItemCalendarViewDeltaRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemCalendarViewDeltaRequestBuilder) Get(ctx context.Conte
}
return res.(ItemCalendarsItemCalendarViewDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarsItemCalendarViewDeltaRequestBuilder) GetAsDeltaGetResponse
}
return res.(ItemCalendarsItemCalendarViewDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_accept_post_request_body.go b/users/item_calendars_item_calendar_view_item_accept_post_request_body.go
index 2cac2a21916..8755c70d45f 100644
--- a/users/item_calendars_item_calendar_view_item_accept_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemCalendarViewItemAcceptPostRequestBody()(*ItemCalendarsI
func CreateItemCalendarsItemCalendarViewItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetFieldDeseria
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetFieldDeseria
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) GetSendResponse
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_accept_request_builder.go b/users/item_calendars_item_calendar_view_item_accept_request_builder.go
index 54a257240a3..bce02b8c1f2 100644
--- a/users/item_calendars_item_calendar_view_item_accept_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemAcceptRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemAcceptRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go b/users/item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go
index d717e907232..758333a1b04 100644
--- a/users/item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go b/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go
index b710a9fab34..54130a20ae3 100644
--- a/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostReque
func CreateItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequ
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequ
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go b/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go
index fd2eb4761c9..4ce6a6a4bb1 100644
--- a/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_attachments_request_builder.go b/users/item_calendars_item_calendar_view_item_attachments_request_builder.go
index ba7c40070c8..922b97743f7 100644
--- a/users/item_calendars_item_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Count()(*It
func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarsItemCalendarViewItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_cancel_post_request_body.go b/users/item_calendars_item_calendar_view_item_cancel_post_request_body.go
index 9fa307cd31c..33c15db15ff 100644
--- a/users/item_calendars_item_calendar_view_item_cancel_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemCalendarViewItemCancelPostRequestBody()(*ItemCalendarsI
func CreateItemCalendarsItemCalendarViewItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) GetFieldDeseria
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_cancel_request_builder.go b/users/item_calendars_item_calendar_view_item_cancel_request_builder.go
index f1503f49a03..db12bf7f773 100644
--- a/users/item_calendars_item_calendar_view_item_cancel_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemCancelRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemCancelRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_decline_post_request_body.go b/users/item_calendars_item_calendar_view_item_decline_post_request_body.go
index 51d0d95f657..e51ad18a876 100644
--- a/users/item_calendars_item_calendar_view_item_decline_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemDeclinePostRequestBody()(*ItemCalendars
func CreateItemCalendarsItemCalendarViewItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetFieldDeseri
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetFieldDeseri
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetFieldDeseri
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetProposedNew
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) GetSendRespons
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_decline_request_builder.go b/users/item_calendars_item_calendar_view_item_decline_request_builder.go
index 9f1d659b622..483e79d5872 100644
--- a/users/item_calendars_item_calendar_view_item_decline_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemDeclineRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemDeclineRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go b/users/item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go
index c8c6fef7261..893726a4112 100644
--- a/users/item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemDismissReminderRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemDismissReminderRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go b/users/item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go
index ff5ce5e389c..50c95a27330 100644
--- a/users/item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilder)
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_extensions_request_builder.go b/users/item_calendars_item_calendar_view_item_extensions_request_builder.go
index 755749425dd..f649b67e663 100644
--- a/users/item_calendars_item_calendar_view_item_extensions_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarsItemCalendarViewItemExtensionsRequestBuilder(rawUrl string,
func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) Count()(*ItemCalendarsItemCalendarViewItemExtensionsCountRequestBuilder) {
return NewItemCalendarsItemCalendarViewItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) Get(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarsItemCalendarViewItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_forward_post_request_body.go b/users/item_calendars_item_calendar_view_item_forward_post_request_body.go
index 16ad3cbc7be..3fb306cecbe 100644
--- a/users/item_calendars_item_calendar_view_item_forward_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemForwardPostRequestBody()(*ItemCalendars
func CreateItemCalendarsItemCalendarViewItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetComment()(*
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetFieldDeseri
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetFieldDeseri
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) GetToRecipient
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) Serialize(writ
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemCalendarViewItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_forward_request_builder.go
index a5d43895fea..45d50b3783f 100644
--- a/users/item_calendars_item_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go
index b9dc282ff0d..daf412a69c1 100644
--- a/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) Get(ctx
}
return res.(ItemCalendarsItemCalendarViewItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) GetAsDel
}
return res.(ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go
index 54d2d599098..850c5ce5b8b 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody()(*I
func CreateItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Ge
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Ge
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go
index fd517645e19..82166181e70 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
index 7f6ea919090..55e9ef60376 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
index a09c8e6cad7..dd787d6b078 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSes
func CreateItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSe
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSe
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSe
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
index 1e3a66a806a..176872f8299 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSes
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
index ab9b456106b..0ffee1b0211 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarsItemCalendarViewItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go
index f5d6958ba35..88a0f43df10 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody()(*I
func CreateItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go
index c1dffb1aa73..0640206f6e2 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go
index bc1d38d4216..06e226874a5 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody()(*
func CreateItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) G
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go
index 157a4f43597..5d376946f5a 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
index 0a44da8777f..d2dc3f41b46 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBui
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
index c79f1c3ef0e..7461a973a46 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRe
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRe
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go
index 173f86b07d4..d3105a62678 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder(r
func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarsItemCalendarViewItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarsItemCalendarViewItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder)
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go
index 6a7355a444b..9bd1297d6c0 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody()(*
func CreateItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) G
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) G
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) G
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) G
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) S
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
index 648ce419c37..c92ce46fda4 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
index 35c28043d7a..d5b3a4370ea 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestB
func CreateItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequest
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequest
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequest
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequest
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
index d08bc2d19fb..b8ca21aa23e 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuil
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
index fb8fe12ba85..90a89434c72 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostReque
func CreateItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
index 11d0985b0dd..5e318ee755b 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBu
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestB
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go b/users/item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go
index 9502d1083a5..48946fc7309 100644
--- a/users/item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody()(*ItemCa
func CreateItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetFiel
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) GetNewR
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go b/users/item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go
index d64e9cfad92..f2016ddab02 100644
--- a/users/item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go b/users/item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go
index bd69e3b43f0..555d142a877 100644
--- a/users/item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendars_item_calendar_view_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody()(*Ite
func CreateItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetC
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetF
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetF
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetF
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetP
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) GetS
// Serialize serializes information the current object
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go b/users/item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go
index 767d33595c1..408875c9ab2 100644
--- a/users/item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_delta_request_builder.go b/users/item_calendars_item_events_delta_request_builder.go
index 703561fa0f9..e9ef68da612 100644
--- a/users/item_calendars_item_events_delta_request_builder.go
+++ b/users/item_calendars_item_events_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarsItemEventsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemEventsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarsItemEventsDeltaRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemEventsDeltaRequestBuilder) Get(ctx context.Context, re
}
return res.(ItemCalendarsItemEventsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarsItemEventsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx c
}
return res.(ItemCalendarsItemEventsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_event_item_request_builder.go b/users/item_calendars_item_events_event_item_request_builder.go
index 4d99b1e87f7..76284bcfab7 100644
--- a/users/item_calendars_item_events_event_item_request_builder.go
+++ b/users/item_calendars_item_events_event_item_request_builder.go
@@ -125,7 +125,7 @@ func (m *ItemCalendarsItemEventsEventItemRequestBuilder) Get(ctx context.Context
func (m *ItemCalendarsItemEventsEventItemRequestBuilder) Instances()(*ItemCalendarsItemEventsItemInstancesRequestBuilder) {
return NewItemCalendarsItemEventsItemInstancesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update an event object. This API is supported in the following national cloud deployments.
+// Patch update an event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0
@@ -183,7 +183,7 @@ func (m *ItemCalendarsItemEventsEventItemRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPatchRequestInformation update an event object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update an event object. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsEventItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarsItemEventsEventItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_accept_post_request_body.go b/users/item_calendars_item_events_item_accept_post_request_body.go
index c993be694aa..31a580b2fa1 100644
--- a/users/item_calendars_item_events_item_accept_post_request_body.go
+++ b/users/item_calendars_item_events_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemEventsItemAcceptPostRequestBody()(*ItemCalendarsItemEve
func CreateItemCalendarsItemEventsItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetComment()(*string)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetFieldDeserializers
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetFieldDeserializers
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bo
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_accept_request_builder.go b/users/item_calendars_item_events_item_accept_request_builder.go
index 540da054901..546a898393a 100644
--- a/users/item_calendars_item_events_item_accept_request_builder.go
+++ b/users/item_calendars_item_events_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemAcceptRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemAcceptRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_attachments_attachment_item_request_builder.go b/users/item_calendars_item_events_item_attachments_attachment_item_request_builder.go
index 3eb91a53d4c..568ce5b2ccf 100644
--- a/users/item_calendars_item_events_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendars_item_events_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go b/users/item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go
index c1b02a8360d..c13a98de611 100644
--- a/users/item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendars_item_events_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody
func CreateItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBod
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBod
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBod
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendars_item_events_item_attachments_create_upload_session_request_builder.go b/users/item_calendars_item_events_item_attachments_create_upload_session_request_builder.go
index ef249119a83..6f46ace93b5 100644
--- a/users/item_calendars_item_events_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendars_item_events_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_attachments_request_builder.go b/users/item_calendars_item_events_item_attachments_request_builder.go
index a80000e545a..31bc0f2049c 100644
--- a/users/item_calendars_item_events_item_attachments_request_builder.go
+++ b/users/item_calendars_item_events_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemEventsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarsItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarsItemEventsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) Count()(*ItemCale
func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarsItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_cancel_post_request_body.go b/users/item_calendars_item_events_item_cancel_post_request_body.go
index 7d1fd75b126..fc432f489cd 100644
--- a/users/item_calendars_item_events_item_cancel_post_request_body.go
+++ b/users/item_calendars_item_events_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemEventsItemCancelPostRequestBody()(*ItemCalendarsItemEve
func CreateItemCalendarsItemEventsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetComment()(*string)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) GetFieldDeserializers
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_cancel_request_builder.go b/users/item_calendars_item_events_item_cancel_request_builder.go
index 7854e25cddc..f2098ed80e9 100644
--- a/users/item_calendars_item_events_item_cancel_request_builder.go
+++ b/users/item_calendars_item_events_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemCancelRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemCancelRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_decline_post_request_body.go b/users/item_calendars_item_events_item_decline_post_request_body.go
index 8d12cd5bdcd..3f27b1bd52b 100644
--- a/users/item_calendars_item_events_item_decline_post_request_body.go
+++ b/users/item_calendars_item_events_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemDeclinePostRequestBody()(*ItemCalendarsItemEv
func CreateItemCalendarsItemEventsItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetFieldDeserializer
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetFieldDeserializer
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetFieldDeserializer
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetProposedNewTime()
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) GetSendResponse()(*b
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_decline_request_builder.go b/users/item_calendars_item_events_item_decline_request_builder.go
index 132a1ea3a40..799aa4a849d 100644
--- a/users/item_calendars_item_events_item_decline_request_builder.go
+++ b/users/item_calendars_item_events_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemDeclineRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemDeclineRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_dismiss_reminder_request_builder.go b/users/item_calendars_item_events_item_dismiss_reminder_request_builder.go
index 716739572d8..add8ed0ce21 100644
--- a/users/item_calendars_item_events_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendars_item_events_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemDismissReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemDismissReminderRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_extensions_extension_item_request_builder.go b/users/item_calendars_item_events_item_extensions_extension_item_request_builder.go
index 00e01aedea4..00b98872d0b 100644
--- a/users/item_calendars_item_events_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendars_item_events_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilder) Delet
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_extensions_request_builder.go b/users/item_calendars_item_events_item_extensions_request_builder.go
index 00be5925412..e0b14296626 100644
--- a/users/item_calendars_item_events_item_extensions_request_builder.go
+++ b/users/item_calendars_item_events_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemEventsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemEventsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarsItemEventsItemExtensionsRequestBuilder(rawUrl string, reque
func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) Count()(*ItemCalendarsItemEventsItemExtensionsCountRequestBuilder) {
return NewItemCalendarsItemEventsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarsItemEventsItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_forward_post_request_body.go b/users/item_calendars_item_events_item_forward_post_request_body.go
index 0fdcb7481ad..5ad24e687bb 100644
--- a/users/item_calendars_item_events_item_forward_post_request_body.go
+++ b/users/item_calendars_item_events_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemForwardPostRequestBody()(*ItemCalendarsItemEv
func CreateItemCalendarsItemEventsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetFieldDeserializer
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) GetToRecipients()([]
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) Serialize(writer i87
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemEventsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_forward_request_builder.go b/users/item_calendars_item_events_item_forward_request_builder.go
index 098625f7634..1a45c989bb4 100644
--- a/users/item_calendars_item_events_item_forward_request_builder.go
+++ b/users/item_calendars_item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemForwardRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemForwardRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_delta_request_builder.go b/users/item_calendars_item_events_item_instances_delta_request_builder.go
index 30e175f82f7..2333d2338f5 100644
--- a/users/item_calendars_item_events_item_instances_delta_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemCalendarsItemEventsItemInstancesDeltaRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) Get(ctx contex
}
return res.(ItemCalendarsItemEventsItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetR
}
return res.(ItemCalendarsItemEventsItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_accept_post_request_body.go b/users/item_calendars_item_events_item_instances_item_accept_post_request_body.go
index 48e5d278afe..8d41a58578a 100644
--- a/users/item_calendars_item_events_item_instances_item_accept_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody()(*ItemCal
func CreateItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetComme
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetField
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetField
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) GetSendR
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_instances_item_accept_request_builder.go b/users/item_calendars_item_events_item_instances_item_accept_request_builder.go
index 857fe618297..b9671a3dfba 100644
--- a/users/item_calendars_item_events_item_instances_item_accept_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go
index 25f73390f62..25b81a69afd 100644
--- a/users/item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemReques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
index 40c5cd6a01c..4270b728445 100644
--- a/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPo
func CreateItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionP
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionP
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionP
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionP
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go
index 38f9a7993ca..866ba3d8448 100644
--- a/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRe
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go b/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go
index 72dd5297800..fb6e60f1c50 100644
--- a/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Coun
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemCalendarsItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_cancel_post_request_body.go b/users/item_calendars_item_events_item_instances_item_cancel_post_request_body.go
index b04f9ccfaee..3a9c3c4e6df 100644
--- a/users/item_calendars_item_events_item_instances_item_cancel_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody()(*ItemCal
func CreateItemCalendarsItemEventsItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetComme
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) GetField
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_instances_item_cancel_request_builder.go b/users/item_calendars_item_events_item_instances_item_cancel_request_builder.go
index 08c30790976..27041f77434 100644
--- a/users/item_calendars_item_events_item_instances_item_cancel_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemCancelRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemCancelRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_decline_post_request_body.go b/users/item_calendars_item_events_item_instances_item_decline_post_request_body.go
index 1314b72afc8..76fe5a12b5e 100644
--- a/users/item_calendars_item_events_item_instances_item_decline_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody()(*ItemCa
func CreateItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetComm
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetFiel
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetFiel
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetFiel
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetProp
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) GetSend
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_instances_item_decline_request_builder.go b/users/item_calendars_item_events_item_instances_item_decline_request_builder.go
index c54515b143a..165c34bfaf9 100644
--- a/users/item_calendars_item_events_item_instances_item_decline_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go b/users/item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go
index 3c367b10a26..53b171e2137 100644
--- a/users/item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilder)
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go b/users/item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go
index 4ca39ac9fbc..4c416cdcc39 100644
--- a/users/item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestB
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_extensions_request_builder.go b/users/item_calendars_item_events_item_instances_item_extensions_request_builder.go
index 4e7192124a9..ed7646fcdcf 100644
--- a/users/item_calendars_item_events_item_instances_item_extensions_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder(rawUrl
func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) Count()(*ItemCalendarsItemEventsItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemCalendarsItemEventsItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_forward_post_request_body.go b/users/item_calendars_item_events_item_instances_item_forward_post_request_body.go
index 2355c69656f..65a6f73dd52 100644
--- a/users/item_calendars_item_events_item_instances_item_forward_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody()(*ItemCa
func CreateItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetComm
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetFiel
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetFiel
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) GetToRe
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) Seriali
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_instances_item_forward_request_builder.go b/users/item_calendars_item_events_item_instances_item_forward_request_builder.go
index 78a840c57f0..4d688059518 100644
--- a/users/item_calendars_item_events_item_instances_item_forward_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go b/users/item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go
index cc2c4a66242..336d1694631 100644
--- a/users/item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody()(
func CreateItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody)
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody)
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go b/users/item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go
index 7339606c84d..f9fe832f440 100644
--- a/users/item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilder) P
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go b/users/item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go
index 01a51a6d4ab..0eb7bb984e8 100644
--- a/users/item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendars_item_events_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody
func CreateItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go b/users/item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go
index 7fa0cbe205d..b95de3609d1 100644
--- a/users/item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_snooze_reminder_post_request_body.go b/users/item_calendars_item_events_item_snooze_reminder_post_request_body.go
index f281caaa62d..ede78ab9997 100644
--- a/users/item_calendars_item_events_item_snooze_reminder_post_request_body.go
+++ b/users/item_calendars_item_events_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemSnoozeReminderPostRequestBody()(*ItemCalendar
func CreateItemCalendarsItemEventsItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeser
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) GetNewReminde
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemCalendarsItemEventsItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_snooze_reminder_request_builder.go b/users/item_calendars_item_events_item_snooze_reminder_request_builder.go
index 23bc232766e..57303c9e11e 100644
--- a/users/item_calendars_item_events_item_snooze_reminder_request_builder.go
+++ b/users/item_calendars_item_events_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemSnoozeReminderRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemSnoozeReminderRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemCalendarsItemEventsItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_item_tentatively_accept_post_request_body.go b/users/item_calendars_item_events_item_tentatively_accept_post_request_body.go
index b2bbdb731cd..24e708bac09 100644
--- a/users/item_calendars_item_events_item_tentatively_accept_post_request_body.go
+++ b/users/item_calendars_item_events_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody()(*ItemCalen
func CreateItemCalendarsItemEventsItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetComment
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetPropose
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) GetSendRes
// Serialize serializes information the current object
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_calendars_item_events_item_tentatively_accept_request_builder.go b/users/item_calendars_item_events_item_tentatively_accept_request_builder.go
index a3efcb1ddd2..165177ada3f 100644
--- a/users/item_calendars_item_events_item_tentatively_accept_request_builder.go
+++ b/users/item_calendars_item_events_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemTentativelyAcceptRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemTentativelyAcceptRequestBuilder) Post(ctx co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_events_request_builder.go b/users/item_calendars_item_events_request_builder.go
index 556c9f883ae..fad7a59d0c4 100644
--- a/users/item_calendars_item_events_request_builder.go
+++ b/users/item_calendars_item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsRequestBuilderGetQueryParameters 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.
+// ItemCalendarsItemEventsRequestBuilderGetQueryParameters 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.
type ItemCalendarsItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Count()(*ItemCalendarsItemEvents
func (m *ItemCalendarsItemEventsRequestBuilder) Delta()(*ItemCalendarsItemEventsDeltaRequestBuilder) {
return NewItemCalendarsItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarsItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_item_get_schedule_post_request_body.go b/users/item_calendars_item_get_schedule_post_request_body.go
index da0d6ecb6e5..e82a403c18c 100644
--- a/users/item_calendars_item_get_schedule_post_request_body.go
+++ b/users/item_calendars_item_get_schedule_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemCalendarsItemGetSchedulePostRequestBody()(*ItemCalendarsItemGetSched
func CreateItemCalendarsItemGetSchedulePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemGetSchedulePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetAvailabilityViewInterval gets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// GetAvailabilityViewInterval gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetAvailabilityViewInterval()(*int32) {
val, err := m.GetBackingStore().Get("availabilityViewInterval")
if err != nil {
@@ -46,11 +46,11 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetAvailabilityViewInterva
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetEndTime gets the endTime property value. The EndTime property
+// GetEndTime gets the EndTime property value. The EndTime property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetEndTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("endTime")
if err != nil {
@@ -64,7 +64,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetEndTime()(iadcd81124412
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["availabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AvailabilityViewInterval"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetInt32Value()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetFieldDeserializers()(ma
}
return nil
}
- res["endTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["EndTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -84,7 +84,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetFieldDeserializers()(ma
}
return nil
}
- res["schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Schedules"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
if err != nil {
return err
@@ -100,7 +100,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetFieldDeserializers()(ma
}
return nil
}
- res["startTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["StartTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -112,7 +112,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetFieldDeserializers()(ma
}
return res
}
-// GetSchedules gets the schedules property value. The Schedules property
+// GetSchedules gets the Schedules property value. The Schedules property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetSchedules()([]string) {
val, err := m.GetBackingStore().Get("schedules")
if err != nil {
@@ -123,7 +123,7 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetSchedules()([]string) {
}
return nil
}
-// GetStartTime gets the startTime property value. The StartTime property
+// GetStartTime gets the StartTime property value. The StartTime property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetStartTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("startTime")
if err != nil {
@@ -137,25 +137,25 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) GetStartTime()(iadcd811244
// Serialize serializes information the current object
func (m *ItemCalendarsItemGetSchedulePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteInt32Value("availabilityViewInterval", m.GetAvailabilityViewInterval())
+ err := writer.WriteInt32Value("AvailabilityViewInterval", m.GetAvailabilityViewInterval())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("endTime", m.GetEndTime())
+ err := writer.WriteObjectValue("EndTime", m.GetEndTime())
if err != nil {
return err
}
}
if m.GetSchedules() != nil {
- err := writer.WriteCollectionOfStringValues("schedules", m.GetSchedules())
+ err := writer.WriteCollectionOfStringValues("Schedules", m.GetSchedules())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("startTime", m.GetStartTime())
+ err := writer.WriteObjectValue("StartTime", m.GetStartTime())
if err != nil {
return err
}
@@ -168,39 +168,39 @@ func (m *ItemCalendarsItemGetSchedulePostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCalendarsItemGetSchedulePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAvailabilityViewInterval sets the availabilityViewInterval property value. The AvailabilityViewInterval property
+// SetAvailabilityViewInterval sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) SetAvailabilityViewInterval(value *int32)() {
err := m.GetBackingStore().Set("availabilityViewInterval", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCalendarsItemGetSchedulePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetEndTime sets the endTime property value. The EndTime property
+// SetEndTime sets the EndTime property value. The EndTime property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) SetEndTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("endTime", value)
if err != nil {
panic(err)
}
}
-// SetSchedules sets the schedules property value. The Schedules property
+// SetSchedules sets the Schedules property value. The Schedules property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) SetSchedules(value []string)() {
err := m.GetBackingStore().Set("schedules", value)
if err != nil {
panic(err)
}
}
-// SetStartTime sets the startTime property value. The StartTime property
+// SetStartTime sets the StartTime property value. The StartTime property
func (m *ItemCalendarsItemGetSchedulePostRequestBody) SetStartTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("startTime", value)
if err != nil {
diff --git a/users/item_calendars_item_get_schedule_request_builder.go b/users/item_calendars_item_get_schedule_request_builder.go
index 04e5cc7e418..63ae3ad20d7 100644
--- a/users/item_calendars_item_get_schedule_request_builder.go
+++ b/users/item_calendars_item_get_schedule_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemGetScheduleRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCalendarsItemGetScheduleRequestBuilder) Post(ctx context.Context, b
}
return res.(ItemCalendarsItemGetScheduleResponseable), nil
}
-// PostAsGetSchedulePostResponse 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.
+// PostAsGetSchedulePostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCalendarsItemGetScheduleRequestBuilder) PostAsGetSchedulePostRespon
}
return res.(ItemCalendarsItemGetSchedulePostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCalendarsItemGetScheduleRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemGetSchedulePostRequestBodyable, requestConfiguration *ItemCalendarsItemGetScheduleRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_calendars_request_builder.go b/users/item_calendars_request_builder.go
index f5298fa1f60..934aa7e7734 100644
--- a/users/item_calendars_request_builder.go
+++ b/users/item_calendars_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsRequestBuilderGetQueryParameters 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.
+// ItemCalendarsRequestBuilderGetQueryParameters 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.
type ItemCalendarsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemCalendarsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ItemCalendarsRequestBuilder) Count()(*ItemCalendarsCountRequestBuilder) {
return NewItemCalendarsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemCalendarsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarCollectionResponseable), nil
}
-// Post create a new calendar for a user. This API is supported in the following national cloud deployments.
+// Post create a new calendar for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemCalendarsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCalendarsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemCalendarsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new calendar for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new calendar for a user. This API is available in the following national cloud deployments.
func (m *ItemCalendarsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, requestConfiguration *ItemCalendarsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_change_password_post_request_body.go b/users/item_change_password_post_request_body.go
index 3bfd66a86aa..bdffe8a3aef 100644
--- a/users/item_change_password_post_request_body.go
+++ b/users/item_change_password_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChangePasswordPostRequestBody()(*ItemChangePasswordPostRequestBody)
func CreateItemChangePasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChangePasswordPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChangePasswordPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChangePasswordPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChangePasswordPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -107,14 +107,14 @@ func (m *ItemChangePasswordPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChangePasswordPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChangePasswordPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_change_password_request_builder.go b/users/item_change_password_request_builder.go
index ab1fbf8e11b..d3f19d15a30 100644
--- a/users/item_change_password_request_builder.go
+++ b/users/item_change_password_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChangePasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewItemChangePasswordRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChangePasswordRequestBuilder) Post(ctx context.Context, body ItemCh
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChangePasswordRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChangePasswordPostRequestBodyable, requestConfiguration *ItemChangePasswordRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_chat_item_request_builder.go b/users/item_chats_chat_item_request_builder.go
index c41a1b91782..66fa8f2e10f 100644
--- a/users/item_chats_chat_item_request_builder.go
+++ b/users/item_chats_chat_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsChatItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsChatItemRequestBuilderGetQueryParameters 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.
+// ItemChatsChatItemRequestBuilderGetQueryParameters 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.
type ItemChatsChatItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemChatsChatItemRequestBuilder) Delete(ctx context.Context, requestCon
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0
@@ -167,7 +167,7 @@ func (m *ItemChatsChatItemRequestBuilder) ToDeleteRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsChatItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsChatItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_hide_for_user_post_request_body.go b/users/item_chats_item_hide_for_user_post_request_body.go
index fd194369471..8a0cddba015 100644
--- a/users/item_chats_item_hide_for_user_post_request_body.go
+++ b/users/item_chats_item_hide_for_user_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemChatsItemHideForUserPostRequestBody()(*ItemChatsItemHideForUserPostR
func CreateItemChatsItemHideForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemHideForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemHideForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemChatsItemHideForUserPostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemHideForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemChatsItemHideForUserPostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemHideForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemHideForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_hide_for_user_request_builder.go b/users/item_chats_item_hide_for_user_request_builder.go
index affd2fe6708..ad0c3eb0364 100644
--- a/users/item_chats_item_hide_for_user_request_builder.go
+++ b/users/item_chats_item_hide_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemHideForUserRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemHideForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post hide a chat for a user. This API is supported in the following national cloud deployments.
+// Post hide a chat for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemHideForUserRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation hide a chat for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation hide a chat for a user. This API is available in the following national cloud deployments.
func (m *ItemChatsItemHideForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemHideForUserPostRequestBodyable, requestConfiguration *ItemChatsItemHideForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_installed_apps_item_upgrade_post_request_body.go b/users/item_chats_item_installed_apps_item_upgrade_post_request_body.go
index 3b600498a18..08e1ef9c8ac 100644
--- a/users/item_chats_item_installed_apps_item_upgrade_post_request_body.go
+++ b/users/item_chats_item_installed_apps_item_upgrade_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemChatsItemInstalledAppsItemUpgradePostRequestBody()(*ItemChatsItemIns
func CreateItemChatsItemInstalledAppsItemUpgradePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemInstalledAppsItemUpgradePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemChatsItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemInstalledAppsItemUpgradePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemChatsItemInstalledAppsItemUpgradePostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemInstalledAppsItemUpgradePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemInstalledAppsItemUpgradePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_installed_apps_item_upgrade_request_builder.go b/users/item_chats_item_installed_apps_item_upgrade_request_builder.go
index 8c5b9f0b27f..a767cb51012 100644
--- a/users/item_chats_item_installed_apps_item_upgrade_request_builder.go
+++ b/users/item_chats_item_installed_apps_item_upgrade_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemInstalledAppsItemUpgradeRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemInstalledAppsItemUpgradeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// Post upgrade an app installation within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemInstalledAppsItemUpgradeRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation upgrade an app installation within a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemInstalledAppsItemUpgradeRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemInstalledAppsItemUpgradePostRequestBodyable, requestConfiguration *ItemChatsItemInstalledAppsItemUpgradeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_installed_apps_request_builder.go b/users/item_chats_item_installed_apps_request_builder.go
index 32dc55e7fcb..2154ac3d312 100644
--- a/users/item_chats_item_installed_apps_request_builder.go
+++ b/users/item_chats_item_installed_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemInstalledAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemInstalledAppsRequestBuilderGetQueryParameters list all app installations within a chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemInstalledAppsRequestBuilderGetQueryParameters list all app installations within a chat. This API is available in the following national cloud deployments.
type ItemChatsItemInstalledAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChatsItemInstalledAppsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemChatsItemInstalledAppsRequestBuilder) Count()(*ItemChatsItemInstalledAppsCountRequestBuilder) {
return NewItemChatsItemInstalledAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all app installations within a chat. This API is supported in the following national cloud deployments.
+// Get list all app installations within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemChatsItemInstalledAppsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationCollectionResponseable), nil
}
-// Post install a teamsApp to the specified chat. This API is supported in the following national cloud deployments.
+// Post install a teamsApp to the specified chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemChatsItemInstalledAppsRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable), nil
}
-// ToGetRequestInformation list all app installations within a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list all app installations within a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemInstalledAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemChatsItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation install a teamsApp to the specified chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation install a teamsApp to the specified chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemInstalledAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable, requestConfiguration *ItemChatsItemInstalledAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_installed_apps_teams_app_installation_item_request_builder.go b/users/item_chats_item_installed_apps_teams_app_installation_item_request_builder.go
index d38227cff36..f14ed87ff85 100644
--- a/users/item_chats_item_installed_apps_teams_app_installation_item_request_builder.go
+++ b/users/item_chats_item_installed_apps_teams_app_installation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters get an app installed in a chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters get an app installed in a chat. This API is available in the following national cloud deployments.
type ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete uninstall an app installed within a chat. This API is supported in the following national cloud deployments.
+// Delete uninstall an app installed within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) Delet
}
return nil
}
-// Get get an app installed in a chat. This API is supported in the following national cloud deployments.
+// Get get an app installed in a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) Teams
func (m *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsAppDefinition()(*ItemChatsItemInstalledAppsItemTeamsAppDefinitionRequestBuilder) {
return NewItemChatsItemInstalledAppsItemTeamsAppDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation uninstall an app installed within a chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation uninstall an app installed within a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation get an app installed in a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get an app installed in a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_mark_chat_read_for_user_post_request_body.go b/users/item_chats_item_mark_chat_read_for_user_post_request_body.go
index 8627b53573a..70d7e3a44ab 100644
--- a/users/item_chats_item_mark_chat_read_for_user_post_request_body.go
+++ b/users/item_chats_item_mark_chat_read_for_user_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemChatsItemMarkChatReadForUserPostRequestBody()(*ItemChatsItemMarkChat
func CreateItemChatsItemMarkChatReadForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMarkChatReadForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMarkChatReadForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemChatsItemMarkChatReadForUserPostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMarkChatReadForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemChatsItemMarkChatReadForUserPostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMarkChatReadForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMarkChatReadForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_mark_chat_read_for_user_request_builder.go b/users/item_chats_item_mark_chat_read_for_user_request_builder.go
index b06368476bb..7fad15c419c 100644
--- a/users/item_chats_item_mark_chat_read_for_user_request_builder.go
+++ b/users/item_chats_item_mark_chat_read_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMarkChatReadForUserRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMarkChatReadForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post mark a chat as read for a user. This API is supported in the following national cloud deployments.
+// Post mark a chat as read for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemMarkChatReadForUserRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation mark a chat as read for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation mark a chat as read for a user. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMarkChatReadForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemMarkChatReadForUserPostRequestBodyable, requestConfiguration *ItemChatsItemMarkChatReadForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_mark_chat_unread_for_user_post_request_body.go b/users/item_chats_item_mark_chat_unread_for_user_post_request_body.go
index 496562bc2b1..aa926c9ebad 100644
--- a/users/item_chats_item_mark_chat_unread_for_user_post_request_body.go
+++ b/users/item_chats_item_mark_chat_unread_for_user_post_request_body.go
@@ -24,7 +24,7 @@ func NewItemChatsItemMarkChatUnreadForUserPostRequestBody()(*ItemChatsItemMarkCh
func CreateItemChatsItemMarkChatUnreadForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMarkChatUnreadForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMarkChatUnreadForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *ItemChatsItemMarkChatUnreadForUserPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMarkChatUnreadForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -109,14 +109,14 @@ func (m *ItemChatsItemMarkChatUnreadForUserPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMarkChatUnreadForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMarkChatUnreadForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_mark_chat_unread_for_user_request_builder.go b/users/item_chats_item_mark_chat_unread_for_user_request_builder.go
index a76feb49511..7efc598599f 100644
--- a/users/item_chats_item_mark_chat_unread_for_user_request_builder.go
+++ b/users/item_chats_item_mark_chat_unread_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMarkChatUnreadForUserRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMarkChatUnreadForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post mark a chat as unread for a user. This API is supported in the following national cloud deployments.
+// Post mark a chat as unread for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemMarkChatUnreadForUserRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation mark a chat as unread for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation mark a chat as unread for a user. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMarkChatUnreadForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemMarkChatUnreadForUserPostRequestBodyable, requestConfiguration *ItemChatsItemMarkChatUnreadForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_members_add_post_request_body.go b/users/item_chats_item_members_add_post_request_body.go
index 7ce27c8bc3b..808e4601998 100644
--- a/users/item_chats_item_members_add_post_request_body.go
+++ b/users/item_chats_item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemChatsItemMembersAddPostRequestBody()(*ItemChatsItemMembersAddPostReq
func CreateItemChatsItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemChatsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemChatsItemMembersAddPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_members_add_request_builder.go b/users/item_chats_item_members_add_request_builder.go
index 96fac6732f8..7e883f17432 100644
--- a/users/item_chats_item_members_add_request_builder.go
+++ b/users/item_chats_item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemChatsItemMembersAddRequestBuilder) Post(ctx context.Context, body I
}
return res.(ItemChatsItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemChatsItemMembersAddRequestBuilder) PostAsAddPostResponse(ctx contex
}
return res.(ItemChatsItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemMembersAddPostRequestBodyable, requestConfiguration *ItemChatsItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_members_conversation_member_item_request_builder.go b/users/item_chats_item_members_conversation_member_item_request_builder.go
index 24689425199..faaf1499e26 100644
--- a/users/item_chats_item_members_conversation_member_item_request_builder.go
+++ b/users/item_chats_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfig
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments.
+// ItemChatsItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
type ItemChatsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemChatsItemMembersConversationMemberItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a conversationMember from a chat. This API is supported in the following national cloud deployments.
+// Delete remove a conversationMember from a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0
@@ -73,10 +73,10 @@ func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) Delete(ctx co
}
return nil
}
-// Get retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments.
+// Get retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0
func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -114,7 +114,7 @@ func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) Patch(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation remove a conversationMember from a chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a conversationMember from a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) ToDeleteReque
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_members_request_builder.go b/users/item_chats_item_members_request_builder.go
index 4bd851055b2..71bef1f1330 100644
--- a/users/item_chats_item_members_request_builder.go
+++ b/users/item_chats_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemMembersRequestBuilderGetQueryParameters list all conversation members in a chat or channel. This API is supported in the following national cloud deployments.
+// ItemChatsItemMembersRequestBuilderGetQueryParameters list all conversation members in a chat or channel. This API is available in the following national cloud deployments.
type ItemChatsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemChatsItemMembersRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemChatsItemMembersRequestBuilder) Count()(*ItemChatsItemMembersCountRequestBuilder) {
return NewItemChatsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all conversation members in a chat or channel. This API is supported in the following national cloud deployments.
+// Get list all conversation members in a chat or channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemChatsItemMembersRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a chat. This API is supported in the following national cloud deployments.
+// Post add a conversationMember to a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemChatsItemMembersRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation list all conversation members in a chat or channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list all conversation members in a chat or channel. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChatsItemMembersRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a conversationMember to a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChatsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_chat_message_item_request_builder.go b/users/item_chats_item_messages_chat_message_item_request_builder.go
index d3c0dedbd04..93093fe48e3 100644
--- a/users/item_chats_item_messages_chat_message_item_request_builder.go
+++ b/users/item_chats_item_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemMessagesChatMessageItemRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemChatsItemMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemChatsItemMessagesChatMessageItemRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemChatsItemMessagesChatMessageItemRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/users/item_chats_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index b3d93cb0ee5..8c83349295b 100644
--- a/users/item_chats_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/users/item_chats_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequ
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_hosted_contents_request_builder.go b/users/item_chats_item_messages_item_hosted_contents_request_builder.go
index 89cca99125c..77662a1a305 100644
--- a/users/item_chats_item_messages_item_hosted_contents_request_builder.go
+++ b/users/item_chats_item_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemChatsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemChatsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChatsItemMessagesItemHostedContentsRequestBuilder(rawUrl string, req
func (m *ItemChatsItemMessagesItemHostedContentsRequestBuilder) Count()(*ItemChatsItemMessagesItemHostedContentsCountRequestBuilder) {
return NewItemChatsItemMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChatsItemMessagesItemHostedContentsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsItemMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_replies_chat_message_item_request_builder.go b/users/item_chats_item_messages_item_replies_chat_message_item_request_builder.go
index f870d118037..814864f107f 100644
--- a/users/item_chats_item_messages_item_replies_chat_message_item_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/users/item_chats_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index ef276c2fdca..f8b11cb4b56 100644
--- a/users/item_chats_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentI
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedCont
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedCont
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_replies_item_hosted_contents_request_builder.go b/users/item_chats_item_messages_item_replies_item_hosted_contents_request_builder.go
index 63dc341cfe7..1bbc64149da 100644
--- a/users/item_chats_item_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilder(rawUrl
func (m *ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemChatsItemMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemChatsItemMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_replies_item_set_reaction_post_request_body.go b/users/item_chats_item_messages_item_replies_item_set_reaction_post_request_body.go
index 72edd1f9314..c56e184429f 100644
--- a/users/item_chats_item_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/users/item_chats_item_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody()(*ItemCh
func CreateItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAddi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody) Seriali
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_messages_item_replies_item_soft_delete_request_builder.go b/users/item_chats_item_messages_item_replies_item_soft_delete_request_builder.go
index d7231f40184..8a6e199a84f 100644
--- a/users/item_chats_item_messages_item_replies_item_soft_delete_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMessagesItemRepliesItemSoftDeleteRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_replies_item_undo_soft_delete_request_builder.go b/users/item_chats_item_messages_item_replies_item_undo_soft_delete_request_builder.go
index e51d1d9febb..4b55ba5a221 100644
--- a/users/item_chats_item_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_replies_item_unset_reaction_post_request_body.go b/users/item_chats_item_messages_item_replies_item_unset_reaction_post_request_body.go
index 5d76004987a..8bd393c992f 100644
--- a/users/item_chats_item_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/users/item_chats_item_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody()(*Item
func CreateItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_messages_item_replies_request_builder.go b/users/item_chats_item_messages_item_replies_request_builder.go
index 801b017cf44..d5176333068 100644
--- a/users/item_chats_item_messages_item_replies_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemChatsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemChatsItemMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Count()(*ItemChatsItemM
func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Delta()(*ItemChatsItemMessagesItemRepliesDeltaRequestBuilder) {
return NewItemChatsItemMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChatsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChatsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_set_reaction_post_request_body.go b/users/item_chats_item_messages_item_set_reaction_post_request_body.go
index 8cde6fc6491..51f44d5e906 100644
--- a/users/item_chats_item_messages_item_set_reaction_post_request_body.go
+++ b/users/item_chats_item_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChatsItemMessagesItemSetReactionPostRequestBody()(*ItemChatsItemMess
func CreateItemChatsItemMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChatsItemMessagesItemSetReactionPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChatsItemMessagesItemSetReactionPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_messages_item_soft_delete_request_builder.go b/users/item_chats_item_messages_item_soft_delete_request_builder.go
index 3283bf197e1..b674a4137b9 100644
--- a/users/item_chats_item_messages_item_soft_delete_request_builder.go
+++ b/users/item_chats_item_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMessagesItemSoftDeleteRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemMessagesItemSoftDeleteRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_undo_soft_delete_request_builder.go b/users/item_chats_item_messages_item_undo_soft_delete_request_builder.go
index 777f1a7a195..78990348235 100644
--- a/users/item_chats_item_messages_item_undo_soft_delete_request_builder.go
+++ b/users/item_chats_item_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemMessagesItemUndoSoftDeleteRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemMessagesItemUndoSoftDeleteRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_messages_item_unset_reaction_post_request_body.go b/users/item_chats_item_messages_item_unset_reaction_post_request_body.go
index 539103723ae..7f8dc8ca4a0 100644
--- a/users/item_chats_item_messages_item_unset_reaction_post_request_body.go
+++ b/users/item_chats_item_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemChatsItemMessagesItemUnsetReactionPostRequestBody()(*ItemChatsItemMe
func CreateItemChatsItemMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemChatsItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemChatsItemMessagesItemUnsetReactionPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_messages_request_builder.go b/users/item_chats_item_messages_request_builder.go
index 433471793e8..6976c0956e1 100644
--- a/users/item_chats_item_messages_request_builder.go
+++ b/users/item_chats_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemChatsItemMessagesRequestBuilderGetQueryParameters 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.
type ItemChatsItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemChatsItemMessagesRequestBuilder) Count()(*ItemChatsItemMessagesCoun
func (m *ItemChatsItemMessagesRequestBuilder) Delta()(*ItemChatsItemMessagesDeltaRequestBuilder) {
return NewItemChatsItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemChatsItemMessagesRequestBuilder) Get(ctx context.Context, requestCo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post 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.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
func (m *ItemChatsItemMessagesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChatsItemMessagesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemChatsItemMessagesRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemChatsItemMessagesRequestBuilder) ToGetRequestInformation(ctx contex
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChatsItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_permission_grants_delta_get_response.go b/users/item_chats_item_permission_grants_delta_get_response.go
deleted file mode 100644
index 60da4470833..00000000000
--- a/users/item_chats_item_permission_grants_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsDeltaGetResponse
-type ItemChatsItemPermissionGrantsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewItemChatsItemPermissionGrantsDeltaGetResponse instantiates a new ItemChatsItemPermissionGrantsDeltaGetResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsDeltaGetResponse()(*ItemChatsItemPermissionGrantsDeltaGetResponse) {
- m := &ItemChatsItemPermissionGrantsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsDeltaGetResponseable
-type ItemChatsItemPermissionGrantsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/users/item_chats_item_permission_grants_delta_request_builder.go b/users/item_chats_item_permission_grants_delta_request_builder.go
deleted file mode 100644
index 3290a32325b..00000000000
--- a/users/item_chats_item_permission_grants_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsDeltaRequestBuilder provides operations to call the delta method.
-type ItemChatsItemPermissionGrantsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsDeltaRequestBuilderGetQueryParameters invoke function delta
-type ItemChatsItemPermissionGrantsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// ItemChatsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *ItemChatsItemPermissionGrantsDeltaRequestBuilderGetQueryParameters
-}
-// NewItemChatsItemPermissionGrantsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsDeltaRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *ItemChatsItemPermissionGrantsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemChatsItemPermissionGrantsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *ItemChatsItemPermissionGrantsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemChatsItemPermissionGrantsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *ItemChatsItemPermissionGrantsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsDeltaRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemChatsItemPermissionGrantsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_delta_response.go b/users/item_chats_item_permission_grants_delta_response.go
deleted file mode 100644
index 8c201e73b21..00000000000
--- a/users/item_chats_item_permission_grants_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemChatsItemPermissionGrantsDeltaResponse struct {
- ItemChatsItemPermissionGrantsDeltaGetResponse
-}
-// NewItemChatsItemPermissionGrantsDeltaResponse instantiates a new ItemChatsItemPermissionGrantsDeltaResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsDeltaResponse()(*ItemChatsItemPermissionGrantsDeltaResponse) {
- m := &ItemChatsItemPermissionGrantsDeltaResponse{
- ItemChatsItemPermissionGrantsDeltaGetResponse: *NewItemChatsItemPermissionGrantsDeltaGetResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsDeltaResponse(), nil
-}
-// ItemChatsItemPermissionGrantsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemChatsItemPermissionGrantsDeltaResponseable interface {
- ItemChatsItemPermissionGrantsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_get_available_extension_properties_post_request_body.go b/users/item_chats_item_permission_grants_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 3108c71b54f..00000000000
--- a/users/item_chats_item_permission_grants_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody instantiates a new ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody()(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/users/item_chats_item_permission_grants_get_available_extension_properties_post_response.go b/users/item_chats_item_permission_grants_get_available_extension_properties_post_response.go
deleted file mode 100644
index 2520322cd25..00000000000
--- a/users/item_chats_item_permission_grants_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse instantiates a new ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse()(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) {
- m := &ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/users/item_chats_item_permission_grants_get_available_extension_properties_request_builder.go b/users/item_chats_item_permission_grants_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 54f0fae4263..00000000000
--- a/users/item_chats_item_permission_grants_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_get_available_extension_properties_response.go b/users/item_chats_item_permission_grants_get_available_extension_properties_response.go
deleted file mode 100644
index b4660001aa6..00000000000
--- a/users/item_chats_item_permission_grants_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse struct {
- ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-}
-// NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse instantiates a new ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse()(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse) {
- m := &ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse{
- ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse: *NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponse(), nil
-}
-// ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable interface {
- ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_get_by_ids_post_request_body.go b/users/item_chats_item_permission_grants_get_by_ids_post_request_body.go
deleted file mode 100644
index 9550d3d9067..00000000000
--- a/users/item_chats_item_permission_grants_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsGetByIdsPostRequestBody
-type ItemChatsItemPermissionGrantsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsGetByIdsPostRequestBody instantiates a new ItemChatsItemPermissionGrantsGetByIdsPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsGetByIdsPostRequestBody()(*ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsGetByIdsPostRequestBodyable
-type ItemChatsItemPermissionGrantsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_get_by_ids_post_response.go b/users/item_chats_item_permission_grants_get_by_ids_post_response.go
deleted file mode 100644
index 44db39dee06..00000000000
--- a/users/item_chats_item_permission_grants_get_by_ids_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsGetByIdsPostResponse
-type ItemChatsItemPermissionGrantsGetByIdsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemChatsItemPermissionGrantsGetByIdsPostResponse instantiates a new ItemChatsItemPermissionGrantsGetByIdsPostResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsGetByIdsPostResponse()(*ItemChatsItemPermissionGrantsGetByIdsPostResponse) {
- m := &ItemChatsItemPermissionGrantsGetByIdsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsGetByIdsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsGetByIdsPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsGetByIdsPostResponseable
-type ItemChatsItemPermissionGrantsGetByIdsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/users/item_chats_item_permission_grants_get_by_ids_request_builder.go b/users/item_chats_item_permission_grants_get_by_ids_request_builder.go
deleted file mode 100644
index f6eee8047f0..00000000000
--- a/users/item_chats_item_permission_grants_get_by_ids_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsGetByIdsRequestBuilder provides operations to call the getByIds method.
-type ItemChatsItemPermissionGrantsGetByIdsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsGetByIdsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/getByIds", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsGetByIdsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsGetByIdsResponseable), nil
-}
-// PostAsGetByIdsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) PostAsGetByIdsPostResponse(ctx context.Context, body ItemChatsItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsGetByIdsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsGetByIdsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsGetByIdsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsGetByIdsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsGetByIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsGetByIdsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_get_by_ids_response.go b/users/item_chats_item_permission_grants_get_by_ids_response.go
deleted file mode 100644
index aa0297e4028..00000000000
--- a/users/item_chats_item_permission_grants_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemChatsItemPermissionGrantsGetByIdsResponse struct {
- ItemChatsItemPermissionGrantsGetByIdsPostResponse
-}
-// NewItemChatsItemPermissionGrantsGetByIdsResponse instantiates a new ItemChatsItemPermissionGrantsGetByIdsResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsGetByIdsResponse()(*ItemChatsItemPermissionGrantsGetByIdsResponse) {
- m := &ItemChatsItemPermissionGrantsGetByIdsResponse{
- ItemChatsItemPermissionGrantsGetByIdsPostResponse: *NewItemChatsItemPermissionGrantsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsGetByIdsResponse(), nil
-}
-// ItemChatsItemPermissionGrantsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemChatsItemPermissionGrantsGetByIdsResponseable interface {
- ItemChatsItemPermissionGrantsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_groups_post_request_body.go b/users/item_chats_item_permission_grants_item_check_member_groups_post_request_body.go
deleted file mode 100644
index 3d850e3291a..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_groups_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody instantiates a new ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody()(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["groupIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetGroupIds(res)
- }
- return nil
- }
- return res
-}
-// GetGroupIds gets the groupIds property value. The groupIds property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
- val, err := m.GetBackingStore().Get("groupIds")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetGroupIds() != nil {
- err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetGroupIds sets the groupIds property value. The groupIds property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
- err := m.GetBackingStore().Set("groupIds", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetGroupIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetGroupIds(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_groups_post_response.go b/users/item_chats_item_permission_grants_item_check_member_groups_post_response.go
deleted file mode 100644
index 6c24b3bd3d0..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse instantiates a new ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse()(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseable
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_groups_request_builder.go b/users/item_chats_item_permission_grants_item_check_member_groups_request_builder.go
deleted file mode 100644
index b6882ead2e0..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseable), nil
-}
-// PostAsCheckMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_groups_response.go b/users/item_chats_item_permission_grants_item_check_member_groups_response.go
deleted file mode 100644
index 100266a9e68..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse struct {
- ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse instantiates a new ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse()(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse{
- ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse: *NewItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberGroupsResponse(), nil
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemCheckMemberGroupsResponseable interface {
- ItemChatsItemPermissionGrantsItemCheckMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_objects_post_request_body.go b/users/item_chats_item_permission_grants_item_check_member_objects_post_request_body.go
deleted file mode 100644
index db46ce1a243..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_objects_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody instantiates a new ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody()(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_objects_post_response.go b/users/item_chats_item_permission_grants_item_check_member_objects_post_response.go
deleted file mode 100644
index c802d3fc9d7..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse instantiates a new ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse()(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseable
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_objects_request_builder.go b/users/item_chats_item_permission_grants_item_check_member_objects_request_builder.go
deleted file mode 100644
index ef878da708b..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_objects_request_builder.go
+++ /dev/null
@@ -1,92 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseable), nil
-}
-// PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation invoke action checkMemberObjects
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_item_check_member_objects_response.go b/users/item_chats_item_permission_grants_item_check_member_objects_response.go
deleted file mode 100644
index f7185e85bb3..00000000000
--- a/users/item_chats_item_permission_grants_item_check_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse struct {
- ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse
-}
-// NewItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse instantiates a new ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse()(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse) {
- m := &ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse{
- ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse: *NewItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberObjectsResponse(), nil
-}
-// ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemCheckMemberObjectsResponseable interface {
- ItemChatsItemPermissionGrantsItemCheckMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_groups_post_request_body.go b/users/item_chats_item_permission_grants_item_get_member_groups_post_request_body.go
deleted file mode 100644
index d952383f9e8..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_groups_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody instantiates a new ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody()(*ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_groups_post_response.go b/users/item_chats_item_permission_grants_item_get_member_groups_post_response.go
deleted file mode 100644
index eb3ae4f89e0..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse instantiates a new ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse()(*ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseable
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_groups_request_builder.go b/users/item_chats_item_permission_grants_item_get_member_groups_request_builder.go
deleted file mode 100644
index a44feded031..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemGetMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemGetMemberGroupsResponseable), nil
-}
-// PostAsGetMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_groups_response.go b/users/item_chats_item_permission_grants_item_get_member_groups_response.go
deleted file mode 100644
index 5c6d2879aa7..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsResponse
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsResponse struct {
- ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberGroupsResponse instantiates a new ItemChatsItemPermissionGrantsItemGetMemberGroupsResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberGroupsResponse()(*ItemChatsItemPermissionGrantsItemGetMemberGroupsResponse) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberGroupsResponse{
- ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse: *NewItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemGetMemberGroupsResponse(), nil
-}
-// ItemChatsItemPermissionGrantsItemGetMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemGetMemberGroupsResponseable interface {
- ItemChatsItemPermissionGrantsItemGetMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_objects_post_request_body.go b/users/item_chats_item_permission_grants_item_get_member_objects_post_request_body.go
deleted file mode 100644
index 03132764a85..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_objects_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody instantiates a new ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody()(*ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_objects_post_response.go b/users/item_chats_item_permission_grants_item_get_member_objects_post_response.go
deleted file mode 100644
index 196beb3051c..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse instantiates a new ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse()(*ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseable
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_objects_request_builder.go b/users/item_chats_item_permission_grants_item_get_member_objects_request_builder.go
deleted file mode 100644
index ebbc0c2502e..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_objects_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemGetMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemGetMemberObjectsResponseable), nil
-}
-// PostAsGetMemberObjectsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_item_get_member_objects_response.go b/users/item_chats_item_permission_grants_item_get_member_objects_response.go
deleted file mode 100644
index 44b2b657792..00000000000
--- a/users/item_chats_item_permission_grants_item_get_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsResponse
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsResponse struct {
- ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse
-}
-// NewItemChatsItemPermissionGrantsItemGetMemberObjectsResponse instantiates a new ItemChatsItemPermissionGrantsItemGetMemberObjectsResponse and sets the default values.
-func NewItemChatsItemPermissionGrantsItemGetMemberObjectsResponse()(*ItemChatsItemPermissionGrantsItemGetMemberObjectsResponse) {
- m := &ItemChatsItemPermissionGrantsItemGetMemberObjectsResponse{
- ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse: *NewItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemChatsItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsItemGetMemberObjectsResponse(), nil
-}
-// ItemChatsItemPermissionGrantsItemGetMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemChatsItemPermissionGrantsItemGetMemberObjectsResponseable interface {
- ItemChatsItemPermissionGrantsItemGetMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_chats_item_permission_grants_item_restore_request_builder.go b/users/item_chats_item_permission_grants_item_restore_request_builder.go
deleted file mode 100644
index 09ecb46c654..00000000000
--- a/users/item_chats_item_permission_grants_item_restore_request_builder.go
+++ /dev/null
@@ -1,72 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsItemRestoreRequestBuilder provides operations to call the restore method.
-type ItemChatsItemPermissionGrantsItemRestoreRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsItemRestoreRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_permission_grants_request_builder.go b/users/item_chats_item_permission_grants_request_builder.go
index 7b31c168681..7a9e72d61bc 100644
--- a/users/item_chats_item_permission_grants_request_builder.go
+++ b/users/item_chats_item_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemPermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemPermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemChatsItemPermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemChatsItemPermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,11 +74,7 @@ func NewItemChatsItemPermissionGrantsRequestBuilder(rawUrl string, requestAdapte
func (m *ItemChatsItemPermissionGrantsRequestBuilder) Count()(*ItemChatsItemPermissionGrantsCountRequestBuilder) {
return NewItemChatsItemPermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *ItemChatsItemPermissionGrantsRequestBuilder) Delta()(*ItemChatsItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemChatsItemPermissionGrantsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0
@@ -100,14 +96,6 @@ func (m *ItemChatsItemPermissionGrantsRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *ItemChatsItemPermissionGrantsRequestBuilder) GetAvailableExtensionProperties()(*ItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemChatsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *ItemChatsItemPermissionGrantsRequestBuilder) GetByIds()(*ItemChatsItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Post create new navigation property to permissionGrants for users
func (m *ItemChatsItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemChatsItemPermissionGrantsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
@@ -127,7 +115,7 @@ func (m *ItemChatsItemPermissionGrantsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsItemPermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -160,10 +148,6 @@ func (m *ItemChatsItemPermissionGrantsRequestBuilder) ToPostRequestInformation(c
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *ItemChatsItemPermissionGrantsRequestBuilder) ValidateProperties()(*ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *ItemChatsItemPermissionGrantsRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsRequestBuilder) {
return NewItemChatsItemPermissionGrantsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/users/item_chats_item_permission_grants_resource_specific_permission_grant_item_request_builder.go b/users/item_chats_item_permission_grants_resource_specific_permission_grant_item_request_builder.go
index fab3c528164..fbe780eff57 100644
--- a/users/item_chats_item_permission_grants_resource_specific_permission_grant_item_request_builder.go
+++ b/users/item_chats_item_permission_grants_resource_specific_permission_grant_item_request_builder.go
@@ -41,14 +41,6 @@ type ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuil
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CheckMemberGroups provides operations to call the checkMemberGroups method.
-func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberGroups()(*ItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// CheckMemberObjects provides operations to call the checkMemberObjects method.
-func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberObjects()(*ItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// NewItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values.
func NewItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) {
m := &ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder{
@@ -97,14 +89,6 @@ func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// GetMemberGroups provides operations to call the getMemberGroups method.
-func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberGroups()(*ItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetMemberObjects provides operations to call the getMemberObjects method.
-func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberObjects()(*ItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Patch update the navigation property permissionGrants in users
func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
@@ -124,10 +108,6 @@ func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// Restore provides operations to call the restore method.
-func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Restore()(*ItemChatsItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemChatsItemPermissionGrantsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// ToDeleteRequestInformation delete navigation property permissionGrants for users
func (m *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/users/item_chats_item_permission_grants_validate_properties_post_request_body.go b/users/item_chats_item_permission_grants_validate_properties_post_request_body.go
deleted file mode 100644
index 993409be5ab..00000000000
--- a/users/item_chats_item_permission_grants_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package users
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody
-type ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody instantiates a new ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody and sets the default values.
-func NewItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody()(*ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) {
- m := &ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemChatsItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemChatsItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBodyable
-type ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/users/item_chats_item_permission_grants_validate_properties_request_builder.go b/users/item_chats_item_permission_grants_validate_properties_request_builder.go
deleted file mode 100644
index 68132067f30..00000000000
--- a/users/item_chats_item_permission_grants_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- m := &ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/validateProperties", pathParameters),
- }
- return m
-}
-// NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.Context, body ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemChatsItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_chats_item_pinned_messages_pinned_chat_message_info_item_request_builder.go b/users/item_chats_item_pinned_messages_pinned_chat_message_info_item_request_builder.go
index 90a120f55b4..84252e6441f 100644
--- a/users/item_chats_item_pinned_messages_pinned_chat_message_info_item_request_builder.go
+++ b/users/item_chats_item_pinned_messages_pinned_chat_message_info_item_request_builder.go
@@ -54,7 +54,7 @@ func NewItemChatsItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete unpin a message from a chat. This API is supported in the following national cloud deployments.
+// Delete unpin a message from a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemChatsItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilder) Pat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoable), nil
}
-// ToDeleteRequestInformation unpin a message from a chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation unpin a message from a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemPinnedMessagesPinnedChatMessageInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_pinned_messages_request_builder.go b/users/item_chats_item_pinned_messages_request_builder.go
index c126bc462ed..68d9d659526 100644
--- a/users/item_chats_item_pinned_messages_request_builder.go
+++ b/users/item_chats_item_pinned_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemPinnedMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemPinnedMessagesRequestBuilderGetQueryParameters get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemPinnedMessagesRequestBuilderGetQueryParameters get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments.
type ItemChatsItemPinnedMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChatsItemPinnedMessagesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemChatsItemPinnedMessagesRequestBuilder) Count()(*ItemChatsItemPinnedMessagesCountRequestBuilder) {
return NewItemChatsItemPinnedMessagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments.
+// Get get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemChatsItemPinnedMessagesRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemChatsItemPinnedMessagesRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoable), nil
}
-// ToGetRequestInformation get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemPinnedMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemPinnedMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemChatsItemPinnedMessagesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemPinnedMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PinnedChatMessageInfoable, requestConfiguration *ItemChatsItemPinnedMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_send_activity_notification_post_request_body.go b/users/item_chats_item_send_activity_notification_post_request_body.go
index e5c3e3201c4..50f636d46c6 100644
--- a/users/item_chats_item_send_activity_notification_post_request_body.go
+++ b/users/item_chats_item_send_activity_notification_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemChatsItemSendActivityNotificationPostRequestBody) GetActivityType()
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemSendActivityNotificationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemChatsItemSendActivityNotificationPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemSendActivityNotificationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -235,14 +235,14 @@ func (m *ItemChatsItemSendActivityNotificationPostRequestBody) SetActivityType(v
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemSendActivityNotificationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemSendActivityNotificationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_send_activity_notification_request_builder.go b/users/item_chats_item_send_activity_notification_request_builder.go
index e2e9ab7a8d4..e8407e45904 100644
--- a/users/item_chats_item_send_activity_notification_request_builder.go
+++ b/users/item_chats_item_send_activity_notification_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemSendActivityNotificationRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemSendActivityNotificationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemSendActivityNotificationRequestBuilder) Post(ctx context.C
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemSendActivityNotificationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemSendActivityNotificationPostRequestBodyable, requestConfiguration *ItemChatsItemSendActivityNotificationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_tabs_request_builder.go b/users/item_chats_item_tabs_request_builder.go
index c12f86049d1..185960cac16 100644
--- a/users/item_chats_item_tabs_request_builder.go
+++ b/users/item_chats_item_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsItemTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments.
type ItemChatsItemTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChatsItemTabsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemChatsItemTabsRequestBuilder) Count()(*ItemChatsItemTabsCountRequestBuilder) {
return NewItemChatsItemTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemChatsItemTabsRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemChatsItemTabsRequestBuilder) Post(ctx context.Context, body iadcd81
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemChatsItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemChatsItemTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemChatsItemTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_tabs_teams_tab_item_request_builder.go b/users/item_chats_item_tabs_teams_tab_item_request_builder.go
index 8e823511880..cfb280f3af3 100644
--- a/users/item_chats_item_tabs_teams_tab_item_request_builder.go
+++ b/users/item_chats_item_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemTabsTeamsTabItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments.
+// ItemChatsItemTabsTeamsTabItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments.
type ItemChatsItemTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemChatsItemTabsTeamsTabItemRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments.
+// Delete remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) Delete(ctx context.Context
}
return nil
}
-// Get retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) Patch(ctx context.Context,
func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemChatsItemTabsItemTeamsAppRequestBuilder) {
return NewItemChatsItemTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments.
func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemChatsItemTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemChatsItemTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_item_unhide_for_user_post_request_body.go b/users/item_chats_item_unhide_for_user_post_request_body.go
index b3182717740..75703f493e3 100644
--- a/users/item_chats_item_unhide_for_user_post_request_body.go
+++ b/users/item_chats_item_unhide_for_user_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemChatsItemUnhideForUserPostRequestBody()(*ItemChatsItemUnhideForUserP
func CreateItemChatsItemUnhideForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemUnhideForUserPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemUnhideForUserPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemChatsItemUnhideForUserPostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemChatsItemUnhideForUserPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemChatsItemUnhideForUserPostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemChatsItemUnhideForUserPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemChatsItemUnhideForUserPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_chats_item_unhide_for_user_request_builder.go b/users/item_chats_item_unhide_for_user_request_builder.go
index 59d2b1b0aea..bbe2be43b17 100644
--- a/users/item_chats_item_unhide_for_user_request_builder.go
+++ b/users/item_chats_item_unhide_for_user_request_builder.go
@@ -30,7 +30,7 @@ func NewItemChatsItemUnhideForUserRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemChatsItemUnhideForUserRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post unhide a chat for a user. This API is supported in the following national cloud deployments.
+// Post unhide a chat for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemChatsItemUnhideForUserRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation unhide a chat for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation unhide a chat for a user. This API is available in the following national cloud deployments.
func (m *ItemChatsItemUnhideForUserRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemChatsItemUnhideForUserPostRequestBodyable, requestConfiguration *ItemChatsItemUnhideForUserRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_chats_request_builder.go b/users/item_chats_request_builder.go
index 2f9f8d201a6..b7e3d29d7c4 100644
--- a/users/item_chats_request_builder.go
+++ b/users/item_chats_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemChatsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemChatsRequestBuilderGetQueryParameters 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.
+// ItemChatsRequestBuilderGetQueryParameters 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.
type ItemChatsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemChatsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *ItemChatsRequestBuilder) Count()(*ItemChatsCountRequestBuilder) {
return NewItemChatsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ItemChatsRequestBuilder) Post(ctx context.Context, body iadcd81124412c6
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemChatsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_check_member_groups_post_request_body.go b/users/item_check_member_groups_post_request_body.go
index 04ea9c59e3a..3368c98b9bc 100644
--- a/users/item_check_member_groups_post_request_body.go
+++ b/users/item_check_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberGroupsPostRequestBody()(*ItemCheckMemberGroupsPostRequest
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_check_member_groups_request_builder.go b/users/item_check_member_groups_request_builder.go
index 1af6b0f53c0..4b73273f3b8 100644
--- a/users/item_check_member_groups_request_builder.go
+++ b/users/item_check_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body Ite
}
return res.(ItemCheckMemberGroupsResponseable), nil
}
-// PostAsCheckMemberGroupsPostResponse 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.
+// PostAsCheckMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostRespons
}
return res.(ItemCheckMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_check_member_objects_post_request_body.go b/users/item_check_member_objects_post_request_body.go
index 043bfa0655c..5d49a60e682 100644
--- a/users/item_check_member_objects_post_request_body.go
+++ b/users/item_check_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemCheckMemberObjectsPostRequestBody()(*ItemCheckMemberObjectsPostReque
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -86,14 +86,14 @@ func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_contact_folders_contact_folder_item_request_builder.go b/users/item_contact_folders_contact_folder_item_request_builder.go
index 2a94e5aed6c..5793cadd497 100644
--- a/users/item_contact_folders_contact_folder_item_request_builder.go
+++ b/users/item_contact_folders_contact_folder_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemContactFoldersContactFolderItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemContactFoldersContactFolderItemRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersContactFolderItemRequestBuilderGetQueryParameters 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.
type ItemContactFoldersContactFolderItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemContactFoldersContactFolderItemRequestBuilder(rawUrl string, request
func (m *ItemContactFoldersContactFolderItemRequestBuilder) Contacts()(*ItemContactFoldersItemContactsRequestBuilder) {
return NewItemContactFoldersItemContactsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete contactFolder other than the default contactFolder. This API is supported in the following national cloud deployments.
+// Delete delete contactFolder other than the default contactFolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemContactFoldersContactFolderItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ func (m *ItemContactFoldersContactFolderItemRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable), nil
}
-// Patch update the properties of contactfolder object. This API is supported in the following national cloud deployments.
+// Patch update the properties of contactfolder object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *ItemContactFoldersContactFolderItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable), nil
}
-// ToDeleteRequestInformation delete contactFolder other than the default contactFolder. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete contactFolder other than the default contactFolder. This API is available in the following national cloud deployments.
func (m *ItemContactFoldersContactFolderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersContactFolderItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *ItemContactFoldersContactFolderItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersContactFolderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersContactFolderItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *ItemContactFoldersContactFolderItemRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of contactfolder object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of contactfolder object. This API is available in the following national cloud deployments.
func (m *ItemContactFoldersContactFolderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable, requestConfiguration *ItemContactFoldersContactFolderItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_delta_request_builder.go b/users/item_contact_folders_delta_request_builder.go
index d349fb54d91..34fc0cc5c0d 100644
--- a/users/item_contact_folders_delta_request_builder.go
+++ b/users/item_contact_folders_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemContactFoldersDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersDeltaRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersDeltaRequestBuilderGetQueryParameters 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.
type ItemContactFoldersDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemContactFoldersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemContactFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemContactFoldersDeltaRequestBuilder) Get(ctx context.Context, request
}
return res.(ItemContactFoldersDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemContactFoldersDeltaRequestBuilder) GetAsDeltaGetResponse(ctx contex
}
return res.(ItemContactFoldersDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_item_child_folders_delta_request_builder.go b/users/item_contact_folders_item_child_folders_delta_request_builder.go
index fbcb2c1a4c3..a25bf0d900d 100644
--- a/users/item_contact_folders_item_child_folders_delta_request_builder.go
+++ b/users/item_contact_folders_item_child_folders_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemContactFoldersItemChildFoldersDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersItemChildFoldersDeltaRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersItemChildFoldersDeltaRequestBuilderGetQueryParameters 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.
type ItemContactFoldersItemChildFoldersDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemContactFoldersItemChildFoldersDeltaRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemContactFoldersItemChildFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemContactFoldersItemChildFoldersDeltaRequestBuilder) Get(ctx context.
}
return res.(ItemContactFoldersItemChildFoldersDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemContactFoldersItemChildFoldersDeltaRequestBuilder) GetAsDeltaGetRes
}
return res.(ItemContactFoldersItemChildFoldersDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersItemChildFoldersDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersItemChildFoldersDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go b/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go
index b5004b98e1e..0af14ec48f3 100644
--- a/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go
+++ b/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderGetQueryParameters 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.
type ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder) Get(
}
return res.(ItemContactFoldersItemChildFoldersItemContactsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder) GetA
}
return res.(ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_item_child_folders_item_contacts_request_builder.go b/users/item_contact_folders_item_child_folders_item_contacts_request_builder.go
index dd2f64cc417..0252690a899 100644
--- a/users/item_contact_folders_item_child_folders_item_contacts_request_builder.go
+++ b/users/item_contact_folders_item_child_folders_item_contacts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContactFoldersItemChildFoldersItemContactsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersItemChildFoldersItemContactsRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersItemChildFoldersItemContactsRequestBuilderGetQueryParameters 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.
type ItemContactFoldersItemChildFoldersItemContactsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) Count()(*
func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) Delta()(*ItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder) {
return NewItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersItemChildFoldersItemContactsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContactFoldersItemChildFoldersItemContactsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable, requestConfiguration *ItemContactFoldersItemChildFoldersItemContactsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_item_child_folders_request_builder.go b/users/item_contact_folders_item_child_folders_request_builder.go
index cf4d2ecdfd8..95c40686a90 100644
--- a/users/item_contact_folders_item_child_folders_request_builder.go
+++ b/users/item_contact_folders_item_child_folders_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContactFoldersItemChildFoldersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersItemChildFoldersRequestBuilderGetQueryParameters get a collection of child folders under the specified contact folder. This API is supported in the following national cloud deployments.
+// ItemContactFoldersItemChildFoldersRequestBuilderGetQueryParameters get a collection of child folders under the specified contact folder. This API is available in the following national cloud deployments.
type ItemContactFoldersItemChildFoldersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemContactFoldersItemChildFoldersRequestBuilder) Count()(*ItemContactF
func (m *ItemContactFoldersItemChildFoldersRequestBuilder) Delta()(*ItemContactFoldersItemChildFoldersDeltaRequestBuilder) {
return NewItemContactFoldersItemChildFoldersDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a collection of child folders under the specified contact folder. This API is supported in the following national cloud deployments.
+// Get get a collection of child folders under the specified contact folder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemContactFoldersItemChildFoldersRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemContactFoldersItemChildFoldersRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable), nil
}
-// ToGetRequestInformation get a collection of child folders under the specified contact folder. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a collection of child folders under the specified contact folder. This API is available in the following national cloud deployments.
func (m *ItemContactFoldersItemChildFoldersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersItemChildFoldersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemContactFoldersItemChildFoldersRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContactFoldersItemChildFoldersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable, requestConfiguration *ItemContactFoldersItemChildFoldersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_item_contacts_delta_request_builder.go b/users/item_contact_folders_item_contacts_delta_request_builder.go
index 7aafda10f77..9517f181f78 100644
--- a/users/item_contact_folders_item_contacts_delta_request_builder.go
+++ b/users/item_contact_folders_item_contacts_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemContactFoldersItemContactsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersItemContactsDeltaRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersItemContactsDeltaRequestBuilderGetQueryParameters 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.
type ItemContactFoldersItemContactsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemContactFoldersItemContactsDeltaRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemContactFoldersItemContactsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemContactFoldersItemContactsDeltaRequestBuilder) Get(ctx context.Cont
}
return res.(ItemContactFoldersItemContactsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemContactFoldersItemContactsDeltaRequestBuilder) GetAsDeltaGetRespons
}
return res.(ItemContactFoldersItemContactsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersItemContactsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersItemContactsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_item_contacts_request_builder.go b/users/item_contact_folders_item_contacts_request_builder.go
index 073cefece4c..4b8aacf1353 100644
--- a/users/item_contact_folders_item_contacts_request_builder.go
+++ b/users/item_contact_folders_item_contacts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContactFoldersItemContactsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersItemContactsRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersItemContactsRequestBuilderGetQueryParameters 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.
type ItemContactFoldersItemContactsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemContactFoldersItemContactsRequestBuilder) Count()(*ItemContactFolde
func (m *ItemContactFoldersItemContactsRequestBuilder) Delta()(*ItemContactFoldersItemContactsDeltaRequestBuilder) {
return NewItemContactFoldersItemContactsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemContactFoldersItemContactsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemContactFoldersItemContactsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersItemContactsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersItemContactsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemContactFoldersItemContactsRequestBuilder) ToGetRequestInformation(c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContactFoldersItemContactsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable, requestConfiguration *ItemContactFoldersItemContactsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contact_folders_request_builder.go b/users/item_contact_folders_request_builder.go
index bf8070cca52..481fbfd2f58 100644
--- a/users/item_contact_folders_request_builder.go
+++ b/users/item_contact_folders_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContactFoldersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactFoldersRequestBuilderGetQueryParameters 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.
+// ItemContactFoldersRequestBuilderGetQueryParameters 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.
type ItemContactFoldersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemContactFoldersRequestBuilder) Count()(*ItemContactFoldersCountReque
func (m *ItemContactFoldersRequestBuilder) Delta()(*ItemContactFoldersDeltaRequestBuilder) {
return NewItemContactFoldersDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemContactFoldersRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0
@@ -120,7 +120,7 @@ func (m *ItemContactFoldersRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactFoldersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactFoldersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemContactFoldersRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContactFoldersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactFolderable, requestConfiguration *ItemContactFoldersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contacts_contact_item_request_builder.go b/users/item_contacts_contact_item_request_builder.go
index 3663dbd48e8..c88c47d5190 100644
--- a/users/item_contacts_contact_item_request_builder.go
+++ b/users/item_contacts_contact_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemContactsContactItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemContactsContactItemRequestBuilderGetQueryParameters 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.
+// ItemContactsContactItemRequestBuilderGetQueryParameters 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.
type ItemContactsContactItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemContactsContactItemRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemContactsContactItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a contact. This API is supported in the following national cloud deployments.
+// Delete delete a contact. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemContactsContactItemRequestBuilder) Delete(ctx context.Context, requ
func (m *ItemContactsContactItemRequestBuilder) Extensions()(*ItemContactsItemExtensionsRequestBuilder) {
return NewItemContactsItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemContactsContactItemRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable), nil
}
-// Patch update the properties of a contact object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a contact object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *ItemContactsContactItemRequestBuilder) Patch(ctx context.Context, body
func (m *ItemContactsContactItemRequestBuilder) Photo()(*ItemContactsItemPhotoRequestBuilder) {
return NewItemContactsItemPhotoRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a contact. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a contact. This API is available in the following national cloud deployments.
func (m *ItemContactsContactItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemContactsContactItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *ItemContactsContactItemRequestBuilder) ToDeleteRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactsContactItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactsContactItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *ItemContactsContactItemRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a contact object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a contact object. This API is available in the following national cloud deployments.
func (m *ItemContactsContactItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable, requestConfiguration *ItemContactsContactItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contacts_delta_request_builder.go b/users/item_contacts_delta_request_builder.go
index 9949fa36acb..420c176ab32 100644
--- a/users/item_contacts_delta_request_builder.go
+++ b/users/item_contacts_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemContactsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactsDeltaRequestBuilderGetQueryParameters 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.
+// ItemContactsDeltaRequestBuilderGetQueryParameters 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.
type ItemContactsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemContactsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemContactsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemContactsDeltaRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(ItemContactsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemContactsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Cont
}
return res.(ItemContactsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_contacts_request_builder.go b/users/item_contacts_request_builder.go
index 476c8706f5a..36ca22dd86d 100644
--- a/users/item_contacts_request_builder.go
+++ b/users/item_contacts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemContactsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemContactsRequestBuilderGetQueryParameters 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.
+// ItemContactsRequestBuilderGetQueryParameters 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.
type ItemContactsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemContactsRequestBuilder) Count()(*ItemContactsCountRequestBuilder) {
func (m *ItemContactsRequestBuilder) Delta()(*ItemContactsDeltaRequestBuilder) {
return NewItemContactsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemContactsRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContactCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemContactsRequestBuilder) Post(ctx context.Context, body iadcd8112441
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemContactsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemContactsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemContactsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemContactsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable, requestConfiguration *ItemContactsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_created_objects_request_builder.go b/users/item_created_objects_request_builder.go
index 84a409d7885..4d7b936b56e 100644
--- a/users/item_created_objects_request_builder.go
+++ b/users/item_created_objects_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCreatedObjectsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCreatedObjectsRequestBuilderGetQueryParameters 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.
+// ItemCreatedObjectsRequestBuilderGetQueryParameters 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.
type ItemCreatedObjectsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemCreatedObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemCreatedObjectsRequestBuilder) Count()(*ItemCreatedObjectsCountRequestBuilder) {
return NewItemCreatedObjectsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemCreatedObjectsRequestBuilder) Get(ctx context.Context, requestConfi
func (m *ItemCreatedObjectsRequestBuilder) GraphServicePrincipal()(*ItemCreatedObjectsGraphServicePrincipalRequestBuilder) {
return NewItemCreatedObjectsGraphServicePrincipalRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemCreatedObjectsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCreatedObjectsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_drive_request_builder.go b/users/item_drive_request_builder.go
index 87eeecce4c8..90be234c910 100644
--- a/users/item_drive_request_builder.go
+++ b/users/item_drive_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemDriveRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemDriveRequestBuilderGetQueryParameters 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.
+// ItemDriveRequestBuilderGetQueryParameters 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.
type ItemDriveRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemDriveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
urlParams["request-raw-url"] = rawUrl
return NewItemDriveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemDriveRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Driveable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemDriveRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDriveRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_drives_request_builder.go b/users/item_drives_request_builder.go
index 388997d96c2..c2a362f3215 100644
--- a/users/item_drives_request_builder.go
+++ b/users/item_drives_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemDrivesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemDrivesRequestBuilderGetQueryParameters retrieve the list of Drive resources available for a target User, Group, or Site. This API is supported in the following national cloud deployments.
+// ItemDrivesRequestBuilderGetQueryParameters retrieve the list of Drive resources available for a target User, Group, or Site. This API is available in the following national cloud deployments.
type ItemDrivesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemDrivesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *ItemDrivesRequestBuilder) Count()(*ItemDrivesCountRequestBuilder) {
return NewItemDrivesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of Drive resources available for a target User, Group, or Site. This API is supported in the following national cloud deployments.
+// Get retrieve the list of Drive resources available for a target User, Group, or Site. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemDrivesRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve the list of Drive resources available for a target User, Group, or Site. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of Drive resources available for a target User, Group, or Site. This API is available in the following national cloud deployments.
func (m *ItemDrivesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDrivesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_employee_experience_learning_course_activities_learning_course_activity_item_request_builder.go b/users/item_employee_experience_learning_course_activities_learning_course_activity_item_request_builder.go
index e976d377abe..bcbed117586 100644
--- a/users/item_employee_experience_learning_course_activities_learning_course_activity_item_request_builder.go
+++ b/users/item_employee_experience_learning_course_activities_learning_course_activity_item_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters 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.
+// ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters 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.
type ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItem
urlParams["request-raw-url"] = rawUrl
return NewItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityIte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEmployeeExperienceLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_employee_experience_learning_course_activities_request_builder.go b/users/item_employee_experience_learning_course_activities_request_builder.go
index 178e85b65fa..fb613c3b79d 100644
--- a/users/item_employee_experience_learning_course_activities_request_builder.go
+++ b/users/item_employee_experience_learning_course_activities_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEmployeeExperienceLearningCourseActivitiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEmployeeExperienceLearningCourseActivitiesRequestBuilderGetQueryParameters get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is supported in the following national cloud deployments.
+// ItemEmployeeExperienceLearningCourseActivitiesRequestBuilderGetQueryParameters get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is available in the following national cloud deployments.
type ItemEmployeeExperienceLearningCourseActivitiesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemEmployeeExperienceLearningCourseActivitiesRequestBuilder(rawUrl stri
func (m *ItemEmployeeExperienceLearningCourseActivitiesRequestBuilder) Count()(*ItemEmployeeExperienceLearningCourseActivitiesCountRequestBuilder) {
return NewItemEmployeeExperienceLearningCourseActivitiesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/learningcourseactivity-list?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemEmployeeExperienceLearningCourseActivitiesRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningCourseActivityCollectionResponseable), nil
}
-// ToGetRequestInformation get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is available in the following national cloud deployments.
func (m *ItemEmployeeExperienceLearningCourseActivitiesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEmployeeExperienceLearningCourseActivitiesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_delta_request_builder.go b/users/item_events_delta_request_builder.go
index 9f063f7445b..d51d1652a40 100644
--- a/users/item_events_delta_request_builder.go
+++ b/users/item_events_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemEventsDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsDeltaRequestBuilderGetQueryParameters 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.
+// ItemEventsDeltaRequestBuilderGetQueryParameters 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.
type ItemEventsDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemEventsDeltaRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(ItemEventsDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemEventsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Contex
}
return res.(ItemEventsDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEventsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_event_item_request_builder.go b/users/item_events_event_item_request_builder.go
index 91c81e636a6..a4bc1b9c360 100644
--- a/users/item_events_event_item_request_builder.go
+++ b/users/item_events_event_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemEventsEventItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemEventsEventItemRequestBuilderGetQueryParameters 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.
+// ItemEventsEventItemRequestBuilderGetQueryParameters 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.
type ItemEventsEventItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func NewItemEventsEventItemRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemEventsEventItemRequestBuilder) Decline()(*ItemEventsItemDeclineRequestBuilder) {
return NewItemEventsItemDeclineRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0
@@ -105,7 +105,7 @@ func (m *ItemEventsEventItemRequestBuilder) Extensions()(*ItemEventsItemExtensio
func (m *ItemEventsEventItemRequestBuilder) Forward()(*ItemEventsItemForwardRequestBuilder) {
return NewItemEventsItemForwardRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0
@@ -131,7 +131,7 @@ func (m *ItemEventsEventItemRequestBuilder) Get(ctx context.Context, requestConf
func (m *ItemEventsEventItemRequestBuilder) Instances()(*ItemEventsItemInstancesRequestBuilder) {
return NewItemEventsItemInstancesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of the event object. This API is supported in the following national cloud deployments.
+// Patch update the properties of the event object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-update?view=graph-rest-1.0
@@ -161,7 +161,7 @@ func (m *ItemEventsEventItemRequestBuilder) SnoozeReminder()(*ItemEventsItemSnoo
func (m *ItemEventsEventItemRequestBuilder) TentativelyAccept()(*ItemEventsItemTentativelyAcceptRequestBuilder) {
return NewItemEventsItemTentativelyAcceptRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemEventsEventItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemEventsEventItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -173,7 +173,7 @@ func (m *ItemEventsEventItemRequestBuilder) ToDeleteRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEventsEventItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsEventItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -189,7 +189,7 @@ func (m *ItemEventsEventItemRequestBuilder) ToGetRequestInformation(ctx context.
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of the event object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of the event object. This API is available in the following national cloud deployments.
func (m *ItemEventsEventItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemEventsEventItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_accept_post_request_body.go b/users/item_events_item_accept_post_request_body.go
index 4f35c0e1e45..bc2861470f8 100644
--- a/users/item_events_item_accept_post_request_body.go
+++ b/users/item_events_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemAcceptPostRequestBody()(*ItemEventsItemAcceptPostRequestBo
func CreateItemEventsItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetFieldDeserializers()(map[string
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemEventsItemAcceptPostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemEventsItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_events_item_accept_request_builder.go b/users/item_events_item_accept_request_builder.go
index 0be890632aa..5c8a06bdd22 100644
--- a/users/item_events_item_accept_request_builder.go
+++ b/users/item_events_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemAcceptRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemAcceptRequestBuilder) Post(ctx context.Context, body Item
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_attachments_attachment_item_request_builder.go b/users/item_events_item_attachments_attachment_item_request_builder.go
index 305799dbfac..4d9f74b67a5 100644
--- a/users/item_events_item_attachments_attachment_item_request_builder.go
+++ b/users/item_events_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemEventsItemAttachmentsAttachmentItemRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemEventsItemAttachmentsAttachmentItemRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemEventsItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_attachments_create_upload_session_post_request_body.go b/users/item_events_item_attachments_create_upload_session_post_request_body.go
index 02a1ac12409..7a5166fc7bf 100644
--- a/users/item_events_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_events_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemAttachmentsCreateUploadSessionPostRequestBody()(*ItemEvent
func CreateItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachm
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDe
// Serialize serializes information the current object
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_events_item_attachments_create_upload_session_request_builder.go b/users/item_events_item_attachments_create_upload_session_request_builder.go
index a7c1c3f9225..75646551705 100644
--- a/users/item_events_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_events_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemEventsItemAttachmentsCreateUploadSessionRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemEventsItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_attachments_request_builder.go b/users/item_events_item_attachments_request_builder.go
index ae21254376d..dd8565e145c 100644
--- a/users/item_events_item_attachments_request_builder.go
+++ b/users/item_events_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemEventsItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemEventsItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Count()(*ItemEventsItemAttachm
func (m *ItemEventsItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemEventsItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemEventsItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_cancel_post_request_body.go b/users/item_events_item_cancel_post_request_body.go
index 5348681c8e3..4e8cf5a1a0e 100644
--- a/users/item_events_item_cancel_post_request_body.go
+++ b/users/item_events_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemCancelPostRequestBody()(*ItemEventsItemCancelPostRequestBo
func CreateItemEventsItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemCancelPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemCancelPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemEventsItemCancelPostRequestBody) GetFieldDeserializers()(map[string
// Serialize serializes information the current object
func (m *ItemEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemEventsItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_events_item_cancel_request_builder.go b/users/item_events_item_cancel_request_builder.go
index a3944f5e3c1..0357719dfe0 100644
--- a/users/item_events_item_cancel_request_builder.go
+++ b/users/item_events_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemCancelRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemCancelRequestBuilder) Post(ctx context.Context, body Item
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemCancelPostRequestBodyable, requestConfiguration *ItemEventsItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_decline_post_request_body.go b/users/item_events_item_decline_post_request_body.go
index fb4f441d8d5..2dba5b556cc 100644
--- a/users/item_events_item_decline_post_request_body.go
+++ b/users/item_events_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemDeclinePostRequestBody()(*ItemEventsItemDeclinePostRequest
func CreateItemEventsItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetFieldDeserializers()(map[strin
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetProposedNewTime()(iadcd8112441
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemDeclinePostRequestBody) GetSendResponse()(*bool) {
// Serialize serializes information the current object
func (m *ItemEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_events_item_decline_request_builder.go b/users/item_events_item_decline_request_builder.go
index f261b2c72d3..8db0e87d00a 100644
--- a/users/item_events_item_decline_request_builder.go
+++ b/users/item_events_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemDeclineRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemDeclineRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemDeclinePostRequestBodyable, requestConfiguration *ItemEventsItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_dismiss_reminder_request_builder.go b/users/item_events_item_dismiss_reminder_request_builder.go
index a2dc397bfce..61effa08ca7 100644
--- a/users/item_events_item_dismiss_reminder_request_builder.go
+++ b/users/item_events_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemDismissReminderRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemDismissReminderRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_extensions_extension_item_request_builder.go b/users/item_events_item_extensions_extension_item_request_builder.go
index 0a1fae37b4c..848fa86156f 100644
--- a/users/item_events_item_extensions_extension_item_request_builder.go
+++ b/users/item_events_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemEventsItemExtensionsExtensionItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemEventsItemExtensionsExtensionItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemEventsItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_extensions_request_builder.go b/users/item_events_item_extensions_request_builder.go
index 6a0658fa41b..290b9ac45e8 100644
--- a/users/item_events_item_extensions_request_builder.go
+++ b/users/item_events_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemEventsItemExtensionsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemEventsItemExtensionsRequestBuilder) Count()(*ItemEventsItemExtensionsCountRequestBuilder) {
return NewItemEventsItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemEventsItemExtensionsRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemEventsItemExtensionsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemEventsItemExtensionsRequestBuilder) ToGetRequestInformation(ctx con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemEventsItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_forward_post_request_body.go b/users/item_events_item_forward_post_request_body.go
index 110b9ea90a9..167d8a4c347 100644
--- a/users/item_events_item_forward_post_request_body.go
+++ b/users/item_events_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemForwardPostRequestBody()(*ItemEventsItemForwardPostRequest
func CreateItemEventsItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemForwardPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetFieldDeserializers()(map[strin
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemEventsItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412
// Serialize serializes information the current object
func (m *ItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemEventsItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_events_item_forward_request_builder.go b/users/item_events_item_forward_request_builder.go
index 1b13423c063..befe778a8df 100644
--- a/users/item_events_item_forward_request_builder.go
+++ b/users/item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemForwardRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemForwardRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_delta_request_builder.go b/users/item_events_item_instances_delta_request_builder.go
index 2834bd9ffd6..664587896e0 100644
--- a/users/item_events_item_instances_delta_request_builder.go
+++ b/users/item_events_item_instances_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemEventsItemInstancesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
+// ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters 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.
type ItemEventsItemInstancesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -53,7 +53,7 @@ func NewItemEventsItemInstancesDeltaRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -76,7 +76,7 @@ func (m *ItemEventsItemInstancesDeltaRequestBuilder) Get(ctx context.Context, re
}
return res.(ItemEventsItemInstancesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0
@@ -98,7 +98,7 @@ func (m *ItemEventsItemInstancesDeltaRequestBuilder) GetAsDeltaGetResponse(ctx c
}
return res.(ItemEventsItemInstancesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEventsItemInstancesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_accept_post_request_body.go b/users/item_events_item_instances_item_accept_post_request_body.go
index 13757d9a6cf..1a79f04d4c6 100644
--- a/users/item_events_item_instances_item_accept_post_request_body.go
+++ b/users/item_events_item_instances_item_accept_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemInstancesItemAcceptPostRequestBody()(*ItemEventsItemInstan
func CreateItemEventsItemInstancesItemAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetComment()(*string)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -62,7 +62,7 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -74,7 +74,7 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetFieldDeserializers
}
return res
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -88,13 +88,13 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) GetSendResponse()(*bo
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -107,25 +107,25 @@ func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_events_item_instances_item_accept_request_builder.go b/users/item_events_item_instances_item_accept_request_builder.go
index f13c7dfbeff..d4e90871727 100644
--- a/users/item_events_item_instances_item_accept_request_builder.go
+++ b/users/item_events_item_instances_item_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemAcceptRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// Post accept the specified event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemAcceptRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation accept the specified event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation accept the specified event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_attachments_attachment_item_request_builder.go b/users/item_events_item_instances_item_attachments_attachment_item_request_builder.go
index 47c840df6c9..10e58123a23 100644
--- a/users/item_events_item_instances_item_attachments_attachment_item_request_builder.go
+++ b/users/item_events_item_instances_item_attachments_attachment_item_request_builder.go
@@ -47,7 +47,7 @@ func NewItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// Delete delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go b/users/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
index b3b3b8168fc..57bf5f9c51f 100644
--- a/users/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_events_item_instances_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody
func CreateItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBod
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_events_item_instances_item_attachments_create_upload_session_request_builder.go b/users/item_events_item_instances_item_attachments_create_upload_session_request_builder.go
index ccbeca22e12..f114e3b1e37 100644
--- a/users/item_events_item_instances_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_events_item_instances_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_attachments_request_builder.go b/users/item_events_item_instances_item_attachments_request_builder.go
index ffc58a70e90..a9d04d74113 100644
--- a/users/item_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_events_item_instances_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemInstancesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
type ItemEventsItemInstancesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Count()(*ItemEven
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemEventsItemInstancesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_cancel_post_request_body.go b/users/item_events_item_instances_item_cancel_post_request_body.go
index 92f9d551b7d..befa94354b0 100644
--- a/users/item_events_item_instances_item_cancel_post_request_body.go
+++ b/users/item_events_item_instances_item_cancel_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemEventsItemInstancesItemCancelPostRequestBody()(*ItemEventsItemInstan
func CreateItemEventsItemInstancesItemCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemCancelPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetComment()(*string)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) GetFieldDeserializers
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemEventsItemInstancesItemCancelPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemCancelPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
diff --git a/users/item_events_item_instances_item_cancel_request_builder.go b/users/item_events_item_instances_item_cancel_request_builder.go
index 4b3088e85c3..78cfb457f28 100644
--- a/users/item_events_item_instances_item_cancel_request_builder.go
+++ b/users/item_events_item_instances_item_cancel_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemCancelRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemCancelRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemCancelRequestBuilder) Post(ctx context.Conte
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemCancelRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemCancelPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemCancelRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_decline_post_request_body.go b/users/item_events_item_instances_item_decline_post_request_body.go
index a23987d940b..90289dfb512 100644
--- a/users/item_events_item_instances_item_decline_post_request_body.go
+++ b/users/item_events_item_instances_item_decline_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemDeclinePostRequestBody()(*ItemEventsItemInsta
func CreateItemEventsItemInstancesItemDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemDeclinePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializer
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializer
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetFieldDeserializer
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetProposedNewTime()
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) GetSendResponse()(*b
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemDeclinePostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_events_item_instances_item_decline_request_builder.go b/users/item_events_item_instances_item_decline_request_builder.go
index e8219f53ad0..ac56f1fd6f4 100644
--- a/users/item_events_item_instances_item_decline_request_builder.go
+++ b/users/item_events_item_instances_item_decline_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemDeclineRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemDeclineRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemDeclineRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemDeclineRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemDeclinePostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemDeclineRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_dismiss_reminder_request_builder.go b/users/item_events_item_instances_item_dismiss_reminder_request_builder.go
index e6a77bf3df9..e8464aefe4d 100644
--- a/users/item_events_item_instances_item_dismiss_reminder_request_builder.go
+++ b/users/item_events_item_instances_item_dismiss_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemDismissReminderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemDismissReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// Post dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemDismissReminderRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemDismissReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemDismissReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_extensions_extension_item_request_builder.go b/users/item_events_item_instances_item_extensions_extension_item_request_builder.go
index f750115540b..e3f99e877df 100644
--- a/users/item_events_item_instances_item_extensions_extension_item_request_builder.go
+++ b/users/item_events_item_instances_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) Delet
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_extensions_request_builder.go b/users/item_events_item_instances_item_extensions_request_builder.go
index dccbd22e405..552b12ed31d 100644
--- a/users/item_events_item_instances_item_extensions_request_builder.go
+++ b/users/item_events_item_instances_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsItemInstancesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemEventsItemInstancesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemEventsItemInstancesItemExtensionsRequestBuilder(rawUrl string, reque
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Count()(*ItemEventsItemInstancesItemExtensionsCountRequestBuilder) {
return NewItemEventsItemInstancesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsItemInstancesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemEventsItemInstancesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_forward_post_request_body.go b/users/item_events_item_instances_item_forward_post_request_body.go
index 873689aa3ec..58495a3775e 100644
--- a/users/item_events_item_instances_item_forward_post_request_body.go
+++ b/users/item_events_item_instances_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemForwardPostRequestBody()(*ItemEventsItemInsta
func CreateItemEventsItemInstancesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetAdditionalData()(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetComment()(*string
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializer
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetFieldDeserializer
}
return res
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) GetToRecipients()([]
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
@@ -107,7 +107,7 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i87
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -120,25 +120,25 @@ func (m *ItemEventsItemInstancesItemForwardPostRequestBody) Serialize(writer i87
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemEventsItemInstancesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_events_item_instances_item_forward_request_builder.go b/users/item_events_item_instances_item_forward_request_builder.go
index 7104b75bdc6..eb1aed61f5e 100644
--- a/users/item_events_item_instances_item_forward_request_builder.go
+++ b/users/item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemForwardRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemForwardRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_snooze_reminder_post_request_body.go b/users/item_events_item_instances_item_snooze_reminder_post_request_body.go
index cf2e2c81b27..3dedc375461 100644
--- a/users/item_events_item_instances_item_snooze_reminder_post_request_body.go
+++ b/users/item_events_item_instances_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemSnoozeReminderPostRequestBody()(*ItemEventsIt
func CreateItemEventsItemInstancesItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetFieldDeser
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) GetNewReminde
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemInstancesItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_events_item_instances_item_snooze_reminder_request_builder.go b/users/item_events_item_instances_item_snooze_reminder_request_builder.go
index 5a9e1f9d9da..39e00f6a915 100644
--- a/users/item_events_item_instances_item_snooze_reminder_request_builder.go
+++ b/users/item_events_item_instances_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemSnoozeReminderRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemSnoozeReminderRequestBuilder) Post(ctx conte
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemEventsItemInstancesItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_instances_item_tentatively_accept_post_request_body.go b/users/item_events_item_instances_item_tentatively_accept_post_request_body.go
index f18c244bc8a..215639dc089 100644
--- a/users/item_events_item_instances_item_tentatively_accept_post_request_body.go
+++ b/users/item_events_item_instances_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemInstancesItemTentativelyAcceptPostRequestBody()(*ItemEvent
func CreateItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetComment
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetFieldDe
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetPropose
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) GetSendRes
// Serialize serializes information the current object
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemInstancesItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_events_item_instances_item_tentatively_accept_request_builder.go b/users/item_events_item_instances_item_tentatively_accept_request_builder.go
index dba59dc549e..2462c6a491b 100644
--- a/users/item_events_item_instances_item_tentatively_accept_request_builder.go
+++ b/users/item_events_item_instances_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemTentativelyAcceptRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) Post(ctx co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemInstancesItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_snooze_reminder_post_request_body.go b/users/item_events_item_snooze_reminder_post_request_body.go
index f3f4bb733dc..42eaa9ffa4f 100644
--- a/users/item_events_item_snooze_reminder_post_request_body.go
+++ b/users/item_events_item_snooze_reminder_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemSnoozeReminderPostRequestBody()(*ItemEventsItemSnoozeRemin
func CreateItemEventsItemSnoozeReminderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemSnoozeReminderPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["newReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["NewReminderTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDateTimeTimeZoneFromDiscriminatorValue)
if err != nil {
return err
@@ -54,7 +54,7 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetFieldDeserializers()(ma
}
return res
}
-// GetNewReminderTime gets the newReminderTime property value. The NewReminderTime property
+// GetNewReminderTime gets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) {
val, err := m.GetBackingStore().Get("newReminderTime")
if err != nil {
@@ -68,7 +68,7 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) GetNewReminderTime()(iadcd
// Serialize serializes information the current object
func (m *ItemEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("newReminderTime", m.GetNewReminderTime())
+ err := writer.WriteObjectValue("NewReminderTime", m.GetNewReminderTime())
if err != nil {
return err
}
@@ -81,18 +81,18 @@ func (m *ItemEventsItemSnoozeReminderPostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemSnoozeReminderPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetNewReminderTime sets the newReminderTime property value. The NewReminderTime property
+// SetNewReminderTime sets the NewReminderTime property value. The NewReminderTime property
func (m *ItemEventsItemSnoozeReminderPostRequestBody) SetNewReminderTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)() {
err := m.GetBackingStore().Set("newReminderTime", value)
if err != nil {
diff --git a/users/item_events_item_snooze_reminder_request_builder.go b/users/item_events_item_snooze_reminder_request_builder.go
index e7f26223848..130ef6cb17a 100644
--- a/users/item_events_item_snooze_reminder_request_builder.go
+++ b/users/item_events_item_snooze_reminder_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemSnoozeReminderRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemSnoozeReminderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// Post postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemSnoozeReminderRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments.
func (m *ItemEventsItemSnoozeReminderRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemSnoozeReminderPostRequestBodyable, requestConfiguration *ItemEventsItemSnoozeReminderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_item_tentatively_accept_post_request_body.go b/users/item_events_item_tentatively_accept_post_request_body.go
index e9d02418a29..fcf584b9499 100644
--- a/users/item_events_item_tentatively_accept_post_request_body.go
+++ b/users/item_events_item_tentatively_accept_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemEventsItemTentativelyAcceptPostRequestBody()(*ItemEventsItemTentativ
func CreateItemEventsItemTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemTentativelyAcceptPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetAdditionalData()(map
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()
}
return nil
}
- res["proposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ProposedNewTime"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateTimeSlotFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()
}
return nil
}
- res["sendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SendResponse"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -85,7 +85,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetFieldDeserializers()
}
return res
}
-// GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
+// GetProposedNewTime gets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) {
val, err := m.GetBackingStore().Get("proposedNewTime")
if err != nil {
@@ -96,7 +96,7 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetProposedNewTime()(ia
}
return nil
}
-// GetSendResponse gets the sendResponse property value. The SendResponse property
+// GetSendResponse gets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool) {
val, err := m.GetBackingStore().Get("sendResponse")
if err != nil {
@@ -110,19 +110,19 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) GetSendResponse()(*bool
// Serialize serializes information the current object
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("proposedNewTime", m.GetProposedNewTime())
+ err := writer.WriteObjectValue("ProposedNewTime", m.GetProposedNewTime())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("sendResponse", m.GetSendResponse())
+ err := writer.WriteBoolValue("SendResponse", m.GetSendResponse())
if err != nil {
return err
}
@@ -135,32 +135,32 @@ func (m *ItemEventsItemTentativelyAcceptPostRequestBody) Serialize(writer i878a8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
+// SetProposedNewTime sets the ProposedNewTime property value. The ProposedNewTime property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)() {
err := m.GetBackingStore().Set("proposedNewTime", value)
if err != nil {
panic(err)
}
}
-// SetSendResponse sets the sendResponse property value. The SendResponse property
+// SetSendResponse sets the SendResponse property value. The SendResponse property
func (m *ItemEventsItemTentativelyAcceptPostRequestBody) SetSendResponse(value *bool)() {
err := m.GetBackingStore().Set("sendResponse", value)
if err != nil {
diff --git a/users/item_events_item_tentatively_accept_request_builder.go b/users/item_events_item_tentatively_accept_request_builder.go
index 431bf7b13d3..01f9f1986ec 100644
--- a/users/item_events_item_tentatively_accept_request_builder.go
+++ b/users/item_events_item_tentatively_accept_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemTentativelyAcceptRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemTentativelyAcceptRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemEventsItemTentativelyAcceptRequestBuilder) Post(ctx context.Context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsItemTentativelyAcceptRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemTentativelyAcceptPostRequestBodyable, requestConfiguration *ItemEventsItemTentativelyAcceptRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_events_request_builder.go b/users/item_events_request_builder.go
index 8ed504c77fd..15346887249 100644
--- a/users/item_events_request_builder.go
+++ b/users/item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsRequestBuilderGetQueryParameters 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.
+// ItemEventsRequestBuilderGetQueryParameters 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.
type ItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func (m *ItemEventsRequestBuilder) Count()(*ItemEventsCountRequestBuilder) {
func (m *ItemEventsRequestBuilder) Delta()(*ItemEventsDeltaRequestBuilder) {
return NewItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0
@@ -98,10 +98,10 @@ func (m *ItemEventsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/multivaluelegacyextendedproperty-post-multivalueextendedproperties?view=graph-rest-1.0
func (m *ItemEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemEventsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -136,7 +136,7 @@ func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context,
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_export_personal_data_post_request_body.go b/users/item_export_personal_data_post_request_body.go
index 1f9f70be5fa..4b290be5376 100644
--- a/users/item_export_personal_data_post_request_body.go
+++ b/users/item_export_personal_data_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemExportPersonalDataPostRequestBody()(*ItemExportPersonalDataPostReque
func CreateItemExportPersonalDataPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemExportPersonalDataPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemExportPersonalDataPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemExportPersonalDataPostRequestBody) GetAdditionalData()(map[string]a
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemExportPersonalDataPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemExportPersonalDataPostRequestBody) Serialize(writer i878a80d2330e89
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemExportPersonalDataPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemExportPersonalDataPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_export_personal_data_request_builder.go b/users/item_export_personal_data_request_builder.go
index ab92db652c6..0c52065c68d 100644
--- a/users/item_export_personal_data_request_builder.go
+++ b/users/item_export_personal_data_request_builder.go
@@ -30,7 +30,7 @@ func NewItemExportPersonalDataRequestBuilder(rawUrl string, requestAdapter i2ae4
urlParams["request-raw-url"] = rawUrl
return NewItemExportPersonalDataRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemExportPersonalDataRequestBuilder) Post(ctx context.Context, body It
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemExportPersonalDataRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemExportPersonalDataPostRequestBodyable, requestConfiguration *ItemExportPersonalDataRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_find_meeting_times_post_request_body.go b/users/item_find_meeting_times_post_request_body.go
index 14966061307..f159ed62821 100644
--- a/users/item_find_meeting_times_post_request_body.go
+++ b/users/item_find_meeting_times_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemFindMeetingTimesPostRequestBody()(*ItemFindMeetingTimesPostRequestBo
func CreateItemFindMeetingTimesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemFindMeetingTimesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemFindMeetingTimesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemFindMeetingTimesPostRequestBody) GetAttendees()([]iadcd81124412c61e
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemFindMeetingTimesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -282,7 +282,7 @@ func (m *ItemFindMeetingTimesPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemFindMeetingTimesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -296,7 +296,7 @@ func (m *ItemFindMeetingTimesPostRequestBody) SetAttendees(value []iadcd81124412
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemFindMeetingTimesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_find_meeting_times_request_builder.go b/users/item_find_meeting_times_request_builder.go
index 01cc38c2079..354ad72aebf 100644
--- a/users/item_find_meeting_times_request_builder.go
+++ b/users/item_find_meeting_times_request_builder.go
@@ -31,7 +31,7 @@ func NewItemFindMeetingTimesRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemFindMeetingTimesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemFindMeetingTimesRequestBuilder) Post(ctx context.Context, body Item
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingTimeSuggestionsResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemFindMeetingTimesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemFindMeetingTimesPostRequestBodyable, requestConfiguration *ItemFindMeetingTimesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_followed_sites_request_builder.go b/users/item_followed_sites_request_builder.go
index b611314fc07..b92df6b652d 100644
--- a/users/item_followed_sites_request_builder.go
+++ b/users/item_followed_sites_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemFollowedSitesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemFollowedSitesRequestBuilderGetQueryParameters list the sites that have been followed by the signed in user. This API is supported in the following national cloud deployments.
+// ItemFollowedSitesRequestBuilderGetQueryParameters list the sites that have been followed by the signed in user. This API is available in the following national cloud deployments.
type ItemFollowedSitesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemFollowedSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
func (m *ItemFollowedSitesRequestBuilder) Count()(*ItemFollowedSitesCountRequestBuilder) {
return NewItemFollowedSitesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list the sites that have been followed by the signed in user. This API is supported in the following national cloud deployments.
+// Get list the sites that have been followed by the signed in user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemFollowedSitesRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SiteCollectionResponseable), nil
}
-// ToGetRequestInformation list the sites that have been followed by the signed in user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list the sites that have been followed by the signed in user. This API is available in the following national cloud deployments.
func (m *ItemFollowedSitesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFollowedSitesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_get_mail_tips_post_request_body.go b/users/item_get_mail_tips_post_request_body.go
index a029779ae0a..0935e3b10c4 100644
--- a/users/item_get_mail_tips_post_request_body.go
+++ b/users/item_get_mail_tips_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemGetMailTipsPostRequestBody()(*ItemGetMailTipsPostRequestBody) {
func CreateItemGetMailTipsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMailTipsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMailTipsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemGetMailTipsPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMailTipsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetEmailAddresses gets the emailAddresses property value. The EmailAddresses property
+// GetEmailAddresses gets the EmailAddresses property value. The EmailAddresses property
func (m *ItemGetMailTipsPostRequestBody) GetEmailAddresses()([]string) {
val, err := m.GetBackingStore().Get("emailAddresses")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemGetMailTipsPostRequestBody) GetEmailAddresses()([]string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemGetMailTipsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["emailAddresses"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["EmailAddresses"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
if err != nil {
return err
@@ -69,7 +69,7 @@ func (m *ItemGetMailTipsPostRequestBody) GetFieldDeserializers()(map[string]func
}
return nil
}
- res["mailTipsOptions"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["MailTipsOptions"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetEnumValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseMailTipsType)
if err != nil {
return err
@@ -81,7 +81,7 @@ func (m *ItemGetMailTipsPostRequestBody) GetFieldDeserializers()(map[string]func
}
return res
}
-// GetMailTipsOptions gets the mailTipsOptions property value. The MailTipsOptions property
+// GetMailTipsOptions gets the MailTipsOptions property value. The MailTipsOptions property
func (m *ItemGetMailTipsPostRequestBody) GetMailTipsOptions()(*iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailTipsType) {
val, err := m.GetBackingStore().Get("mailTipsOptions")
if err != nil {
@@ -95,14 +95,14 @@ func (m *ItemGetMailTipsPostRequestBody) GetMailTipsOptions()(*iadcd81124412c61e
// Serialize serializes information the current object
func (m *ItemGetMailTipsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
if m.GetEmailAddresses() != nil {
- err := writer.WriteCollectionOfStringValues("emailAddresses", m.GetEmailAddresses())
+ err := writer.WriteCollectionOfStringValues("EmailAddresses", m.GetEmailAddresses())
if err != nil {
return err
}
}
if m.GetMailTipsOptions() != nil {
cast := (*m.GetMailTipsOptions()).String()
- err := writer.WriteStringValue("mailTipsOptions", &cast)
+ err := writer.WriteStringValue("MailTipsOptions", &cast)
if err != nil {
return err
}
@@ -115,25 +115,25 @@ func (m *ItemGetMailTipsPostRequestBody) Serialize(writer i878a80d2330e89d268963
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMailTipsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMailTipsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetEmailAddresses sets the emailAddresses property value. The EmailAddresses property
+// SetEmailAddresses sets the EmailAddresses property value. The EmailAddresses property
func (m *ItemGetMailTipsPostRequestBody) SetEmailAddresses(value []string)() {
err := m.GetBackingStore().Set("emailAddresses", value)
if err != nil {
panic(err)
}
}
-// SetMailTipsOptions sets the mailTipsOptions property value. The MailTipsOptions property
+// SetMailTipsOptions sets the MailTipsOptions property value. The MailTipsOptions property
func (m *ItemGetMailTipsPostRequestBody) SetMailTipsOptions(value *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailTipsType)() {
err := m.GetBackingStore().Set("mailTipsOptions", value)
if err != nil {
diff --git a/users/item_get_mail_tips_request_builder.go b/users/item_get_mail_tips_request_builder.go
index 3cc9e49e964..bc3ccc41ef8 100644
--- a/users/item_get_mail_tips_request_builder.go
+++ b/users/item_get_mail_tips_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMailTipsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
urlParams["request-raw-url"] = rawUrl
return NewItemGetMailTipsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMailTipsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMailTipsRequestBuilder) Post(ctx context.Context, body ItemGetMa
}
return res.(ItemGetMailTipsResponseable), nil
}
-// PostAsGetMailTipsPostResponse 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.
+// PostAsGetMailTipsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMailTipsRequestBuilder) PostAsGetMailTipsPostResponse(ctx contex
}
return res.(ItemGetMailTipsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMailTipsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMailTipsPostRequestBodyable, requestConfiguration *ItemGetMailTipsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_get_member_groups_post_request_body.go b/users/item_get_member_groups_post_request_body.go
index b2935d03a7b..20002a7edae 100644
--- a/users/item_get_member_groups_post_request_body.go
+++ b/users/item_get_member_groups_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberGroupsPostRequestBody()(*ItemGetMemberGroupsPostRequestBody
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_get_member_groups_request_builder.go b/users/item_get_member_groups_request_builder.go
index fbcda5abad9..c51177a1977 100644
--- a/users/item_get_member_groups_request_builder.go
+++ b/users/item_get_member_groups_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemG
}
return res.(ItemGetMemberGroupsResponseable), nil
}
-// PostAsGetMemberGroupsPostResponse 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.
+// PostAsGetMemberGroupsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ct
}
return res.(ItemGetMemberGroupsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_get_member_objects_post_request_body.go b/users/item_get_member_objects_post_request_body.go
index 3291d3d6c8f..fd74e6526c7 100644
--- a/users/item_get_member_objects_post_request_body.go
+++ b/users/item_get_member_objects_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemGetMemberObjectsPostRequestBody()(*ItemGetMemberObjectsPostRequestBo
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_get_member_objects_request_builder.go b/users/item_get_member_objects_request_builder.go
index a471f6cf124..9ff432c299b 100644
--- a/users/item_get_member_objects_request_builder.go
+++ b/users/item_get_member_objects_request_builder.go
@@ -30,7 +30,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body Item
}
return res.(ItemGetMemberObjectsResponseable), nil
}
-// PostAsGetMemberObjectsPostResponse 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.
+// PostAsGetMemberObjectsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(
}
return res.(ItemGetMemberObjectsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_inference_classification_overrides_inference_classification_override_item_request_builder.go b/users/item_inference_classification_overrides_inference_classification_override_item_request_builder.go
index ff9c8b0597f..bc4e39089c9 100644
--- a/users/item_inference_classification_overrides_inference_classification_override_item_request_builder.go
+++ b/users/item_inference_classification_overrides_inference_classification_override_item_request_builder.go
@@ -52,7 +52,7 @@ func NewItemInferenceClassificationOverridesInferenceClassificationOverrideItemR
urlParams["request-raw-url"] = rawUrl
return NewItemInferenceClassificationOverridesInferenceClassificationOverrideItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an override specified by its ID. This API is supported in the following national cloud deployments.
+// Delete delete an override specified by its ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemInferenceClassificationOverridesInferenceClassificationOverrideItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-update?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemInferenceClassificationOverridesInferenceClassificationOverrideItem
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable), nil
}
-// ToDeleteRequestInformation delete an override specified by its ID. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an override specified by its ID. This API is available in the following national cloud deployments.
func (m *ItemInferenceClassificationOverridesInferenceClassificationOverrideItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemInferenceClassificationOverridesInferenceClassificationOverrideItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -140,7 +140,7 @@ func (m *ItemInferenceClassificationOverridesInferenceClassificationOverrideItem
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemInferenceClassificationOverridesInferenceClassificationOverrideItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable, requestConfiguration *ItemInferenceClassificationOverridesInferenceClassificationOverrideItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_inference_classification_overrides_request_builder.go b/users/item_inference_classification_overrides_request_builder.go
index 47e4534bc91..9355a5eb586 100644
--- a/users/item_inference_classification_overrides_request_builder.go
+++ b/users/item_inference_classification_overrides_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemInferenceClassificationOverridesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemInferenceClassificationOverridesRequestBuilderGetQueryParameters 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.
+// ItemInferenceClassificationOverridesRequestBuilderGetQueryParameters 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.
type ItemInferenceClassificationOverridesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemInferenceClassificationOverridesRequestBuilder(rawUrl string, reques
func (m *ItemInferenceClassificationOverridesRequestBuilder) Count()(*ItemInferenceClassificationOverridesCountRequestBuilder) {
return NewItemInferenceClassificationOverridesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemInferenceClassificationOverridesRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemInferenceClassificationOverridesRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemInferenceClassificationOverridesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInferenceClassificationOverridesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemInferenceClassificationOverridesRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemInferenceClassificationOverridesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable, requestConfiguration *ItemInferenceClassificationOverridesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_insights_shared_request_builder.go b/users/item_insights_shared_request_builder.go
index ea81dd57e7e..d7b5c8ec1ab 100644
--- a/users/item_insights_shared_request_builder.go
+++ b/users/item_insights_shared_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemInsightsSharedRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemInsightsSharedRequestBuilderGetQueryParameters 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.
+// ItemInsightsSharedRequestBuilderGetQueryParameters 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.
type ItemInsightsSharedRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemInsightsSharedRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemInsightsSharedRequestBuilder) Count()(*ItemInsightsSharedCountRequestBuilder) {
return NewItemInsightsSharedCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/insights-list-shared?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemInsightsSharedRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedInsightable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemInsightsSharedRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInsightsSharedRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_insights_trending_request_builder.go b/users/item_insights_trending_request_builder.go
index b39f97f055e..10ea88f8377 100644
--- a/users/item_insights_trending_request_builder.go
+++ b/users/item_insights_trending_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemInsightsTrendingRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemInsightsTrendingRequestBuilderGetQueryParameters calculated insight that includes a list of documents trending around the user. This API is supported in the following national cloud deployments.
+// ItemInsightsTrendingRequestBuilderGetQueryParameters calculated insight that includes a list of documents trending around the user. This API is available in the following national cloud deployments.
type ItemInsightsTrendingRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemInsightsTrendingRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemInsightsTrendingRequestBuilder) Count()(*ItemInsightsTrendingCountRequestBuilder) {
return NewItemInsightsTrendingCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get calculated insight that includes a list of documents trending around the user. This API is supported in the following national cloud deployments.
+// Get calculated insight that includes a list of documents trending around the user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/insights-list-trending?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemInsightsTrendingRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable), nil
}
-// ToGetRequestInformation calculated insight that includes a list of documents trending around the user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation calculated insight that includes a list of documents trending around the user. This API is available in the following national cloud deployments.
func (m *ItemInsightsTrendingRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInsightsTrendingRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_insights_used_request_builder.go b/users/item_insights_used_request_builder.go
index 406cf60bf90..7a5c3d91d20 100644
--- a/users/item_insights_used_request_builder.go
+++ b/users/item_insights_used_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemInsightsUsedRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemInsightsUsedRequestBuilderGetQueryParameters 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.
+// ItemInsightsUsedRequestBuilderGetQueryParameters 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.
type ItemInsightsUsedRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemInsightsUsedRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemInsightsUsedRequestBuilder) Count()(*ItemInsightsUsedCountRequestBuilder) {
return NewItemInsightsUsedCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemInsightsUsedRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UsedInsightable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemInsightsUsedRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemInsightsUsedRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_all_channels_request_builder.go b/users/item_joined_teams_item_all_channels_request_builder.go
index 31f4123dbee..9f7d58758e7 100644
--- a/users/item_joined_teams_item_all_channels_request_builder.go
+++ b/users/item_joined_teams_item_all_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemAllChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemAllChannelsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemAllChannelsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemAllChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemJoinedTeamsItemAllChannelsRequestBuilder(rawUrl string, requestAdapt
func (m *ItemJoinedTeamsItemAllChannelsRequestBuilder) Count()(*ItemJoinedTeamsItemAllChannelsCountRequestBuilder) {
return NewItemJoinedTeamsItemAllChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemJoinedTeamsItemAllChannelsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChannelCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemAllChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemAllChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_archive_post_request_body.go b/users/item_joined_teams_item_archive_post_request_body.go
index 3049ed50bcc..986b738b11b 100644
--- a/users/item_joined_teams_item_archive_post_request_body.go
+++ b/users/item_joined_teams_item_archive_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemArchivePostRequestBody()(*ItemJoinedTeamsItemArchiveP
func CreateItemJoinedTeamsItemArchivePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemArchivePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemArchivePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemArchivePostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemArchivePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemArchivePostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemArchivePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemArchivePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_archive_request_builder.go b/users/item_joined_teams_item_archive_request_builder.go
index 70dfc26c977..4462d700b38 100644
--- a/users/item_joined_teams_item_archive_request_builder.go
+++ b/users/item_joined_teams_item_archive_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemArchiveRequestBuilder(rawUrl string, requestAdapter i
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemArchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemArchiveRequestBuilder) Post(ctx context.Context, bod
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemArchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemArchivePostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemArchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_channel_item_request_builder.go b/users/item_joined_teams_item_channels_channel_item_request_builder.go
index 8e7681044a6..ef0606c0592 100644
--- a/users/item_joined_teams_item_channels_channel_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_channel_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsChannelItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsChannelItemRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsChannelItemRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsChannelItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemJoinedTeamsItemChannelsChannelItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsChannelItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the channel. This API is supported in the following national cloud deployments.
+// Delete delete the channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0
@@ -85,7 +85,7 @@ func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) DoesUserHaveAcces
func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) FilesFolder()(*ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) Members()(*ItemJo
func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) Messages()(*ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of the specified channel. This API is supported in the following national cloud deployments.
+// Patch update the properties of the specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0
@@ -153,7 +153,7 @@ func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) SharedWithTeams()
func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) Tabs()(*ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemTabsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete the channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsChannelItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsChannelItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -181,7 +181,7 @@ func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of the specified channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of the specified channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsChannelItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable, requestConfiguration *ItemJoinedTeamsItemChannelsChannelItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_complete_migration_request_builder.go b/users/item_joined_teams_item_channels_item_complete_migration_request_builder.go
index 58744f9cf0e..0c56073520a 100644
--- a/users/item_joined_teams_item_channels_item_complete_migration_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemCompleteMigrationRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemChannelsItemCompleteMigrationRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index cca00fe2440..cef256a38a7 100644
--- a/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTen
func CreateItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_channels_item_files_folder_request_builder.go b/users/item_joined_teams_item_channels_item_files_folder_request_builder.go
index 67b4e48dc4c..798b54ce644 100644
--- a/users/item_joined_teams_item_channels_item_files_folder_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilder(rawUrl string,
func (m *ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilder) Content()(*ItemJoinedTeamsItemChannelsItemFilesFolderContentRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilder) Get(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_members_add_post_request_body.go b/users/item_joined_teams_item_channels_item_members_add_post_request_body.go
index fe082512b44..0da45c4dd43 100644
--- a/users/item_joined_teams_item_channels_item_members_add_post_request_body.go
+++ b/users/item_joined_teams_item_channels_item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody()(*ItemJoinedTe
func CreateItemJoinedTeamsItemChannelsItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_channels_item_members_add_request_builder.go b/users/item_joined_teams_item_channels_item_members_add_request_builder.go
index bd09801c9bf..da2c25121dc 100644
--- a/users/item_joined_teams_item_channels_item_members_add_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemMembersAddRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersAddRequestBuilder) Post(ctx conte
}
return res.(ItemJoinedTeamsItemChannelsItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersAddRequestBuilder) PostAsAddPostR
}
return res.(ItemJoinedTeamsItemChannelsItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemChannelsItemMembersAddPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_members_conversation_member_item_request_builder.go b/users/item_joined_teams_item_channels_item_members_conversation_member_item_request_builder.go
index 972d1851dba..e9c24e4fc37 100644
--- a/users/item_joined_teams_item_channels_item_members_conversation_member_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderD
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuil
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuil
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuil
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_members_request_builder.go b/users/item_joined_teams_item_channels_item_members_request_builder.go
index 68ff48e0d27..d11f45d8174 100644
--- a/users/item_joined_teams_item_channels_item_members_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemMembersRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemJoinedTeamsItemChannelsItemMembersRequestBuilder(rawUrl string, requ
func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsItemMembersCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) Post(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_chat_message_item_request_builder.go b/users/item_joined_teams_item_channels_item_messages_chat_message_item_request_builder.go
index 520fe2457b2..2dd8e4d43d1 100644
--- a/users/item_joined_teams_item_channels_item_messages_chat_message_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) D
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) G
func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) HostedContents()(*ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 3f26e728cf4..35f062ba4e4 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHos
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHos
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_request_builder.go
index 3a431b3d283..e1c869230d3 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder(
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go
index 02d9018b23b..2fd0577a1b0 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemReques
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index b8d3a2eabd5..fc653e78b40 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMes
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsCha
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsCha
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
index 08c6e161f07..da805d4b0cb 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequ
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsReq
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go b/users/item_joined_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
index b9fd798451a..ac194ecb3a8 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostReq
func CreateItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRe
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRe
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
index 2e8cfd29159..9ad1d2dd559 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestB
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequest
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
index 8a076f0b7c8..e88175fa3ae 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequ
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteReq
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go b/users/item_joined_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
index f4ac153e58c..9d12eab625a 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostR
func CreateItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go
index 862988413a4..87d13f1cdeb 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Count
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Delta()(*ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_set_reaction_post_request_body.go b/users/item_joined_teams_item_channels_item_messages_item_set_reaction_post_request_body.go
index e4c3c429f7b..9a4d006f2cc 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_set_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody()(
func CreateItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_channels_item_messages_item_soft_delete_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_soft_delete_request_builder.go
index 348adf01916..60284f720c5 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go
index f485c3f79a6..de784cb664d 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go b/users/item_joined_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go
index e21012d0fea..b0248ee2873 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody(
func CreateItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_channels_item_messages_request_builder.go b/users/item_joined_teams_item_channels_item_messages_request_builder.go
index 7ba7ece4617..5dd8318af8b 100644
--- a/users/item_joined_teams_item_channels_item_messages_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemMessagesRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) Count()(*ItemJoi
func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) Delta()(*ItemJoinedTeamsItemChannelsItemMessagesDeltaRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) ToGetRequestInfo
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_provision_email_request_builder.go b/users/item_joined_teams_item_channels_item_provision_email_request_builder.go
index 01d83214c36..1b44576cc41 100644
--- a/users/item_joined_teams_item_channels_item_provision_email_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewItemJoinedTeamsItemChannelsItemProvisionEmailRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemJoinedTeamsItemChannelsItemProvisionEmailRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_remove_email_request_builder.go b/users/item_joined_teams_item_channels_item_remove_email_request_builder.go
index 7b56d4a7924..6a9bf77e72f 100644
--- a/users/item_joined_teams_item_channels_item_remove_email_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemChannelsItemRemoveEmailRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemChannelsItemRemoveEmailRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go b/users/item_joined_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
index 997ee34b479..daa738fea26 100644
--- a/users/item_joined_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestB
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequest
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_shared_with_teams_request_builder.go b/users/item_joined_teams_item_channels_item_shared_with_teams_request_builder.go
index 46042848991..562dbc3c7e4 100644
--- a/users/item_joined_teams_item_channels_item_shared_with_teams_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilder(rawUrl stri
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsItemSharedWithTeamsCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/users/item_joined_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index 2bf86516389..41b38c36240 100644
--- a/users/item_joined_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItem
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoI
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfo
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfo
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*ItemJoinedTeamsItemChannelsItemSharedWithTeamsItemTeamRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_tabs_request_builder.go b/users/item_joined_teams_item_channels_item_tabs_request_builder.go
index 12a9d2708df..3af6c4dbb11 100644
--- a/users/item_joined_teams_item_channels_item_tabs_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsItemTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsItemTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsItemTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemChannelsItemTabsRequestBuilder(rawUrl string, request
func (m *ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsItemTabsCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemJoinedTeamsItemChannelsItemTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_item_tabs_teams_tab_item_request_builder.go b/users/item_joined_teams_item_channels_item_tabs_teams_tab_item_request_builder.go
index bacf77a2ea6..38a89134c05 100644
--- a/users/item_joined_teams_item_channels_item_tabs_teams_tab_item_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) Delete(c
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) Patch(ct
func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemJoinedTeamsItemChannelsItemTabsItemTeamsAppRequestBuilder) {
return NewItemJoinedTeamsItemChannelsItemTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemJoinedTeamsItemChannelsItemTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_channels_request_builder.go b/users/item_joined_teams_item_channels_request_builder.go
index 8999f0cc8c7..cfdacd56545 100644
--- a/users/item_joined_teams_item_channels_request_builder.go
+++ b/users/item_joined_teams_item_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemChannelsRequestBuilderGetQueryParameters retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemChannelsRequestBuilderGetQueryParameters retrieve the list of channels in this team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemChannelsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemJoinedTeamsItemChannelsRequestBuilder) Count()(*ItemJoinedTeamsItemChannelsCountRequestBuilder) {
return NewItemJoinedTeamsItemChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of channels in this team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemJoinedTeamsItemChannelsRequestBuilder) Get(ctx context.Context, req
func (m *ItemJoinedTeamsItemChannelsRequestBuilder) GetAllMessages()(*ItemJoinedTeamsItemChannelsGetAllMessagesRequestBuilder) {
return NewItemJoinedTeamsItemChannelsGetAllMessagesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemChannelsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable), nil
}
-// ToGetRequestInformation retrieve the list of channels in this team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of channels in this team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemChannelsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemChannelsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Channelable, requestConfiguration *ItemJoinedTeamsItemChannelsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_clone_post_request_body.go b/users/item_joined_teams_item_clone_post_request_body.go
index c6e0cf00c8f..036b1af4f15 100644
--- a/users/item_joined_teams_item_clone_post_request_body.go
+++ b/users/item_joined_teams_item_clone_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemJoinedTeamsItemClonePostRequestBody()(*ItemJoinedTeamsItemClonePostR
func CreateItemJoinedTeamsItemClonePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemClonePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemClonePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemJoinedTeamsItemClonePostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemClonePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -218,14 +218,14 @@ func (m *ItemJoinedTeamsItemClonePostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemClonePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemClonePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_clone_request_builder.go b/users/item_joined_teams_item_clone_request_builder.go
index 0bfaf87a06e..4b443501b7d 100644
--- a/users/item_joined_teams_item_clone_request_builder.go
+++ b/users/item_joined_teams_item_clone_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemCloneRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemCloneRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemCloneRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemCloneRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemClonePostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemCloneRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_complete_migration_request_builder.go b/users/item_joined_teams_item_complete_migration_request_builder.go
index a241e0ff797..229377171f4 100644
--- a/users/item_joined_teams_item_complete_migration_request_builder.go
+++ b/users/item_joined_teams_item_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemCompleteMigrationRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemCompleteMigrationRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_incoming_channels_request_builder.go b/users/item_joined_teams_item_incoming_channels_request_builder.go
index 405b1e53727..1aef8f2bf3d 100644
--- a/users/item_joined_teams_item_incoming_channels_request_builder.go
+++ b/users/item_joined_teams_item_incoming_channels_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemIncomingChannelsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemIncomingChannelsRequestBuilderGetQueryParameters get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemIncomingChannelsRequestBuilderGetQueryParameters get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemIncomingChannelsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemJoinedTeamsItemIncomingChannelsRequestBuilder(rawUrl string, request
func (m *ItemJoinedTeamsItemIncomingChannelsRequestBuilder) Count()(*ItemJoinedTeamsItemIncomingChannelsCountRequestBuilder) {
return NewItemJoinedTeamsItemIncomingChannelsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// Get get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemJoinedTeamsItemIncomingChannelsRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChannelCollectionResponseable), nil
}
-// ToGetRequestInformation get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemIncomingChannelsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemIncomingChannelsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_installed_apps_item_upgrade_post_request_body.go b/users/item_joined_teams_item_installed_apps_item_upgrade_post_request_body.go
index 51fdc9aa739..ec83d3880df 100644
--- a/users/item_joined_teams_item_installed_apps_item_upgrade_post_request_body.go
+++ b/users/item_joined_teams_item_installed_apps_item_upgrade_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody()(*ItemJoined
func CreateItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_installed_apps_item_upgrade_request_builder.go b/users/item_joined_teams_item_installed_apps_item_upgrade_request_builder.go
index 06ff01ddb05..02c19fb0121 100644
--- a/users/item_joined_teams_item_installed_apps_item_upgrade_request_builder.go
+++ b/users/item_joined_teams_item_installed_apps_item_upgrade_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemInstalledAppsItemUpgradeRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemInstalledAppsItemUpgradeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// Post upgrade an app installation within a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradeRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation upgrade an app installation within a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation upgrade an app installation within a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemInstalledAppsItemUpgradeRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemInstalledAppsItemUpgradePostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemInstalledAppsItemUpgradeRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_installed_apps_request_builder.go b/users/item_joined_teams_item_installed_apps_request_builder.go
index c099888156b..ab4233588b7 100644
--- a/users/item_joined_teams_item_installed_apps_request_builder.go
+++ b/users/item_joined_teams_item_installed_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemInstalledAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemInstalledAppsRequestBuilderGetQueryParameters retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemInstalledAppsRequestBuilderGetQueryParameters retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemInstalledAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemInstalledAppsRequestBuilder(rawUrl string, requestAda
func (m *ItemJoinedTeamsItemInstalledAppsRequestBuilder) Count()(*ItemJoinedTeamsItemInstalledAppsCountRequestBuilder) {
return NewItemJoinedTeamsItemInstalledAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationCollectionResponseable), nil
}
-// Post install an app to the specified team. This API is supported in the following national cloud deployments.
+// Post install an app to the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable), nil
}
-// ToGetRequestInformation retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemInstalledAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation install an app to the specified team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation install an app to the specified team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemInstalledAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsAppInstallationable, requestConfiguration *ItemJoinedTeamsItemInstalledAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_installed_apps_teams_app_installation_item_request_builder.go b/users/item_joined_teams_item_installed_apps_teams_app_installation_item_request_builder.go
index 835113097b4..76b0d0abdd1 100644
--- a/users/item_joined_teams_item_installed_apps_teams_app_installation_item_request_builder.go
+++ b/users/item_joined_teams_item_installed_apps_teams_app_installation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete uninstalls an app from the specified team. This API is supported in the following national cloud deployments.
+// Delete uninstalls an app from the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder)
}
return nil
}
-// Get retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// Get retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder)
func (m *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) TeamsAppDefinition()(*ItemJoinedTeamsItemInstalledAppsItemTeamsAppDefinitionRequestBuilder) {
return NewItemJoinedTeamsItemInstalledAppsItemTeamsAppDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation uninstalls an app from the specified team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation uninstalls an app from the specified team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the app installed in the specified team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the app installed in the specified team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemInstalledAppsTeamsAppInstallationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_members_add_post_request_body.go b/users/item_joined_teams_item_members_add_post_request_body.go
index 73ab18d33b6..933319a4fb2 100644
--- a/users/item_joined_teams_item_members_add_post_request_body.go
+++ b/users/item_joined_teams_item_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemJoinedTeamsItemMembersAddPostRequestBody()(*ItemJoinedTeamsItemMembe
func CreateItemJoinedTeamsItemMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemJoinedTeamsItemMembersAddPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemJoinedTeamsItemMembersAddPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_members_add_request_builder.go b/users/item_joined_teams_item_members_add_request_builder.go
index fe84c7bccdf..c2bc5c12a54 100644
--- a/users/item_joined_teams_item_members_add_request_builder.go
+++ b/users/item_joined_teams_item_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemMembersAddRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemJoinedTeamsItemMembersAddRequestBuilder) Post(ctx context.Context,
}
return res.(ItemJoinedTeamsItemMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemJoinedTeamsItemMembersAddRequestBuilder) PostAsAddPostResponse(ctx
}
return res.(ItemJoinedTeamsItemMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemMembersAddPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_members_conversation_member_item_request_builder.go b/users/item_joined_teams_item_members_conversation_member_item_request_builder.go
index 9b4b7dfef74..62f865f17b4 100644
--- a/users/item_joined_teams_item_members_conversation_member_item_request_builder.go
+++ b/users/item_joined_teams_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a conversationMember from a team. This API is supported in the following national cloud deployments.
+// Delete remove a conversationMember from a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) Delete(
}
return nil
}
-// Get get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team. This API is supported in the following national cloud deployments.
+// Patch update the role of a conversationMember in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) Patch(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation remove a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a conversationMember from a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) ToDelet
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) ToGetRe
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the role of a conversationMember in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_members_request_builder.go b/users/item_joined_teams_item_members_request_builder.go
index dc398a25c1a..021b9d7888b 100644
--- a/users/item_joined_teams_item_members_request_builder.go
+++ b/users/item_joined_teams_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemMembersRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemJoinedTeamsItemMembersRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemJoinedTeamsItemMembersRequestBuilder) Count()(*ItemJoinedTeamsItemMembersCountRequestBuilder) {
return NewItemJoinedTeamsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemJoinedTeamsItemMembersRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a new conversationMember to a team. This API is supported in the following national cloud deployments.
+// Post add a new conversationMember to a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemMembersRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemMembersRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation add a new conversationMember to a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation add a new conversationMember to a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_permission_grants_delta_get_response.go b/users/item_joined_teams_item_permission_grants_delta_get_response.go
deleted file mode 100644
index 11d71dd9a28..00000000000
--- a/users/item_joined_teams_item_permission_grants_delta_get_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse
-type ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsDeltaGetResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsDeltaGetResponse()(*ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse{
- BaseDeltaFunctionResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseDeltaFunctionResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsDeltaGetResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseDeltaFunctionResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseDeltaFunctionResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsDeltaGetResponseable
-type ItemJoinedTeamsItemPermissionGrantsDeltaGetResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_delta_request_builder.go b/users/item_joined_teams_item_permission_grants_delta_request_builder.go
deleted file mode 100644
index 4d413c8d19a..00000000000
--- a/users/item_joined_teams_item_permission_grants_delta_request_builder.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder provides operations to call the delta method.
-type ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetQueryParameters invoke function delta
-type ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetQueryParameters struct {
- // Include count of items
- Count *bool `uriparametername:"%24count"`
- // Filter items by property values
- Filter *string `uriparametername:"%24filter"`
- // Order items by property values
- Orderby []string `uriparametername:"%24orderby"`
- // Search items by search phrases
- Search *string `uriparametername:"%24search"`
- // Select properties to be returned
- Select []string `uriparametername:"%24select"`
- // Skip the first n items
- Skip *int32 `uriparametername:"%24skip"`
- // Show only the first n items
- Top *int32 `uriparametername:"%24top"`
-}
-// ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
- // Request query parameters
- QueryParameters *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetQueryParameters
-}
-// NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Get invoke function delta
-// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsDeltaResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsDeltaResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsDeltaResponseable), nil
-}
-// GetAsDeltaGetResponse invoke function delta
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsDeltaGetResponseable, error) {
- requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsDeltaGetResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsDeltaGetResponseable), nil
-}
-// ToGetRequestInformation invoke function delta
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- if requestConfiguration.QueryParameters != nil {
- requestInfo.AddQueryParameters(*(requestConfiguration.QueryParameters))
- }
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_delta_response.go b/users/item_joined_teams_item_permission_grants_delta_response.go
deleted file mode 100644
index 559052edc31..00000000000
--- a/users/item_joined_teams_item_permission_grants_delta_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsDeltaResponse
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsDeltaResponse struct {
- ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsDeltaResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsDeltaResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsDeltaResponse()(*ItemJoinedTeamsItemPermissionGrantsDeltaResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsDeltaResponse{
- ItemJoinedTeamsItemPermissionGrantsDeltaGetResponse: *NewItemJoinedTeamsItemPermissionGrantsDeltaGetResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsDeltaResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsDeltaResponseable
-// Deprecated: This class is obsolete. Use deltaGetResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsDeltaResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsDeltaGetResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_post_request_body.go b/users/item_joined_teams_item_permission_grants_get_available_extension_properties_post_request_body.go
deleted file mode 100644
index 5663c3a1275..00000000000
--- a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["isSyncedFromOnPremises"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetIsSyncedFromOnPremises(val)
- }
- return nil
- }
- return res
-}
-// GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises()(*bool) {
- val, err := m.GetBackingStore().Get("isSyncedFromOnPremises")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("isSyncedFromOnPremises", m.GetIsSyncedFromOnPremises())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)() {
- err := m.GetBackingStore().Set("isSyncedFromOnPremises", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIsSyncedFromOnPremises()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIsSyncedFromOnPremises(value *bool)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_post_response.go b/users/item_joined_teams_item_permission_grants_get_available_extension_properties_post_response.go
deleted file mode 100644
index 215b89b7ece..00000000000
--- a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_post_response.go
+++ /dev/null
@@ -1,88 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse()(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateExtensionPropertyFromDiscriminatorValue)
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = v.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- cast := make([]i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, len(m.GetValue()))
- for i, v := range m.GetValue() {
- if v != nil {
- cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
- }
- }
- err = writer.WriteCollectionOfObjectValues("value", cast)
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
- SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_request_builder.go b/users/item_joined_teams_item_permission_grants_get_available_extension_properties_request_builder.go
deleted file mode 100644
index 44f898328e8..00000000000
--- a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/getAvailableExtensionProperties", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable), nil
-}
-// PostAsGetAvailableExtensionPropertiesPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_response.go b/users/item_joined_teams_item_permission_grants_get_available_extension_properties_response.go
deleted file mode 100644
index 9e9d5e6d0dc..00000000000
--- a/users/item_joined_teams_item_permission_grants_get_available_extension_properties_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse struct {
- ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse()(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse{
- ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse: *NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable
-// Deprecated: This class is obsolete. Use getAvailableExtensionPropertiesPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_get_by_ids_post_request_body.go b/users/item_joined_teams_item_permission_grants_get_by_ids_post_request_body.go
deleted file mode 100644
index 9a986a484b0..00000000000
--- a/users/item_joined_teams_item_permission_grants_get_by_ids_post_request_body.go
+++ /dev/null
@@ -1,158 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- res["types"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetTypes(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// GetTypes gets the types property value. The types property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) GetTypes()([]string) {
- val, err := m.GetBackingStore().Get("types")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- if m.GetTypes() != nil {
- err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// SetTypes sets the types property value. The types property
-func (m *ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBody) SetTypes(value []string)() {
- err := m.GetBackingStore().Set("types", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- GetTypes()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
- SetTypes(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_get_by_ids_response.go b/users/item_joined_teams_item_permission_grants_get_by_ids_response.go
deleted file mode 100644
index 637ee11c0b9..00000000000
--- a/users/item_joined_teams_item_permission_grants_get_by_ids_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsResponse
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsResponse struct {
- ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsGetByIdsResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsGetByIdsResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsGetByIdsResponse()(*ItemJoinedTeamsItemPermissionGrantsGetByIdsResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsGetByIdsResponse{
- ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse: *NewItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsGetByIdsResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsGetByIdsResponseable
-// Deprecated: This class is obsolete. Use getByIdsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsGetByIdsResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsGetByIdsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_groups_post_request_body.go b/users/item_joined_teams_item_permission_grants_item_check_member_groups_post_request_body.go
deleted file mode 100644
index 629b01d6d5f..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_groups_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["groupIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetGroupIds(res)
- }
- return nil
- }
- return res
-}
-// GetGroupIds gets the groupIds property value. The groupIds property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) GetGroupIds()([]string) {
- val, err := m.GetBackingStore().Get("groupIds")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetGroupIds() != nil {
- err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetGroupIds sets the groupIds property value. The groupIds property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)() {
- err := m.GetBackingStore().Set("groupIds", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetGroupIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetGroupIds(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_groups_post_response.go b/users/item_joined_teams_item_permission_grants_item_check_member_groups_post_response.go
deleted file mode 100644
index 275142c0214..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseable
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_groups_request_builder.go b/users/item_joined_teams_item_permission_grants_item_check_member_groups_request_builder.go
deleted file mode 100644
index b0a2b647454..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseable), nil
-}
-// PostAsCheckMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_groups_response.go b/users/item_joined_teams_item_permission_grants_item_check_member_groups_response.go
deleted file mode 100644
index 2d799662a6e..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse struct {
- ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse{
- ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse: *NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use checkMemberGroupsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_objects_post_request_body.go b/users/item_joined_teams_item_permission_grants_item_check_member_objects_post_request_body.go
deleted file mode 100644
index 89826382447..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_objects_post_request_body.go
+++ /dev/null
@@ -1,116 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["ids"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetIds(res)
- }
- return nil
- }
- return res
-}
-// GetIds gets the ids property value. The ids property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) GetIds()([]string) {
- val, err := m.GetBackingStore().Get("ids")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- if m.GetIds() != nil {
- err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetIds sets the ids property value. The ids property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBody) SetIds(value []string)() {
- err := m.GetBackingStore().Set("ids", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetIds()([]string)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetIds(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_objects_post_response.go b/users/item_joined_teams_item_permission_grants_item_check_member_objects_post_response.go
deleted file mode 100644
index a1dd68c07a0..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseable
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_objects_request_builder.go b/users/item_joined_teams_item_permission_grants_item_check_member_objects_request_builder.go
deleted file mode 100644
index eb281842ffc..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_objects_request_builder.go
+++ /dev/null
@@ -1,92 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseable), nil
-}
-// PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation invoke action checkMemberObjects
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_check_member_objects_response.go b/users/item_joined_teams_item_permission_grants_item_check_member_objects_response.go
deleted file mode 100644
index 34fdf225dac..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_check_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse struct {
- ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse{
- ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse: *NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use checkMemberObjectsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_groups_post_request_body.go b/users/item_joined_teams_item_permission_grants_item_get_member_groups_post_request_body.go
deleted file mode 100644
index 4b86f3ce345..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_groups_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_groups_post_response.go b/users/item_joined_teams_item_permission_grants_item_get_member_groups_post_response.go
deleted file mode 100644
index f844027d8ad..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_groups_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseable
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_groups_request_builder.go b/users/item_joined_teams_item_permission_grants_item_get_member_groups_request_builder.go
deleted file mode 100644
index 46e839fcab6..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_groups_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseable), nil
-}
-// PostAsGetMemberGroupsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_groups_response.go b/users/item_joined_teams_item_permission_grants_item_get_member_groups_response.go
deleted file mode 100644
index 6511287c9d0..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_groups_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse struct {
- ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse{
- ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse: *NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseable
-// Deprecated: This class is obsolete. Use getMemberGroupsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_objects_post_request_body.go b/users/item_joined_teams_item_permission_grants_item_get_member_objects_post_request_body.go
deleted file mode 100644
index 3c55994bb23..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_objects_post_request_body.go
+++ /dev/null
@@ -1,110 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["securityEnabledOnly"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetBoolValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetSecurityEnabledOnly(val)
- }
- return nil
- }
- return res
-}
-// GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly()(*bool) {
- val, err := m.GetBackingStore().Get("securityEnabledOnly")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*bool)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteBoolValue("securityEnabledOnly", m.GetSecurityEnabledOnly())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)() {
- err := m.GetBackingStore().Set("securityEnabledOnly", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetSecurityEnabledOnly()(*bool)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetSecurityEnabledOnly(value *bool)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_objects_post_response.go b/users/item_joined_teams_item_permission_grants_item_get_member_objects_post_response.go
deleted file mode 100644
index fad56f16a88..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_objects_post_response.go
+++ /dev/null
@@ -1,82 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse struct {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse{
- BaseCollectionPaginationCountResponse: *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NewBaseCollectionPaginationCountResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse(), nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := m.BaseCollectionPaginationCountResponse.GetFieldDeserializers()
- res["value"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetCollectionOfPrimitiveValues("string")
- if err != nil {
- return err
- }
- if val != nil {
- res := make([]string, len(val))
- for i, v := range val {
- if v != nil {
- res[i] = *(v.(*string))
- }
- }
- m.SetValue(res)
- }
- return nil
- }
- return res
-}
-// GetValue gets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse) GetValue()([]string) {
- val, err := m.GetBackingStore().Get("value")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.([]string)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- err := m.BaseCollectionPaginationCountResponse.Serialize(writer)
- if err != nil {
- return err
- }
- if m.GetValue() != nil {
- err = writer.WriteCollectionOfStringValues("value", m.GetValue())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetValue sets the value property value. The value property
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse) SetValue(value []string)() {
- err := m.GetBackingStore().Set("value", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseable
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseable interface {
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetValue()([]string)
- SetValue(value []string)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_objects_request_builder.go b/users/item_joined_teams_item_permission_grants_item_get_member_objects_request_builder.go
deleted file mode 100644
index 55809e49a63..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_objects_request_builder.go
+++ /dev/null
@@ -1,98 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseable), nil
-}
-// PostAsGetMemberObjectsPostResponse 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_get_member_objects_response.go b/users/item_joined_teams_item_permission_grants_item_get_member_objects_response.go
deleted file mode 100644
index d1151421576..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_get_member_objects_response.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package users
-
-import (
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse struct {
- ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse instantiates a new ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse{
- ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse: *NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponse(),
- }
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponse(), nil
-}
-// ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseable
-// Deprecated: This class is obsolete. Use getMemberObjectsPostResponse instead.
-type ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsResponseable interface {
- ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsPostResponseable
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
-}
diff --git a/users/item_joined_teams_item_permission_grants_item_restore_request_builder.go b/users/item_joined_teams_item_permission_grants_item_restore_request_builder.go
deleted file mode 100644
index 431fbadd09e..00000000000
--- a/users/item_joined_teams_item_permission_grants_item_restore_request_builder.go
+++ /dev/null
@@ -1,72 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242 "github.com/microsoftgraph/msgraph-sdk-go/models"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder provides operations to call the restore method.
-type ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
- if err != nil {
- return nil, err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- res, err := m.BaseRequestBuilder.RequestAdapter.Send(ctx, requestInfo, iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateDirectoryObjectFromDiscriminatorValue, errorMapping)
- if err != nil {
- return nil, err
- }
- if res == nil {
- return nil, nil
- }
- return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- requestInfo.Headers.Add("Accept", "application/json")
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_permission_grants_request_builder.go b/users/item_joined_teams_item_permission_grants_request_builder.go
index fc22fb1893b..56dffe85be5 100644
--- a/users/item_joined_teams_item_permission_grants_request_builder.go
+++ b/users/item_joined_teams_item_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,11 +74,7 @@ func NewItemJoinedTeamsItemPermissionGrantsRequestBuilder(rawUrl string, request
func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) Count()(*ItemJoinedTeamsItemPermissionGrantsCountRequestBuilder) {
return NewItemJoinedTeamsItemPermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delta provides operations to call the delta method.
-func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) Delta()(*ItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0
@@ -100,14 +96,6 @@ func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantCollectionResponseable), nil
}
-// GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
-func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) GetAvailableExtensionProperties()(*ItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsGetAvailableExtensionPropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetByIds provides operations to call the getByIds method.
-func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) GetByIds()(*ItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Post create new navigation property to permissionGrants for users
func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
@@ -127,7 +115,7 @@ func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -160,10 +148,6 @@ func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) ToPostRequestInforma
}
return requestInfo, nil
}
-// ValidateProperties provides operations to call the validateProperties method.
-func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) ValidateProperties()(*ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
func (m *ItemJoinedTeamsItemPermissionGrantsRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsRequestBuilder) {
return NewItemJoinedTeamsItemPermissionGrantsRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
diff --git a/users/item_joined_teams_item_permission_grants_resource_specific_permission_grant_item_request_builder.go b/users/item_joined_teams_item_permission_grants_resource_specific_permission_grant_item_request_builder.go
index 228f0abb704..cb161570726 100644
--- a/users/item_joined_teams_item_permission_grants_resource_specific_permission_grant_item_request_builder.go
+++ b/users/item_joined_teams_item_permission_grants_resource_specific_permission_grant_item_request_builder.go
@@ -41,14 +41,6 @@ type ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// CheckMemberGroups provides operations to call the checkMemberGroups method.
-func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberGroups()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// CheckMemberObjects provides operations to call the checkMemberObjects method.
-func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) CheckMemberObjects()(*ItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemCheckMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// NewItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values.
func NewItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) {
m := &ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder{
@@ -97,14 +89,6 @@ func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// GetMemberGroups provides operations to call the getMemberGroups method.
-func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberGroups()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberGroupsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
-// GetMemberObjects provides operations to call the getMemberObjects method.
-func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) GetMemberObjects()(*ItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemGetMemberObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// Patch update the navigation property permissionGrants in users
func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
@@ -124,10 +108,6 @@ func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ResourceSpecificPermissionGrantable), nil
}
-// Restore provides operations to call the restore method.
-func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) Restore()(*ItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
-}
// ToDeleteRequestInformation delete navigation property permissionGrants for users
func (m *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsResourceSpecificPermissionGrantItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
diff --git a/users/item_joined_teams_item_permission_grants_validate_properties_post_request_body.go b/users/item_joined_teams_item_permission_grants_validate_properties_post_request_body.go
deleted file mode 100644
index 35d2770b6c3..00000000000
--- a/users/item_joined_teams_item_permission_grants_validate_properties_post_request_body.go
+++ /dev/null
@@ -1,219 +0,0 @@
-package users
-
-import (
- i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22 "github.com/google/uuid"
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e "github.com/microsoft/kiota-abstractions-go/store"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody
-type ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody struct {
- // Stores model information.
- backingStore ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
-}
-// NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody instantiates a new ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody()(*ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) {
- m := &ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody{
- }
- m.backingStore = ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStoreFactoryInstance();
- m.SetAdditionalData(make(map[string]any))
- return m
-}
-// CreateItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
-func CreateItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
- return NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody(), nil
-}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
- val , err := m.backingStore.Get("additionalData")
- if err != nil {
- panic(err)
- }
- if val == nil {
- var value = make(map[string]any);
- m.SetAdditionalData(value);
- }
- return val.(map[string]any)
-}
-// GetBackingStore gets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
- return m.backingStore
-}
-// GetDisplayName gets the displayName property value. The displayName property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetDisplayName()(*string) {
- val, err := m.GetBackingStore().Get("displayName")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetEntityType gets the entityType property value. The entityType property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetEntityType()(*string) {
- val, err := m.GetBackingStore().Get("entityType")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetFieldDeserializers the deserialization information for the current model
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
- res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["displayName"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetDisplayName(val)
- }
- return nil
- }
- res["entityType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetEntityType(val)
- }
- return nil
- }
- res["mailNickname"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetStringValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetMailNickname(val)
- }
- return nil
- }
- res["onBehalfOfUserId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
- val, err := n.GetUUIDValue()
- if err != nil {
- return err
- }
- if val != nil {
- m.SetOnBehalfOfUserId(val)
- }
- return nil
- }
- return res
-}
-// GetMailNickname gets the mailNickname property value. The mailNickname property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetMailNickname()(*string) {
- val, err := m.GetBackingStore().Get("mailNickname")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*string)
- }
- return nil
-}
-// GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) {
- val, err := m.GetBackingStore().Get("onBehalfOfUserId")
- if err != nil {
- panic(err)
- }
- if val != nil {
- return val.(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- }
- return nil
-}
-// Serialize serializes information the current object
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
- {
- err := writer.WriteStringValue("displayName", m.GetDisplayName())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("entityType", m.GetEntityType())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteStringValue("mailNickname", m.GetMailNickname())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteUUIDValue("onBehalfOfUserId", m.GetOnBehalfOfUserId())
- if err != nil {
- return err
- }
- }
- {
- err := writer.WriteAdditionalData(m.GetAdditionalData())
- if err != nil {
- return err
- }
- }
- return nil
-}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
- err := m.GetBackingStore().Set("additionalData", value)
- if err != nil {
- panic(err)
- }
-}
-// SetBackingStore sets the backingStore property value. Stores model information.
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
- m.backingStore = value
-}
-// SetDisplayName sets the displayName property value. The displayName property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) SetDisplayName(value *string)() {
- err := m.GetBackingStore().Set("displayName", value)
- if err != nil {
- panic(err)
- }
-}
-// SetEntityType sets the entityType property value. The entityType property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) SetEntityType(value *string)() {
- err := m.GetBackingStore().Set("entityType", value)
- if err != nil {
- panic(err)
- }
-}
-// SetMailNickname sets the mailNickname property value. The mailNickname property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) SetMailNickname(value *string)() {
- err := m.GetBackingStore().Set("mailNickname", value)
- if err != nil {
- panic(err)
- }
-}
-// SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)() {
- err := m.GetBackingStore().Set("onBehalfOfUserId", value)
- if err != nil {
- panic(err)
- }
-}
-// ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBodyable
-type ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBodyable interface {
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
- ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
- i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
- GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
- GetDisplayName()(*string)
- GetEntityType()(*string)
- GetMailNickname()(*string)
- GetOnBehalfOfUserId()(*i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)()
- SetDisplayName(value *string)()
- SetEntityType(value *string)()
- SetMailNickname(value *string)()
- SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)()
-}
diff --git a/users/item_joined_teams_item_permission_grants_validate_properties_request_builder.go b/users/item_joined_teams_item_permission_grants_validate_properties_request_builder.go
deleted file mode 100644
index 7e84eab6339..00000000000
--- a/users/item_joined_teams_item_permission_grants_validate_properties_request_builder.go
+++ /dev/null
@@ -1,71 +0,0 @@
-package users
-
-import (
- "context"
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f "github.com/microsoft/kiota-abstractions-go"
- ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
-)
-
-// ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
-type ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder struct {
- i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
-}
-// ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
-type ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration struct {
- // Request headers
- Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
- // Request options
- Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
-}
-// NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- m := &ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder{
- BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/validateProperties", pathParameters),
- }
- return m
-}
-// NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.
-func NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- urlParams := make(map[string]string)
- urlParams["request-raw-url"] = rawUrl
- return NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
-}
-// Post 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.
-// [Find more info here]
-//
-// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) Post(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(error) {
- requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
- if err != nil {
- return err
- }
- errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
- "4XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- "5XX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
- }
- err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
- if err != nil {
- return err
- }
- return nil
-}
-// ToPostRequestInformation 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.
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPermissionGrantsValidatePropertiesPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
- requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
- requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
- requestInfo.PathParameters = m.BaseRequestBuilder.PathParameters
- requestInfo.Method = i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST
- err := requestInfo.SetContentFromParsable(ctx, m.BaseRequestBuilder.RequestAdapter, "application/json", body)
- if err != nil {
- return nil, err
- }
- if requestConfiguration != nil {
- requestInfo.Headers.AddAll(requestConfiguration.Headers)
- requestInfo.AddRequestOptions(requestConfiguration.Options)
- }
- return requestInfo, nil
-}
-// WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
-func (m *ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) WithUrl(rawUrl string)(*ItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder) {
- return NewItemJoinedTeamsItemPermissionGrantsValidatePropertiesRequestBuilder(rawUrl, m.BaseRequestBuilder.RequestAdapter);
-}
diff --git a/users/item_joined_teams_item_photo_request_builder.go b/users/item_joined_teams_item_photo_request_builder.go
index 24910fab925..76d87a7f36a 100644
--- a/users/item_joined_teams_item_photo_request_builder.go
+++ b/users/item_joined_teams_item_photo_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPhotoRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPhotoRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPhotoRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPhotoRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -51,7 +51,7 @@ func NewItemJoinedTeamsItemPhotoRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemJoinedTeamsItemPhotoRequestBuilder) Content()(*ItemJoinedTeamsItemPhotoValueContentRequestBuilder) {
return NewItemJoinedTeamsItemPhotoValueContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemJoinedTeamsItemPhotoRequestBuilder) Patch(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProfilePhotoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPhotoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPhotoRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_complete_migration_request_builder.go b/users/item_joined_teams_item_primary_channel_complete_migration_request_builder.go
index 1510cd6280e..99de113deed 100644
--- a/users/item_joined_teams_item_primary_channel_complete_migration_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_complete_migration_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelCompleteMigrationRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelCompleteMigrationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelCompleteMigrationRequestBuilder) Post(
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelCompleteMigrationRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelCompleteMigrationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go b/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
index 883c21da4a6..3370cf34301 100644
--- a/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
+++ b/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_get_response.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdT
func CreateItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantId
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantId
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_primary_channel_files_folder_request_builder.go b/users/item_joined_teams_item_primary_channel_files_folder_request_builder.go
index 9ae48740d5f..ee69987a4ef 100644
--- a/users/item_joined_teams_item_primary_channel_files_folder_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_files_folder_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -44,7 +44,7 @@ func NewItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilder(rawUrl string
func (m *ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilder) Content()(*ItemJoinedTeamsItemPrimaryChannelFilesFolderContentRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelFilesFolderContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable), nil
}
-// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_members_add_post_request_body.go b/users/item_joined_teams_item_primary_channel_members_add_post_request_body.go
index 75abab714e8..e8d3eb02d59 100644
--- a/users/item_joined_teams_item_primary_channel_members_add_post_request_body.go
+++ b/users/item_joined_teams_item_primary_channel_members_add_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody()(*ItemJoined
func CreateItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody) Serialize(w
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_primary_channel_members_add_request_builder.go b/users/item_joined_teams_item_primary_channel_members_add_request_builder.go
index 96cae9a823e..891b3074364 100644
--- a/users/item_joined_teams_item_primary_channel_members_add_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_members_add_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilder) Post(ctx con
}
return res.(ItemJoinedTeamsItemPrimaryChannelMembersAddResponseable), nil
}
-// PostAsAddPostResponse 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.
+// PostAsAddPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilder) PostAsAddPos
}
return res.(ItemJoinedTeamsItemPrimaryChannelMembersAddPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemPrimaryChannelMembersAddPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_members_conversation_member_item_request_builder.go b/users/item_joined_teams_item_primary_channel_members_conversation_member_item_request_builder.go
index 15f1b6217fa..725a03f877d 100644
--- a/users/item_joined_teams_item_primary_channel_members_conversation_member_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters get a conversationMember from a channel. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Delete delete a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBu
}
return nil
}
-// Get get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// Get get a conversationMember from a channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0
@@ -95,10 +95,10 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// Patch update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// Patch 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -117,7 +117,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToDeleteRequestInformation delete a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation get a conversationMember from a channel. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a conversationMember from a channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBu
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersConversationMemberItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_members_request_builder.go b/users/item_joined_teams_item_primary_channel_members_request_builder.go
index abd284f6940..968759e3fed 100644
--- a/users/item_joined_teams_item_primary_channel_members_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder(rawUrl string, re
func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) Count()(*ItemJoinedTeamsItemPrimaryChannelMembersCountRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_chat_message_item_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_chat_message_item_request_builder.go
index f9886bb3ada..5a3d6cfb845 100644
--- a/users/item_joined_teams_item_primary_channel_messages_chat_message_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder)
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder)
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder) HostedContents()(*ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0
@@ -142,7 +142,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -158,7 +158,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder)
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesChatMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index d0ee9e5e0e8..ede38b67201 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageHoste
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageH
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageH
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_request_builder.go
index 3f3192189db..1ecd0567e02 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilde
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) Count()(*ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsCountRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_chat_message_item_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_chat_message_item_request_builder.go
index ce4c8fd49ea..8f4d442e855 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_chat_message_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_chat_message_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestB
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequ
}
return nil
}
-// Get retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// Get retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesChatMessageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
index 4ed1d3f6343..d4ef44b69f7 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_chat_message_hosted_content_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatM
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsC
}
return nil
}
-// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsC
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsChatMessageHostedContentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
index 5e083459994..22c5f3d93dc 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_hosted_contents_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRe
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder) Count()(*ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsCountRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageHostedContentable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemHostedContentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
index 3e88f27bb6a..714d79d66d0 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostR
func CreateItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
index b9b0e316a4d..b26be8afa48 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSoftDeleteReques
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSoftDeleteReque
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
index 59e85e25381..f66d87baac1 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRe
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteR
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
index fed1501e6dc..5374bab6e56 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPos
func CreateItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go
index c771e0eada9..c160a70dcf8 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Cou
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Delta()(*ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0
@@ -100,10 +100,10 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// Post send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Pos
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_set_reaction_post_request_body.go b/users/item_joined_teams_item_primary_channel_messages_item_set_reaction_post_request_body.go
index 3ae60860176..d6f1f809a7c 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_set_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_set_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody(
func CreateItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_soft_delete_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_soft_delete_request_builder.go
index abad3dede92..9d7afb5d2a9 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemSoftDeleteRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSoftDeleteRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_undo_soft_delete_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_undo_soft_delete_request_builder.go
index f145a56880f..cb7b8ff5112 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_undo_soft_delete_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_undo_soft_delete_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuild
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemUndoSoftDeleteRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_unset_reaction_post_request_body.go b/users/item_joined_teams_item_primary_channel_messages_item_unset_reaction_post_request_body.go
index 9f05496ab94..a8caf98be51 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_unset_reaction_post_request_body.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_unset_reaction_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBod
func CreateItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemUnsetReactionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_primary_channel_messages_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_request_builder.go
index f1108f79637..27ed64dd89e 100644
--- a/users/item_joined_teams_item_primary_channel_messages_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) Count()(*ItemJ
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) Delta()(*ItemJoinedTeamsItemPrimaryChannelMessagesDeltaRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// Post send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_provision_email_request_builder.go b/users/item_joined_teams_item_primary_channel_provision_email_request_builder.go
index 83f674aaeee..49e1c0db76a 100644
--- a/users/item_joined_teams_item_primary_channel_provision_email_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_provision_email_request_builder.go
@@ -31,7 +31,7 @@ func NewItemJoinedTeamsItemPrimaryChannelProvisionEmailRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelProvisionEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelProvisionEmailRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProvisionChannelEmailResultable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelProvisionEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelProvisionEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_remove_email_request_builder.go b/users/item_joined_teams_item_primary_channel_remove_email_request_builder.go
index 5b0856be21b..29a137c9e5a 100644
--- a/users/item_joined_teams_item_primary_channel_remove_email_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_remove_email_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemPrimaryChannelRemoveEmailRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelRemoveEmailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelRemoveEmailRequestBuilder) Post(ctx co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelRemoveEmailRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelRemoveEmailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_request_builder.go b/users/item_joined_teams_item_primary_channel_request_builder.go
index 425afdb048f..56145e6ab65 100644
--- a/users/item_joined_teams_item_primary_channel_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelRequestBuilderGetQueryParameters get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelRequestBuilderGetQueryParameters get the default channel, General, of a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -82,7 +82,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelRequestBuilder) DoesUserHaveAccessuser
func (m *ItemJoinedTeamsItemPrimaryChannelRequestBuilder) FilesFolder()(*ItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelFilesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// Get get the default channel, General, of a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0
@@ -159,7 +159,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelRequestBuilder) ToDeleteRequestInforma
}
return requestInfo, nil
}
-// ToGetRequestInformation get the default channel, General, of a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the default channel, General, of a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go b/users/item_joined_teams_item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
index 09af7d2936b..264f7e501d4 100644
--- a/users/item_joined_teams_item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_shared_with_teams_item_allowed_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersReques
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) Count()(*ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersCountRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersReque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemAllowedMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_shared_with_teams_request_builder.go b/users/item_joined_teams_item_primary_channel_shared_with_teams_request_builder.go
index b9bec83793d..34d47159d37 100644
--- a/users/item_joined_teams_item_primary_channel_shared_with_teams_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_shared_with_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilder(rawUrl st
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilder) Count()(*ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsCountRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilder) Post(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go b/users/item_joined_teams_item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
index 2521a697b89..c0f93307969 100644
--- a/users/item_joined_teams_item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_shared_with_teams_shared_with_channel_team_info_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoIt
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInf
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamIn
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamIn
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) Team()(*ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemTeamRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelSharedWithTeamsItemTeamRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamIn
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelSharedWithTeamsSharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_tabs_request_builder.go b/users/item_joined_teams_item_primary_channel_tabs_request_builder.go
index 21d478e1fa9..4c99635f7f8 100644
--- a/users/item_joined_teams_item_primary_channel_tabs_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_tabs_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilderGetQueryParameters retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder(rawUrl string, reque
func (m *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder) Count()(*ItemJoinedTeamsItemPrimaryChannelTabsCountRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelTabsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// Get retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelTabsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_primary_channel_tabs_teams_tab_item_request_builder.go b/users/item_joined_teams_item_primary_channel_tabs_teams_tab_item_request_builder.go
index 3e3f3f8587e..683f3f2e32d 100644
--- a/users/item_joined_teams_item_primary_channel_tabs_teams_tab_item_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_tabs_teams_tab_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// Delete removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) Delete
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) Patch(
func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) TeamsApp()(*ItemJoinedTeamsItemPrimaryChannelTabsItemTeamsAppRequestBuilder) {
return NewItemJoinedTeamsItemPrimaryChannelTabsItemTeamsAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToDele
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamsTabable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelTabsTeamsTabItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go b/users/item_joined_teams_item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
index 78074947399..033cdfdecdc 100644
--- a/users/item_joined_teams_item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_offer_shift_requests_offer_shift_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemReque
}
return nil
}
-// Get retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemReque
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOfferShiftRequestsOfferShiftRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_offer_shift_requests_request_builder.go b/users/item_joined_teams_item_schedule_offer_shift_requests_request_builder.go
index 1e8fcc494f3..38315d299d7 100644
--- a/users/item_joined_teams_item_schedule_offer_shift_requests_request_builder.go
+++ b/users/item_joined_teams_item_schedule_offer_shift_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilderGetQueryParameters retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilderGetQueryParameters retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder(rawUrl strin
func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleOfferShiftRequestsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleOfferShiftRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestCollectionResponseable), nil
}
-// Post create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments.
+// Post create an instance of an offerShiftRequest. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of an offerShiftRequest. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfferShiftRequestable, requestConfiguration *ItemJoinedTeamsItemScheduleOfferShiftRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go b/users/item_joined_teams_item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
index 58d58460783..f86854a6cdb 100644
--- a/users/item_joined_teams_item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_open_shift_change_requests_open_shift_change_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestIte
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeReques
}
return nil
}
-// Get retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsOpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_open_shift_change_requests_request_builder.go b/users/item_joined_teams_item_schedule_open_shift_change_requests_request_builder.go
index 55ed428c943..18ba90d3c18 100644
--- a/users/item_joined_teams_item_schedule_open_shift_change_requests_request_builder.go
+++ b/users/item_joined_teams_item_schedule_open_shift_change_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder(rawUrl
func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleOpenShiftChangeRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestCollectionResponseable), nil
}
-// Post create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// Post create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestable), nil
}
-// ToGetRequestInformation retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder) ToGet
}
return requestInfo, nil
}
-// ToPostRequestInformation create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftChangeRequestable, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftChangeRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_open_shifts_open_shift_item_request_builder.go b/users/item_joined_teams_item_schedule_open_shifts_open_shift_item_request_builder.go
index 8d143f7c547..ac57014dd9d 100644
--- a/users/item_joined_teams_item_schedule_open_shifts_open_shift_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_open_shifts_open_shift_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an openShift object. This API is supported in the following national cloud deployments.
+// Delete delete an openShift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilder) Delet
}
return nil
}
-// Get retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilder) Patch
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable), nil
}
-// ToDeleteRequestInformation delete an openShift object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an openShift object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftsOpenShiftItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_open_shifts_request_builder.go b/users/item_joined_teams_item_schedule_open_shifts_request_builder.go
index f7249374b4b..ed5a7b9b9c2 100644
--- a/users/item_joined_teams_item_schedule_open_shifts_request_builder.go
+++ b/users/item_joined_teams_item_schedule_open_shifts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilderGetQueryParameters list openShift objects in a team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilderGetQueryParameters list openShift objects in a team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder(rawUrl string, reque
func (m *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleOpenShiftsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleOpenShiftsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list openShift objects in a team. This API is supported in the following national cloud deployments.
+// Get list openShift objects in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftCollectionResponseable), nil
}
-// Post create an instance of an openShift object. This API is supported in the following national cloud deployments.
+// Post create an instance of an openShift object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable), nil
}
-// ToGetRequestInformation list openShift objects in a team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation list openShift objects in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of an openShift object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of an openShift object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OpenShiftable, requestConfiguration *ItemJoinedTeamsItemScheduleOpenShiftsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_request_builder.go b/users/item_joined_teams_item_schedule_request_builder.go
index 5afa144ef37..e9408e72e52 100644
--- a/users/item_joined_teams_item_schedule_request_builder.go
+++ b/users/item_joined_teams_item_schedule_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemScheduleRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemScheduleRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemScheduleRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0
@@ -163,7 +163,7 @@ func (m *ItemJoinedTeamsItemScheduleRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemScheduleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_scheduling_groups_request_builder.go b/users/item_joined_teams_item_schedule_scheduling_groups_request_builder.go
index 486dc2b7605..40827e9c681 100644
--- a/users/item_joined_teams_item_schedule_scheduling_groups_request_builder.go
+++ b/users/item_joined_teams_item_schedule_scheduling_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilderGetQueryParameters get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilderGetQueryParameters get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder(rawUrl string,
func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleSchedulingGroupsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleSchedulingGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// Get get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder) Get(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupCollectionResponseable), nil
}
-// Post create a new schedulingGroup. This API is supported in the following national cloud deployments.
+// Post create a new schedulingGroup. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable), nil
}
-// ToGetRequestInformation get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new schedulingGroup. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new schedulingGroup. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable, requestConfiguration *ItemJoinedTeamsItemScheduleSchedulingGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_scheduling_groups_scheduling_group_item_request_builder.go b/users/item_joined_teams_item_schedule_scheduling_groups_scheduling_group_item_request_builder.go
index fec0b2f1429..88337fb346b 100644
--- a/users/item_joined_teams_item_schedule_scheduling_groups_scheduling_group_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_scheduling_groups_scheduling_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBu
}
return nil
}
-// Get retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SchedulingGroupable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleSchedulingGroupsSchedulingGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_share_post_request_body.go b/users/item_joined_teams_item_schedule_share_post_request_body.go
index e01ab182a33..71ffc023200 100644
--- a/users/item_joined_teams_item_schedule_share_post_request_body.go
+++ b/users/item_joined_teams_item_schedule_share_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemJoinedTeamsItemScheduleSharePostRequestBody()(*ItemJoinedTeamsItemSc
func CreateItemJoinedTeamsItemScheduleSharePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemScheduleSharePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemScheduleSharePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemJoinedTeamsItemScheduleSharePostRequestBody) GetAdditionalData()(ma
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemScheduleSharePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -135,14 +135,14 @@ func (m *ItemJoinedTeamsItemScheduleSharePostRequestBody) Serialize(writer i878a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemScheduleSharePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemScheduleSharePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_schedule_share_request_builder.go b/users/item_joined_teams_item_schedule_share_request_builder.go
index 3921a9f1eb2..a5b78f833cc 100644
--- a/users/item_joined_teams_item_schedule_share_request_builder.go
+++ b/users/item_joined_teams_item_schedule_share_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemScheduleShareRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleShareRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemScheduleShareRequestBuilder) Post(ctx context.Contex
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemScheduleShareRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemScheduleSharePostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemScheduleShareRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_shifts_request_builder.go b/users/item_joined_teams_item_schedule_shifts_request_builder.go
index 99df6804957..7a430cfd0a7 100644
--- a/users/item_joined_teams_item_schedule_shifts_request_builder.go
+++ b/users/item_joined_teams_item_schedule_shifts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleShiftsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleShiftsRequestBuilderGetQueryParameters get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleShiftsRequestBuilderGetQueryParameters get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleShiftsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemJoinedTeamsItemScheduleShiftsRequestBuilder(rawUrl string, requestAd
func (m *ItemJoinedTeamsItemScheduleShiftsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleShiftsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleShiftsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemJoinedTeamsItemScheduleShiftsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ShiftCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemJoinedTeamsItemScheduleShiftsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable), nil
}
-// ToGetRequestInformation get the list of shift instances in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of shift instances in a schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleShiftsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleShiftsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemJoinedTeamsItemScheduleShiftsRequestBuilder) ToGetRequestInformatio
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemScheduleShiftsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable, requestConfiguration *ItemJoinedTeamsItemScheduleShiftsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_shifts_shift_item_request_builder.go b/users/item_joined_teams_item_schedule_shifts_shift_item_request_builder.go
index c30648269e7..cd5742f7be5 100644
--- a/users/item_joined_teams_item_schedule_shifts_shift_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_shifts_shift_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderDeleteRequestConfig
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a shift from the schedule. This API is supported in the following national cloud deployments.
+// Delete delete a shift from the schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilder) Delete(ctx co
}
return nil
}
-// Get retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilder) Patch(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Shiftable), nil
}
-// ToDeleteRequestInformation delete a shift from the schedule. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a shift from the schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilder) ToDeleteReque
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleShiftsShiftItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_swap_shifts_change_requests_request_builder.go b/users/item_joined_teams_item_schedule_swap_shifts_change_requests_request_builder.go
index 61fe6447f80..ec701fbbfeb 100644
--- a/users/item_joined_teams_item_schedule_swap_shifts_change_requests_request_builder.go
+++ b/users/item_joined_teams_item_schedule_swap_shifts_change_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder(rawUrl
func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestCollectionResponseable), nil
}
-// Post create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// Post create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestable), nil
}
-// ToGetRequestInformation retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder) ToGe
}
return requestInfo, nil
}
-// ToPostRequestInformation create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SwapShiftsChangeRequestable, requestConfiguration *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go b/users/item_joined_teams_item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
index ac84cb58dcd..fafce76f014 100644
--- a/users/item_joined_teams_item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_swap_shifts_change_requests_swap_shifts_change_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestI
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequ
}
return nil
}
-// Get retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleSwapShiftsChangeRequestsSwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_time_off_reasons_request_builder.go b/users/item_joined_teams_item_schedule_time_off_reasons_request_builder.go
index 49071ccfc19..d597f4e6511 100644
--- a/users/item_joined_teams_item_schedule_time_off_reasons_request_builder.go
+++ b/users/item_joined_teams_item_schedule_time_off_reasons_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilderGetQueryParameters get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilderGetQueryParameters get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder(rawUrl string, r
func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleTimeOffReasonsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleTimeOffReasonsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonCollectionResponseable), nil
}
-// Post create a new timeOffReason. This API is supported in the following national cloud deployments.
+// Post create a new timeOffReason. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable), nil
}
-// ToGetRequestInformation get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new timeOffReason. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new timeOffReason. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffReasonsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_time_off_reasons_time_off_reason_item_request_builder.go b/users/item_joined_teams_item_schedule_time_off_reasons_time_off_reason_item_request_builder.go
index cc69f0ee051..7551a21ae1b 100644
--- a/users/item_joined_teams_item_schedule_time_off_reasons_time_off_reason_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_time_off_reasons_time_off_reason_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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.
+// Delete 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilde
}
return nil
}
-// Get retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffReasonable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffReasonsTimeOffReasonItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_time_off_requests_request_builder.go b/users/item_joined_teams_item_schedule_time_off_requests_request_builder.go
index e0cc10c8340..7d61305fc6a 100644
--- a/users/item_joined_teams_item_schedule_time_off_requests_request_builder.go
+++ b/users/item_joined_teams_item_schedule_time_off_requests_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilderGetQueryParameters retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilderGetQueryParameters retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilder(rawUrl string,
func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleTimeOffRequestsCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleTimeOffRequestsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// Get retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffRequestable), nil
}
-// ToGetRequestInformation retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffRequestsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_time_off_requests_time_off_request_item_request_builder.go b/users/item_joined_teams_item_schedule_time_off_requests_time_off_request_item_request_builder.go
index 0228b513835..9306b1d302e 100644
--- a/users/item_joined_teams_item_schedule_time_off_requests_time_off_request_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_time_off_requests_time_off_request_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderD
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a timeOffRequest object. This API is supported in the following national cloud deployments.
+// Delete delete a timeOffRequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuil
}
return nil
}
-// Get retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0
@@ -112,7 +112,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffRequestable), nil
}
-// ToDeleteRequestInformation delete a timeOffRequest object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a timeOffRequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -124,7 +124,7 @@ func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuil
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimeOffRequestsTimeOffRequestItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_times_off_request_builder.go b/users/item_joined_teams_item_schedule_times_off_request_builder.go
index c0d27a90c9a..0f3e10c4c15 100644
--- a/users/item_joined_teams_item_schedule_times_off_request_builder.go
+++ b/users/item_joined_teams_item_schedule_times_off_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemScheduleTimesOffRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemScheduleTimesOffRequestBuilderGetQueryParameters get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleTimesOffRequestBuilderGetQueryParameters get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleTimesOffRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemJoinedTeamsItemScheduleTimesOffRequestBuilder(rawUrl string, request
func (m *ItemJoinedTeamsItemScheduleTimesOffRequestBuilder) Count()(*ItemJoinedTeamsItemScheduleTimesOffCountRequestBuilder) {
return NewItemJoinedTeamsItemScheduleTimesOffCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// Get get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemJoinedTeamsItemScheduleTimesOffRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffCollectionResponseable), nil
}
-// Post create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments.
+// Post create a new timeOff instance in a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0
@@ -116,7 +116,7 @@ func (m *ItemJoinedTeamsItemScheduleTimesOffRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable), nil
}
-// ToGetRequestInformation get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimesOffRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimesOffRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemJoinedTeamsItemScheduleTimesOffRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new timeOff instance in a schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimesOffRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable, requestConfiguration *ItemJoinedTeamsItemScheduleTimesOffRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_schedule_times_off_time_off_item_request_builder.go b/users/item_joined_teams_item_schedule_times_off_time_off_item_request_builder.go
index 9d42ee40bb6..b2fecbf8c3a 100644
--- a/users/item_joined_teams_item_schedule_times_off_time_off_item_request_builder.go
+++ b/users/item_joined_teams_item_schedule_times_off_time_off_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderDeleteRequestCo
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments.
+// Delete delete a timeOff instance from a schedule. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilder) Delete(ct
}
return nil
}
-// Get retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeOffable), nil
}
-// ToDeleteRequestInformation delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a timeOff instance from a schedule. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilder) ToDeleteR
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemScheduleTimesOffTimeOffItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_send_activity_notification_post_request_body.go b/users/item_joined_teams_item_send_activity_notification_post_request_body.go
index 7036c225e87..3dba52d6492 100644
--- a/users/item_joined_teams_item_send_activity_notification_post_request_body.go
+++ b/users/item_joined_teams_item_send_activity_notification_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) GetActivity
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) GetAddition
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -235,14 +235,14 @@ func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) SetActivity
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemJoinedTeamsItemSendActivityNotificationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_joined_teams_item_send_activity_notification_request_builder.go b/users/item_joined_teams_item_send_activity_notification_request_builder.go
index f51abb16e56..f083ed94ae2 100644
--- a/users/item_joined_teams_item_send_activity_notification_request_builder.go
+++ b/users/item_joined_teams_item_send_activity_notification_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemSendActivityNotificationRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemSendActivityNotificationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemSendActivityNotificationRequestBuilder) Post(ctx con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemSendActivityNotificationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemJoinedTeamsItemSendActivityNotificationPostRequestBodyable, requestConfiguration *ItemJoinedTeamsItemSendActivityNotificationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_tags_item_members_request_builder.go b/users/item_joined_teams_item_tags_item_members_request_builder.go
index 210b8f21840..79061d045d3 100644
--- a/users/item_joined_teams_item_tags_item_members_request_builder.go
+++ b/users/item_joined_teams_item_tags_item_members_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemTagsItemMembersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemTagsItemMembersRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemTagsItemMembersRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemTagsItemMembersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemTagsItemMembersRequestBuilder(rawUrl string, requestA
func (m *ItemJoinedTeamsItemTagsItemMembersRequestBuilder) Count()(*ItemJoinedTeamsItemTagsItemMembersCountRequestBuilder) {
return NewItemJoinedTeamsItemTagsItemMembersCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemTagsItemMembersRequestBuilder) Get(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberCollectionResponseable), nil
}
-// Post create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments.
+// Post create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemTagsItemMembersRequestBuilder) Post(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemTagsItemMembersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemTagsItemMembersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemTagsItemMembersRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable, requestConfiguration *ItemJoinedTeamsItemTagsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_tags_item_members_teamwork_tag_member_item_request_builder.go b/users/item_joined_teams_item_tags_item_members_teamwork_tag_member_item_request_builder.go
index c455a079483..8c7ffd80e5a 100644
--- a/users/item_joined_teams_item_tags_item_members_teamwork_tag_member_item_request_builder.go
+++ b/users/item_joined_teams_item_tags_item_members_teamwork_tag_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters 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.
+// ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters 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.
type ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a member from a standard tag in a team. This API is supported in the following national cloud deployments.
+// Delete delete a member from a standard tag in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilder)
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagMemberable), nil
}
-// ToDeleteRequestInformation delete a member from a standard tag in a team. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a member from a standard tag in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemTagsItemMembersTeamworkTagMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_tags_request_builder.go b/users/item_joined_teams_item_tags_request_builder.go
index 702d71333a5..2332bc6bc8d 100644
--- a/users/item_joined_teams_item_tags_request_builder.go
+++ b/users/item_joined_teams_item_tags_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsItemTagsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsItemTagsRequestBuilderGetQueryParameters get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemTagsRequestBuilderGetQueryParameters get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemTagsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsItemTagsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ItemJoinedTeamsItemTagsRequestBuilder) Count()(*ItemJoinedTeamsItemTagsCountRequestBuilder) {
return NewItemJoinedTeamsItemTagsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemJoinedTeamsItemTagsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagCollectionResponseable), nil
}
-// Post create a standard tag for members in a team. This API is supported in the following national cloud deployments.
+// Post create a standard tag for members in a team. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemJoinedTeamsItemTagsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable), nil
}
-// ToGetRequestInformation get a list of the tag objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the tag objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemTagsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemJoinedTeamsItemTagsRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPostRequestInformation create a standard tag for members in a team. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a standard tag for members in a team. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable, requestConfiguration *ItemJoinedTeamsItemTagsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_tags_teamwork_tag_item_request_builder.go b/users/item_joined_teams_item_tags_teamwork_tag_item_request_builder.go
index f990c90f20d..01c1f9a93a2 100644
--- a/users/item_joined_teams_item_tags_teamwork_tag_item_request_builder.go
+++ b/users/item_joined_teams_item_tags_teamwork_tag_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderGetQueryParameters read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderGetQueryParameters read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
type ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a tag object permanently. This API is supported in the following national cloud deployments.
+// Delete delete a tag object permanently. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) Get(ctx context.C
func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) Members()(*ItemJoinedTeamsItemTagsItemMembersRequestBuilder) {
return NewItemJoinedTeamsItemTagsItemMembersRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a tag object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a tag object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0
@@ -121,7 +121,7 @@ func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) Patch(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable), nil
}
-// ToDeleteRequestInformation delete a tag object permanently. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a tag object permanently. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -133,7 +133,7 @@ func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) ToDeleteRequestIn
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a tag object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a tag object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) ToGetRequestInfor
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a tag object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a tag object. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkTagable, requestConfiguration *ItemJoinedTeamsItemTagsTeamworkTagItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_item_unarchive_request_builder.go b/users/item_joined_teams_item_unarchive_request_builder.go
index ca8ce974fee..4f323f8652f 100644
--- a/users/item_joined_teams_item_unarchive_request_builder.go
+++ b/users/item_joined_teams_item_unarchive_request_builder.go
@@ -30,7 +30,7 @@ func NewItemJoinedTeamsItemUnarchiveRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemJoinedTeamsItemUnarchiveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemJoinedTeamsItemUnarchiveRequestBuilder) Post(ctx context.Context, r
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemJoinedTeamsItemUnarchiveRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemUnarchiveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_joined_teams_request_builder.go b/users/item_joined_teams_request_builder.go
index 2aee8ba89d4..76dea1805df 100644
--- a/users/item_joined_teams_request_builder.go
+++ b/users/item_joined_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemJoinedTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemJoinedTeamsRequestBuilderGetQueryParameters get the teams in Microsoft Teams that the user is a direct member of. This API is supported in the following national cloud deployments.
+// ItemJoinedTeamsRequestBuilderGetQueryParameters get the teams in Microsoft Teams that the user is a direct member of. This API is available in the following national cloud deployments.
type ItemJoinedTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemJoinedTeamsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *ItemJoinedTeamsRequestBuilder) Count()(*ItemJoinedTeamsCountRequestBuilder) {
return NewItemJoinedTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 get the teams in Microsoft Teams that the user is a direct member of. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0
@@ -119,7 +119,7 @@ func (m *ItemJoinedTeamsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable), nil
}
-// ToGetRequestInformation get the teams in Microsoft Teams that the user is a direct member of. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the teams in Microsoft Teams that the user is a direct member of. This API is available in the following national cloud deployments.
func (m *ItemJoinedTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemJoinedTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_license_details_request_builder.go b/users/item_license_details_request_builder.go
index 4f4dc91d9cd..ff5367b54f6 100644
--- a/users/item_license_details_request_builder.go
+++ b/users/item_license_details_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemLicenseDetailsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemLicenseDetailsRequestBuilderGetQueryParameters 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.
+// ItemLicenseDetailsRequestBuilderGetQueryParameters 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.
type ItemLicenseDetailsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemLicenseDetailsRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ItemLicenseDetailsRequestBuilder) Count()(*ItemLicenseDetailsCountRequestBuilder) {
return NewItemLicenseDetailsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemLicenseDetailsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LicenseDetailsable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemLicenseDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemLicenseDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_delta_request_builder.go b/users/item_mail_folders_delta_request_builder.go
index 5e994274523..5ab737911d2 100644
--- a/users/item_mail_folders_delta_request_builder.go
+++ b/users/item_mail_folders_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMailFoldersDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersDeltaRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersDeltaRequestBuilderGetQueryParameters 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.
type ItemMailFoldersDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemMailFoldersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemMailFoldersDeltaRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(ItemMailFoldersDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemMailFoldersDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.C
}
return res.(ItemMailFoldersDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_delta_request_builder.go b/users/item_mail_folders_item_child_folders_delta_request_builder.go
index 99c1f026955..c3db83edbfd 100644
--- a/users/item_mail_folders_item_child_folders_delta_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMailFoldersItemChildFoldersDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersDeltaRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemChildFoldersDeltaRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemChildFoldersDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemMailFoldersItemChildFoldersDeltaRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemMailFoldersItemChildFoldersDeltaRequestBuilder) Get(ctx context.Con
}
return res.(ItemMailFoldersItemChildFoldersDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemMailFoldersItemChildFoldersDeltaRequestBuilder) GetAsDeltaGetRespon
}
return res.(ItemMailFoldersItemChildFoldersDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_copy_post_request_body.go b/users/item_mail_folders_item_child_folders_item_copy_post_request_body.go
index 0ea2315dfaa..d273deb48f0 100644
--- a/users/item_mail_folders_item_child_folders_item_copy_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemChildFoldersItemCopyPostRequestBody()(*ItemMailFolder
func CreateItemMailFoldersItemChildFoldersItemCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetDestinationI
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) GetFieldDeseria
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemCopyPostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_copy_request_builder.go b/users/item_mail_folders_item_child_folders_item_copy_request_builder.go
index 87299442329..fbcfe18ef52 100644
--- a/users/item_mail_folders_item_child_folders_item_copy_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemCopyRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// Post copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemCopyRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable), nil
}
-// ToPostRequestInformation copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemCopyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_message_rules_message_rule_item_request_builder.go b/users/item_mail_folders_item_child_folders_item_message_rules_message_rule_item_request_builder.go
index aa5dd7a2ffd..0198b4000c7 100644
--- a/users/item_mail_folders_item_child_folders_item_message_rules_message_rule_item_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_message_rules_message_rule_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilde
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderGetQueryParameters get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments.
+// ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderGetQueryParameters get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments.
type ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the specified messageRule object. This API is supported in the following national cloud deployments.
+// Delete delete the specified messageRule object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBu
}
return nil
}
-// Get get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable), nil
}
-// Patch change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments.
+// Patch change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable), nil
}
-// ToDeleteRequestInformation delete the specified messageRule object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the specified messageRule object. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBu
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBu
}
return requestInfo, nil
}
-// ToPatchRequestInformation change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessageRulesMessageRuleItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_message_rules_request_builder.go b/users/item_mail_folders_item_child_folders_item_message_rules_request_builder.go
index cb4d1383f30..8d6bcd3925c 100644
--- a/users/item_mail_folders_item_child_folders_item_message_rules_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_message_rules_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilderGetQueryParameters get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments.
+// ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilderGetQueryParameters get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments.
type ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder(rawUrl str
func (m *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder) Count()(*ItemMailFoldersItemChildFoldersItemMessageRulesCountRequestBuilder) {
return NewItemMailFoldersItemChildFoldersItemMessageRulesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments.
+// Get get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable), nil
}
-// ToGetRequestInformation get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder) ToGetReq
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessageRulesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go
index dcdd407ea02..0dcf6e71db1 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder) Get(ctx
}
return res.(ItemMailFoldersItemChildFoldersItemMessagesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder) GetAsDe
}
return res.(ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_attachment_item_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_attachment_item_request_builder.go
index 34d35469a62..2eac1fd69ff 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_attachment_item_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_attachment_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentItemReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentIte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0
@@ -97,7 +97,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentIte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_post_request_body.go
index f930feacb92..4171b9130c1 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSe
func CreateItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadS
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadS
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadS
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadS
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_request_builder.go
index 51cdbebcc18..ad48dc4999c 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSe
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadS
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go
index cdbddaf6eb3..8a538fa03f2 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0
@@ -94,10 +94,10 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -116,7 +116,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_copy_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_copy_post_request_body.go
index 0e7caf7232e..19616bf04fc 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_copy_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody()(*It
func CreateItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) Get
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) Get
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_copy_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_copy_request_builder.go
index 2e984301e8f..fb1211addfa 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_copy_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCopyRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments.
+// Post copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemCopyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_post_request_body.go
index 21f66cad5d1..94eaab297fb 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestB
func CreateItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -91,7 +91,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
}
return nil
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -116,13 +116,13 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -134,7 +134,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -147,32 +147,32 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequest
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_request_builder.go
index 8fbfc4033db..2654e9edf69 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_create_forward_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardRequestBuild
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemCreateForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_post_request_body.go
index b196185eee0..22cee433960 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequest
func CreateItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostReques
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostReques
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostReques
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostReques
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostReques
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostReques
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_request_builder.go
index 36d7ee46526..6a8b0dc5e92 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_all_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_post_request_body.go
index 8f99f823ade..5f19cf7e1e2 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBod
func CreateItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBo
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBo
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBo
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBo
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_request_builder.go
index 0426e7d7954..1505e4a5c82 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_create_reply_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemCreateReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_extensions_extension_item_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_extensions_extension_item_request_builder.go
index 22c615dd008..1a31feffba0 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_extensions_extension_item_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRe
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemR
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemR
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemR
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_extensions_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_extensions_request_builder.go
index 27c045ed0f5..45eabf66c8d 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_extensions_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder(
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder) Count()(*ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsCountRequestBuilder) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_forward_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_forward_post_request_body.go
index 6ceb2a53299..3ef208eb2f5 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_forward_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody()(
func CreateItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -91,7 +91,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
}
return nil
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -116,13 +116,13 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -134,7 +134,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -147,32 +147,32 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_forward_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_forward_request_builder.go
index 3ecc5d16666..555a77865b6 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_forward_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemForwardRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardRequestBuilder) P
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemForwardPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_move_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_move_post_request_body.go
index 1f6fbe06440..87097dfeefa 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_move_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_move_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody()(*It
func CreateItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) Get
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) Get
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_move_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_move_request_builder.go
index 91da43ae7cf..33932a0ee4b 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_move_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_move_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemMoveRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemMoveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMoveRequestBuilder) Post
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemMoveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemMovePostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemMoveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_post_request_body.go
index bfbd55e8756..3d35c0bd556 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody()
func CreateItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody)
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody)
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody)
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody)
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_request_builder.go
index 45894391da1..5f13f5db60a 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_reply_all_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemReplyAllRequestBuilder(ra
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemReplyAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllRequestBuilder)
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemReplyAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_reply_post_request_body.go b/users/item_mail_folders_item_child_folders_item_messages_item_reply_post_request_body.go
index 884bc4e852e..aa651b35f42 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_reply_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody()(*I
func CreateItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Ge
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Ge
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Ge
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Ge
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Ge
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) Se
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_reply_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_reply_request_builder.go
index 74078c5d4ed..ff5b019ceb1 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_reply_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_reply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemReplyRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMessagesItemReplyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_send_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_send_request_builder.go
index f567ce27e90..c5d9bcd0a44 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_send_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_send_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesItemSendRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMessagesItemSendRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemSendRequestBuilder) Post
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemSendRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemSendRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_messages_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_request_builder.go
index 37bd0d6e032..28280aa0490 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemChildFoldersItemMessagesRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemChildFoldersItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) Count()(*Ite
func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) Delta()(*ItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder) {
return NewItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) Get(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageCollectionResponseable), nil
}
-// Post use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments.
+// Post use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) Post(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) ToGetRequest
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_item_move_post_request_body.go b/users/item_mail_folders_item_child_folders_item_move_post_request_body.go
index 10773b0586f..8ac32ace8ed 100644
--- a/users/item_mail_folders_item_child_folders_item_move_post_request_body.go
+++ b/users/item_mail_folders_item_child_folders_item_move_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemChildFoldersItemMovePostRequestBody()(*ItemMailFolder
func CreateItemMailFoldersItemChildFoldersItemMovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetDestinationI
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) GetFieldDeseria
// Serialize serializes information the current object
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemChildFoldersItemMovePostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_child_folders_item_move_request_builder.go b/users/item_mail_folders_item_child_folders_item_move_request_builder.go
index 9d01dbd52b9..493530fa6b3 100644
--- a/users/item_mail_folders_item_child_folders_item_move_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_move_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemChildFoldersItemMoveRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemChildFoldersItemMoveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// Post move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMoveRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable), nil
}
-// ToPostRequestInformation move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersItemMoveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemChildFoldersItemMovePostRequestBodyable, requestConfiguration *ItemMailFoldersItemChildFoldersItemMoveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_child_folders_request_builder.go b/users/item_mail_folders_item_child_folders_request_builder.go
index 6852d9632e1..3fa5b528f01 100644
--- a/users/item_mail_folders_item_child_folders_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_request_builder.go
@@ -100,7 +100,7 @@ func (m *ItemMailFoldersItemChildFoldersRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderCollectionResponseable), nil
}
-// Post create a new mailSearchFolder in the specified user's mailbox. This API is supported in the following national cloud deployments.
+// Post create a new mailSearchFolder in the specified user's mailbox. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailsearchfolder-post?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *ItemMailFoldersItemChildFoldersRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new mailSearchFolder in the specified user's mailbox. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new mailSearchFolder in the specified user's mailbox. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemChildFoldersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersItemChildFoldersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_copy_post_request_body.go b/users/item_mail_folders_item_copy_post_request_body.go
index c9eb63451c5..cb7ca24e3fd 100644
--- a/users/item_mail_folders_item_copy_post_request_body.go
+++ b/users/item_mail_folders_item_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemCopyPostRequestBody()(*ItemMailFoldersItemCopyPostReq
func CreateItemMailFoldersItemCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemCopyPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemCopyPostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemCopyPostRequestBody) GetDestinationId()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemCopyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemCopyPostRequestBody) GetFieldDeserializers()(map[str
// Serialize serializes information the current object
func (m *ItemMailFoldersItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemCopyPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemCopyPostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_copy_request_builder.go b/users/item_mail_folders_item_copy_request_builder.go
index d4740f47ddb..6d74aded56f 100644
--- a/users/item_mail_folders_item_copy_request_builder.go
+++ b/users/item_mail_folders_item_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemCopyRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// Post copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemCopyRequestBuilder) Post(ctx context.Context, body I
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable), nil
}
-// ToPostRequestInformation copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemCopyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_message_rules_message_rule_item_request_builder.go b/users/item_mail_folders_item_message_rules_message_rule_item_request_builder.go
index 0cf8b842cb6..37b6af0e75e 100644
--- a/users/item_mail_folders_item_message_rules_message_rule_item_request_builder.go
+++ b/users/item_mail_folders_item_message_rules_message_rule_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderDeleteRequestCo
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderGetQueryParameters get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments.
+// ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderGetQueryParameters get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments.
type ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the specified messageRule object. This API is supported in the following national cloud deployments.
+// Delete delete the specified messageRule object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) Delete(ct
}
return nil
}
-// Get get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable), nil
}
-// Patch change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments.
+// Patch change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable), nil
}
-// ToDeleteRequestInformation delete the specified messageRule object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the specified messageRule object. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToDeleteR
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable, requestConfiguration *ItemMailFoldersItemMessageRulesMessageRuleItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_message_rules_request_builder.go b/users/item_mail_folders_item_message_rules_request_builder.go
index e394e6f1641..6788cc68bb1 100644
--- a/users/item_mail_folders_item_message_rules_request_builder.go
+++ b/users/item_mail_folders_item_message_rules_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemMessageRulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemMessageRulesRequestBuilderGetQueryParameters get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments.
+// ItemMailFoldersItemMessageRulesRequestBuilderGetQueryParameters get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments.
type ItemMailFoldersItemMessageRulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemMailFoldersItemMessageRulesRequestBuilder(rawUrl string, requestAdap
func (m *ItemMailFoldersItemMessageRulesRequestBuilder) Count()(*ItemMailFoldersItemMessageRulesCountRequestBuilder) {
return NewItemMailFoldersItemMessageRulesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments.
+// Get get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemMailFoldersItemMessageRulesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemMailFoldersItemMessageRulesRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable), nil
}
-// ToGetRequestInformation get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessageRulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessageRulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemMailFoldersItemMessageRulesRequestBuilder) ToGetRequestInformation(
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessageRulesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageRuleable, requestConfiguration *ItemMailFoldersItemMessageRulesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_delta_request_builder.go b/users/item_mail_folders_item_messages_delta_request_builder.go
index f658b92e69b..76a13281d56 100644
--- a/users/item_mail_folders_item_messages_delta_request_builder.go
+++ b/users/item_mail_folders_item_messages_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMailFoldersItemMessagesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemMessagesDeltaRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemMessagesDeltaRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemMessagesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemMailFoldersItemMessagesDeltaRequestBuilder(rawUrl string, requestAda
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemMailFoldersItemMessagesDeltaRequestBuilder) Get(ctx context.Context
}
return res.(ItemMailFoldersItemMessagesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemMailFoldersItemMessagesDeltaRequestBuilder) GetAsDeltaGetResponse(c
}
return res.(ItemMailFoldersItemMessagesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemMessagesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_attachments_attachment_item_request_builder.go b/users/item_mail_folders_item_messages_item_attachments_attachment_item_request_builder.go
index a71541d8615..6edcd34cd2c 100644
--- a/users/item_mail_folders_item_messages_item_attachments_attachment_item_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_attachments_attachment_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderDelet
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilder)
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0
@@ -97,7 +97,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_attachments_create_upload_session_post_request_body.go b/users/item_mail_folders_item_messages_item_attachments_create_upload_session_post_request_body.go
index 7cf2ab9c8ae..45002b7fe60 100644
--- a/users/item_mail_folders_item_messages_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequest
func CreateItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostReques
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostReques
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostReques
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostReques
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_mail_folders_item_messages_item_attachments_create_upload_session_request_builder.go b/users/item_mail_folders_item_messages_item_attachments_create_upload_session_request_builder.go
index 3f2ddb289a4..b69c3c7d789 100644
--- a/users/item_mail_folders_item_messages_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuil
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_attachments_request_builder.go b/users/item_mail_folders_item_messages_item_attachments_request_builder.go
index b76052dc7e2..8c8671e1965 100644
--- a/users/item_mail_folders_item_messages_item_attachments_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
type ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Count()(*Item
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0
@@ -94,10 +94,10 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Get(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -116,7 +116,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestI
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_copy_post_request_body.go b/users/item_mail_folders_item_messages_item_copy_post_request_body.go
index d096196e916..02a5f6f33a8 100644
--- a/users/item_mail_folders_item_messages_item_copy_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemMessagesItemCopyPostRequestBody()(*ItemMailFoldersIte
func CreateItemMailFoldersItemMessagesItemCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetDestinationId()(
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) GetFieldDeserialize
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemMessagesItemCopyPostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_copy_request_builder.go b/users/item_mail_folders_item_messages_item_copy_request_builder.go
index 43cc8c8b9ca..633bad9a92f 100644
--- a/users/item_mail_folders_item_messages_item_copy_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMessagesItemCopyRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments.
+// Post copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCopyRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessagesItemCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemCopyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_create_forward_post_request_body.go b/users/item_mail_folders_item_messages_item_create_forward_post_request_body.go
index 064bdfa7539..a05df007355 100644
--- a/users/item_mail_folders_item_messages_item_create_forward_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_create_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemCreateForwardPostRequestBody()(*ItemMailF
func CreateItemMailFoldersItemMessagesItemCreateForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemCreateForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetAdditio
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetComment
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetFieldDe
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetFieldDe
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -91,7 +91,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetFieldDe
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetMessage
}
return nil
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -116,13 +116,13 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) GetToRecip
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -134,7 +134,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) Serialize(
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -147,32 +147,32 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) Serialize(
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemMessagesItemCreateForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_create_forward_request_builder.go b/users/item_mail_folders_item_messages_item_create_forward_request_builder.go
index 6ae57bf089d..ada0bf5bb53 100644
--- a/users/item_mail_folders_item_messages_item_create_forward_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_create_forward_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMessagesItemCreateForwardRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemCreateForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateForwardRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemCreateForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemCreateForwardPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemCreateForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_create_reply_all_post_request_body.go b/users/item_mail_folders_item_messages_item_create_reply_all_post_request_body.go
index cff82e73caa..6a0be376ce2 100644
--- a/users/item_mail_folders_item_messages_item_create_reply_all_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_create_reply_all_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody()(*ItemMail
func CreateItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetCommen
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetFieldD
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetFieldD
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) GetMessag
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_create_reply_all_request_builder.go b/users/item_mail_folders_item_messages_item_create_reply_all_request_builder.go
index f995974c132..eab3fae7b59 100644
--- a/users/item_mail_folders_item_messages_item_create_reply_all_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_create_reply_all_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMessagesItemCreateReplyAllRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemCreateReplyAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyAllRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemCreateReplyAllRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemCreateReplyAllPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemCreateReplyAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_create_reply_post_request_body.go b/users/item_mail_folders_item_messages_item_create_reply_post_request_body.go
index b1af82cf86d..8ca44804afe 100644
--- a/users/item_mail_folders_item_messages_item_create_reply_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_create_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemCreateReplyPostRequestBody()(*ItemMailFol
func CreateItemMailFoldersItemMessagesItemCreateReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemCreateReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetComment()
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetFieldDese
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetFieldDese
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) GetMessage()
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemCreateReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_create_reply_request_builder.go b/users/item_mail_folders_item_messages_item_create_reply_request_builder.go
index 08e6b6bb69c..6b3c5ef450e 100644
--- a/users/item_mail_folders_item_messages_item_create_reply_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_create_reply_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMessagesItemCreateReplyRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemCreateReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemCreateReplyRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemCreateReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemCreateReplyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemCreateReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_extensions_extension_item_request_builder.go b/users/item_mail_folders_item_messages_item_extensions_extension_item_request_builder.go
index 00d6c522edf..f474a3c97bb 100644
--- a/users/item_mail_folders_item_messages_item_extensions_extension_item_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) D
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_extensions_request_builder.go b/users/item_mail_folders_item_messages_item_extensions_request_builder.go
index 90409fcb417..9f12b364aef 100644
--- a/users/item_mail_folders_item_messages_item_extensions_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemMessagesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemMessagesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemMailFoldersItemMessagesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemMailFoldersItemMessagesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemMailFoldersItemMessagesItemExtensionsRequestBuilder(rawUrl string, r
func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) Count()(*ItemMailFoldersItemMessagesItemExtensionsCountRequestBuilder) {
return NewItemMailFoldersItemMessagesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemMailFoldersItemMessagesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_forward_post_request_body.go b/users/item_mail_folders_item_messages_item_forward_post_request_body.go
index 121fdeb6a4a..cd0eab5204b 100644
--- a/users/item_mail_folders_item_messages_item_forward_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemForwardPostRequestBody()(*ItemMailFolders
func CreateItemMailFoldersItemMessagesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetAdditionalDat
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetComment()(*st
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetFieldDeserial
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetFieldDeserial
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -91,7 +91,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetFieldDeserial
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetMessage()(iad
}
return nil
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -116,13 +116,13 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) GetToRecipients(
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -134,7 +134,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) Serialize(writer
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -147,32 +147,32 @@ func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemMailFoldersItemMessagesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_forward_request_builder.go b/users/item_mail_folders_item_messages_item_forward_request_builder.go
index f155ac6740d..0a3bc26167f 100644
--- a/users/item_mail_folders_item_messages_item_forward_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemMessagesItemForwardRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemMessagesItemForwardRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemForwardPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_move_post_request_body.go b/users/item_mail_folders_item_messages_item_move_post_request_body.go
index 8087e2c034d..19946f02746 100644
--- a/users/item_mail_folders_item_messages_item_move_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_move_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemMessagesItemMovePostRequestBody()(*ItemMailFoldersIte
func CreateItemMailFoldersItemMessagesItemMovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemMovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetAdditionalData()
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetDestinationId()(
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) GetFieldDeserialize
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) Serialize(writer i8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemMessagesItemMovePostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_move_request_builder.go b/users/item_mail_folders_item_messages_item_move_request_builder.go
index b4fd619b535..93dff0859d8 100644
--- a/users/item_mail_folders_item_messages_item_move_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_move_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMessagesItemMoveRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemMoveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemMoveRequestBuilder) Post(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemMoveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemMovePostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemMoveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_reply_all_post_request_body.go b/users/item_mail_folders_item_messages_item_reply_all_post_request_body.go
index 7cfdeca0784..d38620ce880 100644
--- a/users/item_mail_folders_item_messages_item_reply_all_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_reply_all_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemReplyAllPostRequestBody()(*ItemMailFolder
func CreateItemMailFoldersItemMessagesItemReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemReplyAllPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetComment()(*s
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetFieldDeseria
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetFieldDeseria
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) GetMessage()(ia
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_reply_all_request_builder.go b/users/item_mail_folders_item_messages_item_reply_all_request_builder.go
index 89241e93a5b..6d64db32b53 100644
--- a/users/item_mail_folders_item_messages_item_reply_all_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_reply_all_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemMessagesItemReplyAllRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemReplyAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyAllRequestBuilder) Post(ctx context
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemReplyAllRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemReplyAllPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemReplyAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_reply_post_request_body.go b/users/item_mail_folders_item_messages_item_reply_post_request_body.go
index f8f2f79271b..44b1bca08a4 100644
--- a/users/item_mail_folders_item_messages_item_reply_post_request_body.go
+++ b/users/item_mail_folders_item_messages_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMailFoldersItemMessagesItemReplyPostRequestBody()(*ItemMailFoldersIt
func CreateItemMailFoldersItemMessagesItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetComment()(*stri
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetFieldDeserializ
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetFieldDeserializ
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) GetMessage()(iadcd
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMailFoldersItemMessagesItemReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_mail_folders_item_messages_item_reply_request_builder.go b/users/item_mail_folders_item_messages_item_reply_request_builder.go
index 5e8215a1fa9..fd3e38d1e27 100644
--- a/users/item_mail_folders_item_messages_item_reply_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_reply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemMessagesItemReplyRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemMessagesItemReplyRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMessagesItemReplyPostRequestBodyable, requestConfiguration *ItemMailFoldersItemMessagesItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_item_send_request_builder.go b/users/item_mail_folders_item_messages_item_send_request_builder.go
index db56a1e4207..00373b80909 100644
--- a/users/item_mail_folders_item_messages_item_send_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_send_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMailFoldersItemMessagesItemSendRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMessagesItemSendRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMailFoldersItemMessagesItemSendRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersItemMessagesItemSendRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemSendRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_messages_request_builder.go b/users/item_mail_folders_item_messages_request_builder.go
index a6ceca6b2fe..8cd559dee4d 100644
--- a/users/item_mail_folders_item_messages_request_builder.go
+++ b/users/item_mail_folders_item_messages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemMessagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemMessagesRequestBuilderGetQueryParameters 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.
+// ItemMailFoldersItemMessagesRequestBuilderGetQueryParameters 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.
type ItemMailFoldersItemMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemMailFoldersItemMessagesRequestBuilder) Count()(*ItemMailFoldersItem
func (m *ItemMailFoldersItemMessagesRequestBuilder) Delta()(*ItemMailFoldersItemMessagesDeltaRequestBuilder) {
return NewItemMailFoldersItemMessagesDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemMailFoldersItemMessagesRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageCollectionResponseable), nil
}
-// Post use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments.
+// Post use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemMailFoldersItemMessagesRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMailFoldersItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemMailFoldersItemMessagesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMailFoldersItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_item_move_post_request_body.go b/users/item_mail_folders_item_move_post_request_body.go
index 6aa43420558..d7e8dfd632c 100644
--- a/users/item_mail_folders_item_move_post_request_body.go
+++ b/users/item_mail_folders_item_move_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMailFoldersItemMovePostRequestBody()(*ItemMailFoldersItemMovePostReq
func CreateItemMailFoldersItemMovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMailFoldersItemMovePostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemMovePostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMailFoldersItemMovePostRequestBody) GetDestinationId()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMailFoldersItemMovePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMailFoldersItemMovePostRequestBody) GetFieldDeserializers()(map[str
// Serialize serializes information the current object
func (m *ItemMailFoldersItemMovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMailFoldersItemMovePostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMailFoldersItemMovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMailFoldersItemMovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMailFoldersItemMovePostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_mail_folders_item_move_request_builder.go b/users/item_mail_folders_item_move_request_builder.go
index 7de9fd000e9..f885f5b1d0d 100644
--- a/users/item_mail_folders_item_move_request_builder.go
+++ b/users/item_mail_folders_item_move_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMailFoldersItemMoveRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemMailFoldersItemMoveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// Post move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMailFoldersItemMoveRequestBuilder) Post(ctx context.Context, body I
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable), nil
}
-// ToPostRequestInformation move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersItemMoveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMailFoldersItemMovePostRequestBodyable, requestConfiguration *ItemMailFoldersItemMoveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_mail_folder_item_request_builder.go b/users/item_mail_folders_mail_folder_item_request_builder.go
index 02b6e81b3f7..bc25b4dad44 100644
--- a/users/item_mail_folders_mail_folder_item_request_builder.go
+++ b/users/item_mail_folders_mail_folder_item_request_builder.go
@@ -64,7 +64,7 @@ func NewItemMailFoldersMailFolderItemRequestBuilder(rawUrl string, requestAdapte
func (m *ItemMailFoldersMailFolderItemRequestBuilder) Copy()(*ItemMailFoldersItemCopyRequestBuilder) {
return NewItemMailFoldersItemCopyRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemMailFoldersMailFolderItemRequestBuilder) Messages()(*ItemMailFolder
func (m *ItemMailFoldersMailFolderItemRequestBuilder) Move()(*ItemMailFoldersItemMoveRequestBuilder) {
return NewItemMailFoldersItemMoveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the writable properties of a mailSearchFolder object. This API is supported in the following national cloud deployments.
+// Patch update the writable properties of a mailSearchFolder object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemMailFoldersMailFolderItemRequestBuilder) Patch(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMailFoldersMailFolderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersMailFolderItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -167,7 +167,7 @@ func (m *ItemMailFoldersMailFolderItemRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the writable properties of a mailSearchFolder object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the writable properties of a mailSearchFolder object. This API is available in the following national cloud deployments.
func (m *ItemMailFoldersMailFolderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersMailFolderItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_mail_folders_request_builder.go b/users/item_mail_folders_request_builder.go
index 59678d6425e..dd501dfc9ea 100644
--- a/users/item_mail_folders_request_builder.go
+++ b/users/item_mail_folders_request_builder.go
@@ -100,7 +100,7 @@ func (m *ItemMailFoldersRequestBuilder) Get(ctx context.Context, requestConfigur
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *ItemMailFoldersRequestBuilder) ToGetRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMailFoldersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_managed_devices_item_clean_windows_device_post_request_body.go b/users/item_managed_devices_item_clean_windows_device_post_request_body.go
index 946829fb50f..4f67c7db97a 100644
--- a/users/item_managed_devices_item_clean_windows_device_post_request_body.go
+++ b/users/item_managed_devices_item_clean_windows_device_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemManagedDevicesItemCleanWindowsDevicePostRequestBody()(*ItemManagedDe
func CreateItemManagedDevicesItemCleanWindowsDevicePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemCleanWindowsDevicePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemCleanWindowsDevicePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemManagedDevicesItemCleanWindowsDevicePostRequestBody) GetAdditionalD
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemCleanWindowsDevicePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemManagedDevicesItemCleanWindowsDevicePostRequestBody) Serialize(writ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemCleanWindowsDevicePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemCleanWindowsDevicePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go b/users/item_managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go
index fdf6c13241e..761ecc58153 100644
--- a/users/item_managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go
+++ b/users/item_managed_devices_item_delete_user_from_shared_apple_device_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody()(*
func CreateItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) G
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) S
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemDeleteUserFromSharedAppleDevicePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_post_response.go b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_post_response.go
index ab4bcfd897c..566d3694688 100644
--- a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_post_response.go
+++ b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_post_response.go
@@ -22,7 +22,7 @@ func NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResp
func CreateItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostRes
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostRes
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_managed_devices_item_update_windows_device_account_post_request_body.go b/users/item_managed_devices_item_update_windows_device_account_post_request_body.go
index 6a482223bb9..734157d7d65 100644
--- a/users/item_managed_devices_item_update_windows_device_account_post_request_body.go
+++ b/users/item_managed_devices_item_update_windows_device_account_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody()(*ItemM
func CreateItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) GetAdd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) Serial
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemUpdateWindowsDeviceAccountPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_managed_devices_item_windows_defender_scan_post_request_body.go b/users/item_managed_devices_item_windows_defender_scan_post_request_body.go
index c199ed3f816..fc07b5ba7d9 100644
--- a/users/item_managed_devices_item_windows_defender_scan_post_request_body.go
+++ b/users/item_managed_devices_item_windows_defender_scan_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemManagedDevicesItemWindowsDefenderScanPostRequestBody()(*ItemManagedD
func CreateItemManagedDevicesItemWindowsDefenderScanPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemWindowsDefenderScanPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemWindowsDefenderScanPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemManagedDevicesItemWindowsDefenderScanPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemWindowsDefenderScanPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemManagedDevicesItemWindowsDefenderScanPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemWindowsDefenderScanPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemWindowsDefenderScanPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_managed_devices_item_wipe_post_request_body.go b/users/item_managed_devices_item_wipe_post_request_body.go
index 1613888b7ba..27d8a026c12 100644
--- a/users/item_managed_devices_item_wipe_post_request_body.go
+++ b/users/item_managed_devices_item_wipe_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemManagedDevicesItemWipePostRequestBody()(*ItemManagedDevicesItemWipeP
func CreateItemManagedDevicesItemWipePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemWipePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemWipePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemManagedDevicesItemWipePostRequestBody) GetAdditionalData()(map[stri
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemWipePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemManagedDevicesItemWipePostRequestBody) Serialize(writer i878a80d233
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemManagedDevicesItemWipePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemManagedDevicesItemWipePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_manager_ref_request_builder.go b/users/item_manager_ref_request_builder.go
index fb3a6b1904a..393eec02852 100644
--- a/users/item_manager_ref_request_builder.go
+++ b/users/item_manager_ref_request_builder.go
@@ -45,7 +45,7 @@ func NewItemManagerRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
urlParams["request-raw-url"] = rawUrl
return NewItemManagerRefRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a user's manager. This API is supported in the following national cloud deployments.
+// Delete remove a user's manager. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0
@@ -64,7 +64,7 @@ func (m *ItemManagerRefRequestBuilder) Delete(ctx context.Context, requestConfig
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0
@@ -86,7 +86,7 @@ func (m *ItemManagerRefRequestBuilder) Get(ctx context.Context, requestConfigura
}
return res.(*string), nil
}
-// Put assign a user's manager. This API is supported in the following national cloud deployments.
+// Put assign a user's manager. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0
@@ -105,7 +105,7 @@ func (m *ItemManagerRefRequestBuilder) Put(ctx context.Context, body iadcd811244
}
return nil
}
-// ToDeleteRequestInformation remove a user's manager. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a user's manager. This API is available in the following national cloud deployments.
func (m *ItemManagerRefRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemManagerRefRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -117,7 +117,7 @@ func (m *ItemManagerRefRequestBuilder) ToDeleteRequestInformation(ctx context.Co
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemManagerRefRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemManagerRefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemManagerRefRequestBuilder) ToGetRequestInformation(ctx context.Conte
}
return requestInfo, nil
}
-// ToPutRequestInformation assign a user's manager. This API is supported in the following national cloud deployments.
+// ToPutRequestInformation assign a user's manager. This API is available in the following national cloud deployments.
func (m *ItemManagerRefRequestBuilder) ToPutRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ReferenceUpdateable, requestConfiguration *ItemManagerRefRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_manager_request_builder.go b/users/item_manager_request_builder.go
index ac2dc86fa47..485bfe5b357 100644
--- a/users/item_manager_request_builder.go
+++ b/users/item_manager_request_builder.go
@@ -18,7 +18,7 @@ type ItemManagerRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemManagerRequestBuilderGetQueryParameters 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.
+// ItemManagerRequestBuilderGetQueryParameters 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.
type ItemManagerRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -47,7 +47,7 @@ func NewItemManagerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemManagerRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete remove a user's manager. This API is supported in the following national cloud deployments.
+// Delete remove a user's manager. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0
@@ -66,7 +66,7 @@ func (m *ItemManagerRequestBuilder) Delete(ctx context.Context, requestConfigura
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemManagerRequestBuilder) Get(ctx context.Context, requestConfiguratio
func (m *ItemManagerRequestBuilder) Ref()(*ItemManagerRefRequestBuilder) {
return NewItemManagerRefRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation remove a user's manager. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation remove a user's manager. This API is available in the following national cloud deployments.
func (m *ItemManagerRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemManagerRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -104,7 +104,7 @@ func (m *ItemManagerRequestBuilder) ToDeleteRequestInformation(ctx context.Conte
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemManagerRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemManagerRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_delta_request_builder.go b/users/item_messages_delta_request_builder.go
index 867d449ea49..b75a59811fd 100644
--- a/users/item_messages_delta_request_builder.go
+++ b/users/item_messages_delta_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemMessagesDeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesDeltaRequestBuilderGetQueryParameters 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.
+// ItemMessagesDeltaRequestBuilderGetQueryParameters 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.
type ItemMessagesDeltaRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -49,7 +49,7 @@ func NewItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// [Find more info here]
//
@@ -72,7 +72,7 @@ func (m *ItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfig
}
return res.(ItemMessagesDeltaResponseable), nil
}
-// GetAsDeltaGetResponse 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.
+// GetAsDeltaGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0
@@ -94,7 +94,7 @@ func (m *ItemMessagesDeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Cont
}
return res.(ItemMessagesDeltaGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMessagesDeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesDeltaRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_attachments_attachment_item_request_builder.go b/users/item_messages_item_attachments_attachment_item_request_builder.go
index 06722471529..d92f9c5dc18 100644
--- a/users/item_messages_item_attachments_attachment_item_request_builder.go
+++ b/users/item_messages_item_attachments_attachment_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMessagesItemAttachmentsAttachmentItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters 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.
+// ItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters 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.
type ItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemAttachmentsAttachmentItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0
@@ -97,7 +97,7 @@ func (m *ItemMessagesItemAttachmentsAttachmentItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemMessagesItemAttachmentsAttachmentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemAttachmentsAttachmentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_attachments_create_upload_session_post_request_body.go b/users/item_messages_item_attachments_create_upload_session_post_request_body.go
index 3aedd488217..a715f5b6795 100644
--- a/users/item_messages_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_messages_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody()(*ItemMes
func CreateItemMessagesItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAddit
}
return val.(map[string]any)
}
-// GetAttachmentItem gets the attachmentItem property value. The AttachmentItem property
+// GetAttachmentItem gets the AttachmentItem property value. The AttachmentItem property
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttachmentItem()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable) {
val, err := m.GetBackingStore().Get("attachmentItem")
if err != nil {
@@ -46,14 +46,14 @@ func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetAttac
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["attachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["AttachmentItem"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateAttachmentItemFromDiscriminatorValue)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) GetField
// Serialize serializes information the current object
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("attachmentItem", m.GetAttachmentItem())
+ err := writer.WriteObjectValue("AttachmentItem", m.GetAttachmentItem())
if err != nil {
return err
}
@@ -81,21 +81,21 @@ func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) Serializ
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetAttachmentItem sets the attachmentItem property value. The AttachmentItem property
+// SetAttachmentItem sets the AttachmentItem property value. The AttachmentItem property
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetAttachmentItem(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentItemable)() {
err := m.GetBackingStore().Set("attachmentItem", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_messages_item_attachments_create_upload_session_request_builder.go b/users/item_messages_item_attachments_create_upload_session_request_builder.go
index 0e6fbb6a4ba..0a74e27ce05 100644
--- a/users/item_messages_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_messages_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) Post(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_attachments_request_builder.go b/users/item_messages_item_attachments_request_builder.go
index 05cfa47ca22..03011fe8f7f 100644
--- a/users/item_messages_item_attachments_request_builder.go
+++ b/users/item_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
type ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) Count()(*ItemMessagesItemAtt
func (m *ItemMessagesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// Get retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0
@@ -94,10 +94,10 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemMessagesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -116,7 +116,7 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments.
func (m *ItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -132,7 +132,7 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_copy_post_request_body.go b/users/item_messages_item_copy_post_request_body.go
index 2cd8018b9aa..55e5d62279b 100644
--- a/users/item_messages_item_copy_post_request_body.go
+++ b/users/item_messages_item_copy_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMessagesItemCopyPostRequestBody()(*ItemMessagesItemCopyPostRequestBo
func CreateItemMessagesItemCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemCopyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCopyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMessagesItemCopyPostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCopyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMessagesItemCopyPostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMessagesItemCopyPostRequestBody) GetDestinationId()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemCopyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMessagesItemCopyPostRequestBody) GetFieldDeserializers()(map[string
// Serialize serializes information the current object
func (m *ItemMessagesItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMessagesItemCopyPostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCopyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCopyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMessagesItemCopyPostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_messages_item_copy_request_builder.go b/users/item_messages_item_copy_request_builder.go
index e60fcc4cffd..f04117f49a8 100644
--- a/users/item_messages_item_copy_request_builder.go
+++ b/users/item_messages_item_copy_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMessagesItemCopyRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemCopyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments.
+// Post copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCopyRequestBuilder) Post(ctx context.Context, body Item
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments.
func (m *ItemMessagesItemCopyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemCopyPostRequestBodyable, requestConfiguration *ItemMessagesItemCopyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_create_forward_post_request_body.go b/users/item_messages_item_create_forward_post_request_body.go
index 0c5e6a93440..9b7522d096f 100644
--- a/users/item_messages_item_create_forward_post_request_body.go
+++ b/users/item_messages_item_create_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemCreateForwardPostRequestBody()(*ItemMessagesItemCreateFo
func CreateItemMessagesItemCreateForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemCreateForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCreateForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCreateForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMessagesItemCreateForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemCreateForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetFieldDeserializers()(m
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -91,7 +91,7 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetFieldDeserializers()(m
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMessagesItemCreateForwardPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetMessage()(iadcd8112441
}
return nil
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemMessagesItemCreateForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -116,13 +116,13 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) GetToRecipients()([]iadcd
// Serialize serializes information the current object
func (m *ItemMessagesItemCreateForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -134,7 +134,7 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) Serialize(writer i878a80d
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -147,32 +147,32 @@ func (m *ItemMessagesItemCreateForwardPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCreateForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCreateForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMessagesItemCreateForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMessagesItemCreateForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemMessagesItemCreateForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_messages_item_create_forward_request_builder.go b/users/item_messages_item_create_forward_request_builder.go
index 8044e2f39aa..4d61dc1bbbe 100644
--- a/users/item_messages_item_create_forward_request_builder.go
+++ b/users/item_messages_item_create_forward_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMessagesItemCreateForwardRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemCreateForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCreateForwardRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemCreateForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemCreateForwardPostRequestBodyable, requestConfiguration *ItemMessagesItemCreateForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_create_reply_all_post_request_body.go b/users/item_messages_item_create_reply_all_post_request_body.go
index 7b6ad3282e0..2bb5d1220ad 100644
--- a/users/item_messages_item_create_reply_all_post_request_body.go
+++ b/users/item_messages_item_create_reply_all_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemCreateReplyAllPostRequestBody()(*ItemMessagesItemCreateR
func CreateItemMessagesItemCreateReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemCreateReplyAllPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetAdditionalData()(map[
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetFieldDeserializers()(
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetFieldDeserializers()(
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMessagesItemCreateReplyAllPostRequestBody) GetMessage()(iadcd811244
// Serialize serializes information the current object
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMessagesItemCreateReplyAllPostRequestBody) Serialize(writer i878a80
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMessagesItemCreateReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_messages_item_create_reply_all_request_builder.go b/users/item_messages_item_create_reply_all_request_builder.go
index cb51d75c329..535896a53a1 100644
--- a/users/item_messages_item_create_reply_all_request_builder.go
+++ b/users/item_messages_item_create_reply_all_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMessagesItemCreateReplyAllRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemCreateReplyAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCreateReplyAllRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemCreateReplyAllRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemCreateReplyAllPostRequestBodyable, requestConfiguration *ItemMessagesItemCreateReplyAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_create_reply_post_request_body.go b/users/item_messages_item_create_reply_post_request_body.go
index 1a9f389fe4b..b35e342e5c2 100644
--- a/users/item_messages_item_create_reply_post_request_body.go
+++ b/users/item_messages_item_create_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemCreateReplyPostRequestBody()(*ItemMessagesItemCreateRepl
func CreateItemMessagesItemCreateReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemCreateReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCreateReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMessagesItemCreateReplyPostRequestBody) GetAdditionalData()(map[str
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCreateReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMessagesItemCreateReplyPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCreateReplyPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemCreateReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemCreateReplyPostRequestBody) GetFieldDeserializers()(map
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMessagesItemCreateReplyPostRequestBody) GetFieldDeserializers()(map
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMessagesItemCreateReplyPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMessagesItemCreateReplyPostRequestBody) GetMessage()(iadcd81124412c
// Serialize serializes information the current object
func (m *ItemMessagesItemCreateReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMessagesItemCreateReplyPostRequestBody) Serialize(writer i878a80d23
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemCreateReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemCreateReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMessagesItemCreateReplyPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMessagesItemCreateReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_messages_item_create_reply_request_builder.go b/users/item_messages_item_create_reply_request_builder.go
index 9bf61b05228..ce1630fd975 100644
--- a/users/item_messages_item_create_reply_request_builder.go
+++ b/users/item_messages_item_create_reply_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMessagesItemCreateReplyRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemCreateReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemCreateReplyRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemCreateReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemCreateReplyPostRequestBodyable, requestConfiguration *ItemMessagesItemCreateReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_extensions_extension_item_request_builder.go b/users/item_messages_item_extensions_extension_item_request_builder.go
index 9010da8b25e..b77ff6a72f0 100644
--- a/users/item_messages_item_extensions_extension_item_request_builder.go
+++ b/users/item_messages_item_extensions_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMessagesItemExtensionsExtensionItemRequestBuilderDeleteRequestConfigura
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemMessagesItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemMessagesItemExtensionsExtensionItemRequestBuilder(rawUrl string, req
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemExtensionsExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemMessagesItemExtensionsExtensionItemRequestBuilder) Delete(ctx conte
}
return nil
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemMessagesItemExtensionsExtensionItemRequestBuilder) Patch(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMessagesItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -126,7 +126,7 @@ func (m *ItemMessagesItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestI
}
return requestInfo, nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMessagesItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_extensions_request_builder.go b/users/item_messages_item_extensions_request_builder.go
index 9dacd8501f4..95b06474be3 100644
--- a/users/item_messages_item_extensions_request_builder.go
+++ b/users/item_messages_item_extensions_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesItemExtensionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ItemMessagesItemExtensionsRequestBuilderGetQueryParameters get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
type ItemMessagesItemExtensionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -72,7 +72,7 @@ func NewItemMessagesItemExtensionsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemMessagesItemExtensionsRequestBuilder) Count()(*ItemMessagesItemExtensionsCountRequestBuilder) {
return NewItemMessagesItemExtensionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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 get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMessagesItemExtensionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesItemExtensionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemMessagesItemExtensionsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
@@ -113,7 +113,7 @@ func (m *ItemMessagesItemExtensionsRequestBuilder) Post(ctx context.Context, bod
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable), nil
}
-// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
+// ToGetRequestInformation get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support 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.
func (m *ItemMessagesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemExtensionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemMessagesItemExtensionsRequestBuilder) ToGetRequestInformation(ctx c
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemExtensionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Extensionable, requestConfiguration *ItemMessagesItemExtensionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_forward_post_request_body.go b/users/item_messages_item_forward_post_request_body.go
index 2b5c7cc9dc8..93bb4110d09 100644
--- a/users/item_messages_item_forward_post_request_body.go
+++ b/users/item_messages_item_forward_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemForwardPostRequestBody()(*ItemMessagesItemForwardPostReq
func CreateItemMessagesItemForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemForwardPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemForwardPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetAdditionalData()(map[string]
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemForwardPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMessagesItemForwardPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemForwardPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -73,7 +73,7 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetFieldDeserializers()(map[str
}
return nil
}
- res["toRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["ToRecipients"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfObjectValues(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateRecipientFromDiscriminatorValue)
if err != nil {
return err
@@ -91,7 +91,7 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetFieldDeserializers()(map[str
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMessagesItemForwardPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetMessage()(iadcd81124412c61e6
}
return nil
}
-// GetToRecipients gets the toRecipients property value. The ToRecipients property
+// GetToRecipients gets the ToRecipients property value. The ToRecipients property
func (m *ItemMessagesItemForwardPostRequestBody) GetToRecipients()([]iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) {
val, err := m.GetBackingStore().Get("toRecipients")
if err != nil {
@@ -116,13 +116,13 @@ func (m *ItemMessagesItemForwardPostRequestBody) GetToRecipients()([]iadcd811244
// Serialize serializes information the current object
func (m *ItemMessagesItemForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -134,7 +134,7 @@ func (m *ItemMessagesItemForwardPostRequestBody) Serialize(writer i878a80d2330e8
cast[i] = v.(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable)
}
}
- err := writer.WriteCollectionOfObjectValues("toRecipients", cast)
+ err := writer.WriteCollectionOfObjectValues("ToRecipients", cast)
if err != nil {
return err
}
@@ -147,32 +147,32 @@ func (m *ItemMessagesItemForwardPostRequestBody) Serialize(writer i878a80d2330e8
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemForwardPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemForwardPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMessagesItemForwardPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMessagesItemForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetToRecipients sets the toRecipients property value. The ToRecipients property
+// SetToRecipients sets the ToRecipients property value. The ToRecipients property
func (m *ItemMessagesItemForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)() {
err := m.GetBackingStore().Set("toRecipients", value)
if err != nil {
diff --git a/users/item_messages_item_forward_request_builder.go b/users/item_messages_item_forward_request_builder.go
index 0cd37b1ca4a..9d9673e336c 100644
--- a/users/item_messages_item_forward_request_builder.go
+++ b/users/item_messages_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemForwardRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemForwardRequestBuilder) Post(ctx context.Context, body I
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemForwardPostRequestBodyable, requestConfiguration *ItemMessagesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_move_post_request_body.go b/users/item_messages_item_move_post_request_body.go
index 6a5a807076d..4a7ea7dfe02 100644
--- a/users/item_messages_item_move_post_request_body.go
+++ b/users/item_messages_item_move_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemMessagesItemMovePostRequestBody()(*ItemMessagesItemMovePostRequestBo
func CreateItemMessagesItemMovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemMovePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemMovePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,11 +34,11 @@ func (m *ItemMessagesItemMovePostRequestBody) GetAdditionalData()(map[string]any
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemMovePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDestinationId gets the destinationId property value. The DestinationId property
+// GetDestinationId gets the DestinationId property value. The DestinationId property
func (m *ItemMessagesItemMovePostRequestBody) GetDestinationId()(*string) {
val, err := m.GetBackingStore().Get("destinationId")
if err != nil {
@@ -52,7 +52,7 @@ func (m *ItemMessagesItemMovePostRequestBody) GetDestinationId()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemMovePostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["destinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["DestinationId"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -67,7 +67,7 @@ func (m *ItemMessagesItemMovePostRequestBody) GetFieldDeserializers()(map[string
// Serialize serializes information the current object
func (m *ItemMessagesItemMovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("destinationId", m.GetDestinationId())
+ err := writer.WriteStringValue("DestinationId", m.GetDestinationId())
if err != nil {
return err
}
@@ -80,18 +80,18 @@ func (m *ItemMessagesItemMovePostRequestBody) Serialize(writer i878a80d2330e89d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemMovePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemMovePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDestinationId sets the destinationId property value. The DestinationId property
+// SetDestinationId sets the DestinationId property value. The DestinationId property
func (m *ItemMessagesItemMovePostRequestBody) SetDestinationId(value *string)() {
err := m.GetBackingStore().Set("destinationId", value)
if err != nil {
diff --git a/users/item_messages_item_move_request_builder.go b/users/item_messages_item_move_request_builder.go
index a10a82749be..43f8887fbe1 100644
--- a/users/item_messages_item_move_request_builder.go
+++ b/users/item_messages_item_move_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMessagesItemMoveRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemMoveRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemMoveRequestBuilder) Post(ctx context.Context, body Item
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemMoveRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemMovePostRequestBodyable, requestConfiguration *ItemMessagesItemMoveRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_reply_all_post_request_body.go b/users/item_messages_item_reply_all_post_request_body.go
index 30af3d53d6f..a625f07f942 100644
--- a/users/item_messages_item_reply_all_post_request_body.go
+++ b/users/item_messages_item_reply_all_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemReplyAllPostRequestBody()(*ItemMessagesItemReplyAllPostR
func CreateItemMessagesItemReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemReplyAllPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemReplyAllPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMessagesItemReplyAllPostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemReplyAllPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMessagesItemReplyAllPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemReplyAllPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemReplyAllPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemReplyAllPostRequestBody) GetFieldDeserializers()(map[st
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMessagesItemReplyAllPostRequestBody) GetFieldDeserializers()(map[st
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMessagesItemReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMessagesItemReplyAllPostRequestBody) GetMessage()(iadcd81124412c61e
// Serialize serializes information the current object
func (m *ItemMessagesItemReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMessagesItemReplyAllPostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemReplyAllPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemReplyAllPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMessagesItemReplyAllPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMessagesItemReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_messages_item_reply_all_request_builder.go b/users/item_messages_item_reply_all_request_builder.go
index a41128aa4b2..0d9052bbd0c 100644
--- a/users/item_messages_item_reply_all_request_builder.go
+++ b/users/item_messages_item_reply_all_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemReplyAllRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemReplyAllRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemReplyAllRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemReplyAllRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemReplyAllPostRequestBodyable, requestConfiguration *ItemMessagesItemReplyAllRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_reply_post_request_body.go b/users/item_messages_item_reply_post_request_body.go
index ea4819f0feb..0b53db2d04e 100644
--- a/users/item_messages_item_reply_post_request_body.go
+++ b/users/item_messages_item_reply_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemMessagesItemReplyPostRequestBody()(*ItemMessagesItemReplyPostRequest
func CreateItemMessagesItemReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemReplyPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemReplyPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,11 +35,11 @@ func (m *ItemMessagesItemReplyPostRequestBody) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemReplyPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetComment gets the comment property value. The Comment property
+// GetComment gets the Comment property value. The Comment property
func (m *ItemMessagesItemReplyPostRequestBody) GetComment()(*string) {
val, err := m.GetBackingStore().Get("comment")
if err != nil {
@@ -53,7 +53,7 @@ func (m *ItemMessagesItemReplyPostRequestBody) GetComment()(*string) {
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemMessagesItemReplyPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Comment"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetStringValue()
if err != nil {
return err
@@ -63,7 +63,7 @@ func (m *ItemMessagesItemReplyPostRequestBody) GetFieldDeserializers()(map[strin
}
return nil
}
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -75,7 +75,7 @@ func (m *ItemMessagesItemReplyPostRequestBody) GetFieldDeserializers()(map[strin
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemMessagesItemReplyPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemMessagesItemReplyPostRequestBody) GetMessage()(iadcd81124412c61e647
// Serialize serializes information the current object
func (m *ItemMessagesItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteStringValue("comment", m.GetComment())
+ err := writer.WriteStringValue("Comment", m.GetComment())
if err != nil {
return err
}
}
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemMessagesItemReplyPostRequestBody) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemMessagesItemReplyPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemMessagesItemReplyPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetComment sets the comment property value. The Comment property
+// SetComment sets the Comment property value. The Comment property
func (m *ItemMessagesItemReplyPostRequestBody) SetComment(value *string)() {
err := m.GetBackingStore().Set("comment", value)
if err != nil {
panic(err)
}
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemMessagesItemReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
diff --git a/users/item_messages_item_reply_request_builder.go b/users/item_messages_item_reply_request_builder.go
index a652edb3cde..b880f24b081 100644
--- a/users/item_messages_item_reply_request_builder.go
+++ b/users/item_messages_item_reply_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemReplyRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemReplyRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemReplyRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemReplyRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemMessagesItemReplyPostRequestBodyable, requestConfiguration *ItemMessagesItemReplyRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_send_request_builder.go b/users/item_messages_item_send_request_builder.go
index e33813d4d6b..5a2b5b20875 100644
--- a/users/item_messages_item_send_request_builder.go
+++ b/users/item_messages_item_send_request_builder.go
@@ -30,7 +30,7 @@ func NewItemMessagesItemSendRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemMessagesItemSendRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemMessagesItemSendRequestBuilder) Post(ctx context.Context, requestCo
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesItemSendRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemSendRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_item_value_content_request_builder.go b/users/item_messages_item_value_content_request_builder.go
index 6fb75a2b951..39e11243147 100644
--- a/users/item_messages_item_value_content_request_builder.go
+++ b/users/item_messages_item_value_content_request_builder.go
@@ -40,7 +40,7 @@ func NewItemMessagesItemValueContentRequestBuilder(rawUrl string, requestAdapter
// Get get media content for the navigation property messages from users
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
func (m *ItemMessagesItemValueContentRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesItemValueContentRequestBuilderGetRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/users/item_messages_message_item_request_builder.go b/users/item_messages_message_item_request_builder.go
index 9272ac91e0c..c610a9df812 100644
--- a/users/item_messages_message_item_request_builder.go
+++ b/users/item_messages_message_item_request_builder.go
@@ -80,7 +80,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) CreateReply()(*ItemMessagesItemC
func (m *ItemMessagesMessageItemRequestBuilder) CreateReplyAll()(*ItemMessagesItemCreateReplyAllRequestBuilder) {
return NewItemMessagesItemCreateReplyAllRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0
@@ -110,7 +110,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) Forward()(*ItemMessagesItemForwa
// Get the messages in a mailbox or folder. Read-only. Nullable.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
func (m *ItemMessagesMessageItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -133,10 +133,10 @@ func (m *ItemMessagesMessageItemRequestBuilder) Get(ctx context.Context, request
func (m *ItemMessagesMessageItemRequestBuilder) Move()(*ItemMessagesItemMoveRequestBuilder) {
return NewItemMessagesItemMoveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a message object. This API is supported in the following national cloud deployments.
+// Patch update the properties of an eventMessage object. This API is available in the following national cloud deployments.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-update?view=graph-rest-1.0
func (m *ItemMessagesMessageItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMessagesMessageItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -167,7 +167,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) ReplyAll()(*ItemMessagesItemRepl
func (m *ItemMessagesMessageItemRequestBuilder) Send()(*ItemMessagesItemSendRequestBuilder) {
return NewItemMessagesItemSendRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation 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.
func (m *ItemMessagesMessageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -195,7 +195,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) ToGetRequestInformation(ctx cont
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a message object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of an eventMessage object. This API is available in the following national cloud deployments.
func (m *ItemMessagesMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMessagesMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_messages_request_builder.go b/users/item_messages_request_builder.go
index 34912f9b05a..2fe816df8de 100644
--- a/users/item_messages_request_builder.go
+++ b/users/item_messages_request_builder.go
@@ -83,7 +83,7 @@ func (m *ItemMessagesRequestBuilder) Delta()(*ItemMessagesDeltaRequestBuilder) {
// Get the messages in a mailbox or folder. Read-only. Nullable.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0
func (m *ItemMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -102,10 +102,10 @@ func (m *ItemMessagesRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MessageCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
func (m *ItemMessagesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMessagesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -140,7 +140,7 @@ func (m *ItemMessagesRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemMessagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMessagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_oauth2_permission_grants_request_builder.go b/users/item_oauth2_permission_grants_request_builder.go
index c4ea67a9511..8cf14794b65 100644
--- a/users/item_oauth2_permission_grants_request_builder.go
+++ b/users/item_oauth2_permission_grants_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOauth2PermissionGrantsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters 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.
+// ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters 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.
type ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOauth2PermissionGrantsRequestBuilder(rawUrl string, requestAdapter i
func (m *ItemOauth2PermissionGrantsRequestBuilder) Count()(*ItemOauth2PermissionGrantsCountRequestBuilder) {
return NewItemOauth2PermissionGrantsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOauth2PermissionGrantsRequestBuilder) Get(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OAuth2PermissionGrantCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOauth2PermissionGrantsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOauth2PermissionGrantsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go b/users/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
index 489bc680c4f..ab4527c4960 100644
--- a/users/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
+++ b/users/item_onenote_notebooks_get_notebook_from_web_url_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody()(*ItemOnenoteN
func CreateItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go b/users/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
index fd6732f8f7c..63ec5a4172a 100644
--- a/users/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
+++ b/users/item_onenote_notebooks_get_notebook_from_web_url_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CopyNotebookModelable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksGetNotebookFromWebUrlPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksGetNotebookFromWebUrlRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_copy_notebook_post_request_body.go b/users/item_onenote_notebooks_item_copy_notebook_post_request_body.go
index 6031ac10b3e..e03db08ed12 100644
--- a/users/item_onenote_notebooks_item_copy_notebook_post_request_body.go
+++ b/users/item_onenote_notebooks_item_copy_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemCopyNotebookPostRequestBody()(*ItemOnenoteNotebo
func CreateItemOnenoteNotebooksItemCopyNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemCopyNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) Serialize(writer i
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemCopyNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_copy_notebook_request_builder.go b/users/item_onenote_notebooks_item_copy_notebook_request_builder.go
index f6fd43a7c7f..28e50863055 100644
--- a/users/item_onenote_notebooks_item_copy_notebook_request_builder.go
+++ b/users/item_onenote_notebooks_item_copy_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemCopyNotebookRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemCopyNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemCopyNotebookRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemCopyNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemCopyNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemCopyNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go b/users/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
index 5512cf90f83..c2dad739089 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder(raw
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) G
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 62503befcba..e1b804486ec 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostR
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPost
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPost
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index cb170cd0088..30d2bf2fa79 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookReque
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 2a8419a80b6..abf8102faef 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupP
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index b728e42e34c..4beae2d3397 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupR
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroup
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 5327d9a0f94..34b4ffcea67 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSect
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index e89cc71fd42..6fa65cbef7b 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSect
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSec
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index e5c7a006122..05b2d7e440a 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePat
func CreateItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePa
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
index c6b0f52e28b..16bd47ec171 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilde
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go b/users/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
index 57e9b15c859..95e99234efb 100644
--- a/users/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder(rawUrl s
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) Post(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToGetR
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_section_groups_request_builder.go b/users/item_onenote_notebooks_item_section_groups_request_builder.go
index 0267cf5633f..d345f38937b 100644
--- a/users/item_onenote_notebooks_item_section_groups_request_builder.go
+++ b/users/item_onenote_notebooks_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionGroupsRequestBuilder(rawUrl string, reque
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// Post create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new section group in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new section group in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new section group in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable, requestConfiguration *ItemOnenoteNotebooksItemSectionGroupsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go b/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
index 1f4e1ee2dbf..a22bf4aa3b9 100644
--- a/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody()(*Ite
func CreateItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetA
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) Seri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go b/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
index 84a615c5705..67080156c4c 100644
--- a/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
+++ b/users/item_onenote_notebooks_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) Post(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go b/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
index 02e0a9156ac..1b19033a277 100644
--- a/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody()(
func CreateItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go b/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
index adf4977a36d..0455358dd9c 100644
--- a/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
+++ b/users/item_onenote_notebooks_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go b/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 55781cf1825..de2f6a2c8f4 100644
--- a/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBod
func CreateItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go b/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
index 760a4258bc6..7bc012b7186 100644
--- a/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/users/item_onenote_notebooks_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/users/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index a5668cac41e..9ef20266049 100644
--- a/users/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/users/item_onenote_notebooks_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequ
func CreateItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostReq
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostReq
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_notebooks_item_sections_item_pages_request_builder.go b/users/item_onenote_notebooks_item_sections_item_pages_request_builder.go
index 66a920d64ae..8ab25dc4f28 100644
--- a/users/item_onenote_notebooks_item_sections_item_pages_request_builder.go
+++ b/users/item_onenote_notebooks_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder(rawUrl string, r
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteNotebooksItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_item_sections_request_builder.go b/users/item_onenote_notebooks_item_sections_request_builder.go
index f554645b887..016c8fafc8a 100644
--- a/users/item_onenote_notebooks_item_sections_request_builder.go
+++ b/users/item_onenote_notebooks_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksItemSectionsRequestBuilder(rawUrl string, requestAda
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Count()(*ItemOnenoteNotebooksItemSectionsCountRequestBuilder) {
return NewItemOnenoteNotebooksItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) Post(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToGetRequestInformation
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteNotebooksItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_notebook_item_request_builder.go b/users/item_onenote_notebooks_notebook_item_request_builder.go
index 973121cc7b9..7bdced5aeb9 100644
--- a/users/item_onenote_notebooks_notebook_item_request_builder.go
+++ b/users/item_onenote_notebooks_notebook_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteNotebooksNotebookItemRequestBuilderDeleteRequestConfiguration st
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksNotebookItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) Delete(ctx context.Cont
}
return nil
}
-// Get retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0
@@ -135,7 +135,7 @@ func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) ToDeleteRequestInformat
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksNotebookItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksNotebookItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_notebooks_request_builder.go b/users/item_onenote_notebooks_request_builder.go
index 98612ba4439..02ee481403a 100644
--- a/users/item_onenote_notebooks_request_builder.go
+++ b/users/item_onenote_notebooks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteNotebooksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteNotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects. This API is available in the following national cloud deployments.
type ItemOnenoteNotebooksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteNotebooksRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *ItemOnenoteNotebooksRequestBuilder) Count()(*ItemOnenoteNotebooksCountRequestBuilder) {
return NewItemOnenoteNotebooksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of notebook objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0
@@ -104,7 +104,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) GetNotebookFromWebUrl()(*ItemOnenot
func (m *ItemOnenoteNotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool)(*ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) {
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, includePersonalNotebooks)
}
-// Post create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// Post create a new OneNote notebook. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable), nil
}
-// ToGetRequestInformation retrieve a list of notebook objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of notebook objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemOnenoteNotebooksRequestBuilder) ToGetRequestInformation(ctx context
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new OneNote notebook. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new OneNote notebook. This API is available in the following national cloud deployments.
func (m *ItemOnenoteNotebooksRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, requestConfiguration *ItemOnenoteNotebooksRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_operations_onenote_operation_item_request_builder.go b/users/item_onenote_operations_onenote_operation_item_request_builder.go
index 2fef190a206..4ba0b5d7daa 100644
--- a/users/item_onenote_operations_onenote_operation_item_request_builder.go
+++ b/users/item_onenote_operations_onenote_operation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteOperationsOnenoteOperationItemRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
+// ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters 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.
type ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) Delete(ctx con
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0
@@ -123,7 +123,7 @@ func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenoteOperationsOnenoteOperationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteOperationsOnenoteOperationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_operations_request_builder.go b/users/item_onenote_operations_request_builder.go
index b014f26157f..01641562d2f 100644
--- a/users/item_onenote_operations_request_builder.go
+++ b/users/item_onenote_operations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteOperationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
+// ItemOnenoteOperationsRequestBuilderGetQueryParameters 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.
type ItemOnenoteOperationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteOperationsRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *ItemOnenoteOperationsRequestBuilder) Count()(*ItemOnenoteOperationsCountRequestBuilder) {
return NewItemOnenoteOperationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
func (m *ItemOnenoteOperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *ItemOnenoteOperationsRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenoteOperationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteOperationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_pages_item_copy_to_section_post_request_body.go b/users/item_onenote_pages_item_copy_to_section_post_request_body.go
index bf7c9f2e1b2..ccb577153a7 100644
--- a/users/item_onenote_pages_item_copy_to_section_post_request_body.go
+++ b/users/item_onenote_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenotePagesItemCopyToSectionPostRequestBody()(*ItemOnenotePagesItem
func CreateItemOnenotePagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenotePagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetAdditionalData()(m
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) Serialize(writer i878
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_pages_item_copy_to_section_request_builder.go b/users/item_onenote_pages_item_copy_to_section_request_builder.go
index c5a2c10094f..e21bf08110b 100644
--- a/users/item_onenote_pages_item_copy_to_section_request_builder.go
+++ b/users/item_onenote_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenotePagesItemCopyToSectionRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemOnenotePagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenotePagesItemCopyToSectionRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenotePagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenotePagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenotePagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_pages_item_onenote_patch_content_post_request_body.go b/users/item_onenote_pages_item_onenote_patch_content_post_request_body.go
index 9e2db9ec374..91ee716153f 100644
--- a/users/item_onenote_pages_item_onenote_patch_content_post_request_body.go
+++ b/users/item_onenote_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenotePagesItemOnenotePatchContentPostRequestBody()(*ItemOnenotePag
func CreateItemOnenotePagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenotePagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetAdditionalDa
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) Serialize(write
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenotePagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_pages_onenote_page_item_request_builder.go b/users/item_onenote_pages_onenote_page_item_request_builder.go
index 9abbc554aaf..feab5e44400 100644
--- a/users/item_onenote_pages_onenote_page_item_request_builder.go
+++ b/users/item_onenote_pages_onenote_page_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration str
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
+// ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters 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.
type ItemOnenotePagesOnenotePageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Content()(*ItemOnenotePa
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) CopyToSection()(*ItemOnenotePagesItemCopyToSectionRequestBuilder) {
return NewItemOnenotePagesItemCopyToSectionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a OneNote page. This API is supported in the following national cloud deployments.
+// Delete delete a OneNote page. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Delete(ctx context.Conte
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0
@@ -138,7 +138,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Patch(ctx context.Contex
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) Preview()(*ItemOnenotePagesItemPreviewRequestBuilder) {
return NewItemOnenotePagesItemPreviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete a OneNote page. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a OneNote page. This API is available in the following national cloud deployments.
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesOnenotePageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -150,7 +150,7 @@ func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToDeleteRequestInformati
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnenotePagesOnenotePageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesOnenotePageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_pages_request_builder.go b/users/item_onenote_pages_request_builder.go
index 799dc692b26..150c3ca4437 100644
--- a/users/item_onenote_pages_request_builder.go
+++ b/users/item_onenote_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenotePagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ItemOnenotePagesRequestBuilderGetQueryParameters retrieve a list of page objects. This API is available in the following national cloud deployments.
type ItemOnenotePagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenotePagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemOnenotePagesRequestBuilder) Count()(*ItemOnenotePagesCountRequestBuilder) {
return NewItemOnenotePagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenotePagesRequestBuilder) Get(ctx context.Context, requestConfigu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenotePagesRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects. This API is available in the following national cloud deployments.
func (m *ItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenotePagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenotePagesRequestBuilder) ToGetRequestInformation(ctx context.Con
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenotePagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenotePagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_item_section_groups_request_builder.go b/users/item_onenote_section_groups_item_section_groups_request_builder.go
index 11daaf8a6c9..7a6810f43d9 100644
--- a/users/item_onenote_section_groups_item_section_groups_request_builder.go
+++ b/users/item_onenote_section_groups_item_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -67,7 +67,7 @@ func NewItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder(rawUrl string, r
func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupCollectionResponseable), nil
}
-// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go b/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
index 6478462f017..1ab9e1cf5e0 100644
--- a/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
+++ b/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody()(
func CreateItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody)
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go b/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
index e5a226202bc..e5071aa8ee6 100644
--- a/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
+++ b/users/item_onenote_section_groups_item_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder(raw
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) P
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go b/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
index 9ad9f24b1ae..f0611538b29 100644
--- a/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
+++ b/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBod
func CreateItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBo
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBo
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go b/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
index dc766fed21b..3b08d332e88 100644
--- a/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
+++ b/users/item_onenote_section_groups_item_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go b/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
index 47c54ec4770..9885440c705 100644
--- a/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReques
func CreateItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReque
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostReque
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go b/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
index b2d2d960be0..e91c4f81213 100644
--- a/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/users/item_onenote_section_groups_item_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBui
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go b/users/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 7aa10f9da5b..1e0134fb27c 100644
--- a/users/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/users/item_onenote_section_groups_item_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPost
func CreateItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPos
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPos
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_section_groups_item_sections_item_pages_request_builder.go b/users/item_onenote_section_groups_item_sections_item_pages_request_builder.go
index 703a4f65a7d..c9bd3fc1ad5 100644
--- a/users/item_onenote_section_groups_item_sections_item_pages_request_builder.go
+++ b/users/item_onenote_section_groups_item_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder(rawUrl strin
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Get(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToGetReque
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_item_sections_request_builder.go b/users/item_onenote_section_groups_item_sections_request_builder.go
index 6a34c963cbf..62f2cac3d72 100644
--- a/users/item_onenote_section_groups_item_sections_request_builder.go
+++ b/users/item_onenote_section_groups_item_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsItemSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsItemSectionsRequestBuilder(rawUrl string, reques
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Count()(*ItemOnenoteSectionGroupsItemSectionsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsItemSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Get(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable), nil
}
-// Post create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// Post create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsItemSectionsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *ItemOnenoteSectionGroupsItemSectionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_request_builder.go b/users/item_onenote_section_groups_request_builder.go
index a978a89348c..e3dbbca27c9 100644
--- a/users/item_onenote_section_groups_request_builder.go
+++ b/users/item_onenote_section_groups_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionGroupsRequestBuilder(rawUrl string, requestAdapter i2a
func (m *ItemOnenoteSectionGroupsRequestBuilder) Count()(*ItemOnenoteSectionGroupsCountRequestBuilder) {
return NewItemOnenoteSectionGroupsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnenoteSectionGroupsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable), nil
}
-// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_section_groups_section_group_item_request_builder.go b/users/item_onenote_section_groups_section_group_item_request_builder.go
index d3768d723fa..98d511c7169 100644
--- a/users/item_onenote_section_groups_section_group_item_request_builder.go
+++ b/users/item_onenote_section_groups_section_group_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderDeleteRequestConfigur
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
type ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) Delete(ctx cont
}
return nil
}
-// Get retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0
@@ -139,7 +139,7 @@ func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToDeleteRequest
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionGroupsSectionGroupItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_sections_item_copy_to_notebook_post_request_body.go b/users/item_onenote_sections_item_copy_to_notebook_post_request_body.go
index 2f3cc761b43..0b2b8036f80 100644
--- a/users/item_onenote_sections_item_copy_to_notebook_post_request_body.go
+++ b/users/item_onenote_sections_item_copy_to_notebook_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemCopyToNotebookPostRequestBody()(*ItemOnenoteSecti
func CreateItemOnenoteSectionsItemCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemCopyToNotebookPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetAdditionalData
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) Serialize(writer
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToNotebookPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_sections_item_copy_to_notebook_request_builder.go b/users/item_onenote_sections_item_copy_to_notebook_request_builder.go
index dd49b38fa57..5427b1ff16b 100644
--- a/users/item_onenote_sections_item_copy_to_notebook_request_builder.go
+++ b/users/item_onenote_sections_item_copy_to_notebook_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemCopyToNotebookRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemCopyToNotebookRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemCopyToNotebookRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemCopyToNotebookRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemCopyToNotebookPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemCopyToNotebookRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_sections_item_copy_to_section_group_post_request_body.go b/users/item_onenote_sections_item_copy_to_section_group_post_request_body.go
index 0e0bf4e51be..219329030ed 100644
--- a/users/item_onenote_sections_item_copy_to_section_group_post_request_body.go
+++ b/users/item_onenote_sections_item_copy_to_section_group_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody()(*ItemOnenoteS
func CreateItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetAdditional
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -188,14 +188,14 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) Serialize(wri
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_sections_item_copy_to_section_group_request_builder.go b/users/item_onenote_sections_item_copy_to_section_group_request_builder.go
index e7d1915d496..08081825743 100644
--- a/users/item_onenote_sections_item_copy_to_section_group_request_builder.go
+++ b/users/item_onenote_sections_item_copy_to_section_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder(rawUrl string, r
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemCopyToSectionGroupPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemCopyToSectionGroupRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go b/users/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
index a04d9c18e37..4c3cf60d290 100644
--- a/users/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
+++ b/users/item_onenote_sections_item_pages_item_copy_to_section_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody()(*ItemOnen
func CreateItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetAdditi
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -161,14 +161,14 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) Serialize
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go b/users/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
index 5fc1e4df11f..b07facb181b 100644
--- a/users/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
+++ b/users/item_onenote_sections_item_pages_item_copy_to_section_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder(rawUrl strin
urlParams["request-raw-url"] = rawUrl
return NewItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) Post(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnenoteSectionsItemPagesItemCopyToSectionPostRequestBodyable, requestConfiguration *ItemOnenoteSectionsItemPagesItemCopyToSectionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go b/users/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
index 5b6eff107e1..ccfdffc1a69 100644
--- a/users/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
+++ b/users/item_onenote_sections_item_pages_item_onenote_patch_content_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody()(*It
func CreateItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) Get
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -93,14 +93,14 @@ func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) Ser
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnenoteSectionsItemPagesItemOnenotePatchContentPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_onenote_sections_item_pages_request_builder.go b/users/item_onenote_sections_item_pages_request_builder.go
index 9a7434de6cc..8e529639335 100644
--- a/users/item_onenote_sections_item_pages_request_builder.go
+++ b/users/item_onenote_sections_item_pages_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionsItemPagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsItemPagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionsItemPagesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Count()(*ItemOnenoteSectionsItemPagesCountRequestBuilder) {
return NewItemOnenoteSectionsItemPagesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// Get retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable), nil
}
-// Post create a new page in the specified section. This API is supported in the following national cloud deployments.
+// Post create a new page in the specified section. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) Post(ctx context.Context, b
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable), nil
}
-// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsItemPagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new page in the specified section. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new page in the specified section. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsItemPagesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *ItemOnenoteSectionsItemPagesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_sections_onenote_section_item_request_builder.go b/users/item_onenote_sections_onenote_section_item_request_builder.go
index 854964e4776..e02879f49e9 100644
--- a/users/item_onenote_sections_onenote_section_item_request_builder.go
+++ b/users/item_onenote_sections_onenote_section_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnenoteSectionsOnenoteSectionItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,7 +78,7 @@ func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0
@@ -143,7 +143,7 @@ func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToDeleteRequestInf
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsOnenoteSectionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsOnenoteSectionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_onenote_sections_request_builder.go b/users/item_onenote_sections_request_builder.go
index 9a26c8f46ba..b7756ead3a7 100644
--- a/users/item_onenote_sections_request_builder.go
+++ b/users/item_onenote_sections_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnenoteSectionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ItemOnenoteSectionsRequestBuilderGetQueryParameters retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
type ItemOnenoteSectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnenoteSectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *ItemOnenoteSectionsRequestBuilder) Count()(*ItemOnenoteSectionsCountRequestBuilder) {
return NewItemOnenoteSectionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// Get retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnenoteSectionsRequestBuilder) Post(ctx context.Context, body iadcd
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable), nil
}
-// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments.
func (m *ItemOnenoteSectionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnenoteSectionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_create_or_get_post_request_body.go b/users/item_online_meetings_create_or_get_post_request_body.go
index c19a7bc0baa..6feabc94a87 100644
--- a/users/item_online_meetings_create_or_get_post_request_body.go
+++ b/users/item_online_meetings_create_or_get_post_request_body.go
@@ -24,7 +24,7 @@ func NewItemOnlineMeetingsCreateOrGetPostRequestBody()(*ItemOnlineMeetingsCreate
func CreateItemOnlineMeetingsCreateOrGetPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnlineMeetingsCreateOrGetPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnlineMeetingsCreateOrGetPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -36,7 +36,7 @@ func (m *ItemOnlineMeetingsCreateOrGetPostRequestBody) GetAdditionalData()(map[s
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnlineMeetingsCreateOrGetPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -217,14 +217,14 @@ func (m *ItemOnlineMeetingsCreateOrGetPostRequestBody) Serialize(writer i878a80d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnlineMeetingsCreateOrGetPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnlineMeetingsCreateOrGetPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_online_meetings_create_or_get_request_builder.go b/users/item_online_meetings_create_or_get_request_builder.go
index 9371abb9ac7..c27ddaf45aa 100644
--- a/users/item_online_meetings_create_or_get_request_builder.go
+++ b/users/item_online_meetings_create_or_get_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnlineMeetingsCreateOrGetRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemOnlineMeetingsCreateOrGetRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemOnlineMeetingsCreateOrGetRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemOnlineMeetingsCreateOrGetRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemOnlineMeetingsCreateOrGetPostRequestBodyable, requestConfiguration *ItemOnlineMeetingsCreateOrGetRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_attendance_reports_item_attendance_records_request_builder.go b/users/item_online_meetings_item_attendance_reports_item_attendance_records_request_builder.go
index 1808b53a319..33806d6b7ea 100644
--- a/users/item_online_meetings_item_attendance_reports_item_attendance_records_request_builder.go
+++ b/users/item_online_meetings_item_attendance_reports_item_attendance_records_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetQueryParameters get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments.
+// ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetQueryParameters get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments.
type ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuild
func (m *ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder) Count()(*ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsCountRequestBuilder) {
return NewItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuil
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttendanceRecordable), nil
}
-// ToGetRequestInformation get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemAttendanceReportsItemAttendanceRecordsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go b/users/item_online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go
index 80fc543d53c..2b1b731a74f 100644
--- a/users/item_online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go
+++ b/users/item_online_meetings_item_attendance_reports_meeting_attendance_report_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetQueryParameters 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.
+// ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetQueryParameters 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.
type ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,7 @@ func (m *ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemReque
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0
@@ -127,7 +127,7 @@ func (m *ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemReque
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemAttendanceReportsMeetingAttendanceReportItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_attendance_reports_request_builder.go b/users/item_online_meetings_item_attendance_reports_request_builder.go
index e554a2e1644..7a9521745b8 100644
--- a/users/item_online_meetings_item_attendance_reports_request_builder.go
+++ b/users/item_online_meetings_item_attendance_reports_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnlineMeetingsItemAttendanceReportsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnlineMeetingsItemAttendanceReportsRequestBuilderGetQueryParameters 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.
+// ItemOnlineMeetingsItemAttendanceReportsRequestBuilderGetQueryParameters 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.
type ItemOnlineMeetingsItemAttendanceReportsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemOnlineMeetingsItemAttendanceReportsRequestBuilder(rawUrl string, req
func (m *ItemOnlineMeetingsItemAttendanceReportsRequestBuilder) Count()(*ItemOnlineMeetingsItemAttendanceReportsCountRequestBuilder) {
return NewItemOnlineMeetingsItemAttendanceReportsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOnlineMeetingsItemAttendanceReportsRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingAttendanceReportable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnlineMeetingsItemAttendanceReportsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemAttendanceReportsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_attendee_report_request_builder.go b/users/item_online_meetings_item_attendee_report_request_builder.go
index 3a5fde32012..24d291c04c3 100644
--- a/users/item_online_meetings_item_attendee_report_request_builder.go
+++ b/users/item_online_meetings_item_attendee_report_request_builder.go
@@ -37,7 +37,7 @@ func NewItemOnlineMeetingsItemAttendeeReportRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemOnlineMeetingsItemAttendeeReportRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// Get get attendeeReport for the navigation property onlineMeetings from users
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
@@ -59,7 +59,7 @@ func (m *ItemOnlineMeetingsItemAttendeeReportRequestBuilder) Get(ctx context.Con
}
return res.([]byte), nil
}
-// Put the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// Put update attendeeReport for the navigation property onlineMeetings in users
func (m *ItemOnlineMeetingsItemAttendeeReportRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *ItemOnlineMeetingsItemAttendeeReportRequestBuilderPutRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToPutRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -78,7 +78,7 @@ func (m *ItemOnlineMeetingsItemAttendeeReportRequestBuilder) Put(ctx context.Con
}
return res.([]byte), nil
}
-// ToGetRequestInformation the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// ToGetRequestInformation get attendeeReport for the navigation property onlineMeetings from users
func (m *ItemOnlineMeetingsItemAttendeeReportRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemAttendeeReportRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -90,7 +90,7 @@ func (m *ItemOnlineMeetingsItemAttendeeReportRequestBuilder) ToGetRequestInforma
}
return requestInfo, nil
}
-// ToPutRequestInformation the content stream of the attendee report of a Microsoft Teams live event. Read-only.
+// ToPutRequestInformation update attendeeReport for the navigation property onlineMeetings in users
func (m *ItemOnlineMeetingsItemAttendeeReportRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *ItemOnlineMeetingsItemAttendeeReportRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_get_response.go b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_get_response.go
index 13270a76945..a83cac95512 100644
--- a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_get_response.go
+++ b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_get_response.go
@@ -22,7 +22,7 @@ func NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse()(*Item
func CreateItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) GetAd
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) Seria
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_online_meetings_item_transcripts_call_transcript_item_request_builder.go b/users/item_online_meetings_item_transcripts_call_transcript_item_request_builder.go
index 370eeea176a..2b7539bd09c 100644
--- a/users/item_online_meetings_item_transcripts_call_transcript_item_request_builder.go
+++ b/users/item_online_meetings_item_transcripts_call_transcript_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderDeleteRequ
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetQueryParameters get transcripts from users
+// ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetQueryParameters 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.
type ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -74,7 +74,10 @@ func (m *ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) Dele
}
return nil
}
-// Get get transcripts from users
+// Get 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.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
func (m *ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -128,7 +131,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) ToDe
}
return requestInfo, nil
}
-// ToGetRequestInformation get transcripts from users
+// ToGetRequestInformation 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.
func (m *ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsCallTranscriptItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_transcripts_item_content_request_builder.go b/users/item_online_meetings_item_transcripts_item_content_request_builder.go
index 52fa2e60186..75fd4604623 100644
--- a/users/item_online_meetings_item_transcripts_item_content_request_builder.go
+++ b/users/item_online_meetings_item_transcripts_item_content_request_builder.go
@@ -38,7 +38,10 @@ func NewItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemOnlineMeetingsItemTranscriptsItemContentRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get content for the navigation property transcripts from users
+// Get the content of the transcript. Read-only.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilderGetRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -57,7 +60,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) Get(ctx con
}
return res.([]byte), nil
}
-// Put update content for the navigation property transcripts in users
+// Put the content of the transcript. Read-only.
func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilderPutRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable, error) {
requestInfo, err := m.ToPutRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -76,7 +79,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) Put(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable), nil
}
-// ToGetRequestInformation get content for the navigation property transcripts from users
+// ToGetRequestInformation the content of the transcript. Read-only.
func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -88,7 +91,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) ToGetReques
}
return requestInfo, nil
}
-// ToPutRequestInformation update content for the navigation property transcripts in users
+// ToPutRequestInformation the content of the transcript. Read-only.
func (m *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemContentRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_transcripts_item_metadata_content_request_builder.go b/users/item_online_meetings_item_transcripts_item_metadata_content_request_builder.go
index 0cb4aa70578..a3349e49147 100644
--- a/users/item_online_meetings_item_transcripts_item_metadata_content_request_builder.go
+++ b/users/item_online_meetings_item_transcripts_item_metadata_content_request_builder.go
@@ -37,7 +37,10 @@ func NewItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get get metadataContent for the navigation property transcripts from users
+// Get the time-aligned metadata of the utterances in the transcript. Read-only.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderGetRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -56,7 +59,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Get
}
return res.([]byte), nil
}
-// Put update metadataContent for the navigation property transcripts in users
+// Put the time-aligned metadata of the utterances in the transcript. Read-only.
func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderPutRequestConfiguration)([]byte, error) {
requestInfo, err := m.ToPutRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -75,7 +78,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) Put
}
return res.([]byte), nil
}
-// ToGetRequestInformation get metadataContent for the navigation property transcripts from users
+// ToGetRequestInformation the time-aligned metadata of the utterances in the transcript. Read-only.
func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -87,7 +90,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) ToG
}
return requestInfo, nil
}
-// ToPutRequestInformation update metadataContent for the navigation property transcripts in users
+// ToPutRequestInformation the time-aligned metadata of the utterances in the transcript. Read-only.
func (m *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *ItemOnlineMeetingsItemTranscriptsItemMetadataContentRequestBuilderPutRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_item_transcripts_request_builder.go b/users/item_online_meetings_item_transcripts_request_builder.go
index 013a763cb93..245a430462e 100644
--- a/users/item_online_meetings_item_transcripts_request_builder.go
+++ b/users/item_online_meetings_item_transcripts_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnlineMeetingsItemTranscriptsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnlineMeetingsItemTranscriptsRequestBuilderGetQueryParameters get transcripts from users
+// ItemOnlineMeetingsItemTranscriptsRequestBuilderGetQueryParameters 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.
type ItemOnlineMeetingsItemTranscriptsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,10 @@ func NewItemOnlineMeetingsItemTranscriptsRequestBuilder(rawUrl string, requestAd
func (m *ItemOnlineMeetingsItemTranscriptsRequestBuilder) Count()(*ItemOnlineMeetingsItemTranscriptsCountRequestBuilder) {
return NewItemOnlineMeetingsItemTranscriptsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get transcripts from users
+// Get 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.
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
func (m *ItemOnlineMeetingsItemTranscriptsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +115,7 @@ func (m *ItemOnlineMeetingsItemTranscriptsRequestBuilder) Post(ctx context.Conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CallTranscriptable), nil
}
-// ToGetRequestInformation get transcripts from users
+// ToGetRequestInformation 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.
func (m *ItemOnlineMeetingsItemTranscriptsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemTranscriptsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_online_meeting_item_request_builder.go b/users/item_online_meetings_online_meeting_item_request_builder.go
index 13786b24d34..f1b43fbebbb 100644
--- a/users/item_online_meetings_online_meeting_item_request_builder.go
+++ b/users/item_online_meetings_online_meeting_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOnlineMeetingsOnlineMeetingItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOnlineMeetingsOnlineMeetingItemRequestBuilderGetQueryParameters 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.
+// ItemOnlineMeetingsOnlineMeetingItemRequestBuilderGetQueryParameters 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.
type ItemOnlineMeetingsOnlineMeetingItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -62,7 +62,7 @@ func NewItemOnlineMeetingsOnlineMeetingItemRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemOnlineMeetingsOnlineMeetingItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an onlineMeeting object. This API is supported in the following national cloud deployments.
+// Delete delete an onlineMeeting object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0
@@ -81,7 +81,7 @@ func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) Delete(ctx context.C
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) Get(ctx context.Cont
func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) GetVirtualAppointmentJoinWebUrl()(*ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder) {
return NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0
@@ -129,7 +129,7 @@ func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) Patch(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable), nil
}
-// ToDeleteRequestInformation delete an onlineMeeting object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete an onlineMeeting object. This API is available in the following national cloud deployments.
func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsOnlineMeetingItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -141,7 +141,7 @@ func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) ToDeleteRequestInfor
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsOnlineMeetingItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -157,7 +157,7 @@ func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) ToGetRequestInformat
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemOnlineMeetingsOnlineMeetingItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable, requestConfiguration *ItemOnlineMeetingsOnlineMeetingItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_online_meetings_request_builder.go b/users/item_online_meetings_request_builder.go
index d16437d6482..33100527d3d 100644
--- a/users/item_online_meetings_request_builder.go
+++ b/users/item_online_meetings_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOnlineMeetingsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOnlineMeetingsRequestBuilderGetQueryParameters 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.
+// ItemOnlineMeetingsRequestBuilderGetQueryParameters 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.
type ItemOnlineMeetingsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemOnlineMeetingsRequestBuilder) Count()(*ItemOnlineMeetingsCountReque
func (m *ItemOnlineMeetingsRequestBuilder) CreateOrGet()(*ItemOnlineMeetingsCreateOrGetRequestBuilder) {
return NewItemOnlineMeetingsCreateOrGetRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemOnlineMeetingsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingCollectionResponseable), nil
}
-// Post >- 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.
+// Post create an online meeting on behalf of a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemOnlineMeetingsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOnlineMeetingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOnlineMeetingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemOnlineMeetingsRequestBuilder) ToGetRequestInformation(ctx context.C
}
return requestInfo, nil
}
-// ToPostRequestInformation >- 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.
+// ToPostRequestInformation create an online meeting on behalf of a user. This API is available in the following national cloud deployments.
func (m *ItemOnlineMeetingsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable, requestConfiguration *ItemOnlineMeetingsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_outlook_master_categories_outlook_category_item_request_builder.go b/users/item_outlook_master_categories_outlook_category_item_request_builder.go
index 8a228a62e68..015ad943408 100644
--- a/users/item_outlook_master_categories_outlook_category_item_request_builder.go
+++ b/users/item_outlook_master_categories_outlook_category_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderDeleteRequestCo
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderGetQueryParameters get the properties and relationships of the specified outlookCategory object. This API is supported in the following national cloud deployments.
+// ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderGetQueryParameters get the properties and relationships of the specified outlookCategory object. This API is available in the following national cloud deployments.
type ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -52,7 +52,7 @@ func NewItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder(rawUrl stri
urlParams["request-raw-url"] = rawUrl
return NewItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete the specified outlookCategory object. This API is supported in the following national cloud deployments.
+// Delete delete the specified outlookCategory object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0
@@ -71,7 +71,7 @@ func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) Delete(ct
}
return nil
}
-// Get get the properties and relationships of the specified outlookCategory object. This API is supported in the following national cloud deployments.
+// Get get the properties and relationships of the specified outlookCategory object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0
@@ -93,7 +93,7 @@ func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookCategoryable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/outlookcategory-update?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) Patch(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookCategoryable), nil
}
-// ToDeleteRequestInformation delete the specified outlookCategory object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete the specified outlookCategory object. This API is available in the following national cloud deployments.
func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -127,7 +127,7 @@ func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) ToDeleteR
}
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of the specified outlookCategory object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the properties and relationships of the specified outlookCategory object. This API is available in the following national cloud deployments.
func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -143,7 +143,7 @@ func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) ToGetRequ
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookCategoryable, requestConfiguration *ItemOutlookMasterCategoriesOutlookCategoryItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_outlook_master_categories_request_builder.go b/users/item_outlook_master_categories_request_builder.go
index f5df05af2a1..06477dda7cc 100644
--- a/users/item_outlook_master_categories_request_builder.go
+++ b/users/item_outlook_master_categories_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemOutlookMasterCategoriesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOutlookMasterCategoriesRequestBuilderGetQueryParameters get all the categories that have been defined for the user. This API is supported in the following national cloud deployments.
+// ItemOutlookMasterCategoriesRequestBuilderGetQueryParameters get all the categories that have been defined for the user. This API is available in the following national cloud deployments.
type ItemOutlookMasterCategoriesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -70,7 +70,7 @@ func NewItemOutlookMasterCategoriesRequestBuilder(rawUrl string, requestAdapter
func (m *ItemOutlookMasterCategoriesRequestBuilder) Count()(*ItemOutlookMasterCategoriesCountRequestBuilder) {
return NewItemOutlookMasterCategoriesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get all the categories that have been defined for the user. This API is supported in the following national cloud deployments.
+// Get get all the categories that have been defined for the user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemOutlookMasterCategoriesRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookCategoryCollectionResponseable), nil
}
-// Post create an outlookCategory object in the user's master list of categories. This API is supported in the following national cloud deployments.
+// Post create an outlookCategory object in the user's master list of categories. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0
@@ -114,7 +114,7 @@ func (m *ItemOutlookMasterCategoriesRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookCategoryable), nil
}
-// ToGetRequestInformation get all the categories that have been defined for the user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get all the categories that have been defined for the user. This API is available in the following national cloud deployments.
func (m *ItemOutlookMasterCategoriesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOutlookMasterCategoriesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -130,7 +130,7 @@ func (m *ItemOutlookMasterCategoriesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPostRequestInformation create an outlookCategory object in the user's master list of categories. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create an outlookCategory object in the user's master list of categories. This API is available in the following national cloud deployments.
func (m *ItemOutlookMasterCategoriesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookCategoryable, requestConfiguration *ItemOutlookMasterCategoriesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_outlook_supported_languages_request_builder.go b/users/item_outlook_supported_languages_request_builder.go
index abf5a28918a..5b662750807 100644
--- a/users/item_outlook_supported_languages_request_builder.go
+++ b/users/item_outlook_supported_languages_request_builder.go
@@ -10,7 +10,7 @@ import (
type ItemOutlookSupportedLanguagesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemOutlookSupportedLanguagesRequestBuilderGetQueryParameters 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.
+// ItemOutlookSupportedLanguagesRequestBuilderGetQueryParameters 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.
type ItemOutlookSupportedLanguagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -45,7 +45,7 @@ func NewItemOutlookSupportedLanguagesRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemOutlookSupportedLanguagesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get 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 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.
// Deprecated: This method is obsolete. Use GetAsSupportedLanguagesGetResponse instead.
// [Find more info here]
//
@@ -68,7 +68,7 @@ func (m *ItemOutlookSupportedLanguagesRequestBuilder) Get(ctx context.Context, r
}
return res.(ItemOutlookSupportedLanguagesResponseable), nil
}
-// GetAsSupportedLanguagesGetResponse 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.
+// GetAsSupportedLanguagesGetResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemOutlookSupportedLanguagesRequestBuilder) GetAsSupportedLanguagesGet
}
return res.(ItemOutlookSupportedLanguagesGetResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemOutlookSupportedLanguagesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemOutlookSupportedLanguagesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_people_request_builder.go b/users/item_people_request_builder.go
index 7e8097f2d22..2e2712d7f3c 100644
--- a/users/item_people_request_builder.go
+++ b/users/item_people_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPeopleRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPeopleRequestBuilderGetQueryParameters 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.
+// ItemPeopleRequestBuilderGetQueryParameters 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.
type ItemPeopleRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -65,7 +65,7 @@ func NewItemPeopleRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *ItemPeopleRequestBuilder) Count()(*ItemPeopleCountRequestBuilder) {
return NewItemPeopleCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0
@@ -87,7 +87,7 @@ func (m *ItemPeopleRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PersonCollectionResponseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPeopleRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPeopleRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_photo_request_builder.go b/users/item_photo_request_builder.go
index 11de4a9cefd..84a1b6cf5a8 100644
--- a/users/item_photo_request_builder.go
+++ b/users/item_photo_request_builder.go
@@ -18,7 +18,7 @@ type ItemPhotoRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPhotoRequestBuilderGetQueryParameters 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.
+// ItemPhotoRequestBuilderGetQueryParameters 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.
type ItemPhotoRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -72,7 +72,7 @@ func (m *ItemPhotoRequestBuilder) Delete(ctx context.Context, requestConfigurati
}
return nil
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *ItemPhotoRequestBuilder) ToDeleteRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemPhotoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPhotoRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go b/users/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
index 6e8bdfdcd10..30ad5d0dbca 100644
--- a/users/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/users/item_planner_plans_item_buckets_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBui
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatReques
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go b/users/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
index 13d0595c1a6..0fa719179df 100644
--- a/users/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/users/item_planner_plans_item_buckets_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBui
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBui
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go b/users/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go
index c495989bbf6..644111e74a5 100644
--- a/users/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go
+++ b/users/item_planner_plans_item_buckets_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderDeleteRequestC
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilder) Delete(c
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilder) ToDelete
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go b/users/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
index 0e94b131a05..5e5f98d2772 100644
--- a/users/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/users/item_planner_plans_item_buckets_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuild
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestB
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestB
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_buckets_item_tasks_request_builder.go b/users/item_planner_plans_item_buckets_item_tasks_request_builder.go
index 3e50e48e856..c470b42559b 100644
--- a/users/item_planner_plans_item_buckets_item_tasks_request_builder.go
+++ b/users/item_planner_plans_item_buckets_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansItemBucketsItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansItemBucketsItemTasksRequestBuilder(rawUrl string, reques
func (m *ItemPlannerPlansItemBucketsItemTasksRequestBuilder) Count()(*ItemPlannerPlansItemBucketsItemTasksCountRequestBuilder) {
return NewItemPlannerPlansItemBucketsItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansItemBucketsItemTasksRequestBuilder) Post(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_buckets_request_builder.go b/users/item_planner_plans_item_buckets_request_builder.go
index e07b0eab9b5..19e60b36dca 100644
--- a/users/item_planner_plans_item_buckets_request_builder.go
+++ b/users/item_planner_plans_item_buckets_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansItemBucketsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansItemBucketsRequestBuilderGetQueryParameters retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemBucketsRequestBuilderGetQueryParameters retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemBucketsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansItemBucketsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemPlannerPlansItemBucketsRequestBuilder) Count()(*ItemPlannerPlansItemBucketsCountRequestBuilder) {
return NewItemPlannerPlansItemBucketsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansItemBucketsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerBucketable), nil
}
-// ToGetRequestInformation retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemBucketsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemBucketsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_details_request_builder.go b/users/item_planner_plans_item_details_request_builder.go
index e12867f7465..cacac123b9f 100644
--- a/users/item_planner_plans_item_details_request_builder.go
+++ b/users/item_planner_plans_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemDetailsRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemDetailsRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemDetailsRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go b/users/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
index 3964e63b06c..a84a1e07a97 100644
--- a/users/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/users/item_planner_plans_item_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderDeleteR
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) D
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) T
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go b/users/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go
index c266f9e936a..f0c9664ceec 100644
--- a/users/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go
+++ b/users/item_planner_plans_item_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilder) Delet
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilder) ToDel
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_tasks_item_details_request_builder.go b/users/item_planner_plans_item_tasks_item_details_request_builder.go
index b603a6d45d2..6f6c986b54d 100644
--- a/users/item_planner_plans_item_tasks_item_details_request_builder.go
+++ b/users/item_planner_plans_item_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemDetailsRequestBuilderDeleteRequestConfiguratio
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemDetailsRequestBuilder) Delete(ctx context.
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemDetailsRequestBuilder) ToDeleteRequestInfo
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go b/users/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go
index cff3186210f..c3fdd93eb0b 100644
--- a/users/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go
+++ b/users/item_planner_plans_item_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilder) Del
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilder) ToD
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_item_tasks_request_builder.go b/users/item_planner_plans_item_tasks_request_builder.go
index 8a40d5634df..42c0fe362d3 100644
--- a/users/item_planner_plans_item_tasks_request_builder.go
+++ b/users/item_planner_plans_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansItemTasksRequestBuilderGetQueryParameters retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
type ItemPlannerPlansItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansItemTasksRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemPlannerPlansItemTasksRequestBuilder) Count()(*ItemPlannerPlansItemTasksCountRequestBuilder) {
return NewItemPlannerPlansItemTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansItemTasksRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_plans_request_builder.go b/users/item_planner_plans_request_builder.go
index 329d41bbe07..cf1d94b9c53 100644
--- a/users/item_planner_plans_request_builder.go
+++ b/users/item_planner_plans_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerPlansRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerPlansRequestBuilderGetQueryParameters retrieve a list of plannerplan objects shared with a user object. This API is supported in the following national cloud deployments.
+// ItemPlannerPlansRequestBuilderGetQueryParameters retrieve a list of plannerplan objects shared with a user object. This API is available in the following national cloud deployments.
type ItemPlannerPlansRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerPlansRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemPlannerPlansRequestBuilder) Count()(*ItemPlannerPlansCountRequestBuilder) {
return NewItemPlannerPlansCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannerplan objects shared with a user object. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannerplan objects shared with a user object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerPlansRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable), nil
}
-// ToGetRequestInformation retrieve a list of plannerplan objects shared with a user object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannerplan objects shared with a user object. This API is available in the following national cloud deployments.
func (m *ItemPlannerPlansRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerPlansRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_tasks_item_assigned_to_task_board_format_request_builder.go b/users/item_planner_tasks_item_assigned_to_task_board_format_request_builder.go
index dea4dbf4943..e1645021bae 100644
--- a/users/item_planner_tasks_item_assigned_to_task_board_format_request_builder.go
+++ b/users/item_planner_tasks_item_assigned_to_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilderDeleteRequestCon
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilder) Delete(ctx
}
return nil
}
-// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilder) ToDeleteRe
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerTasksItemAssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_tasks_item_bucket_task_board_format_request_builder.go b/users/item_planner_tasks_item_bucket_task_board_format_request_builder.go
index 5dcc7c073ed..b9f5c1bf136 100644
--- a/users/item_planner_tasks_item_bucket_task_board_format_request_builder.go
+++ b/users/item_planner_tasks_item_bucket_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilderDeleteRequestConfigu
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilder) Delete(ctx con
}
return nil
}
-// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilder) ToDeleteReques
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerTasksItemBucketTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_tasks_item_details_request_builder.go b/users/item_planner_tasks_item_details_request_builder.go
index 08bb8ebf973..742b81b7f87 100644
--- a/users/item_planner_tasks_item_details_request_builder.go
+++ b/users/item_planner_tasks_item_details_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerTasksItemDetailsRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ItemPlannerTasksItemDetailsRequestBuilderGetQueryParameters retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
type ItemPlannerTasksItemDetailsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerTasksItemDetailsRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerTasksItemDetailsRequestBuilder) ToDeleteRequestInformation(c
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments.
func (m *ItemPlannerTasksItemDetailsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerTasksItemDetailsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_tasks_item_progress_task_board_format_request_builder.go b/users/item_planner_tasks_item_progress_task_board_format_request_builder.go
index 39e1d71235b..4f836c7a030 100644
--- a/users/item_planner_tasks_item_progress_task_board_format_request_builder.go
+++ b/users/item_planner_tasks_item_progress_task_board_format_request_builder.go
@@ -18,7 +18,7 @@ type ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
type ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilder) Delete(ctx c
}
return nil
}
-// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilder) ToDeleteRequ
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments.
func (m *ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerTasksItemProgressTaskBoardFormatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_planner_tasks_request_builder.go b/users/item_planner_tasks_request_builder.go
index 380d8e4a90b..e5055d71f6b 100644
--- a/users/item_planner_tasks_request_builder.go
+++ b/users/item_planner_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemPlannerTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemPlannerTasksRequestBuilderGetQueryParameters retrieve a list of plannertask objects assigned to a User. This API is supported in the following national cloud deployments.
+// ItemPlannerTasksRequestBuilderGetQueryParameters retrieve a list of plannertask objects assigned to a User. This API is available in the following national cloud deployments.
type ItemPlannerTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemPlannerTasksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
func (m *ItemPlannerTasksRequestBuilder) Count()(*ItemPlannerTasksCountRequestBuilder) {
return NewItemPlannerTasksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of plannertask objects assigned to a User. This API is supported in the following national cloud deployments.
+// Get retrieve a list of plannertask objects assigned to a User. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemPlannerTasksRequestBuilder) Post(ctx context.Context, body iadcd811
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerTaskable), nil
}
-// ToGetRequestInformation retrieve a list of plannertask objects assigned to a User. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve a list of plannertask objects assigned to a User. This API is available in the following national cloud deployments.
func (m *ItemPlannerTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPlannerTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_presence_clear_presence_post_request_body.go b/users/item_presence_clear_presence_post_request_body.go
index 6116dd910a8..bb30d712d98 100644
--- a/users/item_presence_clear_presence_post_request_body.go
+++ b/users/item_presence_clear_presence_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemPresenceClearPresencePostRequestBody()(*ItemPresenceClearPresencePos
func CreateItemPresenceClearPresencePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPresenceClearPresencePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceClearPresencePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemPresenceClearPresencePostRequestBody) GetAdditionalData()(map[strin
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPresenceClearPresencePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemPresenceClearPresencePostRequestBody) Serialize(writer i878a80d2330
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceClearPresencePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPresenceClearPresencePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_presence_clear_presence_request_builder.go b/users/item_presence_clear_presence_request_builder.go
index bf4365c4e31..7ab27f1e387 100644
--- a/users/item_presence_clear_presence_request_builder.go
+++ b/users/item_presence_clear_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPresenceClearPresenceRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewItemPresenceClearPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPresenceClearPresenceRequestBuilder) Post(ctx context.Context, body
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPresenceClearPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPresenceClearPresencePostRequestBodyable, requestConfiguration *ItemPresenceClearPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_presence_clear_user_preferred_presence_request_builder.go b/users/item_presence_clear_user_preferred_presence_request_builder.go
index c2623e7e055..674c7388c8f 100644
--- a/users/item_presence_clear_user_preferred_presence_request_builder.go
+++ b/users/item_presence_clear_user_preferred_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPresenceClearUserPreferredPresenceRequestBuilder(rawUrl string, requ
urlParams["request-raw-url"] = rawUrl
return NewItemPresenceClearUserPreferredPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments.
+// Post clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPresenceClearUserPreferredPresenceRequestBuilder) Post(ctx context.
}
return nil
}
-// ToPostRequestInformation clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments.
func (m *ItemPresenceClearUserPreferredPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemPresenceClearUserPreferredPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_presence_request_builder.go b/users/item_presence_request_builder.go
index 241f98bb2d2..d0a2b5c1e24 100644
--- a/users/item_presence_request_builder.go
+++ b/users/item_presence_request_builder.go
@@ -18,7 +18,7 @@ type ItemPresenceRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPresenceRequestBuilderGetQueryParameters get a user's presence information. This API is supported in the following national cloud deployments.
+// ItemPresenceRequestBuilderGetQueryParameters 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.
type ItemPresenceRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -78,10 +78,10 @@ func (m *ItemPresenceRequestBuilder) Delete(ctx context.Context, requestConfigur
}
return nil
}
-// Get get a user's presence information. This API is supported in the following national cloud deployments.
+// Get 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.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
func (m *ItemPresenceRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPresenceRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Presenceable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -143,7 +143,7 @@ func (m *ItemPresenceRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToGetRequestInformation get a user's presence information. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation 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.
func (m *ItemPresenceRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPresenceRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_presence_set_presence_post_request_body.go b/users/item_presence_set_presence_post_request_body.go
index 9fc6463b1d8..ec993f47f85 100644
--- a/users/item_presence_set_presence_post_request_body.go
+++ b/users/item_presence_set_presence_post_request_body.go
@@ -33,7 +33,7 @@ func (m *ItemPresenceSetPresencePostRequestBody) GetActivity()(*string) {
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceSetPresencePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *ItemPresenceSetPresencePostRequestBody) GetAvailability()(*string) {
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPresenceSetPresencePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -168,7 +168,7 @@ func (m *ItemPresenceSetPresencePostRequestBody) SetActivity(value *string)() {
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceSetPresencePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -182,7 +182,7 @@ func (m *ItemPresenceSetPresencePostRequestBody) SetAvailability(value *string)(
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPresenceSetPresencePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_presence_set_presence_request_builder.go b/users/item_presence_set_presence_request_builder.go
index e7fadd68646..4dac55d059d 100644
--- a/users/item_presence_set_presence_request_builder.go
+++ b/users/item_presence_set_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPresenceSetPresenceRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewItemPresenceSetPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post set the state of a user's presence session as an application. This API is supported in the following national cloud deployments.
+// Post set the state of a user's presence session as an application. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPresenceSetPresenceRequestBuilder) Post(ctx context.Context, body I
}
return nil
}
-// ToPostRequestInformation set the state of a user's presence session as an application. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation set the state of a user's presence session as an application. This API is available in the following national cloud deployments.
func (m *ItemPresenceSetPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPresenceSetPresencePostRequestBodyable, requestConfiguration *ItemPresenceSetPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_presence_set_status_message_post_request_body.go b/users/item_presence_set_status_message_post_request_body.go
index f90f03af12e..9b7b96a7d8f 100644
--- a/users/item_presence_set_status_message_post_request_body.go
+++ b/users/item_presence_set_status_message_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemPresenceSetStatusMessagePostRequestBody()(*ItemPresenceSetStatusMess
func CreateItemPresenceSetStatusMessagePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPresenceSetStatusMessagePostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceSetStatusMessagePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ItemPresenceSetStatusMessagePostRequestBody) GetAdditionalData()(map[st
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPresenceSetStatusMessagePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,14 +81,14 @@ func (m *ItemPresenceSetStatusMessagePostRequestBody) Serialize(writer i878a80d2
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceSetStatusMessagePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPresenceSetStatusMessagePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_presence_set_status_message_request_builder.go b/users/item_presence_set_status_message_request_builder.go
index 598d339d121..bd1236693c7 100644
--- a/users/item_presence_set_status_message_request_builder.go
+++ b/users/item_presence_set_status_message_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPresenceSetStatusMessageRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemPresenceSetStatusMessageRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPresenceSetStatusMessageRequestBuilder) Post(ctx context.Context, b
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPresenceSetStatusMessageRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPresenceSetStatusMessagePostRequestBodyable, requestConfiguration *ItemPresenceSetStatusMessageRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_presence_set_user_preferred_presence_post_request_body.go b/users/item_presence_set_user_preferred_presence_post_request_body.go
index a1b87d3c45e..91455820cbf 100644
--- a/users/item_presence_set_user_preferred_presence_post_request_body.go
+++ b/users/item_presence_set_user_preferred_presence_post_request_body.go
@@ -33,7 +33,7 @@ func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) GetActivity()(*str
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -56,7 +56,7 @@ func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) GetAvailability()(
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -141,7 +141,7 @@ func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) SetActivity(value
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -155,7 +155,7 @@ func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) SetAvailability(va
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemPresenceSetUserPreferredPresencePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_presence_set_user_preferred_presence_request_builder.go b/users/item_presence_set_user_preferred_presence_request_builder.go
index 1bbb39dc71f..56f57034731 100644
--- a/users/item_presence_set_user_preferred_presence_request_builder.go
+++ b/users/item_presence_set_user_preferred_presence_request_builder.go
@@ -30,7 +30,7 @@ func NewItemPresenceSetUserPreferredPresenceRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemPresenceSetUserPreferredPresenceRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemPresenceSetUserPreferredPresenceRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemPresenceSetUserPreferredPresenceRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemPresenceSetUserPreferredPresencePostRequestBodyable, requestConfiguration *ItemPresenceSetUserPreferredPresenceRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_reprocess_license_assignment_request_builder.go b/users/item_reprocess_license_assignment_request_builder.go
index 60e0064bf3a..6a6bc39544a 100644
--- a/users/item_reprocess_license_assignment_request_builder.go
+++ b/users/item_reprocess_license_assignment_request_builder.go
@@ -31,7 +31,7 @@ func NewItemReprocessLicenseAssignmentRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemReprocessLicenseAssignmentRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemReprocessLicenseAssignmentRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemReprocessLicenseAssignmentRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemReprocessLicenseAssignmentRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_restore_request_builder.go b/users/item_restore_request_builder.go
index 5a582ccea13..23c13052c98 100644
--- a/users/item_restore_request_builder.go
+++ b/users/item_restore_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
urlParams["request-raw-url"] = rawUrl
return NewItemRestoreRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_revoke_sign_in_sessions_post_response.go b/users/item_revoke_sign_in_sessions_post_response.go
index fdb47816c95..7d4cea36454 100644
--- a/users/item_revoke_sign_in_sessions_post_response.go
+++ b/users/item_revoke_sign_in_sessions_post_response.go
@@ -22,7 +22,7 @@ func NewItemRevokeSignInSessionsPostResponse()(*ItemRevokeSignInSessionsPostResp
func CreateItemRevokeSignInSessionsPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRevokeSignInSessionsPostResponse(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRevokeSignInSessionsPostResponse) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemRevokeSignInSessionsPostResponse) GetAdditionalData()(map[string]an
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemRevokeSignInSessionsPostResponse) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemRevokeSignInSessionsPostResponse) Serialize(writer i878a80d2330e89d
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemRevokeSignInSessionsPostResponse) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemRevokeSignInSessionsPostResponse) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_revoke_sign_in_sessions_request_builder.go b/users/item_revoke_sign_in_sessions_request_builder.go
index 1f9d1aa346e..7de123c6afe 100644
--- a/users/item_revoke_sign_in_sessions_request_builder.go
+++ b/users/item_revoke_sign_in_sessions_request_builder.go
@@ -30,7 +30,7 @@ func NewItemRevokeSignInSessionsRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemRevokeSignInSessionsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// Deprecated: This method is obsolete. Use PostAsRevokeSignInSessionsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemRevokeSignInSessionsRequestBuilder) Post(ctx context.Context, reque
}
return res.(ItemRevokeSignInSessionsResponseable), nil
}
-// PostAsRevokeSignInSessionsPostResponse 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.
+// PostAsRevokeSignInSessionsPostResponse 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemRevokeSignInSessionsRequestBuilder) PostAsRevokeSignInSessionsPostR
}
return res.(ItemRevokeSignInSessionsPostResponseable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemRevokeSignInSessionsRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRevokeSignInSessionsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_send_mail_post_request_body.go b/users/item_send_mail_post_request_body.go
index 0c578343c47..a595692d056 100644
--- a/users/item_send_mail_post_request_body.go
+++ b/users/item_send_mail_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemSendMailPostRequestBody()(*ItemSendMailPostRequestBody) {
func CreateItemSendMailPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSendMailPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSendMailPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemSendMailPostRequestBody) GetAdditionalData()(map[string]any) {
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemSendMailPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemSendMailPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["Message"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetObjectValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CreateMessageFromDiscriminatorValue)
if err != nil {
return err
@@ -52,7 +52,7 @@ func (m *ItemSendMailPostRequestBody) GetFieldDeserializers()(map[string]func(i8
}
return nil
}
- res["saveToSentItems"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SaveToSentItems"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetBoolValue()
if err != nil {
return err
@@ -64,7 +64,7 @@ func (m *ItemSendMailPostRequestBody) GetFieldDeserializers()(map[string]func(i8
}
return res
}
-// GetMessage gets the message property value. The Message property
+// GetMessage gets the Message property value. The Message property
func (m *ItemSendMailPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) {
val, err := m.GetBackingStore().Get("message")
if err != nil {
@@ -75,7 +75,7 @@ func (m *ItemSendMailPostRequestBody) GetMessage()(iadcd81124412c61e647227ecfc44
}
return nil
}
-// GetSaveToSentItems gets the saveToSentItems property value. The SaveToSentItems property
+// GetSaveToSentItems gets the SaveToSentItems property value. The SaveToSentItems property
func (m *ItemSendMailPostRequestBody) GetSaveToSentItems()(*bool) {
val, err := m.GetBackingStore().Get("saveToSentItems")
if err != nil {
@@ -89,13 +89,13 @@ func (m *ItemSendMailPostRequestBody) GetSaveToSentItems()(*bool) {
// Serialize serializes information the current object
func (m *ItemSendMailPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
{
- err := writer.WriteObjectValue("message", m.GetMessage())
+ err := writer.WriteObjectValue("Message", m.GetMessage())
if err != nil {
return err
}
}
{
- err := writer.WriteBoolValue("saveToSentItems", m.GetSaveToSentItems())
+ err := writer.WriteBoolValue("SaveToSentItems", m.GetSaveToSentItems())
if err != nil {
return err
}
@@ -108,25 +108,25 @@ func (m *ItemSendMailPostRequestBody) Serialize(writer i878a80d2330e89d26896388a
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemSendMailPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemSendMailPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetMessage sets the message property value. The Message property
+// SetMessage sets the Message property value. The Message property
func (m *ItemSendMailPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)() {
err := m.GetBackingStore().Set("message", value)
if err != nil {
panic(err)
}
}
-// SetSaveToSentItems sets the saveToSentItems property value. The SaveToSentItems property
+// SetSaveToSentItems sets the SaveToSentItems property value. The SaveToSentItems property
func (m *ItemSendMailPostRequestBody) SetSaveToSentItems(value *bool)() {
err := m.GetBackingStore().Set("saveToSentItems", value)
if err != nil {
diff --git a/users/item_send_mail_request_builder.go b/users/item_send_mail_request_builder.go
index 14c5e92989a..e47ee9b608e 100644
--- a/users/item_send_mail_request_builder.go
+++ b/users/item_send_mail_request_builder.go
@@ -30,7 +30,7 @@ func NewItemSendMailRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
urlParams["request-raw-url"] = rawUrl
return NewItemSendMailRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemSendMailRequestBuilder) Post(ctx context.Context, body ItemSendMail
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemSendMailRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSendMailPostRequestBodyable, requestConfiguration *ItemSendMailRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_settings_request_builder.go b/users/item_settings_request_builder.go
index c5ef2bec632..3012421fd4f 100644
--- a/users/item_settings_request_builder.go
+++ b/users/item_settings_request_builder.go
@@ -18,7 +18,7 @@ type ItemSettingsRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSettingsRequestBuilderGetQueryParameters 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.
+// ItemSettingsRequestBuilderGetQueryParameters 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.
type ItemSettingsRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSettingsRequestBuilder) Delete(ctx context.Context, requestConfigur
}
return nil
}
-// Get 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.
+// Get 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/usersettings-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemSettingsRequestBuilder) Get(ctx context.Context, requestConfigurati
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserSettingsable), nil
}
-// Patch 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.
+// Patch 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/usersettings-update?view=graph-rest-1.0
@@ -130,7 +130,7 @@ func (m *ItemSettingsRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
}
return requestInfo, nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSettingsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -146,7 +146,7 @@ func (m *ItemSettingsRequestBuilder) ToGetRequestInformation(ctx context.Context
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation 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.
func (m *ItemSettingsRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserSettingsable, requestConfiguration *ItemSettingsRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_settings_shift_preferences_request_builder.go b/users/item_settings_shift_preferences_request_builder.go
index 483defe0b65..f3a79e00cd4 100644
--- a/users/item_settings_shift_preferences_request_builder.go
+++ b/users/item_settings_shift_preferences_request_builder.go
@@ -18,7 +18,7 @@ type ItemSettingsShiftPreferencesRequestBuilderDeleteRequestConfiguration struct
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSettingsShiftPreferencesRequestBuilderGetQueryParameters retrieve the properties and relationships of a shiftPreferences object by ID. This API is supported in the following national cloud deployments.
+// ItemSettingsShiftPreferencesRequestBuilderGetQueryParameters retrieve the properties and relationships of a shiftPreferences object by ID. This API is available in the following national cloud deployments.
type ItemSettingsShiftPreferencesRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,7 +70,7 @@ func (m *ItemSettingsShiftPreferencesRequestBuilder) Delete(ctx context.Context,
}
return nil
}
-// Get retrieve the properties and relationships of a shiftPreferences object by ID. This API is supported in the following national cloud deployments.
+// Get retrieve the properties and relationships of a shiftPreferences object by ID. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0
@@ -92,7 +92,7 @@ func (m *ItemSettingsShiftPreferencesRequestBuilder) Get(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ShiftPreferencesable), nil
}
-// Patch update the properties and relationships of a shiftPreferences object. This API is supported in the following national cloud deployments.
+// Patch update the properties and relationships of a shiftPreferences object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemSettingsShiftPreferencesRequestBuilder) ToDeleteRequestInformation(
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a shiftPreferences object by ID. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the properties and relationships of a shiftPreferences object by ID. This API is available in the following national cloud deployments.
func (m *ItemSettingsShiftPreferencesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSettingsShiftPreferencesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -142,7 +142,7 @@ func (m *ItemSettingsShiftPreferencesRequestBuilder) ToGetRequestInformation(ctx
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties and relationships of a shiftPreferences object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties and relationships of a shiftPreferences object. This API is available in the following national cloud deployments.
func (m *ItemSettingsShiftPreferencesRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ShiftPreferencesable, requestConfiguration *ItemSettingsShiftPreferencesRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_teamwork_associated_teams_request_builder.go b/users/item_teamwork_associated_teams_request_builder.go
index 0a34cd9c166..6cc9eb80c14 100644
--- a/users/item_teamwork_associated_teams_request_builder.go
+++ b/users/item_teamwork_associated_teams_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamworkAssociatedTeamsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamworkAssociatedTeamsRequestBuilderGetQueryParameters 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.
+// ItemTeamworkAssociatedTeamsRequestBuilderGetQueryParameters 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.
type ItemTeamworkAssociatedTeamsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamworkAssociatedTeamsRequestBuilder(rawUrl string, requestAdapter
func (m *ItemTeamworkAssociatedTeamsRequestBuilder) Count()(*ItemTeamworkAssociatedTeamsCountRequestBuilder) {
return NewItemTeamworkAssociatedTeamsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTeamworkAssociatedTeamsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssociatedTeamInfoable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTeamworkAssociatedTeamsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamworkAssociatedTeamsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_teamwork_installed_apps_item_chat_request_builder.go b/users/item_teamwork_installed_apps_item_chat_request_builder.go
index 7d84c3507b1..7445b933030 100644
--- a/users/item_teamwork_installed_apps_item_chat_request_builder.go
+++ b/users/item_teamwork_installed_apps_item_chat_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamworkInstalledAppsItemChatRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamworkInstalledAppsItemChatRequestBuilderGetQueryParameters retrieve the chat of the specified user and Teams app. This API is supported in the following national cloud deployments.
+// ItemTeamworkInstalledAppsItemChatRequestBuilderGetQueryParameters retrieve the chat of the specified user and Teams app. This API is available in the following national cloud deployments.
type ItemTeamworkInstalledAppsItemChatRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -40,7 +40,7 @@ func NewItemTeamworkInstalledAppsItemChatRequestBuilder(rawUrl string, requestAd
urlParams["request-raw-url"] = rawUrl
return NewItemTeamworkInstalledAppsItemChatRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the chat of the specified user and Teams app. This API is supported in the following national cloud deployments.
+// Get retrieve the chat of the specified user and Teams app. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0
@@ -62,7 +62,7 @@ func (m *ItemTeamworkInstalledAppsItemChatRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable), nil
}
-// ToGetRequestInformation retrieve the chat of the specified user and Teams app. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the chat of the specified user and Teams app. This API is available in the following national cloud deployments.
func (m *ItemTeamworkInstalledAppsItemChatRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamworkInstalledAppsItemChatRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_teamwork_installed_apps_request_builder.go b/users/item_teamwork_installed_apps_request_builder.go
index c6a8d6e15a0..c641cd59ed9 100644
--- a/users/item_teamwork_installed_apps_request_builder.go
+++ b/users/item_teamwork_installed_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTeamworkInstalledAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTeamworkInstalledAppsRequestBuilderGetQueryParameters retrieve the list of apps installed in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// ItemTeamworkInstalledAppsRequestBuilderGetQueryParameters retrieve the list of apps installed in the personal scope of the specified user. This API is available in the following national cloud deployments.
type ItemTeamworkInstalledAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTeamworkInstalledAppsRequestBuilder(rawUrl string, requestAdapter i2
func (m *ItemTeamworkInstalledAppsRequestBuilder) Count()(*ItemTeamworkInstalledAppsCountRequestBuilder) {
return NewItemTeamworkInstalledAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve the list of apps installed in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// Get retrieve the list of apps installed in the personal scope of the specified user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTeamworkInstalledAppsRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationCollectionResponseable), nil
}
-// Post install an app in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// Post install an app in the personal scope of the specified user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTeamworkInstalledAppsRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable), nil
}
-// ToGetRequestInformation retrieve the list of apps installed in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the list of apps installed in the personal scope of the specified user. This API is available in the following national cloud deployments.
func (m *ItemTeamworkInstalledAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamworkInstalledAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTeamworkInstalledAppsRequestBuilder) ToGetRequestInformation(ctx co
}
return requestInfo, nil
}
-// ToPostRequestInformation install an app in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation install an app in the personal scope of the specified user. This API is available in the following national cloud deployments.
func (m *ItemTeamworkInstalledAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable, requestConfiguration *ItemTeamworkInstalledAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_teamwork_installed_apps_user_scope_teams_app_installation_item_request_builder.go b/users/item_teamwork_installed_apps_user_scope_teams_app_installation_item_request_builder.go
index 0512d595ef0..0f5432e8ff4 100644
--- a/users/item_teamwork_installed_apps_user_scope_teams_app_installation_item_request_builder.go
+++ b/users/item_teamwork_installed_apps_user_scope_teams_app_installation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters retrieve the app installed in the personal scope of the specified user. This API is available in the following national cloud deployments.
type ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -58,7 +58,7 @@ func NewItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete uninstall an app from the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// Delete uninstall an app from the personal scope of the specified user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilde
}
return nil
}
-// Get retrieve the app installed in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// Get retrieve the app installed in the personal scope of the specified user. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0
@@ -126,7 +126,7 @@ func (m *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilde
func (m *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilder) TeamsAppDefinition()(*ItemTeamworkInstalledAppsItemTeamsAppDefinitionRequestBuilder) {
return NewItemTeamworkInstalledAppsItemTeamsAppDefinitionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation uninstall an app from the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation uninstall an app from the personal scope of the specified user. This API is available in the following national cloud deployments.
func (m *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilde
}
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the app installed in the personal scope of the specified user. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation retrieve the app installed in the personal scope of the specified user. This API is available in the following national cloud deployments.
func (m *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTeamworkInstalledAppsUserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_teamwork_send_activity_notification_post_request_body.go b/users/item_teamwork_send_activity_notification_post_request_body.go
index 767e035bc3f..459164a42d0 100644
--- a/users/item_teamwork_send_activity_notification_post_request_body.go
+++ b/users/item_teamwork_send_activity_notification_post_request_body.go
@@ -34,7 +34,7 @@ func (m *ItemTeamworkSendActivityNotificationPostRequestBody) GetActivityType()(
}
return nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamworkSendActivityNotificationPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemTeamworkSendActivityNotificationPostRequestBody) GetAdditionalData(
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTeamworkSendActivityNotificationPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -208,14 +208,14 @@ func (m *ItemTeamworkSendActivityNotificationPostRequestBody) SetActivityType(va
panic(err)
}
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTeamworkSendActivityNotificationPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTeamworkSendActivityNotificationPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_teamwork_send_activity_notification_request_builder.go b/users/item_teamwork_send_activity_notification_request_builder.go
index db65510a658..3f6dd214bbe 100644
--- a/users/item_teamwork_send_activity_notification_request_builder.go
+++ b/users/item_teamwork_send_activity_notification_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTeamworkSendActivityNotificationRequestBuilder(rawUrl string, reques
urlParams["request-raw-url"] = rawUrl
return NewItemTeamworkSendActivityNotificationRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ItemTeamworkSendActivityNotificationRequestBuilder) Post(ctx context.Co
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTeamworkSendActivityNotificationRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTeamworkSendActivityNotificationPostRequestBodyable, requestConfiguration *ItemTeamworkSendActivityNotificationRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_attachments_attachment_base_item_request_builder.go b/users/item_todo_lists_item_tasks_item_attachments_attachment_base_item_request_builder.go
index 8db53ad1077..1df637e63c8 100644
--- a/users/item_todo_lists_item_tasks_item_attachments_attachment_base_item_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_attachments_attachment_base_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilderDelete
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilderGetQueryParameters read the properties and relationships of a taskFileAttachment object. This API is supported in the following national cloud deployments.
+// ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilderGetQueryParameters read the properties and relationships of a taskFileAttachment object. This API is available in the following national cloud deployments.
type ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -49,7 +49,7 @@ func NewItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder(ra
func (m *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder) Content()(*ItemTodoListsItemTasksItemAttachmentsItemValueContentRequestBuilder) {
return NewItemTodoListsItemTasksItemAttachmentsItemValueContentRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete a taskFileAttachment object from a todoTask resource. This API is supported in the following national cloud deployments.
+// Delete delete a taskFileAttachment object from a todoTask resource. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0
@@ -68,7 +68,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder)
}
return nil
}
-// Get read the properties and relationships of a taskFileAttachment object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a taskFileAttachment object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0
@@ -90,7 +90,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentBaseable), nil
}
-// ToDeleteRequestInformation delete a taskFileAttachment object from a todoTask resource. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a taskFileAttachment object from a todoTask resource. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -102,7 +102,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder)
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a taskFileAttachment object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a taskFileAttachment object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemAttachmentsAttachmentBaseItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_post_request_body.go b/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_post_request_body.go
index 169d6dad9a3..f72fbebe2bc 100644
--- a/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_post_request_body.go
+++ b/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody(
func CreateItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -46,7 +46,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody
}
return nil
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -81,7 +81,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
@@ -95,7 +95,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_request_builder.go b/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_request_builder.go
index daeb468cd74..58c1de30912 100644
--- a/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_attachments_create_upload_session_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilder(r
urlParams["request-raw-url"] = rawUrl
return NewItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0
@@ -53,7 +53,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UploadSessionable), nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionPostRequestBodyable, requestConfiguration *ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_attachments_request_builder.go b/users/item_todo_lists_item_tasks_item_attachments_request_builder.go
index a66dc032b69..9250c4dc403 100644
--- a/users/item_todo_lists_item_tasks_item_attachments_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTodoListsItemTasksItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTodoListsItemTasksItemAttachmentsRequestBuilderGetQueryParameters 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.
+// ItemTodoListsItemTasksItemAttachmentsRequestBuilderGetQueryParameters 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.
type ItemTodoListsItemTasksItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) Count()(*ItemTodoL
func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemTodoListsItemTasksItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentBaseCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) Post(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentBaseable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) ToGetRequestInform
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTodoListsItemTasksItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentBaseable, requestConfiguration *ItemTodoListsItemTasksItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_checklist_items_checklist_item_item_request_builder.go b/users/item_todo_lists_item_tasks_item_checklist_items_checklist_item_item_request_builder.go
index 87bb40a8bd2..1c17c14a757 100644
--- a/users/item_todo_lists_item_tasks_item_checklist_items_checklist_item_item_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_checklist_items_checklist_item_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderDele
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderGetQueryParameters read the properties and relationships of a checklistItem object. This API is supported in the following national cloud deployments.
+// ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderGetQueryParameters read the properties and relationships of a checklistItem object. This API is available in the following national cloud deployments.
type ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder(
urlParams["request-raw-url"] = rawUrl
return NewItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a checklistItem object. This API is supported in the following national cloud deployments.
+// Delete delete a checklistItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder
}
return nil
}
-// Get read the properties and relationships of a checklistItem object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a checklistItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChecklistItemable), nil
}
-// Patch update the properties of a checklistItem object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a checklistItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/checklistitem-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChecklistItemable), nil
}
-// ToDeleteRequestInformation delete a checklistItem object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation delete a checklistItem object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a checklistItem object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a checklistItem object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a checklistItem object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a checklistItem object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChecklistItemable, requestConfiguration *ItemTodoListsItemTasksItemChecklistItemsChecklistItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_checklist_items_request_builder.go b/users/item_todo_lists_item_tasks_item_checklist_items_request_builder.go
index fc195fd4f18..e1a37c7d9bb 100644
--- a/users/item_todo_lists_item_tasks_item_checklist_items_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_checklist_items_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTodoListsItemTasksItemChecklistItemsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTodoListsItemTasksItemChecklistItemsRequestBuilderGetQueryParameters get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is supported in the following national cloud deployments.
+// ItemTodoListsItemTasksItemChecklistItemsRequestBuilderGetQueryParameters get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is available in the following national cloud deployments.
type ItemTodoListsItemTasksItemChecklistItemsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTodoListsItemTasksItemChecklistItemsRequestBuilder(rawUrl string, re
func (m *ItemTodoListsItemTasksItemChecklistItemsRequestBuilder) Count()(*ItemTodoListsItemTasksItemChecklistItemsCountRequestBuilder) {
return NewItemTodoListsItemTasksItemChecklistItemsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is supported in the following national cloud deployments.
+// Get get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChecklistItemCollectionResponseable), nil
}
-// Post create a new checklistItem object. This API is supported in the following national cloud deployments.
+// Post create a new checklistItem object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsRequestBuilder) Post(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChecklistItemable), nil
}
-// ToGetRequestInformation get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemChecklistItemsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemChecklistItemsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTodoListsItemTasksItemChecklistItemsRequestBuilder) ToGetRequestInf
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new checklistItem object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new checklistItem object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemChecklistItemsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChecklistItemable, requestConfiguration *ItemTodoListsItemTasksItemChecklistItemsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_linked_resources_linked_resource_item_request_builder.go b/users/item_todo_lists_item_tasks_item_linked_resources_linked_resource_item_request_builder.go
index 41e0164a689..02d6d3a2441 100644
--- a/users/item_todo_lists_item_tasks_item_linked_resources_linked_resource_item_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_linked_resources_linked_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderDe
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderGetQueryParameters read the properties and relationships of a linkedResource object. This API is supported in the following national cloud deployments.
+// ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderGetQueryParameters read the properties and relationships of a linkedResource object. This API is available in the following national cloud deployments.
type ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilde
urlParams["request-raw-url"] = rawUrl
return NewItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a linkedResource object. This API is supported in the following national cloud deployments.
+// Delete deletes a linkedResource object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0
@@ -73,7 +73,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuild
}
return nil
}
-// Get read the properties and relationships of a linkedResource object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a linkedResource object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0
@@ -95,7 +95,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LinkedResourceable), nil
}
-// Patch update the properties of a linkedResource object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a linkedResource object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/linkedresource-update?view=graph-rest-1.0
@@ -117,7 +117,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuild
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LinkedResourceable), nil
}
-// ToDeleteRequestInformation deletes a linkedResource object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a linkedResource object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -129,7 +129,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuild
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a linkedResource object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a linkedResource object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -145,7 +145,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuild
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a linkedResource object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a linkedResource object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LinkedResourceable, requestConfiguration *ItemTodoListsItemTasksItemLinkedResourcesLinkedResourceItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_item_linked_resources_request_builder.go b/users/item_todo_lists_item_tasks_item_linked_resources_request_builder.go
index 19c18c22c73..2e0d9238c2c 100644
--- a/users/item_todo_lists_item_tasks_item_linked_resources_request_builder.go
+++ b/users/item_todo_lists_item_tasks_item_linked_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTodoListsItemTasksItemLinkedResourcesRequestBuilderGetQueryParameters 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.
+// ItemTodoListsItemTasksItemLinkedResourcesRequestBuilderGetQueryParameters 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.
type ItemTodoListsItemTasksItemLinkedResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemTodoListsItemTasksItemLinkedResourcesRequestBuilder(rawUrl string, r
func (m *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) Count()(*ItemTodoListsItemTasksItemLinkedResourcesCountRequestBuilder) {
return NewItemTodoListsItemTasksItemLinkedResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get 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 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0
@@ -96,7 +96,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LinkedResourceCollectionResponseable), nil
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0
@@ -118,7 +118,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LinkedResourceable), nil
}
-// ToGetRequestInformation 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.
+// ToGetRequestInformation 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.
func (m *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -134,7 +134,7 @@ func (m *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) ToGetRequestIn
}
return requestInfo, nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LinkedResourceable, requestConfiguration *ItemTodoListsItemTasksItemLinkedResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_request_builder.go b/users/item_todo_lists_item_tasks_request_builder.go
index cae4ff70a27..1a0b147309b 100644
--- a/users/item_todo_lists_item_tasks_request_builder.go
+++ b/users/item_todo_lists_item_tasks_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTodoListsItemTasksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTodoListsItemTasksRequestBuilderGetQueryParameters get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is supported in the following national cloud deployments.
+// ItemTodoListsItemTasksRequestBuilderGetQueryParameters get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is available in the following national cloud deployments.
type ItemTodoListsItemTasksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemTodoListsItemTasksRequestBuilder) Count()(*ItemTodoListsItemTasksCo
func (m *ItemTodoListsItemTasksRequestBuilder) Delta()(*ItemTodoListsItemTasksDeltaRequestBuilder) {
return NewItemTodoListsItemTasksDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is supported in the following national cloud deployments.
+// Get get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemTodoListsItemTasksRequestBuilder) Get(ctx context.Context, requestC
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskCollectionResponseable), nil
}
-// Post create a new task object in a specified todoTaskList. This API is supported in the following national cloud deployments.
+// Post create a new task object in a specified todoTaskList. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTodoListsItemTasksRequestBuilder) Post(ctx context.Context, body ia
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskable), nil
}
-// ToGetRequestInformation get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTodoListsItemTasksRequestBuilder) ToGetRequestInformation(ctx conte
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new task object in a specified todoTaskList. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new task object in a specified todoTaskList. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskable, requestConfiguration *ItemTodoListsItemTasksRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_item_tasks_todo_task_item_request_builder.go b/users/item_todo_lists_item_tasks_todo_task_item_request_builder.go
index 37a9878de2d..bf140de4b9b 100644
--- a/users/item_todo_lists_item_tasks_todo_task_item_request_builder.go
+++ b/users/item_todo_lists_item_tasks_todo_task_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTodoListsItemTasksTodoTaskItemRequestBuilderDeleteRequestConfiguration
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTodoListsItemTasksTodoTaskItemRequestBuilderGetQueryParameters read the properties and relationships of a todoTask object. This API is supported in the following national cloud deployments.
+// ItemTodoListsItemTasksTodoTaskItemRequestBuilderGetQueryParameters read the properties and relationships of a todoTask object. This API is available in the following national cloud deployments.
type ItemTodoListsItemTasksTodoTaskItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -66,7 +66,7 @@ func NewItemTodoListsItemTasksTodoTaskItemRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemTodoListsItemTasksTodoTaskItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a todoTask object. This API is supported in the following national cloud deployments.
+// Delete deletes a todoTask object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0
@@ -89,7 +89,7 @@ func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) Delete(ctx context.Co
func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) Extensions()(*ItemTodoListsItemTasksItemExtensionsRequestBuilder) {
return NewItemTodoListsItemTasksItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a todoTask object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a todoTask object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0
@@ -115,7 +115,7 @@ func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) Get(ctx context.Conte
func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) LinkedResources()(*ItemTodoListsItemTasksItemLinkedResourcesRequestBuilder) {
return NewItemTodoListsItemTasksItemLinkedResourcesRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a todoTask object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a todoTask object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotask-update?view=graph-rest-1.0
@@ -137,7 +137,7 @@ func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) Patch(ctx context.Con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskable), nil
}
-// ToDeleteRequestInformation deletes a todoTask object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a todoTask object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksTodoTaskItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -149,7 +149,7 @@ func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) ToDeleteRequestInform
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a todoTask object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a todoTask object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksTodoTaskItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -165,7 +165,7 @@ func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) ToGetRequestInformati
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a todoTask object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a todoTask object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsItemTasksTodoTaskItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskable, requestConfiguration *ItemTodoListsItemTasksTodoTaskItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_request_builder.go b/users/item_todo_lists_request_builder.go
index d34bc060957..173ee03d92e 100644
--- a/users/item_todo_lists_request_builder.go
+++ b/users/item_todo_lists_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemTodoListsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemTodoListsRequestBuilderGetQueryParameters get a list of the todoTaskList objects and their properties. This API is supported in the following national cloud deployments.
+// ItemTodoListsRequestBuilderGetQueryParameters get a list of the todoTaskList objects and their properties. This API is available in the following national cloud deployments.
type ItemTodoListsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -78,7 +78,7 @@ func (m *ItemTodoListsRequestBuilder) Count()(*ItemTodoListsCountRequestBuilder)
func (m *ItemTodoListsRequestBuilder) Delta()(*ItemTodoListsDeltaRequestBuilder) {
return NewItemTodoListsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of the todoTaskList objects and their properties. This API is supported in the following national cloud deployments.
+// Get get a list of the todoTaskList objects and their properties. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0
@@ -100,7 +100,7 @@ func (m *ItemTodoListsRequestBuilder) Get(ctx context.Context, requestConfigurat
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskListCollectionResponseable), nil
}
-// Post create a new lists object. This API is supported in the following national cloud deployments.
+// Post create a new lists object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0
@@ -122,7 +122,7 @@ func (m *ItemTodoListsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskListable), nil
}
-// ToGetRequestInformation get a list of the todoTaskList objects and their properties. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation get a list of the todoTaskList objects and their properties. This API is available in the following national cloud deployments.
func (m *ItemTodoListsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -138,7 +138,7 @@ func (m *ItemTodoListsRequestBuilder) ToGetRequestInformation(ctx context.Contex
}
return requestInfo, nil
}
-// ToPostRequestInformation create a new lists object. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation create a new lists object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskListable, requestConfiguration *ItemTodoListsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_todo_lists_todo_task_list_item_request_builder.go b/users/item_todo_lists_todo_task_list_item_request_builder.go
index 5301556a8d6..2e276ef719b 100644
--- a/users/item_todo_lists_todo_task_list_item_request_builder.go
+++ b/users/item_todo_lists_todo_task_list_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemTodoListsTodoTaskListItemRequestBuilderDeleteRequestConfiguration struc
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemTodoListsTodoTaskListItemRequestBuilderGetQueryParameters read the properties and relationships of a todoTaskList object. This API is supported in the following national cloud deployments.
+// ItemTodoListsTodoTaskListItemRequestBuilderGetQueryParameters read the properties and relationships of a todoTaskList object. This API is available in the following national cloud deployments.
type ItemTodoListsTodoTaskListItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,7 +54,7 @@ func NewItemTodoListsTodoTaskListItemRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemTodoListsTodoTaskListItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a todoTaskList object. This API is supported in the following national cloud deployments.
+// Delete deletes a todoTaskList object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0
@@ -77,7 +77,7 @@ func (m *ItemTodoListsTodoTaskListItemRequestBuilder) Delete(ctx context.Context
func (m *ItemTodoListsTodoTaskListItemRequestBuilder) Extensions()(*ItemTodoListsItemExtensionsRequestBuilder) {
return NewItemTodoListsItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read the properties and relationships of a todoTaskList object. This API is supported in the following national cloud deployments.
+// Get read the properties and relationships of a todoTaskList object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0
@@ -99,7 +99,7 @@ func (m *ItemTodoListsTodoTaskListItemRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskListable), nil
}
-// Patch update the properties of a todoTaskList object. This API is supported in the following national cloud deployments.
+// Patch update the properties of a todoTaskList object. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/todotasklist-update?view=graph-rest-1.0
@@ -125,7 +125,7 @@ func (m *ItemTodoListsTodoTaskListItemRequestBuilder) Patch(ctx context.Context,
func (m *ItemTodoListsTodoTaskListItemRequestBuilder) Tasks()(*ItemTodoListsItemTasksRequestBuilder) {
return NewItemTodoListsItemTasksRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes a todoTaskList object. This API is supported in the following national cloud deployments.
+// ToDeleteRequestInformation deletes a todoTaskList object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsTodoTaskListItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsTodoTaskListItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -137,7 +137,7 @@ func (m *ItemTodoListsTodoTaskListItemRequestBuilder) ToDeleteRequestInformation
}
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of a todoTaskList object. This API is supported in the following national cloud deployments.
+// ToGetRequestInformation read the properties and relationships of a todoTaskList object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsTodoTaskListItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTodoListsTodoTaskListItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -153,7 +153,7 @@ func (m *ItemTodoListsTodoTaskListItemRequestBuilder) ToGetRequestInformation(ct
}
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a todoTaskList object. This API is supported in the following national cloud deployments.
+// ToPatchRequestInformation update the properties of a todoTaskList object. This API is available in the following national cloud deployments.
func (m *ItemTodoListsTodoTaskListItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TodoTaskListable, requestConfiguration *ItemTodoListsTodoTaskListItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_translate_exchange_ids_post_request_body.go b/users/item_translate_exchange_ids_post_request_body.go
index c84c014e93a..424060afb2c 100644
--- a/users/item_translate_exchange_ids_post_request_body.go
+++ b/users/item_translate_exchange_ids_post_request_body.go
@@ -23,7 +23,7 @@ func NewItemTranslateExchangeIdsPostRequestBody()(*ItemTranslateExchangeIdsPostR
func CreateItemTranslateExchangeIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTranslateExchangeIdsPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTranslateExchangeIdsPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,14 +35,14 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetAdditionalData()(map[string
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemTranslateExchangeIdsPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
// GetFieldDeserializers the deserialization information for the current model
func (m *ItemTranslateExchangeIdsPostRequestBody) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error)) {
res := make(map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error))
- res["inputIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["InputIds"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetCollectionOfPrimitiveValues("string")
if err != nil {
return err
@@ -58,7 +58,7 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetFieldDeserializers()(map[st
}
return nil
}
- res["sourceIdType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["SourceIdType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetEnumValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseExchangeIdFormat)
if err != nil {
return err
@@ -68,7 +68,7 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetFieldDeserializers()(map[st
}
return nil
}
- res["targetIdType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
+ res["TargetIdType"] = func (n i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error {
val, err := n.GetEnumValue(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ParseExchangeIdFormat)
if err != nil {
return err
@@ -80,7 +80,7 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetFieldDeserializers()(map[st
}
return res
}
-// GetInputIds gets the inputIds property value. The InputIds property
+// GetInputIds gets the InputIds property value. The InputIds property
func (m *ItemTranslateExchangeIdsPostRequestBody) GetInputIds()([]string) {
val, err := m.GetBackingStore().Get("inputIds")
if err != nil {
@@ -91,7 +91,7 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetInputIds()([]string) {
}
return nil
}
-// GetSourceIdType gets the sourceIdType property value. The SourceIdType property
+// GetSourceIdType gets the SourceIdType property value. The SourceIdType property
func (m *ItemTranslateExchangeIdsPostRequestBody) GetSourceIdType()(*iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExchangeIdFormat) {
val, err := m.GetBackingStore().Get("sourceIdType")
if err != nil {
@@ -102,7 +102,7 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetSourceIdType()(*iadcd811244
}
return nil
}
-// GetTargetIdType gets the targetIdType property value. The TargetIdType property
+// GetTargetIdType gets the TargetIdType property value. The TargetIdType property
func (m *ItemTranslateExchangeIdsPostRequestBody) GetTargetIdType()(*iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExchangeIdFormat) {
val, err := m.GetBackingStore().Get("targetIdType")
if err != nil {
@@ -116,21 +116,21 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) GetTargetIdType()(*iadcd811244
// Serialize serializes information the current object
func (m *ItemTranslateExchangeIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter)(error) {
if m.GetInputIds() != nil {
- err := writer.WriteCollectionOfStringValues("inputIds", m.GetInputIds())
+ err := writer.WriteCollectionOfStringValues("InputIds", m.GetInputIds())
if err != nil {
return err
}
}
if m.GetSourceIdType() != nil {
cast := (*m.GetSourceIdType()).String()
- err := writer.WriteStringValue("sourceIdType", &cast)
+ err := writer.WriteStringValue("SourceIdType", &cast)
if err != nil {
return err
}
}
if m.GetTargetIdType() != nil {
cast := (*m.GetTargetIdType()).String()
- err := writer.WriteStringValue("targetIdType", &cast)
+ err := writer.WriteStringValue("TargetIdType", &cast)
if err != nil {
return err
}
@@ -143,32 +143,32 @@ func (m *ItemTranslateExchangeIdsPostRequestBody) Serialize(writer i878a80d2330e
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemTranslateExchangeIdsPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemTranslateExchangeIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetInputIds sets the inputIds property value. The InputIds property
+// SetInputIds sets the InputIds property value. The InputIds property
func (m *ItemTranslateExchangeIdsPostRequestBody) SetInputIds(value []string)() {
err := m.GetBackingStore().Set("inputIds", value)
if err != nil {
panic(err)
}
}
-// SetSourceIdType sets the sourceIdType property value. The SourceIdType property
+// SetSourceIdType sets the SourceIdType property value. The SourceIdType property
func (m *ItemTranslateExchangeIdsPostRequestBody) SetSourceIdType(value *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExchangeIdFormat)() {
err := m.GetBackingStore().Set("sourceIdType", value)
if err != nil {
panic(err)
}
}
-// SetTargetIdType sets the targetIdType property value. The TargetIdType property
+// SetTargetIdType sets the TargetIdType property value. The TargetIdType property
func (m *ItemTranslateExchangeIdsPostRequestBody) SetTargetIdType(value *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExchangeIdFormat)() {
err := m.GetBackingStore().Set("targetIdType", value)
if err != nil {
diff --git a/users/item_translate_exchange_ids_request_builder.go b/users/item_translate_exchange_ids_request_builder.go
index f1432ef71fb..07911c7d962 100644
--- a/users/item_translate_exchange_ids_request_builder.go
+++ b/users/item_translate_exchange_ids_request_builder.go
@@ -30,7 +30,7 @@ func NewItemTranslateExchangeIdsRequestBuilder(rawUrl string, requestAdapter i2a
urlParams["request-raw-url"] = rawUrl
return NewItemTranslateExchangeIdsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post translate identifiers of Outlook-related resources between formats. This API is supported in the following national cloud deployments.
+// Post translate identifiers of Outlook-related resources between formats. This API is available in the following national cloud deployments.
// Deprecated: This method is obsolete. Use PostAsTranslateExchangeIdsPostResponse instead.
// [Find more info here]
//
@@ -53,7 +53,7 @@ func (m *ItemTranslateExchangeIdsRequestBuilder) Post(ctx context.Context, body
}
return res.(ItemTranslateExchangeIdsResponseable), nil
}
-// PostAsTranslateExchangeIdsPostResponse translate identifiers of Outlook-related resources between formats. This API is supported in the following national cloud deployments.
+// PostAsTranslateExchangeIdsPostResponse translate identifiers of Outlook-related resources between formats. This API is available in the following national cloud deployments.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0
@@ -75,7 +75,7 @@ func (m *ItemTranslateExchangeIdsRequestBuilder) PostAsTranslateExchangeIdsPostR
}
return res.(ItemTranslateExchangeIdsPostResponseable), nil
}
-// ToPostRequestInformation translate identifiers of Outlook-related resources between formats. This API is supported in the following national cloud deployments.
+// ToPostRequestInformation translate identifiers of Outlook-related resources between formats. This API is available in the following national cloud deployments.
func (m *ItemTranslateExchangeIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemTranslateExchangeIdsPostRequestBodyable, requestConfiguration *ItemTranslateExchangeIdsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/item_wipe_managed_app_registrations_by_device_tag_post_request_body.go b/users/item_wipe_managed_app_registrations_by_device_tag_post_request_body.go
index 07a84b507a8..36d04d0cdb0 100644
--- a/users/item_wipe_managed_app_registrations_by_device_tag_post_request_body.go
+++ b/users/item_wipe_managed_app_registrations_by_device_tag_post_request_body.go
@@ -22,7 +22,7 @@ func NewItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody()(*ItemWipeMan
func CreateItemWipeManagedAppRegistrationsByDeviceTagPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -34,7 +34,7 @@ func (m *ItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody) GetAdditiona
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -80,14 +80,14 @@ func (m *ItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody) Serialize(wr
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ItemWipeManagedAppRegistrationsByDeviceTagPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/user_item_request_builder.go b/users/user_item_request_builder.go
index ef0cf54784b..cdd021f65fa 100644
--- a/users/user_item_request_builder.go
+++ b/users/user_item_request_builder.go
@@ -118,10 +118,10 @@ func (m *UserItemRequestBuilder) Contacts()(*ItemContactsRequestBuilder) {
func (m *UserItemRequestBuilder) CreatedObjects()(*ItemCreatedObjectsRequestBuilder) {
return NewItemCreatedObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete 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.
+// Delete deletes a user.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0
func (m *UserItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *UserItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -299,10 +299,10 @@ func (m *UserItemRequestBuilder) OwnedDevices()(*ItemOwnedDevicesRequestBuilder)
func (m *UserItemRequestBuilder) OwnedObjects()(*ItemOwnedObjectsRequestBuilder) {
return NewItemOwnedObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch 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.
+// Patch update the properties of a user object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0
func (m *UserItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UserItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -389,7 +389,7 @@ func (m *UserItemRequestBuilder) Settings()(*ItemSettingsRequestBuilder) {
func (m *UserItemRequestBuilder) Teamwork()(*ItemTeamworkRequestBuilder) {
return NewItemTeamworkRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation 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.
+// ToDeleteRequestInformation deletes a user.
func (m *UserItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *UserItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
@@ -421,7 +421,7 @@ func (m *UserItemRequestBuilder) ToGetRequestInformation(ctx context.Context, re
}
return requestInfo, nil
}
-// ToPatchRequestInformation 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.
+// ToPatchRequestInformation update the properties of a user object.
func (m *UserItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UserItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate
diff --git a/users/users_request_builder.go b/users/users_request_builder.go
index 1473d291cef..be321ad86ce 100644
--- a/users/users_request_builder.go
+++ b/users/users_request_builder.go
@@ -79,7 +79,7 @@ func (m *UsersRequestBuilder) Delta()(*DeltaRequestBuilder) {
// Get list properties and relationships of the user objects.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0
func (m *UsersRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -109,7 +109,7 @@ func (m *UsersRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
// Post create a new user object.
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0
func (m *UsersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UsersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/users/validate_properties_post_request_body.go b/users/validate_properties_post_request_body.go
index e290c185bf5..1e53df76b59 100644
--- a/users/validate_properties_post_request_body.go
+++ b/users/validate_properties_post_request_body.go
@@ -23,7 +23,7 @@ func NewValidatePropertiesPostRequestBody()(*ValidatePropertiesPostRequestBody)
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewValidatePropertiesPostRequestBody(), nil
}
-// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any) {
val , err := m.backingStore.Get("additionalData")
if err != nil {
@@ -35,7 +35,7 @@ func (m *ValidatePropertiesPostRequestBody) GetAdditionalData()(map[string]any)
}
return val.(map[string]any)
}
-// GetBackingStore gets the backingStore property value. Stores model information.
+// GetBackingStore gets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
@@ -162,14 +162,14 @@ func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)() {
err := m.GetBackingStore().Set("additionalData", value)
if err != nil {
panic(err)
}
}
-// SetBackingStore sets the backingStore property value. Stores model information.
+// SetBackingStore sets the BackingStore property value. Stores model information.
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
diff --git a/users/validate_properties_request_builder.go b/users/validate_properties_request_builder.go
index e5b05438a27..dfec334cdd7 100644
--- a/users/validate_properties_request_builder.go
+++ b/users/validate_properties_request_builder.go
@@ -30,7 +30,7 @@ func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
urlParams["request-raw-url"] = rawUrl
return NewValidatePropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post 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.
+// Post 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.
// [Find more info here]
//
// [Find more info here]: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0
@@ -49,7 +49,7 @@ func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body Valida
}
return nil
}
-// ToPostRequestInformation 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.
+// ToPostRequestInformation 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.
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.BaseRequestBuilder.UrlTemplate